DescribeSMBSettingsOutput class
Constructors
- DescribeSMBSettingsOutput({ActiveDirectoryStatus? activeDirectoryStatus, String? domainName, String? gatewayARN, bool? sMBGuestPasswordSet, SMBSecurityStrategy? sMBSecurityStrategy})
- 
          DescribeSMBSettingsOutput.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- activeDirectoryStatus → ActiveDirectoryStatus?
- 
  Indicates the status of a gateway that is a member of the Active Directory
domain.
  final
- domainName → String?
- 
  The name of the domain that the gateway is joined to.
  final
- 
  The shares on this gateway appear when listing shares.
  final
- gatewayARN → String?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sMBGuestPasswordSet → bool?
- 
  This value is trueif a password for the guest usersmbguestis set, otherwisefalse.final
- sMBSecurityStrategy → SMBSecurityStrategy?
- 
  The type of security strategy that was specified for file gateway.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited