IPolicyInsightsIdentity 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.PolicyInsights.Models.PolicyInsightsIdentityTypeConverter))]
public interface IPolicyInsightsIdentity : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyInsightsIdentityTypeConverter))>]
type IPolicyInsightsIdentity = interface
interface IJsonSerializable
Public Interface IPolicyInsightsIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AttestationName |
The name of the attestation. |
| AuthorizationNamespace |
The namespace for Microsoft Authorization resource provider; only "Microsoft.Authorization" is allowed. |
| Id |
Resource identity path |
| ManagementGroupId |
Management group ID. |
| ManagementGroupName |
Management group name. |
| ManagementGroupsNamespace |
The namespace for Microsoft Management RP; only "Microsoft.Management" is allowed. |
| NextLink |
Next link for list operation. |
| PolicyAssignmentName |
Policy assignment name. |
| PolicyDefinitionName |
Policy definition name. |
| PolicyEventsResource |
The name of the virtual resource under PolicyEvents resource type; only "default" is allowed. |
| PolicySetDefinitionName |
Policy set definition name. |
| PolicyStatesResource |
The virtual resource under PolicyStates resource type. In a given time range, 'latest' represents the latest policy state(s), whereas 'default' represents all policy state(s). |
| PolicyStatesSummaryResource |
The virtual resource under PolicyStates resource type for summarize action. In a given time range, 'latest' represents the latest policy state(s) and is the only allowed value. |
| RemediationName |
The name of the remediation. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| ResourceId |
Resource ID. |
| ResourceName |
The name of the policy metadata resource. |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |