prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks
prismacloud.getCloudAccountV2
Explore with Pulumi AI
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:
- cloud_
type str - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_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
andalibaba_cloud
.
getCloudAccountV2 Result
The following output properties are available:
- Account
Id string - Alibaba account ID.
- Alibaba
Clouds List<GetCloud Account V2Alibaba Cloud> - Alibaba account type spec, defined below.
- Aws
List<Get
Cloud Account V2Aw> - AWS account type spec, defined below.
- Azures
List<Get
Cloud Account V2Azure> - Azure account type spec, defined below.
- Cloud
Type string - Gcps
List<Get
Cloud Account V2Gcp> - Gcp account type spec, defined below.
- Ibms
List<Get
Cloud Account V2Ibm> - IBM account type spec, defined below.
- Id string
- Name string
- Feature name.
- Account
Id string - Alibaba account ID.
- Alibaba
Clouds []GetCloud Account V2Alibaba Cloud - Alibaba account type spec, defined below.
- Aws
[]Get
Cloud Account V2Aw - AWS account type spec, defined below.
- Azures
[]Get
Cloud Account V2Azure - Azure account type spec, defined below.
- Cloud
Type string - Gcps
[]Get
Cloud Account V2Gcp - Gcp account type spec, defined below.
- Ibms
[]Get
Cloud Account V2Ibm - IBM account type spec, defined below.
- Id string
- Name string
- Feature name.
- account
Id String - Alibaba account ID.
- alibaba
Clouds List<GetCloud Account V2Alibaba Cloud> - Alibaba account type spec, defined below.
- aws
List<Get
Cloud Account V2Aw> - AWS account type spec, defined below.
- azures
List<Get
Cloud Account V2Azure> - Azure account type spec, defined below.
- cloud
Type String - gcps
List<Get
Cloud Account V2Gcp> - Gcp account type spec, defined below.
- ibms
List<Get
Cloud Account V2Ibm> - IBM account type spec, defined below.
- id String
- name String
- Feature name.
- account
Id string - Alibaba account ID.
- alibaba
Clouds GetCloud Account V2Alibaba Cloud[] - Alibaba account type spec, defined below.
- aws
Get
Cloud Account V2Aw[] - AWS account type spec, defined below.
- azures
Get
Cloud Account V2Azure[] - Azure account type spec, defined below.
- cloud
Type string - gcps
Get
Cloud Account V2Gcp[] - Gcp account type spec, defined below.
- ibms
Get
Cloud Account V2Ibm[] - IBM account type spec, defined below.
- id string
- name string
- Feature name.
- account_
id str - Alibaba account ID.
- alibaba_
clouds Sequence[GetCloud Account V2Alibaba Cloud] - Alibaba account type spec, defined below.
- aws
Sequence[Get
Cloud Account V2Aw] - AWS account type spec, defined below.
- azures
Sequence[Get
Cloud Account V2Azure] - Azure account type spec, defined below.
- cloud_
type str - gcps
Sequence[Get
Cloud Account V2Gcp] - Gcp account type spec, defined below.
- ibms
Sequence[Get
Cloud Account V2Ibm] - IBM account type spec, defined below.
- id str
- name str
- Feature name.
- account
Id String - Alibaba account ID.
- alibaba
Clouds 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.
- cloud
Type 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
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Added
On double - Added on time stamp.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Deployment
Type string - Deployment type.
- Enabled bool
- (bool) Whether the account is enabled.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Ingestion
Endtime double - Ingestion endtime.
- Last
Full doubleSnapshot - Last full snapshot.
- Last
Modified stringBy - Last modified by.
- Last
Modified doubleTs - Last modified time stamp.
- Last
Updated double - Last updated.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Protection
Mode string - Protection mode of account.
- Ram
Arn string - Unique identifier for an Alibaba RAM role resource.
- Storage
Scan boolEnabled - (bool) Whether the storage scan is enabled.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Added
On float64 - Added on time stamp.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Deployment
Type string - Deployment type.
- Enabled bool
- (bool) Whether the account is enabled.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Ingestion
Endtime float64 - Ingestion endtime.
- Last
Full float64Snapshot - Last full snapshot.
- Last
Modified stringBy - Last modified by.
- Last
Modified float64Ts - Last modified time stamp.
- Last
Updated float64 - Last updated.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Protection
Mode string - Protection mode of account.
- Ram
Arn string - Unique identifier for an Alibaba RAM role resource.
- Storage
Scan boolEnabled - (bool) Whether the storage scan is enabled.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- added
On Double - Added on time stamp.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - deployment
Type String - Deployment type.
- enabled Boolean
- (bool) Whether the account is enabled.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- ingestion
Endtime Double - Ingestion endtime.
- last
Full DoubleSnapshot - Last full snapshot.
- last
Modified StringBy - Last modified by.
- last
Modified DoubleTs - Last modified time stamp.
- last
Updated Double - Last updated.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - protection
Mode String - Protection mode of account.
- ram
Arn String - Unique identifier for an Alibaba RAM role resource.
- storage
Scan BooleanEnabled - (bool) Whether the storage scan is enabled.
- account
Id string - Account ID; computed if this is not supplied.
- account
Type string account
for Alibaba account.- added
On number - Added on time stamp.
- cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - deployment
Type string - Deployment type.
- enabled boolean
- (bool) Whether the account is enabled.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- ingestion
Endtime number - Ingestion endtime.
- last
Full numberSnapshot - Last full snapshot.
- last
Modified stringBy - Last modified by.
- last
Modified numberTs - Last modified time stamp.
- last
Updated number - Last updated.
- name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - protection
Mode string - Protection mode of account.
- ram
Arn string - Unique identifier for an Alibaba RAM role resource.
- storage
Scan booleanEnabled - (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
oralibaba_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_ floatsnapshot - Last full snapshot.
- last_
modified_ strby - Last modified by.
- last_
modified_ floatts - 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
andalibaba_cloud
. - protection_
mode str - Protection mode of account.
- ram_
arn str - Unique identifier for an Alibaba RAM role resource.
- storage_
scan_ boolenabled - (bool) Whether the storage scan is enabled.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- added
On Number - Added on time stamp.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - deployment
Type String - Deployment type.
- enabled Boolean
- (bool) Whether the account is enabled.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- ingestion
Endtime Number - Ingestion endtime.
- last
Full NumberSnapshot - Last full snapshot.
- last
Modified StringBy - Last modified by.
- last
Modified NumberTs - Last modified time stamp.
- last
Updated Number - Last updated.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - protection
Mode String - Protection mode of account.
- ram
Arn String - Unique identifier for an Alibaba RAM role resource.
- storage
Scan BooleanEnabled - (bool) Whether the storage scan is enabled.
GetCloudAccountV2Aw
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Created
Epoch doubleMillis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Enabled bool
- (bool) Whether the account is enabled.
- Eventbridge
Rule stringName Prefix - Eventbridge rule name prefix.
- External
Id string - External id for aws account.
- Features
List<Get
Cloud Account V2Aw Feature> - Features applicable for IBM account, defined below.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Has
Member boolRole - Last
Modified stringBy - Last modified by.
- Last
Modified doubleEpoch Millis - Last modified at epoch millis.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Protection
Mode string - Protection mode of account.
- Role
Arn string - Unique identifier for an AWS resource (ARN).
- Storage
Scan List<GetConfigs Cloud Account V2Aw Storage Scan Config> - Storage scan config, defined below
- Storage
Uuid string - StorageUUID.
- Template
Url string - Template URL.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Created
Epoch float64Millis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Enabled bool
- (bool) Whether the account is enabled.
- Eventbridge
Rule stringName Prefix - Eventbridge rule name prefix.
- External
Id string - External id for aws account.
- Features
[]Get
Cloud Account V2Aw Feature - Features applicable for IBM account, defined below.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Has
Member boolRole - Last
Modified stringBy - Last modified by.
- Last
Modified float64Epoch Millis - Last modified at epoch millis.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Protection
Mode string - Protection mode of account.
- Role
Arn string - Unique identifier for an AWS resource (ARN).
- Storage
Scan []GetConfigs Cloud Account V2Aw Storage Scan Config - Storage scan config, defined below
- Storage
Uuid string - StorageUUID.
- Template
Url string - Template URL.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch DoubleMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- enabled Boolean
- (bool) Whether the account is enabled.
- eventbridge
Rule StringName Prefix - Eventbridge rule name prefix.
- external
Id String - External id for aws account.
- features
List<Get
Cloud Account V2Aw Feature> - Features applicable for IBM account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- has
Member BooleanRole - last
Modified StringBy - Last modified by.
- last
Modified DoubleEpoch Millis - Last modified at epoch millis.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- protection
Mode String - Protection mode of account.
- role
Arn String - Unique identifier for an AWS resource (ARN).
- storage
Scan List<GetConfigs Cloud Account V2Aw Storage Scan Config> - Storage scan config, defined below
- storage
Uuid String - StorageUUID.
- template
Url String - Template URL.
- account
Id string - Account ID; computed if this is not supplied.
- account
Type string account
for Alibaba account.- cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch numberMillis - Account created epoch time.
- customer
Name string - Prisma customer name.
- deleted boolean
- (bool) Whether the account is deleted or not.
- deployment
Type string - Deployment type.
- enabled boolean
- (bool) Whether the account is enabled.
- eventbridge
Rule stringName Prefix - Eventbridge rule name prefix.
- external
Id string - External id for aws account.
- features
Get
Cloud Account V2Aw Feature[] - Features applicable for IBM account, defined below.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- has
Member booleanRole - last
Modified stringBy - Last modified by.
- last
Modified numberEpoch Millis - Last modified at epoch millis.
- name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id string - Parent id.
- protection
Mode string - Protection mode of account.
- role
Arn string - Unique identifier for an AWS resource (ARN).
- storage
Scan GetConfigs Cloud Account V2Aw Storage Scan Config[] - Storage scan config, defined below
- storage
Uuid string - StorageUUID.
- template
Url 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
oralibaba_cloud
. - created_
epoch_ floatmillis - 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_ strname_ prefix - Eventbridge rule name prefix.
- external_
id str - External id for aws account.
- features
Sequence[Get
Cloud Account V2Aw Feature] - Features applicable for IBM account, defined below.
- group_
ids Sequence[str] - List of account IDs to which you are assigning this account.
- has_
member_ boolrole - last_
modified_ strby - Last modified by.
- last_
modified_ floatepoch_ millis - Last modified at epoch millis.
- name str
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_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_ Sequence[Getconfigs Cloud Account V2Aw Storage Scan Config] - Storage scan config, defined below
- storage_
uuid str - StorageUUID.
- template_
url str - Template URL.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch NumberMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- enabled Boolean
- (bool) Whether the account is enabled.
- eventbridge
Rule StringName Prefix - Eventbridge rule name prefix.
- external
Id String - External id for aws account.
- features List<Property Map>
- Features applicable for IBM account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- has
Member BooleanRole - last
Modified StringBy - Last modified by.
- last
Modified NumberEpoch Millis - Last modified at epoch millis.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- protection
Mode String - Protection mode of account.
- role
Arn String - Unique identifier for an AWS resource (ARN).
- storage
Scan List<Property Map>Configs - Storage scan config, defined below
- storage
Uuid String - StorageUUID.
- template
Url String - Template URL.
GetCloudAccountV2AwFeature
GetCloudAccountV2AwStorageScanConfig
- Buckets
List<Get
Cloud Account V2Aw Storage Scan Config Bucket> - List of buckets, defined below.
- Scan
Option string - Scan option.
- Sns
Topic stringArn - SNS topic arn.
- Buckets
[]Get
Cloud Account V2Aw Storage Scan Config Bucket - List of buckets, defined below.
- Scan
Option string - Scan option.
- Sns
Topic stringArn - SNS topic arn.
- buckets
List<Get
Cloud Account V2Aw Storage Scan Config Bucket> - List of buckets, defined below.
- scan
Option String - Scan option.
- sns
Topic StringArn - SNS topic arn.
- buckets
Get
Cloud Account V2Aw Storage Scan Config Bucket[] - List of buckets, defined below.
- scan
Option string - Scan option.
- sns
Topic stringArn - SNS topic arn.
- buckets
Sequence[Get
Cloud Account V2Aw Storage Scan Config Bucket] - List of buckets, defined below.
- scan_
option str - Scan option.
- sns_
topic_ strarn - SNS topic arn.
- buckets List<Property Map>
- List of buckets, defined below.
- scan
Option String - Scan option.
- sns
Topic StringArn - SNS topic arn.
GetCloudAccountV2AwStorageScanConfigBucket
GetCloudAccountV2Azure
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Client
Id string - Application ID registered with Active Directory.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Created
Epoch doubleMillis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Environment
Type string - Environment type.
- Features
List<Get
Cloud Account V2Azure Feature> - Features applicable for IBM account, defined below.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Key string
- Application ID key.
- Last
Modified stringBy - Last modified by.
- Last
Modified doubleEpoch Millis - Last modified at epoch millis.
- Monitor
Flow boolLogs - (bool) Automatically ingest flow logs.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Protection
Mode string - Protection mode of account.
- Service
Principal stringId - Unique ID of the service principal object associated with the Prisma Cloud application that you create.
- Template
Url string - Template URL.
- Tenant
Id string - Active Directory ID associated with Azure.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Client
Id string - Application ID registered with Active Directory.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Created
Epoch float64Millis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Environment
Type string - Environment type.
- Features
[]Get
Cloud Account V2Azure Feature - Features applicable for IBM account, defined below.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Key string
- Application ID key.
- Last
Modified stringBy - Last modified by.
- Last
Modified float64Epoch Millis - Last modified at epoch millis.
- Monitor
Flow boolLogs - (bool) Automatically ingest flow logs.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Protection
Mode string - Protection mode of account.
- Service
Principal stringId - Unique ID of the service principal object associated with the Prisma Cloud application that you create.
- Template
Url string - Template URL.
- Tenant
Id string - Active Directory ID associated with Azure.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- client
Id String - Application ID registered with Active Directory.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch DoubleMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- environment
Type String - Environment type.
- features
List<Get
Cloud Account V2Azure Feature> - Features applicable for IBM account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- key String
- Application ID key.
- last
Modified StringBy - Last modified by.
- last
Modified DoubleEpoch Millis - Last modified at epoch millis.
- monitor
Flow BooleanLogs - (bool) Automatically ingest flow logs.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- protection
Mode String - Protection mode of account.
- service
Principal StringId - Unique ID of the service principal object associated with the Prisma Cloud application that you create.
- template
Url String - Template URL.
- tenant
Id String - Active Directory ID associated with Azure.
- account
Id string - Account ID; computed if this is not supplied.
- account
Type string account
for Alibaba account.- client
Id string - Application ID registered with Active Directory.
- cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch numberMillis - Account created epoch time.
- customer
Name string - Prisma customer name.
- deleted boolean
- (bool) Whether the account is deleted or not.
- deployment
Type string - Deployment type.
- deployment
Type stringDescription - Deployment type description.
- enabled boolean
- (bool) Whether the account is enabled.
- environment
Type string - Environment type.
- features
Get
Cloud Account V2Azure Feature[] - Features applicable for IBM account, defined below.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- key string
- Application ID key.
- last
Modified stringBy - Last modified by.
- last
Modified numberEpoch Millis - Last modified at epoch millis.
- monitor
Flow booleanLogs - (bool) Automatically ingest flow logs.
- name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id string - Parent id.
- protection
Mode string - Protection mode of account.
- service
Principal stringId - Unique ID of the service principal object associated with the Prisma Cloud application that you create.
- template
Url string - Template URL.
- tenant
Id 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
oralibaba_cloud
. - created_
epoch_ floatmillis - 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_ strdescription - Deployment type description.
- enabled bool
- (bool) Whether the account is enabled.
- environment_
type str - Environment type.
- features
Sequence[Get
Cloud Account V2Azure Feature] - 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_ strby - Last modified by.
- last_
modified_ floatepoch_ millis - Last modified at epoch millis.
- monitor_
flow_ boollogs - (bool) Automatically ingest flow logs.
- name str
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent_
id str - Parent id.
- protection_
mode str - Protection mode of account.
- service_
principal_ strid - 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.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- client
Id String - Application ID registered with Active Directory.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch NumberMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- environment
Type String - Environment type.
- features List<Property Map>
- Features applicable for IBM account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- key String
- Application ID key.
- last
Modified StringBy - Last modified by.
- last
Modified NumberEpoch Millis - Last modified at epoch millis.
- monitor
Flow BooleanLogs - (bool) Automatically ingest flow logs.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- protection
Mode String - Protection mode of account.
- service
Principal StringId - Unique ID of the service principal object associated with the Prisma Cloud application that you create.
- template
Url String - Template URL.
- tenant
Id String - Active Directory ID associated with Azure.
GetCloudAccountV2AzureFeature
GetCloudAccountV2Gcp
- Account
Group stringCreation Mode - Account group creation mode.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Added
On doubleTs - Added on time stamp.
- Authentication
Type string - Authentication type of gcp account.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Compression
Enabled bool - (bool) Enable or disable compressed network flow log generation.
- Created
Epoch doubleMillis - Account created epoch time.
- Credentials string
- Content of the JSON credentials file.
- Customer
Name string - Prisma customer name.
- Dataflow
Enabled stringProject - Project ID where the Dataflow API is enabled .
- Default
Account stringGroup Id - Account group id to which you are assigning this account.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Features
List<Get
Cloud Account V2Gcp Feature> - Features applicable for IBM account, defined below.
- Flow
Log stringStorage Bucket - Cloud Storage Bucket name that is used store the flow logs.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Last
Modified stringBy - Last modified by.
- Last
Modified doubleEpoch Millis - Last modified at epoch millis.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Project
Id string - Gcp Project ID.
- Protection
Mode string - Protection mode of account.
- Service
Account stringEmail - Service account email of gcp account.
- Storage
Scan boolEnabled - (bool) Whether the storage scan is enabled.
- Account
Group stringCreation Mode - Account group creation mode.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Added
On float64Ts - Added on time stamp.
- Authentication
Type string - Authentication type of gcp account.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Compression
Enabled bool - (bool) Enable or disable compressed network flow log generation.
- Created
Epoch float64Millis - Account created epoch time.
- Credentials string
- Content of the JSON credentials file.
- Customer
Name string - Prisma customer name.
- Dataflow
Enabled stringProject - Project ID where the Dataflow API is enabled .
- Default
Account stringGroup Id - Account group id to which you are assigning this account.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Features
[]Get
Cloud Account V2Gcp Feature - Features applicable for IBM account, defined below.
- Flow
Log stringStorage Bucket - Cloud Storage Bucket name that is used store the flow logs.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Last
Modified stringBy - Last modified by.
- Last
Modified float64Epoch Millis - Last modified at epoch millis.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Project
Id string - Gcp Project ID.
- Protection
Mode string - Protection mode of account.
- Service
Account stringEmail - Service account email of gcp account.
- Storage
Scan boolEnabled - (bool) Whether the storage scan is enabled.
- account
Group StringCreation Mode - Account group creation mode.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- added
On DoubleTs - Added on time stamp.
- authentication
Type String - Authentication type of gcp account.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - compression
Enabled Boolean - (bool) Enable or disable compressed network flow log generation.
- created
Epoch DoubleMillis - Account created epoch time.
- credentials String
- Content of the JSON credentials file.
- customer
Name String - Prisma customer name.
- dataflow
Enabled StringProject - Project ID where the Dataflow API is enabled .
- default
Account StringGroup Id - Account group id to which you are assigning this account.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- features
List<Get
Cloud Account V2Gcp Feature> - Features applicable for IBM account, defined below.
- flow
Log StringStorage Bucket - Cloud Storage Bucket name that is used store the flow logs.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- last
Modified StringBy - Last modified by.
- last
Modified DoubleEpoch Millis - Last modified at epoch millis.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- project
Id String - Gcp Project ID.
- protection
Mode String - Protection mode of account.
- service
Account StringEmail - Service account email of gcp account.
- storage
Scan BooleanEnabled - (bool) Whether the storage scan is enabled.
- account
Group stringCreation Mode - Account group creation mode.
- account
Id string - Account ID; computed if this is not supplied.
- account
Type string account
for Alibaba account.- added
On numberTs - Added on time stamp.
- authentication
Type string - Authentication type of gcp account.
- cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - compression
Enabled boolean - (bool) Enable or disable compressed network flow log generation.
- created
Epoch numberMillis - Account created epoch time.
- credentials string
- Content of the JSON credentials file.
- customer
Name string - Prisma customer name.
- dataflow
Enabled stringProject - Project ID where the Dataflow API is enabled .
- default
Account stringGroup Id - Account group id to which you are assigning this account.
- deleted boolean
- (bool) Whether the account is deleted or not.
- deployment
Type string - Deployment type.
- deployment
Type stringDescription - Deployment type description.
- enabled boolean
- (bool) Whether the account is enabled.
- features
Get
Cloud Account V2Gcp Feature[] - Features applicable for IBM account, defined below.
- flow
Log stringStorage Bucket - Cloud Storage Bucket name that is used store the flow logs.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- last
Modified stringBy - Last modified by.
- last
Modified numberEpoch Millis - Last modified at epoch millis.
- name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id string - Parent id.
- project
Id string - Gcp Project ID.
- protection
Mode string - Protection mode of account.
- service
Account stringEmail - Service account email of gcp account.
- storage
Scan booleanEnabled - (bool) Whether the storage scan is enabled.
- account_
group_ strcreation_ mode - Account group creation mode.
- account_
id str - Account ID; computed if this is not supplied.
- account_
type str account
for Alibaba account.- added_
on_ floatts - 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
oralibaba_cloud
. - compression_
enabled bool - (bool) Enable or disable compressed network flow log generation.
- created_
epoch_ floatmillis - Account created epoch time.
- credentials str
- Content of the JSON credentials file.
- customer_
name str - Prisma customer name.
- dataflow_
enabled_ strproject - Project ID where the Dataflow API is enabled .
- default_
account_ strgroup_ id - 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_ strdescription - Deployment type description.
- enabled bool
- (bool) Whether the account is enabled.
- features
Sequence[Get
Cloud Account V2Gcp Feature] - Features applicable for IBM account, defined below.
- flow_
log_ strstorage_ bucket - 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_ strby - Last modified by.
- last_
modified_ floatepoch_ millis - Last modified at epoch millis.
- name str
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent_
id str - Parent id.
- project_
id str - Gcp Project ID.
- protection_
mode str - Protection mode of account.
- service_
account_ stremail - Service account email of gcp account.
- storage_
scan_ boolenabled - (bool) Whether the storage scan is enabled.
- account
Group StringCreation Mode - Account group creation mode.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- added
On NumberTs - Added on time stamp.
- authentication
Type String - Authentication type of gcp account.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - compression
Enabled Boolean - (bool) Enable or disable compressed network flow log generation.
- created
Epoch NumberMillis - Account created epoch time.
- credentials String
- Content of the JSON credentials file.
- customer
Name String - Prisma customer name.
- dataflow
Enabled StringProject - Project ID where the Dataflow API is enabled .
- default
Account StringGroup Id - Account group id to which you are assigning this account.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- features List<Property Map>
- Features applicable for IBM account, defined below.
- flow
Log StringStorage Bucket - Cloud Storage Bucket name that is used store the flow logs.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- last
Modified StringBy - Last modified by.
- last
Modified NumberEpoch Millis - Last modified at epoch millis.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- project
Id String - Gcp Project ID.
- protection
Mode String - Protection mode of account.
- service
Account StringEmail - Service account email of gcp account.
- storage
Scan BooleanEnabled - (bool) Whether the storage scan is enabled.
GetCloudAccountV2GcpFeature
GetCloudAccountV2Ibm
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Added
On doubleTs - Added on time stamp.
- Api
Key string - IBM service API key.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Created
Epoch doubleMillis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Features
List<Get
Cloud Account V2Ibm Feature> - Features applicable for IBM account, defined below.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Last
Modified stringBy - Last modified by.
- Last
Modified doubleEpoch Millis - Last modified at epoch millis.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Protection
Mode string - Protection mode of account.
- Storage
Scan boolEnabled - (bool) Whether the storage scan is enabled.
- Svc
Id stringIam Id - IBM service ID.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string account
for Alibaba account.- Added
On float64Ts - Added on time stamp.
- Api
Key string - IBM service API key.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - Created
Epoch float64Millis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- Deleted bool
- (bool) Whether the account is deleted or not.
- Deployment
Type string - Deployment type.
- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Features
[]Get
Cloud Account V2Ibm Feature - Features applicable for IBM account, defined below.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Last
Modified stringBy - Last modified by.
- Last
Modified float64Epoch Millis - Last modified at epoch millis.
- Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - Parent
Id string - Parent id.
- Protection
Mode string - Protection mode of account.
- Storage
Scan boolEnabled - (bool) Whether the storage scan is enabled.
- Svc
Id stringIam Id - IBM service ID.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- added
On DoubleTs - Added on time stamp.
- api
Key String - IBM service API key.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch DoubleMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- features
List<Get
Cloud Account V2Ibm Feature> - Features applicable for IBM account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- last
Modified StringBy - Last modified by.
- last
Modified DoubleEpoch Millis - Last modified at epoch millis.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- protection
Mode String - Protection mode of account.
- storage
Scan BooleanEnabled - (bool) Whether the storage scan is enabled.
- svc
Id StringIam Id - IBM service ID.
- account
Id string - Account ID; computed if this is not supplied.
- account
Type string account
for Alibaba account.- added
On numberTs - Added on time stamp.
- api
Key string - IBM service API key.
- cloud
Type string - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch numberMillis - Account created epoch time.
- customer
Name string - Prisma customer name.
- deleted boolean
- (bool) Whether the account is deleted or not.
- deployment
Type string - Deployment type.
- deployment
Type stringDescription - Deployment type description.
- enabled boolean
- (bool) Whether the account is enabled.
- features
Get
Cloud Account V2Ibm Feature[] - Features applicable for IBM account, defined below.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- last
Modified stringBy - Last modified by.
- last
Modified numberEpoch Millis - Last modified at epoch millis.
- name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id string - Parent id.
- protection
Mode string - Protection mode of account.
- storage
Scan booleanEnabled - (bool) Whether the storage scan is enabled.
- svc
Id stringIam Id - IBM service ID.
- account_
id str - Account ID; computed if this is not supplied.
- account_
type str account
for Alibaba account.- added_
on_ floatts - Added on time stamp.
- api_
key str - IBM service API key.
- cloud_
type str - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created_
epoch_ floatmillis - 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_ strdescription - Deployment type description.
- enabled bool
- (bool) Whether the account is enabled.
- features
Sequence[Get
Cloud Account V2Ibm Feature] - Features applicable for IBM account, defined below.
- group_
ids Sequence[str] - List of account IDs to which you are assigning this account.
- last_
modified_ strby - Last modified by.
- last_
modified_ floatepoch_ millis - Last modified at epoch millis.
- name str
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent_
id str - Parent id.
- protection_
mode str - Protection mode of account.
- storage_
scan_ boolenabled - (bool) Whether the storage scan is enabled.
- svc_
id_ striam_ id - IBM service ID.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String account
for Alibaba account.- added
On NumberTs - Added on time stamp.
- api
Key String - IBM service API key.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
,gcp
,ibm
oralibaba_cloud
. - created
Epoch NumberMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- deleted Boolean
- (bool) Whether the account is deleted or not.
- deployment
Type String - Deployment type.
- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- features List<Property Map>
- Features applicable for IBM account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- last
Modified StringBy - Last modified by.
- last
Modified NumberEpoch Millis - Last modified at epoch millis.
- name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
,ibm
andalibaba_cloud
. - parent
Id String - Parent id.
- protection
Mode String - Protection mode of account.
- storage
Scan BooleanEnabled - (bool) Whether the storage scan is enabled.
- svc
Id StringIam Id - IBM service ID.
GetCloudAccountV2IbmFeature
Package Details
- Repository
- prismacloud paloaltonetworks/terraform-provider-prismacloud
- License
- Notes
- This Pulumi package is based on the
prismacloud
Terraform Provider.
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks