Get Security Policy Sets (v2.0)
GET/v2.0/api/tenants/:tenant_id/securitypolicysets
List the tenant security policy sets.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The number of responses.
id string
The ID of the response.
tenant_id string
The ID of the tenant.
items SecurityPolicySet[]
description
The description of the security policy set. Max size = 256.
id string
The security policy set ID.
name stringrequired
The name of the security policy set. Max size = 128.
policyrule_order string[]
The order for the execution of the policy rule.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"id": "string",
"name": "string",
"policyrule_order": [
"string"
]
}
]
}
Loading...