Package-level declarations

Types

Link copied to clipboard
data class AccountSkuResponse(val name: String)

SKU of the trusted signing account.

Link copied to clipboard
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.

Link copied to clipboard
data class GetCodeSigningAccountResult(val accountUri: String, val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val sku: AccountSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Trusted signing account resource.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.