CertificateIssuer Class

The issuer for a Key Vault certificate.

Inheritance
builtins.object
CertificateIssuer

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
str or None

The issuer provider

attributes
<xref:azure.keyvault.certificates._generated.models.IssuerAttributes> or None

The issuer attributes.

default value: None
account_id
str or None

The username / account name / account id.

default value: None
password
str or None

The password / secret / account key.

default value: None
organization_id
str or None

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

The issuer ID.

Returns

Type Description
str,

The issuer ID.

name

The issuer name.

Returns

Type Description
str,

The issuer name.

organization_id

The issuer organization ID.

Returns

Type Description
str,

The issuer organization ID.

password

The password / secret / account key.

Returns

Type Description
str,

The password / secret / account key.

provider

The issuer provider.

Returns

Type Description
str,

The issuer provider.

updated_on

The datetime when the certificate was last updated.

Returns

Type Description

The datetime when the certificate was last updated.