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