INPUT_OBJECT

CreateTprPolicyInput

Description

Create a TPR policy.

link GraphQL Schema definition

  • input CreateTprPolicyInput {
  • # Name of the TPR policy.
  • name: String!
  • # Description of the TPR policy.
  • description: String!
  • # Scope of the TPR policy.
  • policyScope: TprPolicyScope!
  • # 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