Skip to main content

role_eligibility_schedule_instances

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

Overview

Namerole_eligibility_schedule_instances
TypeResource
Idazure.authorization.role_eligibility_schedule_instances

Fields

NameDatatypeDescription
idtextThe role eligibility schedule instance ID.
nametextThe role eligibility schedule instance 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
roleEligibilityScheduleInstanceNametextfield from the properties object
role_definition_idtextfield from the properties object
role_eligibility_schedule_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 instance type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTroleEligibilityScheduleInstanceName, scopeGets the specified role eligibility schedule instance.
list_for_scopeSELECTscopeGets role eligibility schedule instances of a role eligibility schedule.

SELECT examples

Gets role eligibility schedule instances of a role eligibility schedule.

SELECT
id,
name,
condition,
condition_version,
created_on,
end_date_time,
expanded_properties,
member_type,
principal_id,
principal_type,
roleEligibilityScheduleInstanceName,
role_definition_id,
role_eligibility_schedule_id,
scope,
start_date_time,
status,
type
FROM azure.authorization.vw_role_eligibility_schedule_instances
WHERE scope = '{{ scope }}';