OBJECT

TanzuHubPolicyRunAt

Time during the day schedule should run at, its value are in 24 hr format. e.g. timezone -> 'Asia/Kolkata' hour -> 14 min -> 50

link GraphQL Schema definition

  • type TanzuHubPolicyRunAt {
  • hour: Int!
  • min: Int!
  • timezone: String!
  • }