OBJECT
ActiveDirectoryObjectRecoveryDryRunResponseData
Description
The changes in attribute values if the Active Directory object is restored.
link GraphQL Schema definition
- type ActiveDirectoryObjectRecoveryDryRunResponseData {
- # Required. Distinguished Name Tag of the object.
- Long! :
- # Specifies if the operation succeeded or failed.
- Boolean :
- # Represents how the object is recovered or modified.
- String! :
- # Detailed error for failure scenarios for the given object.
- String :
- # Distinguished Name of the object.
- String! :
- # Attributes in difference format with detailed message.
- ActiveDirectoryObjectAttributesDiffResponseWithDetails! :
- # Attributes in difference format with detailed message.
- ActiveDirectoryObjectRestoreFailedAttr! :
- }