INPUT_OBJECT
UpdateTprPolicyInput
Description
Update a TPR policy.
link GraphQL Schema definition
- input UpdateTprPolicyInput {
- # ID of the TPR policy.
- UUID! :
- # Name of the TPR policy.
- String! :
- # Description of the TPR policy.
- String! :
- # Rules of the TPR policy.
- TprPolicyRuleInput!]! : [
- # IDs of service accounts exempt from the TPR policy.
- String!]! : [
- # Quorum authorization requirement of the TPR policy.
- Int :
- }