OBJECT
ActiveDirectoryAppMetadata
Description
Active Directory workload related app metadata for a snapshot.
link GraphQL Schema definition
- type ActiveDirectoryAppMetadata {
- # Windows disk layout of the domain controller at the time of the snapshot.
- : WindowsDiskLayoutDetails
- # NTDS database consistency information.
- : NtdsDatabaseConsistency
- # Count of different type of objects in the snapshot.
- : ActiveDirectoryObjectsCount
- # Operating system details of the domain controller at the time of the snapshot.
- : OsDetails
- # Path of the Rubrik backup service data directory.
- : String
- }