Class CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
The value used for mapping a specified attribute to an identity source.
Inheritance
System.Object
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
Namespace: Amazon.CDK.AWS.SSO
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AccessControlAttributeValueProperty : Object, CfnInstanceAccessControlAttributeConfiguration.IAccessControlAttributeValueProperty
Syntax (vb)
Public Class AccessControlAttributeValueProperty
Inherits Object
Implements CfnInstanceAccessControlAttributeConfiguration.IAccessControlAttributeValueProperty
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.SSO;
var accessControlAttributeValueProperty = new AccessControlAttributeValueProperty {
Source = new [] { "source" }
};
Synopsis
Constructors
AccessControlAttributeValueProperty() |
Properties
Source | The identity source to use when mapping a specified attribute to IAM Identity Center . |
Constructors
AccessControlAttributeValueProperty()
public AccessControlAttributeValueProperty()
Properties
Source
The identity source to use when mapping a specified attribute to IAM Identity Center .
public string[] Source { get; set; }
Property Value
System.String[]