Domain Identity Center Options Args
data class DomainIdentityCenterOptionsArgs(val enabledApiAccess: Output<Boolean>? = null, val identityCenterApplicationArn: Output<String>? = null, val identityCenterInstanceArn: Output<String>? = null, val identityStoreId: Output<String>? = null, val rolesKey: Output<DomainRolesKeyIdcType>? = null, val subjectKey: Output<DomainSubjectKeyIdcType>? = null) : ConvertibleToJava<DomainIdentityCenterOptionsArgs>
Options for configuring Identity Center
Constructors
Link copied to clipboard
constructor(enabledApiAccess: Output<Boolean>? = null, identityCenterApplicationArn: Output<String>? = null, identityCenterInstanceArn: Output<String>? = null, identityStoreId: Output<String>? = null, rolesKey: Output<DomainRolesKeyIdcType>? = null, subjectKey: Output<DomainSubjectKeyIdcType>? = null)
Properties
Link copied to clipboard
Whether Identity Center is enabled.
Link copied to clipboard
The ARN of the Identity Center application.
Link copied to clipboard
The ARN of the Identity Center instance.
Link copied to clipboard
The IdentityStoreId for Identity Center options.
Link copied to clipboard
The roles key for Identity Center options.
Link copied to clipboard
The subject key for Identity Center options.