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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python