All Products
Search
Document Center

Apsara File Storage NAS:DescribeSmbAcl

Last Updated:Mar 14, 2024

Queries the information about the access control list (ACL) feature of a Server Message Block (SMB) file system that resides in an Active Directory (AD) domain.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FileSystemIdstringYes

The ID of the file system.

31a8e4****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

98696EF0-1607-4E9D-B01D-F20930B6****
Aclobject

The information about the ACL feature.

EnableAnonymousAccessboolean

Indicates whether the file system allows anonymous access. Valid values:

  • true: The file system allows anonymous access.
  • false: The file system does not allow anonymous access.
true
Enabledboolean

Indicates whether the ACL feature is enabled. Valid values:

  • true: The ACL feature is enabled.
  • false: The ACL feature is disabled.
true
EncryptDataboolean

Indicates whether encryption in transit is enabled. Valid values:

  • true: Encryption in transit is enabled.
  • false: Encryption in transit is disabled.
true
RejectUnencryptedAccessboolean

Indicates whether the file system denies access from non-encrypted clients. Valid values:

  • true: The file system denies access from non-encrypted clients.
  • false: The file system allows access from non-encrypted clients.
true
SuperAdminSidstring

The ID of a super admin.

S-1-0-0
HomeDirPathstring

The home directory of each user.

/home

Examples

Sample success responses

JSONformat

{
  "RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****",
  "Acl": {
    "EnableAnonymousAccess": true,
    "Enabled": true,
    "EncryptData": true,
    "RejectUnencryptedAccess": true,
    "SuperAdminSid": "S-1-0-0",
    "HomeDirPath": "/home"
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-08-05The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.