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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python