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

prismacloud.getOrgCloudAccountV2

Explore with Pulumi AI

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

    Retrieve information on a specific cloud account.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as prismacloud from "@pulumi/prismacloud";
    
    const example = prismacloud.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:

    CloudType string
    The cloud type. Valid value is aws, azure or gcp.
    AccountId string
    Account ID; computed if this is not supplied.
    Id string
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    CloudType string
    The cloud type. Valid value is aws, azure or gcp.
    AccountId string
    Account ID; computed if this is not supplied.
    Id string
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    cloudType String
    The cloud type. Valid value is aws, azure or gcp.
    accountId String
    Account ID; computed if this is not supplied.
    id String
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    cloudType string
    The cloud type. Valid value is aws, azure or gcp.
    accountId string
    Account ID; computed if this is not supplied.
    id string
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    cloud_type str
    The cloud type. Valid value is aws, azure or gcp.
    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 and ibm.
    cloudType String
    The cloud type. Valid value is aws, azure or gcp.
    accountId String
    Account ID; computed if this is not supplied.
    id String
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.

    getOrgCloudAccountV2 Result

    The following output properties are available:

    AccountId string
    Gcp account ID.
    Aws List<GetOrgCloudAccountV2Aw>
    AWS account type spec, defined below.
    Azures List<GetOrgCloudAccountV2Azure>
    Azure account type spec, defined below.
    CloudType string
    Gcps List<GetOrgCloudAccountV2Gcp>
    Gcp account type spec, defined below.
    Id string
    Name string
    Feature name.
    AccountId string
    Gcp account ID.
    Aws []GetOrgCloudAccountV2Aw
    AWS account type spec, defined below.
    Azures []GetOrgCloudAccountV2Azure
    Azure account type spec, defined below.
    CloudType string
    Gcps []GetOrgCloudAccountV2Gcp
    Gcp account type spec, defined below.
    Id string
    Name string
    Feature name.
    accountId String
    Gcp account ID.
    aws List<GetOrgCloudAccountV2Aw>
    AWS account type spec, defined below.
    azures List<GetOrgCloudAccountV2Azure>
    Azure account type spec, defined below.
    cloudType String
    gcps List<GetOrgCloudAccountV2Gcp>
    Gcp account type spec, defined below.
    id String
    name String
    Feature name.
    accountId string
    Gcp account ID.
    aws GetOrgCloudAccountV2Aw[]
    AWS account type spec, defined below.
    azures GetOrgCloudAccountV2Azure[]
    Azure account type spec, defined below.
    cloudType string
    gcps GetOrgCloudAccountV2Gcp[]
    Gcp account type spec, defined below.
    id string
    name string
    Feature name.
    account_id str
    Gcp account ID.
    aws Sequence[GetOrgCloudAccountV2Aw]
    AWS account type spec, defined below.
    azures Sequence[GetOrgCloudAccountV2Azure]
    Azure account type spec, defined below.
    cloud_type str
    gcps Sequence[GetOrgCloudAccountV2Gcp]
    Gcp account type spec, defined below.
    id str
    name str
    Feature name.
    accountId String
    Gcp account ID.
    aws List<Property Map>
    AWS account type spec, defined below.
    azures List<Property Map>
    Azure account type spec, defined below.
    cloudType String
    gcps List<Property Map>
    Gcp account type spec, defined below.
    id String
    name String
    Feature name.

    Supporting Types

    GetOrgCloudAccountV2Aw

    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    organization for gcp organization account.
    CloudType string
    The cloud type. Valid value is aws, azure or gcp.
    CreatedEpochMillis double
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    DefaultAccountGroupId string
    Account group id to which you are assigning this account.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    gcp for gcp account.
    Enabled bool
    (bool) Whether the account is enabled.
    EventbridgeRuleNamePrefix string
    Eventbridge rule name prefix.
    ExternalId string
    External id for aws account.
    Features List<GetOrgCloudAccountV2AwFeature>
    Features applicable for gcp account, defined below.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    HasMemberRole bool
    Whether account has member role.
    HierarchySelections List<GetOrgCloudAccountV2AwHierarchySelection>
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis double
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    ParentId string
    Parent ID.
    ProtectionMode string
    Protection mode of account.
    RoleArn string
    Unique identifier for an AWS resource (ARN).
    TemplateUrl string
    Template URL.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    organization for gcp organization account.
    CloudType string
    The cloud type. Valid value is aws, azure or gcp.
    CreatedEpochMillis float64
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    DefaultAccountGroupId string
    Account group id to which you are assigning this account.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    gcp for gcp account.
    Enabled bool
    (bool) Whether the account is enabled.
    EventbridgeRuleNamePrefix string
    Eventbridge rule name prefix.
    ExternalId string
    External id for aws account.
    Features []GetOrgCloudAccountV2AwFeature
    Features applicable for gcp account, defined below.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    HasMemberRole bool
    Whether account has member role.
    HierarchySelections []GetOrgCloudAccountV2AwHierarchySelection
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis float64
    Last modified at epoch millis.
    Name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    ParentId string
    Parent ID.
    ProtectionMode string
    Protection mode of account.
    RoleArn string
    Unique identifier for an AWS resource (ARN).
    TemplateUrl string
    Template URL.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    organization for gcp organization account.
    cloudType String
    The cloud type. Valid value is aws, azure or gcp.
    createdEpochMillis Double
    Account created epoch time.
    customerName String
    Prisma customer name.
    defaultAccountGroupId String
    Account group id to which you are assigning this account.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    gcp for gcp account.
    enabled Boolean
    (bool) Whether the account is enabled.
    eventbridgeRuleNamePrefix String
    Eventbridge rule name prefix.
    externalId String
    External id for aws account.
    features List<GetOrgCloudAccountV2AwFeature>
    Features applicable for gcp account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    hasMemberRole Boolean
    Whether account has member role.
    hierarchySelections List<GetOrgCloudAccountV2AwHierarchySelection>
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Double
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    parentId String
    Parent ID.
    protectionMode String
    Protection mode of account.
    roleArn String
    Unique identifier for an AWS resource (ARN).
    templateUrl String
    Template URL.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    organization for gcp organization account.
    cloudType string
    The cloud type. Valid value is aws, azure or gcp.
    createdEpochMillis number
    Account created epoch time.
    customerName string
    Prisma customer name.
    defaultAccountGroupId string
    Account group id to which you are assigning this account.
    deleted boolean
    (bool) Whether the account is deleted or not.
    deploymentType string
    gcp for gcp account.
    enabled boolean
    (bool) Whether the account is enabled.
    eventbridgeRuleNamePrefix string
    Eventbridge rule name prefix.
    externalId string
    External id for aws account.
    features GetOrgCloudAccountV2AwFeature[]
    Features applicable for gcp account, defined below.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    hasMemberRole boolean
    Whether account has member role.
    hierarchySelections GetOrgCloudAccountV2AwHierarchySelection[]
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    lastModifiedBy string
    Last modified by.
    lastModifiedEpochMillis number
    Last modified at epoch millis.
    name string
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    parentId string
    Parent ID.
    protectionMode string
    Protection mode of account.
    roleArn string
    Unique identifier for an AWS resource (ARN).
    templateUrl 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 or gcp.
    created_epoch_millis float
    Account created epoch time.
    customer_name str
    Prisma customer name.
    default_account_group_id str
    Account group id to which you are assigning this account.
    deleted bool
    (bool) Whether the account is deleted or not.
    deployment_type str
    gcp for gcp account.
    enabled bool
    (bool) Whether the account is enabled.
    eventbridge_rule_name_prefix str
    Eventbridge rule name prefix.
    external_id str
    External id for aws account.
    features Sequence[GetOrgCloudAccountV2AwFeature]
    Features applicable for gcp account, defined below.
    group_ids Sequence[str]
    List of account IDs to which you are assigning this account.
    has_member_role bool
    Whether account has member role.
    hierarchy_selections Sequence[GetOrgCloudAccountV2AwHierarchySelection]
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    last_modified_by str
    Last modified by.
    last_modified_epoch_millis float
    Last modified at epoch millis.
    name str
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    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.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    organization for gcp organization account.
    cloudType String
    The cloud type. Valid value is aws, azure or gcp.
    createdEpochMillis Number
    Account created epoch time.
    customerName String
    Prisma customer name.
    defaultAccountGroupId String
    Account group id to which you are assigning this account.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    gcp for gcp account.
    enabled Boolean
    (bool) Whether the account is enabled.
    eventbridgeRuleNamePrefix String
    Eventbridge rule name prefix.
    externalId String
    External id for aws account.
    features List<Property Map>
    Features applicable for gcp account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    hasMemberRole Boolean
    Whether account has member role.
    hierarchySelections List<Property Map>
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Number
    Last modified at epoch millis.
    name String
    Cloud account name; computed if this is not supplied. Applicable only for aws, azure and ibm.
    parentId String
    Parent ID.
    protectionMode String
    Protection mode of account.
    roleArn String
    Unique identifier for an AWS resource (ARN).
    templateUrl String
    Template URL.

    GetOrgCloudAccountV2AwFeature

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

    GetOrgCloudAccountV2AwHierarchySelection

    DisplayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    NodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    ResourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    SelectionType 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.
    DisplayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    NodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    ResourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    SelectionType 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.
    displayName String
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType String
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId String
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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.
    displayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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.
    displayName String
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType String
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId String
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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

    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    organization for gcp organization account.
    ClientId string
    Application ID registered with Active Directory.
    CloudType string
    The cloud type. Valid value is aws, azure or gcp.
    CreatedEpochMillis double
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    DefaultAccountGroupId string
    Account group id to which you are assigning this account.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    gcp for gcp account.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    EnvironmentType string
    Environment type.
    Features List<GetOrgCloudAccountV2AzureFeature>
    Features applicable for gcp account, defined below.
    GroupIds List<string>
    List of account IDs to which you are assigning this account.
    HierarchySelections List<GetOrgCloudAccountV2AzureHierarchySelection>
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    Key string
    Application ID key.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis double
    Last modified at epoch millis.
    MemberSyncEnabled bool
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    MonitorFlowLogs bool
    (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 and ibm.
    ParentId string
    Parent ID.
    ProtectionMode string
    Protection mode of account.
    RootSyncEnabled bool
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    ServicePrincipalId string
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    TemplateUrl string
    Template URL.
    TenantId string
    Active Directory ID associated with Azure.
    AccountId string
    Account ID; computed if this is not supplied.
    AccountType string
    organization for gcp organization account.
    ClientId string
    Application ID registered with Active Directory.
    CloudType string
    The cloud type. Valid value is aws, azure or gcp.
    CreatedEpochMillis float64
    Account created epoch time.
    CustomerName string
    Prisma customer name.
    DefaultAccountGroupId string
    Account group id to which you are assigning this account.
    Deleted bool
    (bool) Whether the account is deleted or not.
    DeploymentType string
    gcp for gcp account.
    DeploymentTypeDescription string
    Deployment type description.
    Enabled bool
    (bool) Whether the account is enabled.
    EnvironmentType string
    Environment type.
    Features []GetOrgCloudAccountV2AzureFeature
    Features applicable for gcp account, defined below.
    GroupIds []string
    List of account IDs to which you are assigning this account.
    HierarchySelections []GetOrgCloudAccountV2AzureHierarchySelection
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    Key string
    Application ID key.
    LastModifiedBy string
    Last modified by.
    LastModifiedEpochMillis float64
    Last modified at epoch millis.
    MemberSyncEnabled bool
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    MonitorFlowLogs bool
    (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 and ibm.
    ParentId string
    Parent ID.
    ProtectionMode string
    Protection mode of account.
    RootSyncEnabled bool
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    ServicePrincipalId string
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    TemplateUrl string
    Template URL.
    TenantId string
    Active Directory ID associated with Azure.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    organization for gcp organization account.
    clientId String
    Application ID registered with Active Directory.
    cloudType String
    The cloud type. Valid value is aws, azure or gcp.
    createdEpochMillis Double
    Account created epoch time.
    customerName String
    Prisma customer name.
    defaultAccountGroupId String
    Account group id to which you are assigning this account.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    gcp for gcp account.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    environmentType String
    Environment type.
    features List<GetOrgCloudAccountV2AzureFeature>
    Features applicable for gcp account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    hierarchySelections List<GetOrgCloudAccountV2AzureHierarchySelection>
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    key String
    Application ID key.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Double
    Last modified at epoch millis.
    memberSyncEnabled Boolean
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    monitorFlowLogs Boolean
    (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 and ibm.
    parentId String
    Parent ID.
    protectionMode String
    Protection mode of account.
    rootSyncEnabled Boolean
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    servicePrincipalId String
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    templateUrl String
    Template URL.
    tenantId String
    Active Directory ID associated with Azure.
    accountId string
    Account ID; computed if this is not supplied.
    accountType string
    organization for gcp organization account.
    clientId string
    Application ID registered with Active Directory.
    cloudType string
    The cloud type. Valid value is aws, azure or gcp.
    createdEpochMillis number
    Account created epoch time.
    customerName string
    Prisma customer name.
    defaultAccountGroupId string
    Account group id to which you are assigning this account.
    deleted boolean
    (bool) Whether the account is deleted or not.
    deploymentType string
    gcp for gcp account.
    deploymentTypeDescription string
    Deployment type description.
    enabled boolean
    (bool) Whether the account is enabled.
    environmentType string
    Environment type.
    features GetOrgCloudAccountV2AzureFeature[]
    Features applicable for gcp account, defined below.
    groupIds string[]
    List of account IDs to which you are assigning this account.
    hierarchySelections GetOrgCloudAccountV2AzureHierarchySelection[]
    List of hierarchy selection. Each item has resource ID, display name, node type and selection type, as defined below.
    key string
    Application ID key.
    lastModifiedBy string
    Last modified by.
    lastModifiedEpochMillis number
    Last modified at epoch millis.
    memberSyncEnabled boolean
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    monitorFlowLogs boolean
    (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 and ibm.
    parentId string
    Parent ID.
    protectionMode string
    Protection mode of account.
    rootSyncEnabled boolean
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    servicePrincipalId string
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    templateUrl string
    Template URL.
    tenantId string
    Active Directory ID associated with Azure.
    account_id str
    Account ID; computed if this is not supplied.
    account_type str
    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 or gcp.
    created_epoch_millis float
    Account created epoch time.
    customer_name str
    Prisma customer name.
    default_account_group_id str
    Account group id to which you are assigning this account.
    deleted bool
    (bool) Whether the account is deleted or not.
    deployment_type str
    gcp for gcp account.
    deployment_type_description str
    Deployment type description.
    enabled bool
    (bool) Whether the account is enabled.
    environment_type str
    Environment type.
    features Sequence[GetOrgCloudAccountV2AzureFeature]
    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[GetOrgCloudAccountV2AzureHierarchySelection]
    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_by str
    Last modified by.
    last_modified_epoch_millis float
    Last modified at epoch millis.
    member_sync_enabled bool
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    monitor_flow_logs bool
    (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 and ibm.
    parent_id str
    Parent ID.
    protection_mode str
    Protection mode of account.
    root_sync_enabled bool
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    service_principal_id str
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    template_url str
    Template URL.
    tenant_id str
    Active Directory ID associated with Azure.
    accountId String
    Account ID; computed if this is not supplied.
    accountType String
    organization for gcp organization account.
    clientId String
    Application ID registered with Active Directory.
    cloudType String
    The cloud type. Valid value is aws, azure or gcp.
    createdEpochMillis Number
    Account created epoch time.
    customerName String
    Prisma customer name.
    defaultAccountGroupId String
    Account group id to which you are assigning this account.
    deleted Boolean
    (bool) Whether the account is deleted or not.
    deploymentType String
    gcp for gcp account.
    deploymentTypeDescription String
    Deployment type description.
    enabled Boolean
    (bool) Whether the account is enabled.
    environmentType String
    Environment type.
    features List<Property Map>
    Features applicable for gcp account, defined below.
    groupIds List<String>
    List of account IDs to which you are assigning this account.
    hierarchySelections 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.
    lastModifiedBy String
    Last modified by.
    lastModifiedEpochMillis Number
    Last modified at epoch millis.
    memberSyncEnabled Boolean
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    monitorFlowLogs Boolean
    (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 and ibm.
    parentId String
    Parent ID.
    protectionMode String
    Protection mode of account.
    rootSyncEnabled Boolean
    (bool) Azure tenant has children. Must be set to true when azure tenant is onboarded with children i.e., for Tenant.
    servicePrincipalId String
    Unique ID of the service principal object associated with the Prisma Cloud application that you create.
    templateUrl String
    Template URL.
    tenantId String
    Active Directory ID associated with Azure.

    GetOrgCloudAccountV2AzureFeature

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

    GetOrgCloudAccountV2AzureHierarchySelection

    DisplayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    NodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    ResourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    SelectionType 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.
    DisplayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    NodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    ResourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    SelectionType 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.
    displayName String
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType String
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId String
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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.
    displayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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.
    displayName String
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType String
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId String
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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

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

    GetOrgCloudAccountV2GcpFeature

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

    GetOrgCloudAccountV2GcpHierarchySelection

    DisplayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    NodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    ResourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    SelectionType 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.
    DisplayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    NodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    ResourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    SelectionType 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.
    displayName String
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType String
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId String
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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.
    displayName string
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType string
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId string
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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.
    displayName String
    Display name for ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : Root.
    nodeType String
    Node type - ORG, OU, ACCOUNT, SUBSCRIPTION, TENANT, MANAGEMENT_GROUP, PROJECT, FOLDER or ORG.
    resourceId String
    Resource ID. For ACCOUNT, OU, ROOT, TENANT, SUBSCRIPTION, PROJECT, FOLDER or ORG. Example : root.
    selectionType 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 logo
    prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks