OBJECT
AzureAdOnPremSyncInfo
Description
On-prem sync information for Entra ID user or group.
link GraphQL Schema definition
- type AzureAdOnPremSyncInfo {
- # Specifies whether the source on-prem AD of the object is protected by Rubrik.
- Boolean! :
- # Domain name of the on-prem AD.
- String! :
- # Security ID of the on-prem AD.
- String! :
- # The last sync time of the on-prem AD object.
- DateTime :
- # Security ID of the on-prem AD object.
- String! :
- # On-prem sync status of the Azure AD group.
- AzureAdOnPremSyncStatus! :
- # User principal name of the on-prem AD object.
- String! :
- }