Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
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.
Represents the settings that manage the support of photos modified in an organization. By default, photo updates are disabled. If enabled, users can optionally add or update their photo update settings.
Inherits from entity.
Method | Return type | Description |
---|---|---|
List | photoUpdateSettings collection | Get a list of the photoUpdateSettings objects and their properties. |
Create | photoUpdateSettings | Create a new photoUpdateSettings object. |
Get | photoUpdateSettings | Read the properties and relationships of a photoUpdateSettings object. |
Update | photoUpdateSettings | Update the properties of a photoUpdateSettings object. |
Delete | None | Delete a photoUpdateSettings object. |
Property | Type | Description |
---|---|---|
id | String | The unique identifier for a peopleAdminSettings object. Inherited from entity. |
source | String | Specifies the types of photo updates permitted. The possible values are: cloud , onPremises , unknownFutureValue . |
allowedRoles | String collection | Contains a list of roles to perform edit operations in the cloud. Optional. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.photoUpdateSettings",
"id": "String (identifier)",
"source": "String",
"allowedRoles": [
"String"
]
}