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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python