PosixStoragePolicies_1_0_0
PosixStoragePolicies_1_0_0 Document
Connector-specific storage gateway policies for the POSIX connector.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
groups_allow |
array of string |
List of POSIX group names allowed to access this storage gateway [Private] |
groups_deny |
array of string |
List of POSIX group names denied access this storage gateway [Private] |
{
"DATA_TYPE": "posix_storage_policies#1.0.0",
"groups_allow": [
"string"
],
"groups_deny": [
"string"
]
}