iPolicy
Last updated
Represents a policy associated with an issue or system.
type IPolicy {
id: String
name: String
detailedDescription: String
}id String
Unique identifier of the policy
name String
Name of the policy
detailedDescription String
Detailed description of what the policy enforces or covers
Last updated
