ResourceCertificateDetails interface
Certificate details representing the Vault credentials.
Properties
auth |
Polymorphic discriminator, which specifies the different types this object can be |
certificate | The base64 encoded certificate raw data string. |
friendly |
Certificate friendly name. |
issuer | Certificate issuer. |
resource |
Resource ID of the vault. |
subject | Certificate Subject Name. |
thumbprint | Certificate thumbprint. |
valid |
Certificate Validity start Date time. |
valid |
Certificate Validity End Date time. |
Property Details
authType
Polymorphic discriminator, which specifies the different types this object can be
authType: "AzureActiveDirectory" | "AccessControlService"
Property Value
"AzureActiveDirectory" | "AccessControlService"
certificate
The base64 encoded certificate raw data string.
certificate?: Uint8Array
Property Value
Uint8Array
friendlyName
Certificate friendly name.
friendlyName?: string
Property Value
string
issuer
Certificate issuer.
issuer?: string
Property Value
string
resourceId
Resource ID of the vault.
resourceId?: number
Property Value
number
subject
Certificate Subject Name.
subject?: string
Property Value
string
thumbprint
Certificate thumbprint.
thumbprint?: string
Property Value
string
validFrom
Certificate Validity start Date time.
validFrom?: Date
Property Value
Date
validTo
Certificate Validity End Date time.
validTo?: Date
Property Value
Date