PosixCollectionPolicies_1_1_0
PosixCollectionPolicies_1_1_0 Document
Connector-specific collection policies for the POSIX connector
Version 1.1.0 of the posix_collection_policies document adds the sharing_groups_allow, and sharing_groups_deny properties.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
sharing_groups_allow |
array of string |
List of POSIX group names allowed to create shares on this collection [Private] |
sharing_groups_deny |
array of string |
List of POSIX group names denied access to create shares on this collection. [Private] |
{
"DATA_TYPE": "posix_collection_policies#1.1.0",
"sharing_groups_allow": [
"string"
],
"sharing_groups_deny": [
"string"
]
}