Interface CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
The user policy grant principal.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
Syntax (vb)
Public Interface CfnPolicyGrant.IUserPolicyGrantPrincipalProperty
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.DataZone;
var allUsersGrantFilter;
var userPolicyGrantPrincipalProperty = new UserPolicyGrantPrincipalProperty {
AllUsersGrantFilter = allUsersGrantFilter,
UserIdentifier = "userIdentifier"
};
Synopsis
Properties
| AllUsersGrantFilter | The all users grant filter of the user policy grant principal. |
| UserIdentifier | The user ID of the user policy grant principal. |
Properties
AllUsersGrantFilter
The all users grant filter of the user policy grant principal.
object? AllUsersGrantFilter { get; }
Property Value
Remarks
UserIdentifier
The user ID of the user policy grant principal.
string? UserIdentifier { get; }