OBJECT

SiteSettings

Description

Cloud Direct site settings configuration.

link GraphQL Schema definition

  • type SiteSettings {
  • # The Cloud Direct site identifier.
  • cloudDirectId: String!
  • # The Rubrik cluster UUID for the site.
  • clusterUuid: String!
  • # The internal identifier for the site settings.
  • id: String!
  • # Kerberos Credentials
  • kdcCredentials: [KdcCredential!]!
  • # Kerberos enforcement for NFSv4 protocol.
  • kerberosEnforceNfs4: KerberosEnforceType!
  • # Offline files behavior configuration.
  • offlineFilesBehaviour: CloudDirectOfflineFilesBehaviour!
  • # SMB authentication settings for the site.
  • smbCreds: GlobalSmbAuthSettings
  • # Whether system files are supported.
  • supportSystemFiles: Boolean!
  • # WAN throttle settings for the site.
  • wanThrottle: WanThrottleSettings
  • }