Skip to main content

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

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items SecurityPolicySet[]
  • Array [
  • 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.

  • ]
Loading...