Class CfnAccessPolicyPropsMixin.UserProperty
Contains information for a user identity in an access policy.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAccessPolicyPropsMixin.UserProperty : CfnAccessPolicyPropsMixin.IUserProperty
Syntax (vb)
Public Class CfnAccessPolicyPropsMixin.UserProperty Implements CfnAccessPolicyPropsMixin.IUserProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise;
var userProperty = new UserProperty {
Id = "id"
};
Synopsis
Constructors
| UserProperty() | Contains information for a user identity in an access policy. |
Properties
| Id | The IAM Identity Center ID of the user. |
Constructors
UserProperty()
Contains information for a user identity in an access policy.
public UserProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise;
var userProperty = new UserProperty {
Id = "id"
};
Properties
Id
The IAM Identity Center ID of the user.
public string? Id { get; set; }