Interface CfnCapability.ISsoIdentityProperty
An IAM Identity CenterIAM;
Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCapability.ISsoIdentityProperty
Syntax (vb)
Public Interface CfnCapability.ISsoIdentityProperty
Remarks
Identity Center identity (user or group) that can be assigned permissions in a capability.
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.EKS;
var ssoIdentityProperty = new SsoIdentityProperty {
Id = "id",
Type = "type"
};
Synopsis
Properties
| Id | The unique identifier of the IAM Identity CenterIAM; |
| Type | The type of identity. |
Properties
Id
The unique identifier of the IAM Identity CenterIAM;
string Id { get; }
Property Value
Remarks
Identity Center user or group.
Type
The type of identity.
string Type { get; }
Property Value
Remarks
Valid values are SSO_USER or SSO_GROUP .