Get Code Signing Account Result
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.
Properties
Link copied to clipboard
The URI of the trusted signing account which is used during signing files.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Status of the current operation on trusted signing account.
Link copied to clipboard
SKU of the trusted signing account.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.