Skip to main content

Get Cloud Account Details

GET 

/cloud/:cloud_type/:id

Returns top level information about the cloud account.

Request

Path Parameters

    cloud_type stringrequired

    Possible values: [aws, azure, gcp, alibaba_cloud, oci]

    Cloud Type

    id stringrequired

    Account ID

Query Parameters

    includeGroupInfo boolean

    true = Include account group info. Default is false.

Responses

successful operation

Schema
    anyOf
    accountGroupInfos object[]

    Account group details of groups associated with this account

  • Array [
  • autoCreated boolean

    auto created

    groupId string

    group id

    groupName string

    Group name

    lastModifiedBy string

    Last modified by

  • ]
  • accountId string

    Account ID

    accountType string

    Possible values: [ACCOUNT, MASTER_SERVICE_ACCOUNT, COMPARTMENT, ORGANIZATION, TENANT]

    Cloud Account Type

    addedOn int64

    Added On

    associatedAccountGroupsCount int32

    Associated Account Groups Count with this cloud account

    assumeRoleAccount string

    Internal use only

    autoConsent string
    cloudAccountOwner string

    Cloud account owner

    cloudAccountOwnerCount int32

    Cloud account owner count

    cloudType string

    Possible values: [ALL, AWS, AZURE, GCP, ALIBABA_CLOUD, OCI, OTHER]

    Cloud Type

    deploymentType string

    Possible values: [AZURE, AZURE_GOVERNMENT, AZURE_CHINA, AWS, AWS_GOVERNMENT, AWS_CHINA, OCI, OCI_GOVERNMENT, OCI_CHINA, GCP, GCP_GOVERNMENT, GCP_CHINA, ALIBABA_CLOUD, ALIBABA_CLOUD_GOVERNMENT, ALIBABA_CLOUD_CHINA, ALIBABA_CLOUD_FINANCE]

    Deployment Type

    enabled boolean

    Enabled

    eventbridgeRuleNamePrefix string

    Amazon Event Bridge Rule Name

    externalId string

    External ID

    features object[]

    Features

  • Array [
  • defaultMemberState string

    Possible values: [enabled, disabled]

    Enable or disable the feature for all the member accounts linked to this organization. You can enable or disable the defaultMemberState only if the feature state is enabled for the organization. Applicable only for Serverless Function Scanning and Agentless Workload Scanning features.

    name string

    Feature name obtained from Fetch Supported Features endpoint

    state string

    Possible values: [enabled, disabled]

    Feature state. Whether to be enabled or disabled

  • ]
  • groupIds string[]

    Group Ids

    lastModifiedBy string

    Last Modified By

    lastModifiedTs int64

    Time account was last updated

    name string

    Name

    parentAccountId string
    protectionMode string

    Possible values: [MONITOR, MONITOR_AND_PROTECT]

    Protection Mode

    roleArn string

    Role ARN

    storageScanConfig object

    Model for AWS Storage Scan Configuration

    buckets object

    Selected List of S3 Buckets for forward and backward scan

    property name* string[]
  • Array [
  • string

  • ]
  • scanOption string

    Possible values: [Realtime, Custom, Full, Historical]

    Storage Scan Option

    snsTopicArn string

    SNS Topic ARN created on DLP SNS topic

    storageScanEnabled boolean

    Storage Scan Enabled

    storageUUID string

    Storage UUID

    accountGroupInfos object[]

    Account group details of groups associated with this account

  • Array [
  • autoCreated boolean

    auto created

    groupId string

    group id

    groupName string

    Group name

    lastModifiedBy string

    Last modified by

  • ]
  • accountId string

    Account ID

    accountType string

    Possible values: [ACCOUNT, MASTER_SERVICE_ACCOUNT, COMPARTMENT, ORGANIZATION, TENANT]

    Cloud Account Type

    addedOn int64

    Added On

    associatedAccountGroupsCount int32

    Associated Account Groups Count with this cloud account

    autoConsent string
    cloudAccountOwner string

    Cloud account owner

    cloudAccountOwnerCount int32

    Cloud account owner count

    cloudType string

    Possible values: [ALL, AWS, AZURE, GCP, ALIBABA_CLOUD, OCI, OTHER]

    Cloud Type

    deploymentType string

    Possible values: [AZURE, AZURE_GOVERNMENT, AZURE_CHINA, AWS, AWS_GOVERNMENT, AWS_CHINA, OCI, OCI_GOVERNMENT, OCI_CHINA, GCP, GCP_GOVERNMENT, GCP_CHINA, ALIBABA_CLOUD, ALIBABA_CLOUD_GOVERNMENT, ALIBABA_CLOUD_CHINA, ALIBABA_CLOUD_FINANCE]

    Deployment Type

    enabled boolean

    Enabled

    features object[]

    Features

  • Array [
  • defaultMemberState string

    Possible values: [enabled, disabled]

    Enable or disable the feature for all the member accounts linked to this organization. You can enable or disable the defaultMemberState only if the feature state is enabled for the organization. Applicable only for Serverless Function Scanning and Agentless Workload Scanning features.

    name string

    Feature name obtained from Fetch Supported Features endpoint

    state string

    Possible values: [enabled, disabled]

    Feature state. Whether to be enabled or disabled

  • ]
  • groupIds string[]

    Group Ids

    lastModifiedBy string

    Last Modified By

    lastModifiedTs int64

    Time account was last updated

    name string

    Name

    parentAccountId string
    protectionMode string

    Possible values: [MONITOR, MONITOR_AND_PROTECT]

    Protection Mode

    storageScanEnabled boolean

    Storage Scan Enabled

    storageUUID string

    Storage UUID

Loading...