prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks
prismacloud.getOrgCloudAccountV2
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.getOrgCloudAccountV2({
cloudType: "aws",
name: "My aws org cloud account",
});
import pulumi
import pulumi_prismacloud as prismacloud
example = prismacloud.get_org_cloud_account_v2(cloud_type="aws",
name="My aws org 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.LookupOrgCloudAccountV2(ctx, &prismacloud.LookupOrgCloudAccountV2Args{
CloudType: "aws",
Name: pulumi.StringRef("My aws org 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.GetOrgCloudAccountV2.Invoke(new()
{
CloudType = "aws",
Name = "My aws org 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.GetOrgCloudAccountV2Args;
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.getOrgCloudAccountV2(GetOrgCloudAccountV2Args.builder()
.cloudType("aws")
.name("My aws org cloud account")
.build());
}
}
variables:
example:
fn::invoke:
function: prismacloud:getOrgCloudAccountV2
arguments:
cloudType: aws
name: My aws org cloud account
Using getOrgCloudAccountV2
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 getOrgCloudAccountV2(args: GetOrgCloudAccountV2Args, opts?: InvokeOptions): Promise<GetOrgCloudAccountV2Result>
function getOrgCloudAccountV2Output(args: GetOrgCloudAccountV2OutputArgs, opts?: InvokeOptions): Output<GetOrgCloudAccountV2Result>
def get_org_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) -> GetOrgCloudAccountV2Result
def get_org_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[GetOrgCloudAccountV2Result]
func LookupOrgCloudAccountV2(ctx *Context, args *LookupOrgCloudAccountV2Args, opts ...InvokeOption) (*LookupOrgCloudAccountV2Result, error)
func LookupOrgCloudAccountV2Output(ctx *Context, args *LookupOrgCloudAccountV2OutputArgs, opts ...InvokeOption) LookupOrgCloudAccountV2ResultOutput
> Note: This function is named LookupOrgCloudAccountV2
in the Go SDK.
public static class GetOrgCloudAccountV2
{
public static Task<GetOrgCloudAccountV2Result> InvokeAsync(GetOrgCloudAccountV2Args args, InvokeOptions? opts = null)
public static Output<GetOrgCloudAccountV2Result> Invoke(GetOrgCloudAccountV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrgCloudAccountV2Result> getOrgCloudAccountV2(GetOrgCloudAccountV2Args args, InvokeOptions options)
public static Output<GetOrgCloudAccountV2Result> getOrgCloudAccountV2(GetOrgCloudAccountV2Args args, InvokeOptions options)
fn::invoke:
function: prismacloud:index/getOrgCloudAccountV2:getOrgCloudAccountV2
arguments:
# arguments dictionary
The following arguments are supported:
- cloud_
type str - The cloud type. Valid value is
aws
,azure
orgcp
. - 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
andibm
.
getOrgCloudAccountV2 Result
The following output properties are available:
- Account
Id string - Gcp account ID.
- Aws
List<Get
Org Cloud Account V2Aw> - AWS account type spec, defined below.
- Azures
List<Get
Org Cloud Account V2Azure> - Azure account type spec, defined below.
- Cloud
Type string - Gcps
List<Get
Org Cloud Account V2Gcp> - Gcp account type spec, defined below.
- Id string
- Name string
- Feature name.
- Account
Id string - Gcp account ID.
- Aws
[]Get
Org Cloud Account V2Aw - AWS account type spec, defined below.
- Azures
[]Get
Org Cloud Account V2Azure - Azure account type spec, defined below.
- Cloud
Type string - Gcps
[]Get
Org Cloud Account V2Gcp - Gcp account type spec, defined below.
- Id string
- Name string
- Feature name.
- account
Id String - Gcp account ID.
- aws
List<Get
Org Cloud Account V2Aw> - AWS account type spec, defined below.
- azures
List<Get
Org Cloud Account V2Azure> - Azure account type spec, defined below.
- cloud
Type String - gcps
List<Get
Org Cloud Account V2Gcp> - Gcp account type spec, defined below.
- id String
- name String
- Feature name.
- account
Id string - Gcp account ID.
- aws
Get
Org Cloud Account V2Aw[] - AWS account type spec, defined below.
- azures
Get
Org Cloud Account V2Azure[] - Azure account type spec, defined below.
- cloud
Type string - gcps
Get
Org Cloud Account V2Gcp[] - Gcp account type spec, defined below.
- id string
- name string
- Feature name.
- account_
id str - Gcp account ID.
- aws
Sequence[Get
Org Cloud Account V2Aw] - AWS account type spec, defined below.
- azures
Sequence[Get
Org Cloud Account V2Azure] - Azure account type spec, defined below.
- cloud_
type str - gcps
Sequence[Get
Org Cloud Account V2Gcp] - Gcp account type spec, defined below.
- id str
- name str
- Feature name.
- account
Id String - Gcp account ID.
- 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.
- id String
- name String
- Feature name.
Supporting Types
GetOrgCloudAccountV2Aw
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string organization
for gcp organization account.- Cloud
Type string - The cloud type. Valid value is
aws
,azure
orgcp
. - Created
Epoch doubleMillis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- 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 gcp
for gcp account.- 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
Org Cloud Account V2Aw Feature> - Features applicable for gcp account, defined below.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Has
Member boolRole - Whether account has member role.
- Hierarchy
Selections List<GetOrg Cloud Account V2Aw Hierarchy Selection> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - Parent
Id string - Parent ID.
- Protection
Mode string - Protection mode of account.
- Role
Arn string - Unique identifier for an AWS resource (ARN).
- Template
Url string - Template URL.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string organization
for gcp organization account.- Cloud
Type string - The cloud type. Valid value is
aws
,azure
orgcp
. - Created
Epoch float64Millis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- 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 gcp
for gcp account.- 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
Org Cloud Account V2Aw Feature - Features applicable for gcp account, defined below.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Has
Member boolRole - Whether account has member role.
- Hierarchy
Selections []GetOrg Cloud Account V2Aw Hierarchy Selection - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - Parent
Id string - Parent ID.
- Protection
Mode string - Protection mode of account.
- Role
Arn string - Unique identifier for an AWS resource (ARN).
- Template
Url string - Template URL.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String organization
for gcp organization account.- cloud
Type String - The cloud type. Valid value is
aws
,azure
orgcp
. - created
Epoch DoubleMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- 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 gcp
for gcp account.- 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
Org Cloud Account V2Aw Feature> - Features applicable for gcp account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- has
Member BooleanRole - Whether account has member role.
- hierarchy
Selections List<GetOrg Cloud Account V2Aw Hierarchy Selection> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - parent
Id String - Parent ID.
- protection
Mode String - Protection mode of account.
- role
Arn String - Unique identifier for an AWS resource (ARN).
- template
Url String - Template URL.
- account
Id string - Account ID; computed if this is not supplied.
- account
Type string organization
for gcp organization account.- cloud
Type string - The cloud type. Valid value is
aws
,azure
orgcp
. - created
Epoch numberMillis - Account created epoch time.
- customer
Name string - Prisma customer name.
- 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 gcp
for gcp account.- 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
Org Cloud Account V2Aw Feature[] - Features applicable for gcp account, defined below.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- has
Member booleanRole - Whether account has member role.
- hierarchy
Selections GetOrg Cloud Account V2Aw Hierarchy Selection[] - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - parent
Id string - Parent ID.
- protection
Mode string - Protection mode of account.
- role
Arn string - Unique identifier for an AWS resource (ARN).
- template
Url string - Template URL.
- account_
id str - Account ID; computed if this is not supplied.
- account_
type str organization
for gcp organization account.- cloud_
type str - The cloud type. Valid value is
aws
,azure
orgcp
. - created_
epoch_ floatmillis - Account created epoch time.
- customer_
name str - Prisma customer name.
- 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 gcp
for gcp account.- 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
Org Cloud Account V2Aw Feature] - Features applicable for gcp account, defined below.
- group_
ids Sequence[str] - List of account IDs to which you are assigning this account.
- has_
member_ boolrole - Whether account has member role.
- hierarchy_
selections Sequence[GetOrg Cloud Account V2Aw Hierarchy Selection] - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - parent_
id str - Parent ID.
- protection_
mode str - Protection mode of account.
- role_
arn str - Unique identifier for an AWS resource (ARN).
- template_
url str - Template URL.
- account
Id String - Account ID; computed if this is not supplied.
- account
Type String organization
for gcp organization account.- cloud
Type String - The cloud type. Valid value is
aws
,azure
orgcp
. - created
Epoch NumberMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- 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 gcp
for gcp account.- 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 gcp account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- has
Member BooleanRole - Whether account has member role.
- hierarchy
Selections List<Property Map> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - parent
Id String - Parent ID.
- protection
Mode String - Protection mode of account.
- role
Arn String - Unique identifier for an AWS resource (ARN).
- template
Url String - Template URL.
GetOrgCloudAccountV2AwFeature
GetOrgCloudAccountV2AwHierarchySelection
- Display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - Node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- Resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - Selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- Display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - Node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- Resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - Selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name String - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type String - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id String - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type String - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display_
name str - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node_
type str - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource_
id str - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection_
type str - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name String - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type String - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id String - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type String - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
GetOrgCloudAccountV2Azure
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string organization
for gcp organization account.- Client
Id string - Application ID registered with Active Directory.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
orgcp
. - Created
Epoch doubleMillis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- 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 gcp
for gcp account.- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Environment
Type string - Environment type.
- Features
List<Get
Org Cloud Account V2Azure Feature> - Features applicable for gcp account, defined below.
- Group
Ids List<string> - List of account IDs to which you are assigning this account.
- Hierarchy
Selections List<GetOrg Cloud Account V2Azure Hierarchy Selection> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- Key string
- Application ID key.
- Last
Modified stringBy - Last modified by.
- Last
Modified doubleEpoch Millis - Last modified at epoch millis.
- Member
Sync boolEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - Monitor
Flow boolLogs - (bool) Automatically ingest flow logs. Must be set to false when azure tenant is onboarded without children i.e., for
Active Directory Tenant
. - Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
andibm
. - Parent
Id string - Parent ID.
- Protection
Mode string - Protection mode of account.
- Root
Sync boolEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - 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 organization
for gcp organization account.- Client
Id string - Application ID registered with Active Directory.
- Cloud
Type string - The cloud type. Valid value is
aws
,azure
orgcp
. - Created
Epoch float64Millis - Account created epoch time.
- Customer
Name string - Prisma customer name.
- 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 gcp
for gcp account.- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Environment
Type string - Environment type.
- Features
[]Get
Org Cloud Account V2Azure Feature - Features applicable for gcp account, defined below.
- Group
Ids []string - List of account IDs to which you are assigning this account.
- Hierarchy
Selections []GetOrg Cloud Account V2Azure Hierarchy Selection - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- Key string
- Application ID key.
- Last
Modified stringBy - Last modified by.
- Last
Modified float64Epoch Millis - Last modified at epoch millis.
- Member
Sync boolEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - Monitor
Flow boolLogs - (bool) Automatically ingest flow logs. Must be set to false when azure tenant is onboarded without children i.e., for
Active Directory Tenant
. - Name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
andibm
. - Parent
Id string - Parent ID.
- Protection
Mode string - Protection mode of account.
- Root
Sync boolEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - 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 organization
for gcp organization account.- client
Id String - Application ID registered with Active Directory.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
orgcp
. - created
Epoch DoubleMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- 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 gcp
for gcp account.- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- environment
Type String - Environment type.
- features
List<Get
Org Cloud Account V2Azure Feature> - Features applicable for gcp account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- hierarchy
Selections List<GetOrg Cloud Account V2Azure Hierarchy Selection> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- key String
- Application ID key.
- last
Modified StringBy - Last modified by.
- last
Modified DoubleEpoch Millis - Last modified at epoch millis.
- member
Sync BooleanEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - monitor
Flow BooleanLogs - (bool) Automatically ingest flow logs. Must be set to false when azure tenant is onboarded without children i.e., for
Active Directory Tenant
. - name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
andibm
. - parent
Id String - Parent ID.
- protection
Mode String - Protection mode of account.
- root
Sync BooleanEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - 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 organization
for gcp organization account.- client
Id string - Application ID registered with Active Directory.
- cloud
Type string - The cloud type. Valid value is
aws
,azure
orgcp
. - created
Epoch numberMillis - Account created epoch time.
- customer
Name string - Prisma customer name.
- 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 gcp
for gcp account.- deployment
Type stringDescription - Deployment type description.
- enabled boolean
- (bool) Whether the account is enabled.
- environment
Type string - Environment type.
- features
Get
Org Cloud Account V2Azure Feature[] - Features applicable for gcp account, defined below.
- group
Ids string[] - List of account IDs to which you are assigning this account.
- hierarchy
Selections GetOrg Cloud Account V2Azure Hierarchy Selection[] - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- key string
- Application ID key.
- last
Modified stringBy - Last modified by.
- last
Modified numberEpoch Millis - Last modified at epoch millis.
- member
Sync booleanEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - monitor
Flow booleanLogs - (bool) Automatically ingest flow logs. Must be set to false when azure tenant is onboarded without children i.e., for
Active Directory Tenant
. - name string
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
andibm
. - parent
Id string - Parent ID.
- protection
Mode string - Protection mode of account.
- root
Sync booleanEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - 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 organization
for gcp organization account.- client_
id str - Application ID registered with Active Directory.
- cloud_
type str - The cloud type. Valid value is
aws
,azure
orgcp
. - created_
epoch_ floatmillis - Account created epoch time.
- customer_
name str - Prisma customer name.
- 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 gcp
for gcp account.- deployment_
type_ strdescription - Deployment type description.
- enabled bool
- (bool) Whether the account is enabled.
- environment_
type str - Environment type.
- features
Sequence[Get
Org Cloud Account V2Azure Feature] - Features applicable for gcp account, defined below.
- group_
ids Sequence[str] - List of account IDs to which you are assigning this account.
- hierarchy_
selections Sequence[GetOrg Cloud Account V2Azure Hierarchy Selection] - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- key str
- Application ID key.
- last_
modified_ strby - Last modified by.
- last_
modified_ floatepoch_ millis - Last modified at epoch millis.
- member_
sync_ boolenabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - monitor_
flow_ boollogs - (bool) Automatically ingest flow logs. Must be set to false when azure tenant is onboarded without children i.e., for
Active Directory Tenant
. - name str
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
andibm
. - parent_
id str - Parent ID.
- protection_
mode str - Protection mode of account.
- root_
sync_ boolenabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - 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 organization
for gcp organization account.- client
Id String - Application ID registered with Active Directory.
- cloud
Type String - The cloud type. Valid value is
aws
,azure
orgcp
. - created
Epoch NumberMillis - Account created epoch time.
- customer
Name String - Prisma customer name.
- 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 gcp
for gcp account.- 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 gcp account, defined below.
- group
Ids List<String> - List of account IDs to which you are assigning this account.
- hierarchy
Selections List<Property Map> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- key String
- Application ID key.
- last
Modified StringBy - Last modified by.
- last
Modified NumberEpoch Millis - Last modified at epoch millis.
- member
Sync BooleanEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - monitor
Flow BooleanLogs - (bool) Automatically ingest flow logs. Must be set to false when azure tenant is onboarded without children i.e., for
Active Directory Tenant
. - name String
- Cloud account name; computed if this is not supplied. Applicable only for
aws
,azure
andibm
. - parent
Id String - Parent ID.
- protection
Mode String - Protection mode of account.
- root
Sync BooleanEnabled - (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for
Tenant
. - 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.
GetOrgCloudAccountV2AzureFeature
GetOrgCloudAccountV2AzureHierarchySelection
- Display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - Node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- Resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - Selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- Display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - Node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- Resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - Selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name String - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type String - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id String - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type String - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display_
name str - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node_
type str - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource_
id str - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection_
type str - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name String - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type String - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id String - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type String - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
GetOrgCloudAccountV2Gcp
- Account
Group stringCreation Mode - Account group creation mode.
- Account
Id string - Account ID; computed if this is not supplied.
- Account
Type string organization
for gcp organization 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
orgcp
. - 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 gcp
for gcp account.- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Features
List<Get
Org Cloud Account V2Gcp Feature> - Features applicable for gcp 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.
- Hierarchy
Selections List<GetOrg Cloud Account V2Gcp Hierarchy Selection> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - Organization
Name string - Gcp organization name.
- 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 organization
for gcp organization 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
orgcp
. - 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 gcp
for gcp account.- Deployment
Type stringDescription - Deployment type description.
- Enabled bool
- (bool) Whether the account is enabled.
- Features
[]Get
Org Cloud Account V2Gcp Feature - Features applicable for gcp 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.
- Hierarchy
Selections []GetOrg Cloud Account V2Gcp Hierarchy Selection - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - Organization
Name string - Gcp organization name.
- 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 organization
for gcp organization 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
orgcp
. - 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 gcp
for gcp account.- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- features
List<Get
Org Cloud Account V2Gcp Feature> - Features applicable for gcp 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.
- hierarchy
Selections List<GetOrg Cloud Account V2Gcp Hierarchy Selection> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - organization
Name String - Gcp organization name.
- 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 organization
for gcp organization 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
orgcp
. - 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 gcp
for gcp account.- deployment
Type stringDescription - Deployment type description.
- enabled boolean
- (bool) Whether the account is enabled.
- features
Get
Org Cloud Account V2Gcp Feature[] - Features applicable for gcp 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.
- hierarchy
Selections GetOrg Cloud Account V2Gcp Hierarchy Selection[] - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - organization
Name string - Gcp organization name.
- 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 organization
for gcp organization 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
orgcp
. - 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 gcp
for gcp account.- deployment_
type_ strdescription - Deployment type description.
- enabled bool
- (bool) Whether the account is enabled.
- features
Sequence[Get
Org Cloud Account V2Gcp Feature] - Features applicable for gcp 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.
- hierarchy_
selections Sequence[GetOrg Cloud Account V2Gcp Hierarchy Selection] - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - organization_
name str - Gcp organization name.
- 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 organization
for gcp organization 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
orgcp
. - 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 gcp
for gcp account.- deployment
Type StringDescription - Deployment type description.
- enabled Boolean
- (bool) Whether the account is enabled.
- features List<Property Map>
- Features applicable for gcp 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.
- hierarchy
Selections List<Property Map> - List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
- 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
andibm
. - organization
Name String - Gcp organization name.
- 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.
GetOrgCloudAccountV2GcpFeature
GetOrgCloudAccountV2GcpHierarchySelection
- Display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - Node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- Resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - Selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- Display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - Node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- Resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - Selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name String - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type String - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id String - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type String - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name string - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type string - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id string - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type string - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display_
name str - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node_
type str - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource_
id str - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection_
type str - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
- display
Name String - Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
Root
. - node
Type String - Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
- resource
Id String - Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example :
root
. - selection
Type String - Selection type. Valid values: INCLUDE to include the specified resource to onboard, EXCLUDE to exclude the specified resource and onboard the rest, ALL to onboard all resources in the organization.
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