OBJECT
TanzuHubPolicyRule
Policy rule
link GraphQL Schema definition
- type TanzuHubPolicyRule {
- # graphQL query to be executed to fetch the data
- String! :
- # graphQL variables needed for query execution
- JSON :
- # Pagination details
- DerivedDataPagination :
- # Policy Rule actions provided
- TanzuHubPolicyRuleAction :
- # Rules/conditions that are going to get evaluated
- DerivedDataProcessingRules :
- # Rule id
- String! :
- # Rule name
- LocalizedString! :
- }