Skip to main content

privileged_access_group_assignment_schedules_principal

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

Overview

Nameprivileged_access_group_assignment_schedules_principal
TypeResource
Identra_id.identity_governance.privileged_access_group_assignment_schedules_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
getselectprivileged_access_group_assignment_schedule_idReferences the principal that's in the scope of this membership or ownership assignment request to the group that's governed through PIM. Supports $expand and $select nested in $expand for id only.

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
privileged_access_group_assignment_schedule_idstringThe unique identifier of privilegedAccessGroupAssignmentSchedule

SELECT examples

References the principal that's in the scope of this membership or ownership assignment request to the group that's governed through PIM. Supports $expand and $select nested in $expand for id only.

SELECT
id,
deletedDateTime
FROM entra_id.identity_governance.privileged_access_group_assignment_schedules_principal
WHERE privileged_access_group_assignment_schedule_id = '{{ privileged_access_group_assignment_schedule_id }}' -- required
;