Skip to main content

role_eligibility_schedules

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

Overview

Namerole_eligibility_schedules
TypeResource
Idazure.authorization.role_eligibility_schedules

Fields

NameDatatypeDescription
idtextThe role eligibility schedule Id.
nametextThe role eligibility schedule name.
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
member_typetextfield from the properties object
principal_idtextfield from the properties object
principal_typetextfield from the properties object
roleEligibilityScheduleNametextfield from the properties object
role_definition_idtextfield from the properties object
role_eligibility_schedule_request_idtextfield from the properties object
scopetextfield from the properties object
start_date_timetextfield from the properties object
statustextfield from the properties object
typetextThe role eligibility schedule type.
updated_ontextfield from the properties object

Methods

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

SELECT examples

Gets role eligibility schedules for a resource scope.

SELECT
id,
name,
condition,
condition_version,
created_on,
end_date_time,
expanded_properties,
member_type,
principal_id,
principal_type,
roleEligibilityScheduleName,
role_definition_id,
role_eligibility_schedule_request_id,
scope,
start_date_time,
status,
type,
updated_on
FROM azure.authorization.vw_role_eligibility_schedules
WHERE scope = '{{ scope }}';