OBJECT
SmbDomain
Description
SMB domain.
link GraphQL Schema definition
- type SmbDomain {
- # Name of the SMB domain.
- String! :
- # Domain ID of SMB domain.
- String! :
- # Account name of SMB domain.
- String! :
- # Specifies if the SMB domain is archived.
- Boolean! :
- # Authentication status of the SMB domain.
- SmbAuthenticationStatus! :
- # ID of the SMB domain.
- UUID! :
- # Cluster of the SMB domain.
- Cluster! :
- }
link Require by
- ActiveDirectoryDomainActive Directory Domain.
- SmbDomainConnectionPaginated list of SmbDomain objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SmbDomainEdgeWrapper around the SmbDomain object. This wrapper is used for pagination.