INPUT_OBJECT

UpdateTprPolicyInput

Description

Update a TPR policy.

link GraphQL Schema definition

  • input UpdateTprPolicyInput {
  • # ID of the TPR policy.
  • policyId: UUID!
  • # Name of the TPR policy.
  • name: String!
  • # Description of the TPR policy.
  • description: String!
  • # Rules of the TPR policy.
  • policyRules: [TprPolicyRuleInput!]!
  • # IDs of service accounts exempt from the TPR policy.
  • exemptServiceAccounts: [String!]!
  • # Quorum authorization requirement of the TPR policy.
  • quorumRequirement: Int
  • }

link Require by