IssuerCertificateInfo Class
Information about the certificate that is used for token validation.
All required parameters must be populated in order to send to server.
Constructor
IssuerCertificateInfo(*, certificate_url: str, identity: _models.CustomJwtAuthenticationManagedIdentity | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
certificate_url
|
Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format. Required. |
identity
|
The identity that will be used to access the certificate. |
Variables
Name | Description |
---|---|
certificate_url
|
Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format. Required. |
identity
|
The identity that will be used to access the certificate. |
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