adminDynamics 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 Dynamics 365.

Inherits from entity.

Methods

Method Return type Description
Get adminDynamics adminDynamics Read the properties and relationships of a adminDynamics object.
Update adminDynamics adminDynamics Update the properties and relationships of a adminDynamics object.

Properties

Property Type Description
customerVoice customerVoiceSettings Company-wide settings for Microsoft Dynamics 365 Customer Voice.
id String Unique ID. Inherited from entity.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.adminDynamics",
  "id": "String (identifier)",
  "customerVoice": {
    "@odata.type": "customerVoiceSettings"
  }
}