你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |