OBJECT
OnPremAdProtection
Description
Protection status of the on-prem AD.
link GraphQL Schema definition
- type OnPremAdProtection {
- # The name of the on-prem AD.
- String! :
- # Specifies whether the on-prem AD is connected to Rubrik.
- Boolean! :
- # Specifies whether the on-prem AD is protected by Rubrik.
- Boolean! :
- # The number of groups in Entra ID that are synced from on-prem AD.
- Int! :
- # The number of users in Entra ID that are synced from on-prem AD.
- Int! :
- # The security identifier of the on-prem AD.
- String! :
- }