Internal
Create a new instance of the service.
Returns data policies for the projects specified in the request.
Optional
ids?: stringA list of project identifiers. This parameter accepts a comma-separated list.
Returned if the request is successful.
example:
{
"projectDataPolicies": [
{
"dataPolicy": {
"anyContentBlocked": false
},
"id": 1000
},
{
"dataPolicy": {
"anyContentBlocked": true
},
"id": 1001
}
]
}
Returns data policy for the workspace.
Returned if the request is successful
example:
{
"anyContentBlocked": false
}
Protected
Static
initialize
This resource represents app access rule data policies.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-data-policies