Class CfnCapability.SsoIdentityProperty
An IAM Identity CenterIAM;
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EKSv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCapability.SsoIdentityProperty : CfnCapability.ISsoIdentityProperty
Syntax (vb)
Public Class CfnCapability.SsoIdentityProperty Implements 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.EKSv2;
var ssoIdentityProperty = new SsoIdentityProperty {
Id = "id",
Type = "type"
};
Synopsis
Constructors
| SsoIdentityProperty() | An IAM Identity CenterIAM; |
Properties
| Id | The unique identifier of the IAM Identity CenterIAM; |
| Type | The type of identity. |
Constructors
SsoIdentityProperty()
An IAM Identity CenterIAM;
public SsoIdentityProperty()
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.EKSv2;
var ssoIdentityProperty = new SsoIdentityProperty {
Id = "id",
Type = "type"
};
Properties
Id
The unique identifier of the IAM Identity CenterIAM;
public string Id { get; set; }
Property Value
Remarks
Identity Center user or group.
Type
The type of identity.
public string Type { get; set; }
Property Value
Remarks
Valid values are SSO_USER or SSO_GROUP .