Get Open Id Connect Provider Result
data class GetOpenIdConnectProviderResult(val clientId: String, val clientSecret: String? = null, val description: String? = null, val displayName: String, val id: String, val metadataEndpoint: String, val name: String, val type: String, val useInApiDocumentation: Boolean? = null, val useInTestConsole: Boolean? = null)
OpenId Connect Provider details.
Properties
Link copied to clipboard
Client Secret of developer console which is the client application.
Link copied to clipboard
User-friendly description of OpenID Connect Provider.
Link copied to clipboard
User-friendly OpenID Connect Provider name.
Link copied to clipboard
Metadata endpoint URI.
Link copied to clipboard
If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided.
Link copied to clipboard
If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided.