IPolicyIdentity 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.PolicyIdentityTypeConverter))]
public interface IPolicyIdentity : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyIdentityTypeConverter))>]
type IPolicyIdentity = interface
interface IJsonSerializable
Public Interface IPolicyIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Id |
Resource identity path |
ManagementGroupId |
The ID of the management group. |
ManagementGroupName |
The name of the management group. The name is case insensitive. |
ParentResourcePath |
The parent resource path. Use empty string if there is none. |
PolicyAssignmentId |
The ID of the policy assignment to delete. Use the format '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. |
PolicyAssignmentName |
The name of the policy assignment to delete. |
PolicyDefinitionName |
The name of the policy definition to create. |
PolicyDefinitionVersion |
The policy definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number |
PolicyExemptionName |
The name of the policy exemption to delete. |
PolicySetDefinitionName |
The name of the policy set definition to create. |
ResourceGroupName |
The name of the resource group that contains policy assignments. |
ResourceName |
The name of the resource. |
ResourceProviderNamespace |
The namespace of the resource provider. For example, the namespace of a virtual machine is Microsoft.Compute (from Microsoft.Compute/virtualMachines) |
ResourceType |
The resource type name. For example the type name of a web app is 'sites' (from Microsoft.Web/sites). |
Scope |
The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' |
SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |