R/utils.R
get_azure_property.Rd
This function retrieves a property from an Azure object, such as ms_plan, ms_plan_task, ms_team, ms_team_member, ms_drive_item.
ms_plan
ms_plan_task
ms_team
ms_team_member
ms_drive_item
get_azure_property(x, property)
an Azure object
the name of the property, such as "id" or "displayName". This must exist in x or in x$properties, and will return NA otherwise.
"id"
"displayName"
x
x$properties
NA