GetWorkspaceApiOperationPolicyResult

data class GetWorkspaceApiOperationPolicyResult(val format: String? = null, val id: String, val name: String, val type: String, val value: String)

Policy Contract details.

Constructors

Link copied to clipboard
constructor(format: String? = null, id: String, name: String, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val format: String? = null

Format of the policyContent.

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 name of the resource

Link copied to clipboard

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

Link copied to clipboard

Contents of the Policy as defined by the format.