OBJECT

FinOpsProperty

FinOps property with name and value required

link GraphQL Schema definition

  • type FinOpsProperty {
  • # Name of the property
  • name: String!
  • # Value of the property
  • value: String!
  • }