GetContentKeyPolicyResult

data class GetContentKeyPolicyResult(val azureApiVersion: String, val created: String, val description: String? = null, val id: String, val lastModified: String, val name: String, val options: List<ContentKeyPolicyOptionResponse>, val policyId: String, val systemData: SystemDataResponse, val type: String)

A Content Key Policy resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, created: String, description: String? = null, id: String, lastModified: String, name: String, options: List<ContentKeyPolicyOptionResponse>, policyId: 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

The creation date of the Policy

Link copied to clipboard
val description: String? = null

A description for the Policy.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The last modified date of the Policy

Link copied to clipboard

The name of the resource

Link copied to clipboard

The Key Policy options.

Link copied to clipboard

The legacy Policy ID.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

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