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