GetPolicyResult

data class GetPolicyResult(val azureApiVersion: String, val createdDate: String, val description: String? = null, val evaluatorType: String? = null, val factData: String? = null, val factName: String? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val status: String? = null, val tags: Map<String, String>? = null, val threshold: String? = null, val type: String, val uniqueIdentifier: String)

A Policy.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdDate: String, description: String? = null, evaluatorType: String? = null, factData: String? = null, factName: String? = null, id: String, location: String? = null, name: String, provisioningState: String, status: String? = null, tags: Map<String, String>? = null, threshold: String? = null, type: String, uniqueIdentifier: 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

The description of the policy.

Link copied to clipboard
val evaluatorType: String? = null

The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).

Link copied to clipboard
val factData: String? = null

The fact data of the policy.

Link copied to clipboard
val factName: String? = null

The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val status: String? = null

The status of the policy.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard
val threshold: String? = null

The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy).

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).