OBJECT
CustomTprPolicy
Description
Used in bulk query for TPR policy listing.
link GraphQL Schema definition
- type CustomTprPolicy {
- # Name of the TPR policy.
- String! :
- # Description of the TPR policy.
- String! :
- # Number of object types in the TPR policy.
- Int! :
- # Number of workloads in the TPR policy.
- Int! :
- # Actions specified in the TPR policy.
- TprRule!]! : [
- # Quorum authorization requirement for the TPR policy.
- Int! :
- # TPR policy ID.
- UUID! :
- # Organization the TPR policy is in.
- UUID! :
- }
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.