OBJECT
SiteSettings
Description
Cloud Direct site settings configuration.
link GraphQL Schema definition
- type SiteSettings {
- # The Cloud Direct site identifier.
- : String!
- # The Rubrik cluster UUID for the site.
- : String!
- # The internal identifier for the site settings.
- : String!
- # Kerberos Credentials
- : [KdcCredential!]!
- # Kerberos enforcement for NFSv4 protocol.
- : KerberosEnforceType!
- # Offline files behavior configuration.
- : CloudDirectOfflineFilesBehaviour!
- # SMB authentication settings for the site.
- : GlobalSmbAuthSettings
- # Whether system files are supported.
- : Boolean!
- # WAN throttle settings for the site.
- : WanThrottleSettings
- }