Skip to main content

role_assignment_schedules

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

Overview

Namerole_assignment_schedules
TypeResource
Idazure.authorization.role_assignment_schedules

Fields

NameDatatypeDescription
idtextThe role assignment schedule Id.
nametextThe role assignment schedule 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
member_typetextfield from the properties object
principal_idtextfield from the properties object
principal_typetextfield from the properties object
roleAssignmentScheduleNametextfield from the properties object
role_assignment_schedule_request_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 type.
updated_ontextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTroleAssignmentScheduleName, scopeGet the specified role assignment schedule for a resource scope
list_for_scopeSELECTscopeGets role assignment schedules for a resource scope.

SELECT examples

Gets role assignment schedules for a resource scope.

SELECT
id,
name,
assignment_type,
condition,
condition_version,
created_on,
end_date_time,
expanded_properties,
linked_role_eligibility_schedule_id,
member_type,
principal_id,
principal_type,
roleAssignmentScheduleName,
role_assignment_schedule_request_id,
role_definition_id,
scope,
start_date_time,
status,
type,
updated_on
FROM azure.authorization.vw_role_assignment_schedules
WHERE scope = '{{ scope }}';