Interface CfnAccessPolicy.IUserProperty
Contains information for a user identity in an access policy.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAccessPolicy.IUserProperty
Syntax (vb)
Public Interface CfnAccessPolicy.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.AWS.IoTSiteWise;
var userProperty = new UserProperty {
Id = "id"
};
Synopsis
Properties
| Id | The IAM Identity Center ID of the user. |
Properties
Id
The IAM Identity Center ID of the user.
string? Id { get; }