OBJECT

SmbDomain

Description

SMB domain.

link GraphQL Schema definition

  • type SmbDomain {
  • # Name of the SMB domain.
  • name: String!
  • # Domain ID of SMB domain.
  • domainId: String!
  • # Account name of SMB domain.
  • accountName: String!
  • # Specifies if the SMB domain is archived.
  • isArchived: Boolean!
  • # Authentication status of the SMB domain.
  • status: SmbAuthenticationStatus!
  • # ID of the SMB domain.
  • id: UUID!
  • # Cluster of the SMB domain.
  • cluster: Cluster!
  • }