Parameter | Description |
---|---|
Policy ID | Id of the requested policy. |
Team ID | The identifier of the team that this policy belongs. Value should be null for global policies. |
{
"data": {
"enabled": false,
"filter": {
"type": "string"
},
"id": "string",
"name": "Name of the policy",
"policyDescription": "Description of the policy",
"teamId": "TeamId of the policy",
"timeRestrictions": {
"type": "string"
},
"type": "Type of the policy"
},
"requestId": "string",
"took": 0
}
Was this page helpful?