OBJECT
CustomTprPolicy
Description
Used in bulk query for TPR policy listing.
link GraphQL Schema definition
- type CustomTprPolicy {
- # Actions specified in the TPR policy.
- : [TprRule!]!
- # Description of the TPR policy.
- : String!
- # Number of object types in the TPR policy.
- : Int!
- # Number of workloads in the TPR policy.
- : Int!
- # Organization the TPR policy is in.
- : UUID!
- # TPR policy ID.
- : UUID!
- # Name of the TPR policy.
- : String!
- # Quorum authorization requirement for the TPR policy.
- : Int!
- }
link Require by
- CustomTprPolicyConnectionPaginated list of CustomTprPolicy objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CustomTprPolicyEdgeWrapper around the CustomTprPolicy object. This wrapper is used for pagination.