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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python