Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A definition for a single role in a schedule in the Shifts app in Teams.
Method | Return type | Description |
---|---|---|
Get | shiftsRoleDefinition | Read the properties and relationships of a shiftsRoleDefinition object. |
Update | shiftsRoleDefinition | Create/Update the properties of a shiftsRoleDefinition object. |
Property | Type | Description |
---|---|---|
description | String | The description of the role. |
displayName | String | The display name of the role. |
id | String | The ID of the role. |
shiftsRolePermissions | shiftsRolePermission collection | The collection of role permissions within the role. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.shiftsRoleDefinition",
"id": "String (identifier)",
"description": "String",
"displayName": "String",
"shiftsRolePermissions": [
{
"@odata.type": "microsoft.graph.shiftsRolePermission"
}
]
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now