OBJECT

CustomTprPolicy

Description

Used in bulk query for TPR policy listing.

link GraphQL Schema definition

  • type CustomTprPolicy {
  • # Name of the TPR policy.
  • policyName: String!
  • # Description of the TPR policy.
  • description: String!
  • # Number of object types in the TPR policy.
  • numberOfObjectTypes: Int!
  • # Number of workloads in the TPR policy.
  • numberOfProtectableObjects: Int!
  • # Actions specified in the TPR policy.
  • actions: [TprRule!]!
  • # Quorum authorization requirement for the TPR policy.
  • quorumRequirement: Int!
  • # TPR policy ID.
  • policyId: UUID!
  • # Organization the TPR policy is in.
  • orgId: UUID!
  • }