OpenidConnectProviderUpdateContract interface

Parameters supplied to the Update OpenID Connect Provider operation.

Properties

clientId

Client ID of developer console which is the client application.

clientSecret

Client Secret of developer console which is the client application.

description

User-friendly description of OpenID Connect Provider.

displayName

User-friendly OpenID Connect Provider name.

metadataEndpoint

Metadata endpoint URI.

useInApiDocumentation

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.

useInTestConsole

If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided.

Property Details

clientId

Client ID of developer console which is the client application.

clientId?: string

Property Value

string

clientSecret

Client Secret of developer console which is the client application.

clientSecret?: string

Property Value

string

description

User-friendly description of OpenID Connect Provider.

description?: string

Property Value

string

displayName

User-friendly OpenID Connect Provider name.

displayName?: string

Property Value

string

metadataEndpoint

Metadata endpoint URI.

metadataEndpoint?: string

Property Value

string

useInApiDocumentation

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.

useInApiDocumentation?: boolean

Property Value

boolean

useInTestConsole

If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided.

useInTestConsole?: boolean

Property Value

boolean