IAuthorizationIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.AuthorizationIdentityTypeConverter))]
public interface IAuthorizationIdentity : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.AuthorizationIdentityTypeConverter))>]
type IAuthorizationIdentity = interface
    interface IJsonSerializable
Public Interface IAuthorizationIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

Resource identity path

RoleAssignmentScheduleInstanceName

The name (hash of schedule name + time) of the role assignment schedule to get.

RoleAssignmentScheduleName

The name (guid) of the role assignment schedule to get.

RoleAssignmentScheduleRequestName

The name of the role assignment to create. It can be any valid GUID.

RoleEligibilityScheduleInstanceName

The name (hash of schedule name + time) of the role eligibility schedule to get.

RoleEligibilityScheduleName

The name (guid) of the role eligibility schedule to get.

RoleEligibilityScheduleRequestName

The name of the role eligibility to create. It can be any valid GUID.

RoleManagementPolicyAssignmentName

The name of format {guid_guid} the role management policy assignment to get.

RoleManagementPolicyName

The name (guid) of the role management policy to get.

Scope

The scope of the role management policy.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to