Identity Source Details
data class IdentitySourceDetails(val clientIds: List<String>? = null, val discoveryUrl: String? = null, val openIdIssuer: IdentitySourceOpenIdIssuer? = null, val userPoolArn: String? = null)
Constructors
Link copied to clipboard
constructor(clientIds: List<String>? = null, discoveryUrl: String? = null, openIdIssuer: IdentitySourceOpenIdIssuer? = null, userPoolArn: String? = null)