GetCertificateProfileResult

data class GetCertificateProfileResult(val azureApiVersion: String, val id: String, val identityValidationId: String, val includeCity: Boolean? = null, val includeCountry: Boolean? = null, val includePostalCode: Boolean? = null, val includeState: Boolean? = null, val includeStreetAddress: Boolean? = null, val name: String, val profileType: String, val provisioningState: String, val status: String, val systemData: SystemDataResponse, val type: String)

Certificate profile resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, identityValidationId: String, includeCity: Boolean? = null, includeCountry: Boolean? = null, includePostalCode: Boolean? = null, includeState: Boolean? = null, includeStreetAddress: Boolean? = null, name: String, profileType: String, provisioningState: String, status: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

Profile type of the certificate.

Link copied to clipboard

Status of the current operation on certificate profile.

Link copied to clipboard

Status of the certificate profile.

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"