GraphQL OBJECT

SecurityPolicy

Security policy.

link Definition

  • type SecurityPolicy {
  • # Unique ID of the security policy.
  • id: Long!
  • # Client to whose organization the security policy belongs.
  • client: Client
  • # security policy name.
  • name: String!
  • }