Share via


RoleAssignmentScheduleInstanceData Class

Definition

A class representing the RoleAssignmentScheduleInstance data model. Information about current or upcoming role assignment schedule instance

public class RoleAssignmentScheduleInstanceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceData>
public class RoleAssignmentScheduleInstanceData : Azure.ResourceManager.Models.ResourceData
type RoleAssignmentScheduleInstanceData = class
    inherit ResourceData
    interface IJsonModel<RoleAssignmentScheduleInstanceData>
    interface IPersistableModel<RoleAssignmentScheduleInstanceData>
type RoleAssignmentScheduleInstanceData = class
    inherit ResourceData
Public Class RoleAssignmentScheduleInstanceData
Inherits ResourceData
Implements IJsonModel(Of RoleAssignmentScheduleInstanceData), IPersistableModel(Of RoleAssignmentScheduleInstanceData)
Public Class RoleAssignmentScheduleInstanceData
Inherits ResourceData
Inheritance
RoleAssignmentScheduleInstanceData
Implements

Properties

AssignmentType

Assignment type of the role assignment schedule.

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 assignment schedule was created.

EndOn

The endDateTime of the role assignment schedule instance.

ExpandedProperties

Additional properties of principal, scope and role definition.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LinkedRoleEligibilityScheduleId

roleEligibilityScheduleId used to activate.

LinkedRoleEligibilityScheduleInstanceId

roleEligibilityScheduleInstanceId linked to this roleAssignmentScheduleInstance.

MemberType

Membership type of the role assignment schedule.

Name

The name of the resource.

(Inherited from ResourceData)
OriginRoleAssignmentId

Role Assignment Id in external system.

PrincipalId

The principal ID.

PrincipalType

The principal type of the assigned principal ID.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RoleAssignmentScheduleId

Id of the master role assignment schedule.

RoleDefinitionId

The role definition ID.

Scope

The role assignment schedule scope.

StartOn

The startDateTime of the role assignment schedule instance.

Status

The status of the role assignment schedule instance.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<RoleAssignmentScheduleInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleAssignmentScheduleInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleAssignmentScheduleInstanceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleAssignmentScheduleInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleAssignmentScheduleInstanceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to