PosixStagingStoragePolicies_1_0_0
PosixStagingStoragePolicies_1_0_0 Document
Connector-specific storage gateway policies for the POSIX Staging connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
environment |
array ( PosixStagingEnvironment ) |
Variables to set in the environment when executing the stage_app[Private] |
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] |
stage_app |
string |
Path to the stage app[Private] |
{
"DATA_TYPE": "posix_staging_storage_policies#1.0.0",
"environment": [
{
"name": "string",
"value": "string"
}
],
"groups_allow": [
"string"
],
"groups_deny": [
"string"
],
"stage_app": "string"
}