name | string | Required, Identifier | The name of the certificate issuer in KeyVault. |
providerName | string | Required | The name of the certificate authority provider. One of 'DigiCert', 'GlobalSign', 'OneCertV2-PrivateCA', 'OneCertV2-PublicCA' or 'SslAdminV2'. |
accountId | string | | The account ID registered with the certificate authority. |
admins | CertificateIssuerAdmin[] | | The administrators registered with the certificate authority. |
createdOn | string | Read-only | The UTC date/time at which the issuer was created, in ISO 8601 format. |
enabled | bool | | Whether the issuer is enabled. |
id | string | Read-only | The URI of the certificate issuer. |
orgId | string | | The organization ID registered with the certificate authority. |
password | string | Write-only, Sensitive | The 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. |
updatedOn | string | Read-only | The UTC date/time at which the issuer was last updated, in ISO 8601 format. |
vaultUri | string | Identifier | The URI of the Key Vault holding the issuer. Defaults to the 'vaultUri' supplied in the extension configuration. |