CertificateIssuer Class
The issuer for a Key Vault certificate.
- Inheritance
-
builtins.objectCertificateIssuer
Constructor
CertificateIssuer(provider: str | None, attributes: IssuerAttributes | None = None, account_id: str | None = None, password: str | None = None, organization_id: str | None = None, admin_contacts: List[AdministratorContact] | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
provider
Required
|
The issuer provider |
attributes
|
<xref:azure.keyvault.certificates._generated.models.IssuerAttributes> or
None
The issuer attributes. Default value: None
|
account_id
|
The username / account name / account id. Default value: None
|
password
|
The password / secret / account key. Default value: None
|
organization_id
|
The ID of the organization. Default value: None
|
admin_contacts
|
Details of the organization administrator. Default value: None
|
Attributes
account_id
The username / account name / account id.
Returns
Type | Description |
---|---|
str,
|
The username / account name / account id. |
admin_contacts
Contact details of the organization administrator(s) of this issuer.
Returns
Type | Description |
---|---|
Contact details of the organization administrator(s) of this issuer. |
created_on
The datetime when the certificate is created.
Returns
Type | Description |
---|---|
The datetime when the certificate is created. |
enabled
Whether the certificate is enabled or not.
Returns
Type | Description |
---|---|
bool,
|
True if the certificate is enabled; False otherwise. |
id
name
organization_id
password
The password / secret / account key.
Returns
Type | Description |
---|---|
str,
|
The password / secret / account key. |
provider
updated_on
Azure SDK for Python