RoleAssignmentScheduleInstanceFilter Class

Role assignment schedule instance filter.

Inheritance
RoleAssignmentScheduleInstanceFilter

Constructor

RoleAssignmentScheduleInstanceFilter(*, principal_id: Optional[str] = None, role_definition_id: Optional[str] = None, status: Optional[str] = None, role_assignment_schedule_id: Optional[str] = None, **kwargs)

Parameters

principal_id
str
Required

Returns role assignment schedule instances of the specific principal.

role_definition_id
str
Required

Returns role assignment schedule instances of the specific role definition.

status
str
Required

Returns role assignment schedule instances of the specific status.

role_assignment_schedule_id
str
Required

Returns role assignment schedule instances belonging to a specific role assignment schedule.