Get Identity Source Result
data class GetIdentitySourceResult(val configuration: Either<IdentitySourceConfiguration0Properties, IdentitySourceConfiguration1Properties>? = null, val details: IdentitySourceDetails? = null, val identitySourceId: String? = null, val principalEntityType: String? = null)
Constructors
Link copied to clipboard
constructor(configuration: Either<IdentitySourceConfiguration0Properties, IdentitySourceConfiguration1Properties>? = null, details: IdentitySourceDetails? = null, identitySourceId: String? = null, principalEntityType: String? = null)
Properties
Link copied to clipboard
val configuration: Either<IdentitySourceConfiguration0Properties, IdentitySourceConfiguration1Properties>? = null
Contains configuration information used when creating a new identity source.
Link copied to clipboard
Link copied to clipboard
The unique ID of the new or updated identity store.
Link copied to clipboard
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.