1. Packages
  2. Prismacloud Provider
  3. API Docs
  4. getCloudAccountV2
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

prismacloud.getCloudAccountV2

Explore with Pulumi AI

prismacloud logo
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

    Retrieve information on a specific cloud account.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as prismacloud from "@pulumi/prismacloud";
    
    const example = prismacloud.getCloudAccountV2({
        cloudType: "aws",
        name: "My Aws cloud account",
    });
    
    import pulumi
    import pulumi_prismacloud as prismacloud
    
    example = prismacloud.get_cloud_account_v2(cloud_type="aws",
        name="My Aws cloud account")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/prismacloud/prismacloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := prismacloud.LookupCloudAccountV2(ctx, &prismacloud.LookupCloudAccountV2Args{
    			CloudType: "aws",
    			Name:      pulumi.StringRef("My Aws cloud account"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Prismacloud = Pulumi.Prismacloud;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Prismacloud.GetCloudAccountV2.Invoke(new()
        {
            CloudType = "aws",
            Name = "My Aws cloud account",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.prismacloud.PrismacloudFunctions;
    import com.pulumi.prismacloud.inputs.GetCloudAccountV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = PrismacloudFunctions.getCloudAccountV2(GetCloudAccountV2Args.builder()
                .cloudType("aws")
                .name("My Aws cloud account")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: prismacloud:getCloudAccountV2
          arguments:
            cloudType: aws
            name: My Aws cloud account
    

    Using getCloudAccountV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCloudAccountV2(args: GetCloudAccountV2Args, opts?: InvokeOptions): Promise<GetCloudAccountV2Result>
    function getCloudAccountV2Output(args: GetCloudAccountV2OutputArgs, opts?: InvokeOptions): Output<GetCloudAccountV2Result>
    def get_cloud_account_v2(account_id: Optional[str] = None,
                             cloud_type: Optional[str] = None,
                             id: Optional[str] = None,
                             name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetCloudAccountV2Result
    def get_cloud_account_v2_output(account_id: Optional[pulumi.Input[str]] = None,
                             cloud_type: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetCloudAccountV2Result]
    func LookupCloudAccountV2(ctx *Context, args *LookupCloudAccountV2Args, opts ...InvokeOption) (*LookupCloudAccountV2Result, error)
    func LookupCloudAccountV2Output(ctx *Context, args *LookupCloudAccountV2OutputArgs, opts ...InvokeOption) LookupCloudAccountV2ResultOutput

    > Note: This function is named LookupCloudAccountV2 in the Go SDK.

    public static class GetCloudAccountV2 
    {
        public static Task<GetCloudAccountV2Result> InvokeAsync(GetCloudAccountV2Args args, InvokeOptions? opts = null)
        public static Output<GetCloudAccountV2Result> Invoke(GetCloudAccountV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudAccountV2Result> getCloudAccountV2(GetCloudAccountV2Args args, InvokeOptions options)
    public static Output<GetCloudAccountV2Result> getCloudAccountV2(GetCloudAccountV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: prismacloud:index/getCloudAccountV2:getCloudAccountV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    AccountId string
    Account ID; computed if this is not supplied.
    Id string
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    AccountId string
    Account ID; computed if this is not supplied.
    Id string
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    accountId String
    Account ID; computed if this is not supplied.
    id String
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    cloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    accountId string
    Account ID; computed if this is not supplied.
    id string
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    cloud_type str
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    account_id str
    Account ID; computed if this is not supplied.
    id str
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    accountId String
    Account ID; computed if this is not supplied.
    id String
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.

    getCloudAccountV2 Result

    The following output properties are available:

    AccountId string
    Alibaba account ID.
    AlibabaClouds List<GetCloudAccountV2AlibabaCloud>
    Alibaba account type spec, defined below.
    Aws List<GetCloudAccountV2Aw>
    AWS account type spec, defined below.
    Azures List<GetCloudAccountV2Azure>
    Azure account type spec, defined below.
    CloudType string
    Gcps List<GetCloudAccountV2Gcp>
    Gcp account type spec, defined below.
    Ibms List<GetCloudAccountV2Ibm>
    IBM account type spec, defined below.
    Id string
    Name string
    Feature name.
    AccountId string
    Alibaba account ID.
    AlibabaClouds []GetCloudAccountV2AlibabaCloud
    Alibaba account type spec, defined below.
    Aws []GetCloudAccountV2Aw
    AWS account type spec, defined below.
    Azures []GetCloudAccountV2Azure
    Azure account type spec, defined below.
    CloudType string
    Gcps []GetCloudAccountV2Gcp
    Gcp account type spec, defined below.
    Ibms []GetCloudAccountV2Ibm
    IBM account type spec, defined below.
    Id string
    Name string
    Feature name.
    accountId String
    Alibaba account ID.
    alibabaClouds List<GetCloudAccountV2AlibabaCloud>
    Alibaba account type spec, defined below.
    aws List<GetCloudAccountV2Aw>
    AWS account type spec, defined below.
    azures List<GetCloudAccountV2Azure>
    Azure account type spec, defined below.
    cloudType String
    gcps List<GetCloudAccountV2Gcp>
    Gcp account type spec, defined below.
    ibms List<GetCloudAccountV2Ibm>
    IBM account type spec, defined below.
    id String
    name String
    Feature name.
    accountId string
    Alibaba account ID.
    alibabaClouds GetCloudAccountV2AlibabaCloud[]
    Alibaba account type spec, defined below.
    aws GetCloudAccountV2Aw[]
    AWS account type spec, defined below.
    azures GetCloudAccountV2Azure[]
    Azure account type spec, defined below.
    cloudType string
    gcps GetCloudAccountV2Gcp[]
    Gcp account type spec, defined below.
    ibms GetCloudAccountV2Ibm[]
    IBM account type spec, defined below.
    id string
    name string
    Feature name.
    account_id str
    Alibaba account ID.
    alibaba_clouds Sequence[GetCloudAccountV2AlibabaCloud]
    Alibaba account type spec, defined below.
    aws Sequence[GetCloudAccountV2Aw]
    AWS account type spec, defined below.
    azures Sequence[GetCloudAccountV2Azure]
    Azure account type spec, defined below.
    cloud_type str
    gcps Sequence[GetCloudAccountV2Gcp]
    Gcp account type spec, defined below.
    ibms Sequence[GetCloudAccountV2Ibm]
    IBM account type spec, defined below.
    id str
    name str
    Feature name.
    accountId String
    Alibaba account ID.
    alibabaClouds List<Property Map>
    Alibaba account type spec, defined below.
    aws List<Property Map>
    AWS account type spec, defined below.
    azures List<Property Map>
    Azure account type spec, defined below.
    cloudType String
    gcps List<Property Map>
    Gcp account type spec, defined below.
    ibms List<Property Map>
    IBM account type spec, defined below.
    id String
    name String
    Feature name.

    Supporting Types

    GetCloudAccountV2AlibabaCloud

    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    AddedOn double
    Added on time stamp.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    DeploymentType string
    Deployment type.
    Enabled bool
    (bool) Whether the account is enabled.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    IngestionEndtime double
    Ingestion endtime.
    LastFullSnapshot double
    Last full snapshot.
    LastModifiedBy string
    Last modified by.
    LastModifiedTs double
    Last modified time stamp.
    LastUpdated double
    Last updated.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ProtectionMode string
    Protection mode of account.
    RamArn string
    Unique identifier for an Alibaba RAM role resource.
    StorageScanEnabled bool
    (bool) Whether the storage scan is enabled.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    AddedOn float64
    Added on time stamp.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    DeploymentType string
    Deployment type.
    Enabled bool
    (bool) Whether the account is enabled.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    IngestionEndtime float64
    Ingestion endtime.
    LastFullSnapshot float64
    Last full snapshot.
    LastModifiedBy string
    Last modified by.
    LastModifiedTs float64
    Last modified time stamp.
    LastUpdated float64
    Last updated.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ProtectionMode string
    Protection mode of account.
    RamArn string
    Unique identifier for an Alibaba RAM role resource.
    StorageScanEnabled bool
    (bool) Whether the storage scan is enabled.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    addedOn Double
    Added on time stamp.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    deploymentType String
    Deployment type.
    enabled Boolean
    (bool) Whether the account is enabled.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    ingestionEndtime Double
    Ingestion endtime.
    lastFullSnapshot Double
    Last full snapshot.
    lastModifiedBy String
    Last modified by.
    lastModifiedTs Double
    Last modified time stamp.
    lastUpdated Double
    Last updated.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    protectionMode String
    Protection mode of account.
    ramArn String
    Unique identifier for an Alibaba RAM role resource.
    storageScanEnabled Boolean
    (bool) Whether the storage scan is enabled.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    account for Alibaba account.
    addedOn number
    Added on time stamp.
    cloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    deploymentType string
    Deployment type.
    enabled boolean
    (bool) Whether the account is enabled.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    ingestionEndtime number
    Ingestion endtime.
    lastFullSnapshot number
    Last full snapshot.
    lastModifiedBy string
    Last modified by.
    lastModifiedTs number
    Last modified time stamp.
    lastUpdated number
    Last updated.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    protectionMode string
    Protection mode of account.
    ramArn string
    Unique identifier for an Alibaba RAM role resource.
    storageScanEnabled boolean
    (bool) Whether the storage scan is enabled.
    account_id str
    Account ID; computed if this is not supplied.
    account_type str
    account for Alibaba account.
    added_on float
    Added on time stamp.
    cloud_type str
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    deployment_type str
    Deployment type.
    enabled bool
    (bool) Whether the account is enabled.
    group_ids Sequence[str]
    List of account IDs to which you are assigning this account.
    ingestion_endtime float
    Ingestion endtime.
    last_full_snapshot float
    Last full snapshot.
    last_modified_by str
    Last modified by.
    last_modified_ts float
    Last modified time stamp.
    last_updated float
    Last updated.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    protection_mode str
    Protection mode of account.
    ram_arn str
    Unique identifier for an Alibaba RAM role resource.
    storage_scan_enabled bool
    (bool) Whether the storage scan is enabled.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    addedOn Number
    Added on time stamp.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    deploymentType String
    Deployment type.
    enabled Boolean
    (bool) Whether the account is enabled.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    ingestionEndtime Number
    Ingestion endtime.
    lastFullSnapshot Number
    Last full snapshot.
    lastModifiedBy String
    Last modified by.
    lastModifiedTs Number
    Last modified time stamp.
    lastUpdated Number
    Last updated.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    protectionMode String
    Protection mode of account.
    ramArn String
    Unique identifier for an Alibaba RAM role resource.
    storageScanEnabled Boolean
    (bool) Whether the storage scan is enabled.

    GetCloudAccountV2Aw

    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CreatedEpochMillis double
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    Enabled bool
    (bool) Whether the account is enabled.
    EventbridgeRuleNamePrefix string
    Eventbridge rule name prefix.
    ExternalId string
    External id for aws account.
    Features List<GetCloudAccountV2AwFeature>
    Features applicable for IBM account, defined below.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    HasMemberRole bool
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis double
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProtectionMode string
    Protection mode of account.
    RoleArn string
    Unique identifier for an AWS resource (ARN).
    StorageScanConfigs List<GetCloudAccountV2AwStorageScanConfig>
    Storage scan config, defined below
    StorageUuid string
    StorageUUID.
    TemplateUrl string
    Template URL.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CreatedEpochMillis float64
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    Enabled bool
    (bool) Whether the account is enabled.
    EventbridgeRuleNamePrefix string
    Eventbridge rule name prefix.
    ExternalId string
    External id for aws account.
    Features []GetCloudAccountV2AwFeature
    Features applicable for IBM account, defined below.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    HasMemberRole bool
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis float64
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProtectionMode string
    Protection mode of account.
    RoleArn string
    Unique identifier for an AWS resource (ARN).
    StorageScanConfigs []GetCloudAccountV2AwStorageScanConfig
    Storage scan config, defined below
    StorageUuid string
    StorageUUID.
    TemplateUrl string
    Template URL.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis Double
    Account created epoch time.
    customerName String
    Prisma customer name.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    enabled Boolean
    (bool) Whether the account is enabled.
    eventbridgeRuleNamePrefix String
    Eventbridge rule name prefix.
    externalId String
    External id for aws account.
    features List<GetCloudAccountV2AwFeature>
    Features applicable for IBM account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    hasMemberRole Boolean
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Double
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    protectionMode String
    Protection mode of account.
    roleArn String
    Unique identifier for an AWS resource (ARN).
    storageScanConfigs List<GetCloudAccountV2AwStorageScanConfig>
    Storage scan config, defined below
    storageUuid String
    StorageUUID.
    templateUrl String
    Template URL.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    account for Alibaba account.
    cloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis number
    Account created epoch time.
    customerName string
    Prisma customer name.
    deleted boolean
    (bool) Whether the account is deleted or not.
    deploymentType string
    Deployment type.
    enabled boolean
    (bool) Whether the account is enabled.
    eventbridgeRuleNamePrefix string
    Eventbridge rule name prefix.
    externalId string
    External id for aws account.
    features GetCloudAccountV2AwFeature[]
    Features applicable for IBM account, defined below.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    hasMemberRole boolean
    lastModifiedBy string
    Last modified by.
    lastModifiedEpochMillis number
    Last modified at epoch millis.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId string
    Parent id.
    protectionMode string
    Protection mode of account.
    roleArn string
    Unique identifier for an AWS resource (ARN).
    storageScanConfigs GetCloudAccountV2AwStorageScanConfig[]
    Storage scan config, defined below
    storageUuid string
    StorageUUID.
    templateUrl string
    Template URL.
    account_id str
    Account ID; computed if this is not supplied.
    account_type str
    account for Alibaba account.
    cloud_type str
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    created_epoch_millis float
    Account created epoch time.
    customer_name str
    Prisma customer name.
    deleted bool
    (bool) Whether the account is deleted or not.
    deployment_type str
    Deployment type.
    enabled bool
    (bool) Whether the account is enabled.
    eventbridge_rule_name_prefix str
    Eventbridge rule name prefix.
    external_id str
    External id for aws account.
    features Sequence[GetCloudAccountV2AwFeature]
    Features applicable for IBM account, defined below.
    group_ids Sequence[str]
    List of account IDs to which you are assigning this account.
    has_member_role bool
    last_modified_by str
    Last modified by.
    last_modified_epoch_millis float
    Last modified at epoch millis.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parent_id str
    Parent id.
    protection_mode str
    Protection mode of account.
    role_arn str
    Unique identifier for an AWS resource (ARN).
    storage_scan_configs Sequence[GetCloudAccountV2AwStorageScanConfig]
    Storage scan config, defined below
    storage_uuid str
    StorageUUID.
    template_url str
    Template URL.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis Number
    Account created epoch time.
    customerName String
    Prisma customer name.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    enabled Boolean
    (bool) Whether the account is enabled.
    eventbridgeRuleNamePrefix String
    Eventbridge rule name prefix.
    externalId String
    External id for aws account.
    features List<Property Map>
    Features applicable for IBM account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    hasMemberRole Boolean
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Number
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    protectionMode String
    Protection mode of account.
    roleArn String
    Unique identifier for an AWS resource (ARN).
    storageScanConfigs List<Property Map>
    Storage scan config, defined below
    storageUuid String
    StorageUUID.
    templateUrl String
    Template URL.

    GetCloudAccountV2AwFeature

    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state string
    Feature state. enabled or disabled.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state str
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.

    GetCloudAccountV2AwStorageScanConfig

    Buckets List<GetCloudAccountV2AwStorageScanConfigBucket>
    List of buckets, defined below.
    ScanOption string
    Scan option.
    SnsTopicArn string
    SNS topic arn.
    Buckets []GetCloudAccountV2AwStorageScanConfigBucket
    List of buckets, defined below.
    ScanOption string
    Scan option.
    SnsTopicArn string
    SNS topic arn.
    buckets List<GetCloudAccountV2AwStorageScanConfigBucket>
    List of buckets, defined below.
    scanOption String
    Scan option.
    snsTopicArn String
    SNS topic arn.
    buckets GetCloudAccountV2AwStorageScanConfigBucket[]
    List of buckets, defined below.
    scanOption string
    Scan option.
    snsTopicArn string
    SNS topic arn.
    buckets Sequence[GetCloudAccountV2AwStorageScanConfigBucket]
    List of buckets, defined below.
    scan_option str
    Scan option.
    sns_topic_arn str
    SNS topic arn.
    buckets List<Property Map>
    List of buckets, defined below.
    scanOption String
    Scan option.
    snsTopicArn String
    SNS topic arn.

    GetCloudAccountV2AwStorageScanConfigBucket

    Backwards List<string>
    List of backward buckets.
    Forwards List<string>
    List of forward buckets.
    Backwards []string
    List of backward buckets.
    Forwards []string
    List of forward buckets.
    backwards List<String>
    List of backward buckets.
    forwards List<String>
    List of forward buckets.
    backwards string[]
    List of backward buckets.
    forwards string[]
    List of forward buckets.
    backwards Sequence[str]
    List of backward buckets.
    forwards Sequence[str]
    List of forward buckets.
    backwards List<String>
    List of backward buckets.
    forwards List<String>
    List of forward buckets.

    GetCloudAccountV2Azure

    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    ClientId string
    Application ID registered with Active Directory.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CreatedEpochMillis double
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    EnvironmentType string
    Environment type.
    Features List<GetCloudAccountV2AzureFeature>
    Features applicable for IBM account, defined below.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    Key string
    Application ID key.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis double
    Last modified at epoch millis.
    MonitorFlowLogs bool
    (bool) Automatically ingest flow logs.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProtectionMode string
    Protection mode of account.
    ServicePrincipalId string
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    TemplateUrl string
    Template URL.
    TenantId string
    Active Directory ID associated with Azure.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    ClientId string
    Application ID registered with Active Directory.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CreatedEpochMillis float64
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    EnvironmentType string
    Environment type.
    Features []GetCloudAccountV2AzureFeature
    Features applicable for IBM account, defined below.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    Key string
    Application ID key.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis float64
    Last modified at epoch millis.
    MonitorFlowLogs bool
    (bool) Automatically ingest flow logs.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProtectionMode string
    Protection mode of account.
    ServicePrincipalId string
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    TemplateUrl string
    Template URL.
    TenantId string
    Active Directory ID associated with Azure.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    clientId String
    Application ID registered with Active Directory.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis Double
    Account created epoch time.
    customerName String
    Prisma customer name.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    environmentType String
    Environment type.
    features List<GetCloudAccountV2AzureFeature>
    Features applicable for IBM account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    key String
    Application ID key.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Double
    Last modified at epoch millis.
    monitorFlowLogs Boolean
    (bool) Automatically ingest flow logs.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    protectionMode String
    Protection mode of account.
    servicePrincipalId String
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    templateUrl String
    Template URL.
    tenantId String
    Active Directory ID associated with Azure.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    account for Alibaba account.
    clientId string
    Application ID registered with Active Directory.
    cloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis number
    Account created epoch time.
    customerName string
    Prisma customer name.
    deleted boolean
    (bool) Whether the account is deleted or not.
    deploymentType string
    Deployment type.
    deploymentTypeDescription string
    Deployment type description.
    enabled boolean
    (bool) Whether the account is enabled.
    environmentType string
    Environment type.
    features GetCloudAccountV2AzureFeature[]
    Features applicable for IBM account, defined below.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    key string
    Application ID key.
    lastModifiedBy string
    Last modified by.
    lastModifiedEpochMillis number
    Last modified at epoch millis.
    monitorFlowLogs boolean
    (bool) Automatically ingest flow logs.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId string
    Parent id.
    protectionMode string
    Protection mode of account.
    servicePrincipalId string
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    templateUrl string
    Template URL.
    tenantId string
    Active Directory ID associated with Azure.
    account_id str
    Account ID; computed if this is not supplied.
    account_type str
    account for Alibaba account.
    client_id str
    Application ID registered with Active Directory.
    cloud_type str
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    created_epoch_millis float
    Account created epoch time.
    customer_name str
    Prisma customer name.
    deleted bool
    (bool) Whether the account is deleted or not.
    deployment_type str
    Deployment type.
    deployment_type_description str
    Deployment type description.
    enabled bool
    (bool) Whether the account is enabled.
    environment_type str
    Environment type.
    features Sequence[GetCloudAccountV2AzureFeature]
    Features applicable for IBM account, defined below.
    group_ids Sequence[str]
    List of account IDs to which you are assigning this account.
    key str
    Application ID key.
    last_modified_by str
    Last modified by.
    last_modified_epoch_millis float
    Last modified at epoch millis.
    monitor_flow_logs bool
    (bool) Automatically ingest flow logs.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parent_id str
    Parent id.
    protection_mode str
    Protection mode of account.
    service_principal_id str
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    template_url str
    Template URL.
    tenant_id str
    Active Directory ID associated with Azure.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    clientId String
    Application ID registered with Active Directory.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis Number
    Account created epoch time.
    customerName String
    Prisma customer name.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    environmentType String
    Environment type.
    features List<Property Map>
    Features applicable for IBM account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    key String
    Application ID key.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Number
    Last modified at epoch millis.
    monitorFlowLogs Boolean
    (bool) Automatically ingest flow logs.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    protectionMode String
    Protection mode of account.
    servicePrincipalId String
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    templateUrl String
    Template URL.
    tenantId String
    Active Directory ID associated with Azure.

    GetCloudAccountV2AzureFeature

    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state string
    Feature state. enabled or disabled.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state str
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.

    GetCloudAccountV2Gcp

    AccountGroupCreationMode string
    Account group creation mode.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    AddedOnTs double
    Added on time stamp.
    AuthenticationType string
    Authentication type of gcp account.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CompressionEnabled bool
    (bool) Enable or disable compressed network flow log generation.
    CreatedEpochMillis double
    Account created epoch time.
    Credentials string
    Content of the JSON credentials file.
    CustomerName string
    Prisma customer name.
    DataflowEnabledProject string
    Project ID where the Dataflow API is enabled .
    DefaultAccountGroupId string
    Account group id to which you are assigning this account.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    Features List<GetCloudAccountV2GcpFeature>
    Features applicable for IBM account, defined below.
    FlowLogStorageBucket string
    Cloud Storage Bucket name that is used store the flow logs.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis double
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProjectId string
    Gcp Project ID.
    ProtectionMode string
    Protection mode of account.
    ServiceAccountEmail string
    Service account email of gcp account.
    StorageScanEnabled bool
    (bool) Whether the storage scan is enabled.
    AccountGroupCreationMode string
    Account group creation mode.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    AddedOnTs float64
    Added on time stamp.
    AuthenticationType string
    Authentication type of gcp account.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CompressionEnabled bool
    (bool) Enable or disable compressed network flow log generation.
    CreatedEpochMillis float64
    Account created epoch time.
    Credentials string
    Content of the JSON credentials file.
    CustomerName string
    Prisma customer name.
    DataflowEnabledProject string
    Project ID where the Dataflow API is enabled .
    DefaultAccountGroupId string
    Account group id to which you are assigning this account.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    Features []GetCloudAccountV2GcpFeature
    Features applicable for IBM account, defined below.
    FlowLogStorageBucket string
    Cloud Storage Bucket name that is used store the flow logs.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis float64
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProjectId string
    Gcp Project ID.
    ProtectionMode string
    Protection mode of account.
    ServiceAccountEmail string
    Service account email of gcp account.
    StorageScanEnabled bool
    (bool) Whether the storage scan is enabled.
    accountGroupCreationMode String
    Account group creation mode.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    addedOnTs Double
    Added on time stamp.
    authenticationType String
    Authentication type of gcp account.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    compressionEnabled Boolean
    (bool) Enable or disable compressed network flow log generation.
    createdEpochMillis Double
    Account created epoch time.
    credentials String
    Content of the JSON credentials file.
    customerName String
    Prisma customer name.
    dataflowEnabledProject String
    Project ID where the Dataflow API is enabled .
    defaultAccountGroupId String
    Account group id to which you are assigning this account.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    features List<GetCloudAccountV2GcpFeature>
    Features applicable for IBM account, defined below.
    flowLogStorageBucket String
    Cloud Storage Bucket name that is used store the flow logs.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Double
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    projectId String
    Gcp Project ID.
    protectionMode String
    Protection mode of account.
    serviceAccountEmail String
    Service account email of gcp account.
    storageScanEnabled Boolean
    (bool) Whether the storage scan is enabled.
    accountGroupCreationMode string
    Account group creation mode.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    account for Alibaba account.
    addedOnTs number
    Added on time stamp.
    authenticationType string
    Authentication type of gcp account.
    cloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    compressionEnabled boolean
    (bool) Enable or disable compressed network flow log generation.
    createdEpochMillis number
    Account created epoch time.
    credentials string
    Content of the JSON credentials file.
    customerName string
    Prisma customer name.
    dataflowEnabledProject string
    Project ID where the Dataflow API is enabled .
    defaultAccountGroupId string
    Account group id to which you are assigning this account.
    deleted boolean
    (bool) Whether the account is deleted or not.
    deploymentType string
    Deployment type.
    deploymentTypeDescription string
    Deployment type description.
    enabled boolean
    (bool) Whether the account is enabled.
    features GetCloudAccountV2GcpFeature[]
    Features applicable for IBM account, defined below.
    flowLogStorageBucket string
    Cloud Storage Bucket name that is used store the flow logs.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    lastModifiedBy string
    Last modified by.
    lastModifiedEpochMillis number
    Last modified at epoch millis.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId string
    Parent id.
    projectId string
    Gcp Project ID.
    protectionMode string
    Protection mode of account.
    serviceAccountEmail string
    Service account email of gcp account.
    storageScanEnabled boolean
    (bool) Whether the storage scan is enabled.
    account_group_creation_mode str
    Account group creation mode.
    account_id str
    Account ID; computed if this is not supplied.
    account_type str
    account for Alibaba account.
    added_on_ts float
    Added on time stamp.
    authentication_type str
    Authentication type of gcp account.
    cloud_type str
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    compression_enabled bool
    (bool) Enable or disable compressed network flow log generation.
    created_epoch_millis float
    Account created epoch time.
    credentials str
    Content of the JSON credentials file.
    customer_name str
    Prisma customer name.
    dataflow_enabled_project str
    Project ID where the Dataflow API is enabled .
    default_account_group_id str
    Account group id to which you are assigning this account.
    deleted bool
    (bool) Whether the account is deleted or not.
    deployment_type str
    Deployment type.
    deployment_type_description str
    Deployment type description.
    enabled bool
    (bool) Whether the account is enabled.
    features Sequence[GetCloudAccountV2GcpFeature]
    Features applicable for IBM account, defined below.
    flow_log_storage_bucket str
    Cloud Storage Bucket name that is used store the flow logs.
    group_ids Sequence[str]
    List of account IDs to which you are assigning this account.
    last_modified_by str
    Last modified by.
    last_modified_epoch_millis float
    Last modified at epoch millis.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parent_id str
    Parent id.
    project_id str
    Gcp Project ID.
    protection_mode str
    Protection mode of account.
    service_account_email str
    Service account email of gcp account.
    storage_scan_enabled bool
    (bool) Whether the storage scan is enabled.
    accountGroupCreationMode String
    Account group creation mode.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    addedOnTs Number
    Added on time stamp.
    authenticationType String
    Authentication type of gcp account.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    compressionEnabled Boolean
    (bool) Enable or disable compressed network flow log generation.
    createdEpochMillis Number
    Account created epoch time.
    credentials String
    Content of the JSON credentials file.
    customerName String
    Prisma customer name.
    dataflowEnabledProject String
    Project ID where the Dataflow API is enabled .
    defaultAccountGroupId String
    Account group id to which you are assigning this account.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    features List<Property Map>
    Features applicable for IBM account, defined below.
    flowLogStorageBucket String
    Cloud Storage Bucket name that is used store the flow logs.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Number
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    projectId String
    Gcp Project ID.
    protectionMode String
    Protection mode of account.
    serviceAccountEmail String
    Service account email of gcp account.
    storageScanEnabled Boolean
    (bool) Whether the storage scan is enabled.

    GetCloudAccountV2GcpFeature

    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state string
    Feature state. enabled or disabled.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state str
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.

    GetCloudAccountV2Ibm

    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    AddedOnTs double
    Added on time stamp.
    ApiKey string
    IBM service API key.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CreatedEpochMillis double
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    Features List<GetCloudAccountV2IbmFeature>
    Features applicable for IBM account, defined below.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis double
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProtectionMode string
    Protection mode of account.
    StorageScanEnabled bool
    (bool) Whether the storage scan is enabled.
    SvcIdIamId string
    IBM service ID.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    account for Alibaba account.
    AddedOnTs float64
    Added on time stamp.
    ApiKey string
    IBM service API key.
    CloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    CreatedEpochMillis float64
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    Deployment type.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    Features []GetCloudAccountV2IbmFeature
    Features applicable for IBM account, defined below.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis float64
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    ParentId string
    Parent id.
    ProtectionMode string
    Protection mode of account.
    StorageScanEnabled bool
    (bool) Whether the storage scan is enabled.
    SvcIdIamId string
    IBM service ID.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    addedOnTs Double
    Added on time stamp.
    apiKey String
    IBM service API key.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis Double
    Account created epoch time.
    customerName String
    Prisma customer name.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    features List<GetCloudAccountV2IbmFeature>
    Features applicable for IBM account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Double
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    protectionMode String
    Protection mode of account.
    storageScanEnabled Boolean
    (bool) Whether the storage scan is enabled.
    svcIdIamId String
    IBM service ID.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    account for Alibaba account.
    addedOnTs number
    Added on time stamp.
    apiKey string
    IBM service API key.
    cloudType string
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis number
    Account created epoch time.
    customerName string
    Prisma customer name.
    deleted boolean
    (bool) Whether the account is deleted or not.
    deploymentType string
    Deployment type.
    deploymentTypeDescription string
    Deployment type description.
    enabled boolean
    (bool) Whether the account is enabled.
    features GetCloudAccountV2IbmFeature[]
    Features applicable for IBM account, defined below.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    lastModifiedBy string
    Last modified by.
    lastModifiedEpochMillis number
    Last modified at epoch millis.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId string
    Parent id.
    protectionMode string
    Protection mode of account.
    storageScanEnabled boolean
    (bool) Whether the storage scan is enabled.
    svcIdIamId string
    IBM service ID.
    account_id str
    Account ID; computed if this is not supplied.
    account_type str
    account for Alibaba account.
    added_on_ts float
    Added on time stamp.
    api_key str
    IBM service API key.
    cloud_type str
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    created_epoch_millis float
    Account created epoch time.
    customer_name str
    Prisma customer name.
    deleted bool
    (bool) Whether the account is deleted or not.
    deployment_type str
    Deployment type.
    deployment_type_description str
    Deployment type description.
    enabled bool
    (bool) Whether the account is enabled.
    features Sequence[GetCloudAccountV2IbmFeature]
    Features applicable for IBM account, defined below.
    group_ids Sequence[str]
    List of account IDs to which you are assigning this account.
    last_modified_by str
    Last modified by.
    last_modified_epoch_millis float
    Last modified at epoch millis.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parent_id str
    Parent id.
    protection_mode str
    Protection mode of account.
    storage_scan_enabled bool
    (bool) Whether the storage scan is enabled.
    svc_id_iam_id str
    IBM service ID.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    account for Alibaba account.
    addedOnTs Number
    Added on time stamp.
    apiKey String
    IBM service API key.
    cloudType String
    The cloud type. Valid value is aws, azure, gcp, ibm or alibaba_cloud.
    createdEpochMillis Number
    Account created epoch time.
    customerName String
    Prisma customer name.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    Deployment type.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    features List<Property Map>
    Features applicable for IBM account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Number
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    parentId String
    Parent id.
    protectionMode String
    Protection mode of account.
    storageScanEnabled Boolean
    (bool) Whether the storage scan is enabled.
    svcIdIamId String
    IBM service ID.

    GetCloudAccountV2IbmFeature

    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    State string
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state string
    Feature state. enabled or disabled.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state str
    Feature state. enabled or disabled.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure, ibm and alibaba_cloud.
    state String
    Feature state. enabled or disabled.

    Package Details

    Repository
    prismacloud paloaltonetworks/terraform-provider-prismacloud
    License
    Notes
    This Pulumi package is based on the prismacloud Terraform Provider.
    prismacloud logo
    prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks