unifiedRoleScheduleInstanceBase resource type

Namespace: microsoft.graph

A template that exposes properties and relationships used in unifiedRoleAssignmentScheduleInstance and unifiedRoleEligibilityScheduleInstance resource types.

Inherits from entity.

Methods

None.

Properties

Property Type Description
appScopeId String Identifier of the app-specific scope when the assignment or role eligibility is scoped to an app. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.
directoryScopeId String Identifier of the directory object representing the scope of the assignment or role eligibility. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only.
id String The unique identifier for the schedule object. Inherited from entity.
principalId String Identifier of the principal that has been granted the role assignment or that's eligible for a role.
roleDefinitionId String Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that the principal is eligible for.

Relationships

Relationship Type Description
appScope appScope Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable.
directoryScope directoryObject The directory object that is the scope of the assignment or role eligibility. Read-only.
principal directoryObject The principal that's getting a role assignment or role eligibility through the request.
roleDefinition unifiedRoleDefinition Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.unifiedRoleScheduleInstanceBase",
  "id": "String (identifier)",
  "principalId": "String",
  "roleDefinitionId": "String",
  "directoryScopeId": "String",
  "appScopeId": "String"
}