GetPolicyExemptionResult

data class GetPolicyExemptionResult(val assignmentScopeValidation: String? = null, val azureApiVersion: String, val description: String? = null, val displayName: String? = null, val exemptionCategory: String, val expiresOn: String? = null, val id: String, val metadata: Any? = null, val name: String, val policyAssignmentId: String, val policyDefinitionReferenceIds: List<String>? = null, val resourceSelectors: List<ResourceSelectorResponse>? = null, val systemData: SystemDataResponse, val type: String)

The policy exemption.

Constructors

Link copied to clipboard
constructor(assignmentScopeValidation: String? = null, azureApiVersion: String, description: String? = null, displayName: String? = null, exemptionCategory: String, expiresOn: String? = null, id: String, metadata: Any? = null, name: String, policyAssignmentId: String, policyDefinitionReferenceIds: List<String>? = null, resourceSelectors: List<ResourceSelectorResponse>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The option whether validate the exemption is at or under the assignment scope.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

The description of the policy exemption.

Link copied to clipboard
val displayName: String? = null

The display name of the policy exemption.

Link copied to clipboard

The policy exemption category. Possible values are Waiver and Mitigated.

Link copied to clipboard
val expiresOn: String? = null

The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption.

Link copied to clipboard
val id: String

The ID of the policy exemption.

Link copied to clipboard
val metadata: Any? = null

The policy exemption metadata. Metadata is an open ended object and is typically a collection of key value pairs.

Link copied to clipboard

The name of the policy exemption.

Link copied to clipboard

The ID of the policy assignment that is being exempted.

Link copied to clipboard

The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.

Link copied to clipboard

The resource selector list to filter policies by resource properties.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource (Microsoft.Authorization/policyExemptions).