OBJECT
PolicyDetail
Description
Represents the policy detail.
link GraphQL Schema definition
- type PolicyDetail {
- # Total analyzers in a policy.
- : Int!
- # Policy creator.
- : User
- # List of datatype IDs in a policy.
- : [String!]!
- # Policy description.
- : String!
- # Policy ID.
- : String!
- # Time when the policy was last updated.
- : Long!
- # Policy name.
- : String!
- # Percentage of objects covered.
- : Int! @deprecated( reason: "Deprecated. Use percentCoverage instead." )
- # Objects with pending initial analysis.
- : Int!
- # The percentage of coverage for a data category.
- : Float!
- # Total sensitive hits in a policy.
- : Long!
- # Total objects in a policy.
- : Int!
- }