Skip to main content

role_assignment_schedule_instances

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

Overview

Namerole_assignment_schedule_instances
TypeResource
Idazure.authorization.role_assignment_schedule_instances

Fields

NameDatatypeDescription
idtextThe role assignment schedule instance ID.
nametextThe role assignment schedule instance name.
assignment_typetextfield from the properties object
conditiontextfield from the properties object
condition_versiontextfield from the properties object
created_ontextfield from the properties object
end_date_timetextfield from the properties object
expanded_propertiestextfield from the properties object
linked_role_eligibility_schedule_idtextfield from the properties object
linked_role_eligibility_schedule_instance_idtextfield from the properties object
member_typetextfield from the properties object
origin_role_assignment_idtextfield from the properties object
principal_idtextfield from the properties object
principal_typetextfield from the properties object
roleAssignmentScheduleInstanceNametextfield from the properties object
role_assignment_schedule_idtextfield from the properties object
role_definition_idtextfield from the properties object
scopetextfield from the properties object
start_date_timetextfield from the properties object
statustextfield from the properties object
typetextThe role assignment schedule instance type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTroleAssignmentScheduleInstanceName, scopeGets the specified role assignment schedule instance.
list_for_scopeSELECTscopeGets role assignment schedule instances of a role assignment schedule.

SELECT examples

Gets role assignment schedule instances of a role assignment schedule.

SELECT
id,
name,
assignment_type,
condition,
condition_version,
created_on,
end_date_time,
expanded_properties,
linked_role_eligibility_schedule_id,
linked_role_eligibility_schedule_instance_id,
member_type,
origin_role_assignment_id,
principal_id,
principal_type,
roleAssignmentScheduleInstanceName,
role_assignment_schedule_id,
role_definition_id,
scope,
start_date_time,
status,
type
FROM azure.authorization.vw_role_assignment_schedule_instances
WHERE scope = '{{ scope }}';