OBJECT
TprPolicyDetail
Description
Response for getting the TPR Policy detail.
link GraphQL Schema definition
- type TprPolicyDetail {
- # The time at which the TPR policy was created.
- : DateTime
- # The user who created the TPR policy.
- : UserSummary
- # Description of the TPR policy.
- : String!
- # Service accounts exempt from the TPR policy.
- : [ServiceAccountClient!]!
- # Name of the TPR policy.
- : String!
- # ID of the TPR policy.
- : UUID!
- # Rules of the TPR policy.
- : [TprPolicyRule!]!
- # The scope of the TPR policy.
- : TprPolicyScope!
- # Quorum requirement for the TPR policy.
- : Int!
- }