adminForms 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.
Company-wide configuration for Microsoft Forms.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get | adminForms | Read the properties and relationships of a adminForms object. |
Update | adminForms | Update the properties and relationships of a adminForms object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique ID. Inherited from entity. |
settings | formsSettings | Company-wide settings for Microsoft Forms. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.adminForms",
"id": "String (identifier)",
"settings": {
"@odata.type": "formsSettings"
}
}