OBJECT
SmbDomainDetail
Description
Supported in v5.0+
link GraphQL Schema definition
- type SmbDomainDetail {
- # Required. Supported in v5.0+
- # A Boolean value that determines whether to run the SMB service when no shares
- # are exposed. When this value is 'true,' the SMB service runs even when no shares
- # are exposed. When this value is 'false,' the SMB service does not run when no
- # shares are exposed.
- Boolean! :
- # Required. Supported in v5.0+
- # Specifies name to identify Active Directory domain for SMB authentication.
- String! :
- # Supported in v5.0+
- # Specifies the service principal name (SPN) used for joining the Active Directory
- # domain.
- String :
- # Supported in v5.0+
- # State of the domain.
- SmbDomainStatus! :
- }