CertificateProfileProperties interface
Properties of the certificate profile.
Properties
| certificates | List of renewed certificates. |
| identity |
Identity validation id used for the certificate subject name. |
| include |
Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types |
| include |
Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types |
| include |
Whether to include PC in the certificate subject name. |
| include |
Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types |
| include |
Whether to include STREET in the certificate subject name. |
| profile |
Profile type of the certificate. |
| provisioning |
Status of the current operation on certificate profile. |
| status | Status of the certificate profile. |
Property Details
certificates
identityValidationId
Identity validation id used for the certificate subject name.
identityValidationId: string
Property Value
string
includeCity
Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types
includeCity?: boolean
Property Value
boolean
includeCountry
Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types
includeCountry?: boolean
Property Value
boolean
includePostalCode
Whether to include PC in the certificate subject name.
includePostalCode?: boolean
Property Value
boolean
includeState
Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types
includeState?: boolean
Property Value
boolean
includeStreetAddress
Whether to include STREET in the certificate subject name.
includeStreetAddress?: boolean
Property Value
boolean
profileType
Profile type of the certificate.
profileType: string
Property Value
string
provisioningState
Status of the current operation on certificate profile.
provisioningState?: string
Property Value
string
status
Status of the certificate profile.
status?: string
Property Value
string