Get Policy Result
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)
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
The description of the policy.
Link copied to clipboard
The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).