OBJECT

GlobalSmbAuthSettings

Description

Global SMB authentication settings for Cloud Direct site.

link GraphQL Schema definition

  • type GlobalSmbAuthSettings {
  • # Whether SMB credentials are configured.
  • hasCredentials: Boolean!
  • # SMB username (redacted for security).
  • username: String!
  • }