INPUT_OBJECT

GuardrailsAccountSelector

link GraphQL Schema definition

  • input GuardrailsAccountSelector {
  • # environment id for guardrails account, optional if entity id is provided. Eg.
  • # For AWS this will be the accountId for Azure this will be subscription
  • accountStateId: String
  • # provider for guardrails account, optional if entity id is provided
  • accountStateProvider: String
  • # EntityId of the environment of types AWS.Organizations.Account,
  • # AWS.Organizations.Organization, optional if environmentId and provider are
  • # provided
  • entityId: EntityId
  • }