OBJECT

ActiveDirectoryObjectAttributesDiffResponseWithDetails

Description

Supported in v9.2+

link GraphQL Schema definition

  • type ActiveDirectoryObjectAttributesDiffResponseWithDetails {
  • # Detailed message if an error is encountered during the dry run for this
  • # attribute.
  • details: String
  • # Required. Attributes in difference format.
  • attrDiff: ActiveDirectoryObjectAttributesDiffResponse!
  • }