Share via


RoleEligibilityScheduleRequest Class

Definition

Role Eligibility schedule request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleRequestTypeConverter))]
public class RoleEligibilityScheduleRequest : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleRequestTypeConverter))>]
type RoleEligibilityScheduleRequest = class
    interface IRoleEligibilityScheduleRequest
    interface IJsonSerializable
Public Class RoleEligibilityScheduleRequest
Implements IRoleEligibilityScheduleRequest
Inheritance
RoleEligibilityScheduleRequest
Attributes
Implements

Constructors

RoleEligibilityScheduleRequest()

Creates an new RoleEligibilityScheduleRequest instance.

Properties

ApprovalId

The approvalId of the role eligibility schedule request.

Condition

The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'

ConditionVersion

Version of the condition. Currently accepted value is '2.0'

CreatedOn

DateTime when role eligibility schedule request was created

ExpandedPropertiesPrincipalId

Id of the principal

ExpandedPropertiesPrincipalType

Type of the principal

ExpandedPropertiesRoleDefinitionId

Id of the role definition

ExpirationDuration

Duration of the role eligibility schedule in TimeSpan.

ExpirationEndDateTime

End DateTime of the role eligibility schedule.

ExpirationType

Type of the role eligibility schedule expiration

Id

The role eligibility schedule request ID.

Justification

Justification for the role eligibility

Name

The role eligibility schedule request name.

PrincipalDisplayName

Display name of the principal

PrincipalEmail

Email id of the principal

PrincipalId

The principal ID.

PrincipalType

The principal type of the assigned principal ID.

RequestorId

Id of the user who created this request

RequestType

The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc

ResourceGroupName

Gets the resource group name

RoleDefinitionDisplayName

Display name of the role definition

RoleDefinitionId

The role definition ID.

RoleDefinitionType

Type of the role definition

ScheduleInfoStartDateTime

Start DateTime of the role eligibility schedule.

Scope

The role eligibility schedule request scope.

ScopeDisplayName

Display name of the resource

ScopeId

Scope id of the resource

ScopeType

Type of the resource

Status

The status of the role eligibility schedule request.

TargetRoleEligibilityScheduleId

The resultant role eligibility schedule id or the role eligibility schedule id being updated

TargetRoleEligibilityScheduleInstanceId

The role eligibility schedule instance id being updated

TicketInfoTicketNumber

Ticket number for the role eligibility

TicketInfoTicketSystem

Ticket system name for the role eligibility

Type

The role eligibility schedule request type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleEligibilityScheduleRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleEligibilityScheduleRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest.

FromJsonString(String)

Creates a new instance of RoleEligibilityScheduleRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleEligibilityScheduleRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to