GetOpenIdConnectProviderResult

data class GetOpenIdConnectProviderResult(val azureApiVersion: String, 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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, clientId: String, clientSecret: String? = null, description: String? = null, displayName: String, id: String, metadataEndpoint: String, name: String, type: String, useInApiDocumentation: Boolean? = null, useInTestConsole: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Client ID of developer console which is the client application.

Link copied to clipboard
val clientSecret: String? = null

Client Secret of developer console which is the client application.

Link copied to clipboard
val description: String? = null

User-friendly description of OpenID Connect Provider.

Link copied to clipboard

User-friendly OpenID Connect Provider name.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Metadata endpoint URI.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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.