Get Policy Assignment Result
data class GetPolicyAssignmentResult(val description: String? = null, val displayName: String? = null, val enforcementMode: String? = null, val id: String, val identity: IdentityResponse? = null, val location: String? = null, val metadata: Any? = null, val name: String, val nonComplianceMessages: List<NonComplianceMessageResponse>? = null, val notScopes: List<String>? = null, val overrides: List<OverrideResponse>? = null, val parameters: Map<String, ParameterValuesValueResponse>? = null, val policyDefinitionId: String? = null, val resourceSelectors: List<ResourceSelectorResponse>? = null, val scope: String, val systemData: SystemDataResponse, val type: String)
The policy assignment.
Constructors
Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, enforcementMode: String? = null, id: String, identity: IdentityResponse? = null, location: String? = null, metadata: Any? = null, name: String, nonComplianceMessages: List<NonComplianceMessageResponse>? = null, notScopes: List<String>? = null, overrides: List<OverrideResponse>? = null, parameters: Map<String, ParameterValuesValueResponse>? = null, policyDefinitionId: String? = null, resourceSelectors: List<ResourceSelectorResponse>? = null, scope: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
This message will be part of response in case of policy violation.
Link copied to clipboard
The display name of the policy assignment.
Link copied to clipboard
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
Link copied to clipboard
The managed identity associated with the policy assignment.
Link copied to clipboard
The messages that describe why a resource is non-compliant with the policy.
Link copied to clipboard
The policy property value override.
Link copied to clipboard
The parameter values for the assigned policy rule. The keys are the parameter names.
Link copied to clipboard
The ID of the policy definition or policy set definition being assigned.
Link copied to clipboard
The resource selector list to filter policies by resource properties.
Link copied to clipboard
The system metadata relating to this resource.