Skip to main content

directory_role_assignments_principal

Creates, updates, deletes, gets or lists a directory_role_assignments_principal resource.

Overview

Namedirectory_role_assignments_principal
TypeResource
Identra_id.role_management.directory_role_assignments_principal

Fields

The following fields are returned by SELECT queries:

Retrieved navigation property

NameDatatypeDescription
idstringThe unique identifier for an entity. Read-only.
deletedDateTimestring (date-time)Date and time when this object was deleted. Always null when the object hasn't been deleted. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectunified_role_assignment_idReferencing the assigned principal. Read-only. Supports $expand except for the Exchange provider.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
unified_role_assignment_idstringThe unique identifier of unifiedRoleAssignment

SELECT examples

Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider.

SELECT
id,
deletedDateTime
FROM entra_id.role_management.directory_role_assignments_principal
WHERE unified_role_assignment_id = '{{ unified_role_assignment_id }}' -- required
;