OBJECT

GuardrailsAccountStateMeta

Meta information about an account that is needed for desired state run

link GraphQL Schema definition

  • type GuardrailsAccountStateMeta {
  • # additional account meta, this is needed for backward compatibility and will be
  • # removed in future
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • additionalInfo: JSON
  • # target locations or regions only needed if desired state is to be run for
  • # specific public cloud regions
  • region: [String!]
  • }