INPUT_OBJECT

GuardrailsCreateCloudAccountInput

link GraphQL Schema definition

  • input GuardrailsCreateCloudAccountInput {
  • # Name of the cloud account. subscription name
  • accountName: String
  • # Billing type required for Azure
  • billingScope: GuardrailsBillingScopeType
  • # Project id to be associated with the cloud account.
  • cspProjectId: EntityId
  • # Email to be associated with the account during the registration process. It will
  • # serve as the primary contact for administrative purposes.
  • ownerEmail: String
  • # Parameters required to create and onboard a cloud account.
  • parameters: JSON
  • # Parent account under which new account needs to be provisioned. root
  • # subscription
  • parentAccount: String
  • # Cloud provider for which account needs to be provisioned
  • provider: GuardrailsCloudProvider!
  • }