KeyVaultCertificate Class
Consists of a certificate and its attributes
- Inheritance
-
builtins.objectKeyVaultCertificate
Constructor
KeyVaultCertificate(policy: CertificatePolicy | None = None, properties: CertificateProperties | None = None, cer: bytearray | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
policy
|
The management policy for the certificate. Default value: None
|
properties
|
The certificate's properties. Default value: None
|
cer
|
CER contents of the X509 certificate. Default value: None
|
Attributes
cer
The CER contents of the certificate.
Returns
Type | Description |
---|---|
The CER contents of the certificate. |
id
key_id
The ID of the key associated with the certificate.
Returns
Type | Description |
---|---|
str,
|
The ID of the key associated with the certificate. |
name
policy
The management policy of the certificate.
Returns
Type | Description |
---|---|
The management policy of the certificate. |
properties
The certificate's properties.
Returns
Type | Description |
---|---|
The certificate's properties. |
secret_id
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python