Mengkueri fitur SMB AD ACL.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DescribeSmbAcl |
get |
*FileSystem
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
ID sistem file. |
31a8e4**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
98696EF0-1607-4E9D-B01D-F20930B6**** |
| Acl |
object |
Informasi ACL. |
|
| EnableAnonymousAccess |
boolean |
Apakah akses anonim diizinkan. Nilai valid:
|
true |
| Enabled |
boolean |
Apakah fitur SMB AD ACL diaktifkan.
|
true |
| EncryptData |
boolean |
Apakah enkripsi transmisi diaktifkan.
|
true |
| RejectUnencryptedAccess |
boolean |
Apakah klien non-terenkripsi ditolak.
|
true |
| SuperAdminSid |
string |
ID super administrator. |
S-1-0-0 |
| HomeDirPath |
string |
Jalur direktori home setiap pengguna. |
/home |
Contoh
Respons sukses
JSONformat
{
"RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****",
"Acl": {
"EnableAnonymousAccess": true,
"Enabled": true,
"EncryptData": true,
"RejectUnencryptedAccess": true,
"SuperAdminSid": "S-1-0-0",
"HomeDirPath": "/home"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.