INPUT_OBJECT
TanzuHubPolicyEditInput
Policy input for editing
link GraphQL Schema definition
- input TanzuHubPolicyEditInput {
- # CSP project id associated with policy
- EntityId!] : [
- # Policy description
- String :
- # Policy execution schedule
- TanzuHubPolicyExecutionScheduleInput! :
- # Policy name
- String! :
- # Version
- ID! :
- # Policy id
- String! :
- # Rule details
- TanzuHubPolicyRuleInput!]! : [
- }