Get Identity Source Result
data class GetIdentitySourceResult(val configuration: IdentitySourceConfiguration? = null, val details: IdentitySourceDetails? = null, val identitySourceId: String? = null, val principalEntityType: String? = null)
Constructors
Link copied to clipboard
fun GetIdentitySourceResult(configuration: IdentitySourceConfiguration? = null, details: IdentitySourceDetails? = null, identitySourceId: String? = null, principalEntityType: String? = null)