OBJECT
ActiveDirectoryObjectAttributesDiffResponse
Description
The difference in attribute values between snapshots for the Active Directory (AD) object.
link GraphQL Schema definition
- type ActiveDirectoryObjectAttributesDiffResponse {
- # Required. The display name of the Active Directory (AD) object.
- String! :
- # Required. The count of the values in the left object.
- Int! :
- # Required. Specifies whether there are additional values.
- Boolean :
- # Specifies whether the values have changed.
- Boolean :
- # Required. The count of the values in the right object.
- Int! :
- # The value of the difference for the attribute.
- ActiveDirectoryObjectAttributeDiffValue!]! : [
- # Contains the first non-null value from the two snapshots or a snapshot and live
- # data.
- ActiveDirectoryObjectAttributeDiffValue! :
- }