OBJECT
TprConfiguration
Description
TPR configuration.
link GraphQL Schema definition
- type TprConfiguration {
- # Specifies whether TPR is currently enabled.
- Boolean! :
- # 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! :
- }