GetCertificateProfileResult

data class GetCertificateProfileResult(val city: String, val commonName: String, val country: String, val enhancedKeyUsage: String, val id: String, val identityValidationId: String? = null, val includeCity: Boolean? = null, val includeCountry: Boolean? = null, val includePostalCode: Boolean? = null, val includeState: Boolean? = null, val includeStreetAddress: Boolean? = null, val name: String, val organization: String, val organizationUnit: String, val postalCode: String, val profileType: String, val provisioningState: String, val state: String, val status: String, val streetAddress: String, val systemData: SystemDataResponse, val type: String)

Certificate profile resource.

Constructors

Link copied to clipboard
constructor(city: String, commonName: String, country: String, enhancedKeyUsage: String, id: String, identityValidationId: String? = null, includeCity: Boolean? = null, includeCountry: Boolean? = null, includePostalCode: Boolean? = null, includeState: Boolean? = null, includeStreetAddress: Boolean? = null, name: String, organization: String, organizationUnit: String, postalCode: String, profileType: String, provisioningState: String, state: String, status: String, streetAddress: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used as L in the certificate subject name.

Link copied to clipboard

Used as CN in the certificate subject name.

Link copied to clipboard

Used as C in the certificate subject name.

Link copied to clipboard

Enhanced key usage of the certificate.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Identity validation id used for the certificate subject name.

Link copied to clipboard
val includeCity: Boolean? = null

Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types

Link copied to clipboard
val includeCountry: Boolean? = null

Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types

Link copied to clipboard

Whether to include PC in the certificate subject name.

Link copied to clipboard
val includeState: Boolean? = null

Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types

Link copied to clipboard

Whether to include STREET in the certificate subject name.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Used as O in the certificate subject name.

Link copied to clipboard

Used as OU in the private trust certificate subject name.

Link copied to clipboard

Used as PC in the certificate subject name.

Link copied to clipboard

Profile type of the certificate.

Link copied to clipboard

Status of the current operation on certificate profile.

Link copied to clipboard

Used as S in the certificate subject name.

Link copied to clipboard

Status of the certificate profile.

Link copied to clipboard

Used as STREET in the certificate subject name.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"