IAuthorizationIdentity 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.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) |