OpenIdConnectRegistration Class
OpenIdConnectRegistration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_06_01.models._models_py3.ProxyOnlyResourceOpenIdConnectRegistration
Constructor
OpenIdConnectRegistration(*, kind: str | None = None, client_id: str | None = None, client_credential: _models.OpenIdConnectClientCredential | None = None, open_id_connect_configuration: _models.OpenIdConnectConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
client_id
|
|
client_credential
|
|
open_id_connect_configuration
|
|
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
client_id
|
|
client_credential
|
|
open_id_connect_configuration
|
|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python