iPolicy

Represents a policy associated with an issue or system.

Examples

type IPolicy {
  id: String
  name: String
  detailedDescription: String
}

Fields

Field
Description
Supported fields

id String

Unique identifier of the policy

name String

Name of the policy

detailedDescription String

Detailed description of what the policy enforces or covers

References

Fields with this object:

Last updated