photoUpdateSettings resource type
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.
Methods
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. |
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.photoUpdateSettings",
"id": "String (identifier)",
"source": "String",
"allowedRoles": [
"String"
]
}