IssuerCertificateInfo Class

Information about the certificate that is used for token validation.

Constructor

IssuerCertificateInfo(*args: Any, **kwargs: Any)

Variables

Name Description
certificate_url
str
identity

The identity that will be used to access the certificate.

Attributes

certificate_url

Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format. Required.

certificate_url: str

identity

The identity that will be used to access the certificate.

identity: _models.CustomJwtAuthenticationManagedIdentity | None