{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-describe-smb-settings-output-schema.json", "title": "DescribeSMBSettingsOutput", "description": "DescribeSMBSettingsOutput schema from Amazon Storage Gateway API", "type": "object", "properties": { "GatewayARN": { "$ref": "#/components/schemas/GatewayARN" }, "DomainName": { "allOf": [ { "$ref": "#/components/schemas/DomainName" }, { "description": "The name of the domain that the gateway is joined to." } ] }, "ActiveDirectoryStatus": { "allOf": [ { "$ref": "#/components/schemas/ActiveDirectoryStatus" }, { "description": "

Indicates the status of a gateway that is a member of the Active Directory domain.

" } ] }, "SMBGuestPasswordSet": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "

This value is true if a password for the guest user smbguest is set, otherwise false. Only supported for S3 File Gateways.

Valid Values: true | false

" } ] }, "SMBSecurityStrategy": { "allOf": [ { "$ref": "#/components/schemas/SMBSecurityStrategy" }, { "description": "

The type of security strategy that was specified for file gateway.

" } ] }, "FileSharesVisible": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "The shares on this gateway appear when listing shares. Only supported for S3 File Gateways. " } ] }, "SMBLocalGroups": { "allOf": [ { "$ref": "#/components/schemas/SMBLocalGroups" }, { "description": "A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway." } ] } } }