OBJECT

OnPremAdProtection

Description

Protection status of the on-prem AD.

link GraphQL Schema definition

  • type OnPremAdProtection {
  • # The name of the on-prem AD.
  • domainName: String!
  • # Specifies whether the on-prem AD is connected to Rubrik.
  • isOnPremAdConnected: Boolean!
  • # Specifies whether the on-prem AD is protected by Rubrik.
  • isOnPremAdProtected: Boolean!
  • # The number of groups in Entra ID that are synced from on-prem AD.
  • numSyncedGroups: Int!
  • # The number of users in Entra ID that are synced from on-prem AD.
  • numSyncedUsers: Int!
  • # The security identifier of the on-prem AD.
  • onPremAdSecurityId: String!
  • }