INPUT_OBJECT
UpdateTprConfigurationInput
Description
Updating TPR configuration request.
link GraphQL Schema definition
- input UpdateTprConfigurationInput {
- # Organization that is being updated.
- String :
- # Maximum timeout for on-demand execution of TPR requests, in hours.
- Int :
- # Number of hours before inactive TPR requests expire.
- Int :
- # Number of hours before TPR request expiration to send a reminder.
- Int :
- # Number of approvals needed for static quorum authorization policies.
- Int :
- }