OpenIdConnectConfig Class
OpenIdConnectConfig.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceOpenIdConnectConfig
Constructor
OpenIdConnectConfig(*, kind: Optional[str] = None, authorization_endpoint: Optional[str] = None, token_endpoint: Optional[str] = None, issuer: Optional[str] = None, certification_uri: Optional[str] = None, well_known_open_id_configuration: Optional[str] = None, **kwargs)
Parameters
- authorization_endpoint
- str
Required
- token_endpoint
- str
Required
- issuer
- str
Required
- certification_uri
- str
Required
- well_known_open_id_configuration
- str
Required
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- system_data
- SystemData
The system metadata relating to this resource.
Feedback
Submit and view feedback for