| name | data type | description |
|---|---|---|
| subResourceType | string | |
| profiles | array of string | |
| subResource | RangerPolicyResource | |
| resource | map of RangerPolicyResource | |
| number | ||
| conditionExpr | string | |
| accessTypes | array of string | |
| subResourceMasks | array of RangerGdsMaskInfo | |
| rowFilter | RangerPolicyItemRowFilterInfo | |
| name | string | |
Properties inherited from RangerGdsBaseModelObject |
||
| additionalInfo | map of string | |
| description | string | |
| options | map of string | |
Properties inherited from RangerBaseModelObject |
||
| version | number | |
| id | number | |
| guid | string | |
| updatedBy | string | |
| createdBy | string | |
| isEnabled | boolean | |
| createTime | number | |
| updateTime | number | |
Example
{
"subResourceType" : "...",
"profiles" : [ "...", "..." ],
"subResource" : {
"values" : [ "...", "..." ],
"isRecursive" : true,
"isExcludes" : true
},
"resource" : {
"property1" : {
"values" : [ "...", "..." ],
"isRecursive" : true,
"isExcludes" : true
},
"property2" : {
"values" : [ "...", "..." ],
"isRecursive" : true,
"isExcludes" : true
}
},
"dataShareId" : 12345,
"conditionExpr" : "...",
"accessTypes" : [ "...", "..." ],
"subResourceMasks" : [ {
"values" : [ "...", "..." ],
"maskInfo" : {
"valueExpr" : "...",
"dataMaskType" : "...",
"conditionExpr" : "..."
}
}, {
"values" : [ "...", "..." ],
"maskInfo" : {
"valueExpr" : "...",
"dataMaskType" : "...",
"conditionExpr" : "..."
}
} ],
"rowFilter" : {
"filterExpr" : "..."
},
"name" : "...",
"additionalInfo" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"options" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"id" : 12345,
"guid" : "...",
"updatedBy" : "...",
"createdBy" : "...",
"isEnabled" : true,
"createTime" : 12345,
"updateTime" : 12345
}