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.
  • isSourceOnPremAdProtected: Boolean!
  • # Domain name of the on-prem AD.
  • onPremAdDomainName: String!
  • # Security ID of the on-prem AD.
  • onPremAdSecurityId: String!
  • # The last sync time of the on-prem AD object.
  • onPremLastSyncTime: DateTime
  • # Security ID of the on-prem AD object.
  • onPremSecurityId: String!
  • # On-prem sync status of the Azure AD group.
  • onPremSyncStatus: AzureAdOnPremSyncStatus!
  • # User principal name of the on-prem AD object.
  • onPremUserPrincipalName: String!
  • }