IPolicyExemptionProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyExemptionPropertiesTypeConverter))]
public interface IPolicyExemptionProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyExemptionPropertiesTypeConverter))>]
type IPolicyExemptionProperties = interface
interface IJsonSerializable
Public Interface IPolicyExemptionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AssignmentScopeValidation |
The option whether validate the exemption is at or under the assignment scope. |
Description |
The description of the policy exemption. |
DisplayName |
The display name of the policy exemption. |
ExemptionCategory |
The policy exemption category. Possible values are Waiver and Mitigated. |
ExpiresOn |
The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption. |
Metadata |
The policy exemption metadata. Metadata is an open ended object and is typically a collection of key value pairs. |
PolicyAssignmentId |
The ID of the policy assignment that is being exempted. |
PolicyDefinitionReferenceId |
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition. |
ResourceSelector |
The resource selector list to filter policies by resource properties. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |