GraphQL OBJECT

SecurityPolicySearchResultItem

The flat security policy as result of a search.

link Definition

  • type SecurityPolicySearchResultItem {
  • # Unique Id of the security policy.
  • id: Int!
  • # Name of the security policy.
  • name: String!
  • # Information about client the security policy belongs to.
  • client: ClientInformation
  • # Date and time when the security policy created.
  • creationDate: DateTime
  • # User who created the security policy.
  • createdBy: UserAccountInformation
  • # Date and time when the last edit occurred.
  • lastModifyDate: DateTime
  • # User that last modified the security policy.
  • lastModifiedBy: UserAccountInformation
  • }