Cloud Account Management
Panther API cloud account management operations
Overview
Common cloud account operations
Listing cloud accounts
query cloudAccounts {
cloudAccounts {
edges {
node {
awsAccountId
awsRegionIgnoreList
awsScanConfig {
auditRole
}
awsStackName
createdAt
createdBy {
... on User {
id
}
... on APIToken {
id
}
}
id
isEditable
isRealtimeScanningEnabled
label
lastModifiedAt
resourceRegexIgnoreList
resourceTypeIgnoreList
}
}
}
}
Retrieving a cloud account
Creating a cloud account
Updating a cloud account
Deleting a cloud account
Last updated
Was this helpful?

