Skip to main content

CertificateIssuer

Properties

PropertyTypeAttributesDescription
namestringRequired, IdentifierThe name of the certificate issuer in KeyVault.
providerNamestringRequiredThe name of the certificate authority provider. One of 'DigiCert', 'GlobalSign', 'OneCertV2-PrivateCA', 'OneCertV2-PublicCA' or 'SslAdminV2'.
accountIdstringThe account ID registered with the certificate authority.
adminsCertificateIssuerAdmin[]The administrators registered with the certificate authority.
createdOnstringRead-onlyThe UTC date/time at which the issuer was created, in ISO 8601 format.
enabledboolWhether the issuer is enabled.
idstringRead-onlyThe URI of the certificate issuer.
orgIdstringThe organization ID registered with the certificate authority.
passwordstringWrite-only, SensitiveThe password for the account registered with the certificate authority. This must be supplied on every deployment: the issuer is written as a whole, and KeyVault never returns the stored password.
updatedOnstringRead-onlyThe UTC date/time at which the issuer was last updated, in ISO 8601 format.
vaultUristringIdentifierThe URI of the Key Vault holding the issuer. Defaults to the 'vaultUri' supplied in the extension configuration.

CertificateIssuerAdmin

PropertyTypeAttributesDescription
emailAddressstringRequiredThe email address of the administrator.
firstNamestringThe first name of the administrator.
lastNamestringThe last name of the administrator.
phonestringThe phone number of the administrator.