Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 a user configuration object. User configuration objects are also known as folder associated items (FAIs). It's an item associated to a folder. Each user configuration object within a folder must have a unique key.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| Create | userConfiguration | Create a new userConfiguration object. |
| Get | userConfiguration | Read the properties and relationships of a userConfiguration object. |
| Update | userConfiguration | Update the properties of a userConfiguration object. |
| Delete | None | Delete a userConfiguration object. |
Properties
| Property | Type | Description |
|---|---|---|
| binaryData | Binary | Arbitrary binary data. |
| id | String | The unique identifier for the userConfiguration object. Inherited from entity. |
| structuredData | structuredDataEntry collection | Key-value pairs of supported data types. |
| xmlData | Binary | Binary data for storing serialized XML. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userConfiguration",
"binaryData": "String (Binary)",
"id": "String (identifier)",
"structuredData": [{"@odata.type": "microsoft.graph.structuredDataEntry"}],
"xmlData": "String (Binary)"
}