IRoleEligibilitySchedule Interface

Definition

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

Properties

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 was created

EndDateTime

End DateTime when role eligibility schedule

ExpandedPropertiesPrincipalId

Id of the principal

ExpandedPropertiesPrincipalType

Type of the principal

ExpandedPropertiesRoleDefinitionId

Id of the role definition

Id

The role eligibility schedule Id.

MemberType

Membership type of the role eligibility schedule

Name

The role eligibility schedule 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.

RequestId

The id of roleEligibilityScheduleRequest used to create this roleAssignmentSchedule

RoleDefinitionDisplayName

Display name of the role definition

RoleDefinitionId

The role definition ID.

RoleDefinitionType

Type of the role definition

Scope

The role eligibility schedule scope.

ScopeDisplayName

Display name of the resource

ScopeId

Scope id of the resource

ScopeType

Type of the resource

StartDateTime

Start DateTime when role eligibility schedule

Status

The status of the role eligibility schedule.

Type

The role eligibility schedule type.

UpdatedOn

DateTime when role eligibility schedule was modified

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to