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