AuthorizationIdentity Class
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 class AuthorizationIdentity : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.AuthorizationIdentityTypeConverter))>]
type AuthorizationIdentity = class
interface IAuthorizationIdentity
interface IJsonSerializable
Public Class AuthorizationIdentity
Implements IAuthorizationIdentity
- Inheritance
-
AuthorizationIdentity
- Attributes
- Implements
Constructors
AuthorizationIdentity() |
Creates an new AuthorizationIdentity instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AuthorizationIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AuthorizationIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity. |
FromJsonString(String) |
Creates a new instance of AuthorizationIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AuthorizationIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |