OBJECT

GuardrailsWorkerGroupCloudAccount

link GraphQL Schema definition

  • type GuardrailsWorkerGroupCloudAccount implements Node {
  • # Cloud account id
  • cloudAccountId: String!
  • # Timestamp at which cloud account is created. Expressed in UTC ISO-8601 format
  • createdOn: DateTime!
  • # Cloud account external id. This is requires to access the cloud account from
  • # Secure cloud services
  • externalId: String
  • # Unique identifier for cloud account
  • id: ID!
  • # 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
  • # Timestamp at which cloud account is updated. Expressed in UTC ISO-8601 format
  • updatedOn: DateTime
  • }