PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::StorageGateway::DescribeSMBSettingsOutput; use Moose; has ActiveDirectoryStatus => (is => 'ro', isa => 'Str'); has DomainName => (is => 'ro', isa => 'Str'); has FileSharesVisible => (is => 'ro', isa => 'Bool'); has GatewayARN => (is => 'ro', isa => 'Str'); has SMBGuestPasswordSet => (is => 'ro', isa => 'Bool'); has SMBSecurityStrategy => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::DescribeSMBSettingsOutput =head1 ATTRIBUTES =head2 ActiveDirectoryStatus => Str Indicates the status of a gateway that is a member of the Active Directory domain. =over =item * C: Indicates that the C operation failed due to an authentication error. =item * C: Indicates that gateway is not joined to a domain. =item * C: Indicates that the gateway has successfully joined a domain. =item * C: Indicates that a C operation is in progress. =item * C: Indicates that C operation failed due to a network or connectivity error. =item * C: Indicates that the C operation failed because the operation didn't complete within the allotted time. =item * C: Indicates that the C operation failed due to another type of error. =back Valid values are: C<"ACCESS_DENIED">, C<"DETACHED">, C<"JOINED">, C<"JOINING">, C<"NETWORK_ERROR">, C<"TIMEOUT">, C<"UNKNOWN_ERROR"> =head2 DomainName => Str The name of the domain that the gateway is joined to. =head2 FileSharesVisible => Bool The shares on this gateway appear when listing shares. =head2 GatewayARN => Str =head2 SMBGuestPasswordSet => Bool This value is C if a password for the guest user C is set, otherwise C. Valid Values: C | C =head2 SMBSecurityStrategy => Str The type of security strategy that was specified for file gateway. =over =item * C: If you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment. =item * C: If you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer. =item * C: If you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer. =back Valid values are: C<"ClientSpecified">, C<"MandatorySigning">, C<"MandatoryEncryption"> =head2 _request_id => Str =cut 1;