INPUT_OBJECT

GuardrailsWorkerGroupAccountInput

link GraphQL Schema definition

  • input GuardrailsWorkerGroupAccountInput {
  • # Cloud account id
  • cloudAccountId: String!
  • # Cloud account external id. This is requires to access the cloud account from
  • # Secure cloud services
  • externalId: String
  • # Cloud account name
  • name: String!
  • # Cloud account provider
  • provider: String!
  • # Cloud account role arn ( applicable for AWS type providers). This is requires to
  • # access the cloud account from Secure cloud services
  • roleArn: String
  • }