ClientAuthenticationSettings Class
Client authentication settings for namespace resource.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelClientAuthenticationSettings
Constructor
ClientAuthenticationSettings(*, alternative_authentication_name_sources: List[str | _models.AlternativeAuthenticationNameSource] | None = None, custom_jwt_authentication: _models.CustomJwtAuthenticationSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
alternative_authentication_name_sources
|
Alternative authentication name sources related to client authentication settings for namespace resource. |
custom_jwt_authentication
|
Custom JWT authentication settings for namespace resource. |
Variables
Name | Description |
---|---|
alternative_authentication_name_sources
|
Alternative authentication name sources related to client authentication settings for namespace resource. |
custom_jwt_authentication
|
Custom JWT authentication settings for namespace resource. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python