Skip to main content

CloudAccount

No description

type CloudAccount {
accountId: String!
accountName: String
complianceFrameworks: [String!]
createdAt: ISO8601DateTime!
id: ID!
lastError: String
lastScannedAt: ISO8601DateTime
lastSyncAt: ISO8601DateTime
progressMessage: String
progressStep: String
provider: String!
regionDefault: String
status: String!
updatedAt: ISO8601DateTime!
}

Fields

CloudAccount.accountId ● String! non-null scalar

Account ID at the provider (e.g. AWS account number)

CloudAccount.accountName ● String scalar

Friendly name for the account

CloudAccount.complianceFrameworks ● [String!] list scalar

Compliance frameworks selected for this account's scans (e.g. ['CIS Benchmark', 'PCI DSS']). Drives which Prowler checks run and which IssuePattern entries get attached to findings.

CloudAccount.createdAt ● ISO8601DateTime! non-null scalar

CloudAccount.id ● ID! non-null scalar

CloudAccount.lastError ● String scalar

Error message from the last failed scan

CloudAccount.lastScannedAt ● ISO8601DateTime scalar

Timestamp of the last completed scan

CloudAccount.lastSyncAt ● ISO8601DateTime scalar

Timestamp of the last successful sync

CloudAccount.progressMessage ● String scalar

Human-readable progress message for the current scan

CloudAccount.progressStep ● String scalar

Current step of the running scan for this account

CloudAccount.provider ● String! non-null scalar

Cloud provider: aws | azure | gcp

CloudAccount.regionDefault ● String scalar

Default region for scans

CloudAccount.status ● String! non-null scalar

Account status: inactive | connecting | syncing | active | error

CloudAccount.updatedAt ● ISO8601DateTime! non-null scalar

Member Of

Asset object ● CreateCloudAccountPayload object ● CspmIntegration object ● UpdateCloudAccountPayload object

Contribute to the Docs

Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.

How to contribute

Resources

By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.

Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.

Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.