dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9
dome9.getAllOrganizationalUnits
Explore with Pulumi AI
Use this data source to get information about all Organizational Units in Dome9.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as dome9 from "@pulumi/dome9";
const test = dome9.getAllOrganizationalUnits({});
import pulumi
import pulumi_dome9 as dome9
test = dome9.get_all_organizational_units()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/dome9/dome9"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dome9.GetAllOrganizationalUnits(ctx, &dome9.GetAllOrganizationalUnitsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Dome9 = Pulumi.Dome9;
return await Deployment.RunAsync(() =>
{
var test = Dome9.GetAllOrganizationalUnits.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.dome9.Dome9Functions;
import com.pulumi.dome9.inputs.GetAllOrganizationalUnitsArgs;
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 test = Dome9Functions.getAllOrganizationalUnits();
}
}
variables:
test:
fn::invoke:
function: dome9:getAllOrganizationalUnits
arguments: {}
Using getAllOrganizationalUnits
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 getAllOrganizationalUnits(args: GetAllOrganizationalUnitsArgs, opts?: InvokeOptions): Promise<GetAllOrganizationalUnitsResult>
function getAllOrganizationalUnitsOutput(args: GetAllOrganizationalUnitsOutputArgs, opts?: InvokeOptions): Output<GetAllOrganizationalUnitsResult>
def get_all_organizational_units(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAllOrganizationalUnitsResult
def get_all_organizational_units_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAllOrganizationalUnitsResult]
func GetAllOrganizationalUnits(ctx *Context, args *GetAllOrganizationalUnitsArgs, opts ...InvokeOption) (*GetAllOrganizationalUnitsResult, error)
func GetAllOrganizationalUnitsOutput(ctx *Context, args *GetAllOrganizationalUnitsOutputArgs, opts ...InvokeOption) GetAllOrganizationalUnitsResultOutput
> Note: This function is named GetAllOrganizationalUnits
in the Go SDK.
public static class GetAllOrganizationalUnits
{
public static Task<GetAllOrganizationalUnitsResult> InvokeAsync(GetAllOrganizationalUnitsArgs args, InvokeOptions? opts = null)
public static Output<GetAllOrganizationalUnitsResult> Invoke(GetAllOrganizationalUnitsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAllOrganizationalUnitsResult> getAllOrganizationalUnits(GetAllOrganizationalUnitsArgs args, InvokeOptions options)
public static Output<GetAllOrganizationalUnitsResult> getAllOrganizationalUnits(GetAllOrganizationalUnitsArgs args, InvokeOptions options)
fn::invoke:
function: dome9:index/getAllOrganizationalUnits:getAllOrganizationalUnits
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of the Organizational Unit in Dome9.
- Id string
- The ID of the Organizational Unit in Dome9.
- id String
- The ID of the Organizational Unit in Dome9.
- id string
- The ID of the Organizational Unit in Dome9.
- id str
- The ID of the Organizational Unit in Dome9.
- id String
- The ID of the Organizational Unit in Dome9.
getAllOrganizationalUnits Result
The following output properties are available:
- Id string
- The ID of the Organizational Unit in Dome9.
- Items
List<Get
All Organizational Units Item>
- Id string
- The ID of the Organizational Unit in Dome9.
- Items
[]Get
All Organizational Units Item
- id String
- The ID of the Organizational Unit in Dome9.
- items
List<Get
All Organizational Units Item>
- id string
- The ID of the Organizational Unit in Dome9.
- items
Get
All Organizational Units Item[]
- id str
- The ID of the Organizational Unit in Dome9.
- items
Sequence[Get
All Organizational Units Item]
- id String
- The ID of the Organizational Unit in Dome9.
- items List<Property Map>
Supporting Types
GetAllOrganizationalUnitsItem
- Account
Id double - Dome9 internal account ID.
- Alibaba
Aggregate doubleCloud Accounts Count - Number of Alibaba cloud accounts in the Organizational Unit and its children.
- Alibaba
Cloud doubleAccounts Count - Number of Alibaba cloud accounts in the Organizational Unit.
- Aws
Aggregate doubleCloud Accounts Count - Aws
Cloud doubleAccounts Count - Number of AWS cloud accounts in the Organizational Unit.
- Azure
Aggregate doubleCloud Accounts Count - Number of Azure cloud accounts in the Organizational Unit and its children.
- Azure
Cloud doubleAccounts Count - Number of Azure cloud accounts in the Organizational Unit.
- Container
Registry doubleAggregate Cloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit and its children.
- Container
Registry doubleCloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit.
- Created string
- Organizational Unit creation time.
- Google
Aggregate doubleCloud Accounts Count - Number of GCP cloud accounts in the Organizational Unit and its children.
- Google
Cloud doubleAccounts Count - Number of GCP cloud accounts in the Organizational Unit.
- Id string
- The ID of the Organizational Unit in Dome9.
- Is
Parent boolRoot - Is the parent of Organizational Unit root.
- Is
Root bool - Is Organizational Unit root.
- K8s
Aggregate doubleCloud Accounts Count - Number of K8S cloud accounts in the Organizational Unit and its children.
- K8s
Cloud doubleAccounts Count - Number of K8S cloud accounts in the Organizational Unit.
- Name string
- The name of the Organizational Unit in Dome9.
- Oci
Aggregate doubleCloud Accounts Count - Number of OCI cloud accounts in the Organizational Unit and its children.
- Oci
Cloud doubleAccounts Count - Number of OCI cloud accounts in the Organizational Unit.
- Parent
Id string - The Organizational Unit parent ID.
- Path string
- Organizational Unit full path (IDs).
- Path
Str string - Organizational Unit full path (names).
- Shift
Left doubleAggregate Cloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit and its children.
- Shift
Left doubleCloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit.
- Sub
Organizational doubleUnits Count - Number of sub Organizational Units.
- Updated string
- Organizational Unit update time.
- Account
Id float64 - Dome9 internal account ID.
- Alibaba
Aggregate float64Cloud Accounts Count - Number of Alibaba cloud accounts in the Organizational Unit and its children.
- Alibaba
Cloud float64Accounts Count - Number of Alibaba cloud accounts in the Organizational Unit.
- Aws
Aggregate float64Cloud Accounts Count - Aws
Cloud float64Accounts Count - Number of AWS cloud accounts in the Organizational Unit.
- Azure
Aggregate float64Cloud Accounts Count - Number of Azure cloud accounts in the Organizational Unit and its children.
- Azure
Cloud float64Accounts Count - Number of Azure cloud accounts in the Organizational Unit.
- Container
Registry float64Aggregate Cloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit and its children.
- Container
Registry float64Cloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit.
- Created string
- Organizational Unit creation time.
- Google
Aggregate float64Cloud Accounts Count - Number of GCP cloud accounts in the Organizational Unit and its children.
- Google
Cloud float64Accounts Count - Number of GCP cloud accounts in the Organizational Unit.
- Id string
- The ID of the Organizational Unit in Dome9.
- Is
Parent boolRoot - Is the parent of Organizational Unit root.
- Is
Root bool - Is Organizational Unit root.
- K8s
Aggregate float64Cloud Accounts Count - Number of K8S cloud accounts in the Organizational Unit and its children.
- K8s
Cloud float64Accounts Count - Number of K8S cloud accounts in the Organizational Unit.
- Name string
- The name of the Organizational Unit in Dome9.
- Oci
Aggregate float64Cloud Accounts Count - Number of OCI cloud accounts in the Organizational Unit and its children.
- Oci
Cloud float64Accounts Count - Number of OCI cloud accounts in the Organizational Unit.
- Parent
Id string - The Organizational Unit parent ID.
- Path string
- Organizational Unit full path (IDs).
- Path
Str string - Organizational Unit full path (names).
- Shift
Left float64Aggregate Cloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit and its children.
- Shift
Left float64Cloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit.
- Sub
Organizational float64Units Count - Number of sub Organizational Units.
- Updated string
- Organizational Unit update time.
- account
Id Double - Dome9 internal account ID.
- alibaba
Aggregate DoubleCloud Accounts Count - Number of Alibaba cloud accounts in the Organizational Unit and its children.
- alibaba
Cloud DoubleAccounts Count - Number of Alibaba cloud accounts in the Organizational Unit.
- aws
Aggregate DoubleCloud Accounts Count - aws
Cloud DoubleAccounts Count - Number of AWS cloud accounts in the Organizational Unit.
- azure
Aggregate DoubleCloud Accounts Count - Number of Azure cloud accounts in the Organizational Unit and its children.
- azure
Cloud DoubleAccounts Count - Number of Azure cloud accounts in the Organizational Unit.
- container
Registry DoubleAggregate Cloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit and its children.
- container
Registry DoubleCloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit.
- created String
- Organizational Unit creation time.
- google
Aggregate DoubleCloud Accounts Count - Number of GCP cloud accounts in the Organizational Unit and its children.
- google
Cloud DoubleAccounts Count - Number of GCP cloud accounts in the Organizational Unit.
- id String
- The ID of the Organizational Unit in Dome9.
- is
Parent BooleanRoot - Is the parent of Organizational Unit root.
- is
Root Boolean - Is Organizational Unit root.
- k8s
Aggregate DoubleCloud Accounts Count - Number of K8S cloud accounts in the Organizational Unit and its children.
- k8s
Cloud DoubleAccounts Count - Number of K8S cloud accounts in the Organizational Unit.
- name String
- The name of the Organizational Unit in Dome9.
- oci
Aggregate DoubleCloud Accounts Count - Number of OCI cloud accounts in the Organizational Unit and its children.
- oci
Cloud DoubleAccounts Count - Number of OCI cloud accounts in the Organizational Unit.
- parent
Id String - The Organizational Unit parent ID.
- path String
- Organizational Unit full path (IDs).
- path
Str String - Organizational Unit full path (names).
- shift
Left DoubleAggregate Cloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit and its children.
- shift
Left DoubleCloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit.
- sub
Organizational DoubleUnits Count - Number of sub Organizational Units.
- updated String
- Organizational Unit update time.
- account
Id number - Dome9 internal account ID.
- alibaba
Aggregate numberCloud Accounts Count - Number of Alibaba cloud accounts in the Organizational Unit and its children.
- alibaba
Cloud numberAccounts Count - Number of Alibaba cloud accounts in the Organizational Unit.
- aws
Aggregate numberCloud Accounts Count - aws
Cloud numberAccounts Count - Number of AWS cloud accounts in the Organizational Unit.
- azure
Aggregate numberCloud Accounts Count - Number of Azure cloud accounts in the Organizational Unit and its children.
- azure
Cloud numberAccounts Count - Number of Azure cloud accounts in the Organizational Unit.
- container
Registry numberAggregate Cloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit and its children.
- container
Registry numberCloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit.
- created string
- Organizational Unit creation time.
- google
Aggregate numberCloud Accounts Count - Number of GCP cloud accounts in the Organizational Unit and its children.
- google
Cloud numberAccounts Count - Number of GCP cloud accounts in the Organizational Unit.
- id string
- The ID of the Organizational Unit in Dome9.
- is
Parent booleanRoot - Is the parent of Organizational Unit root.
- is
Root boolean - Is Organizational Unit root.
- k8s
Aggregate numberCloud Accounts Count - Number of K8S cloud accounts in the Organizational Unit and its children.
- k8s
Cloud numberAccounts Count - Number of K8S cloud accounts in the Organizational Unit.
- name string
- The name of the Organizational Unit in Dome9.
- oci
Aggregate numberCloud Accounts Count - Number of OCI cloud accounts in the Organizational Unit and its children.
- oci
Cloud numberAccounts Count - Number of OCI cloud accounts in the Organizational Unit.
- parent
Id string - The Organizational Unit parent ID.
- path string
- Organizational Unit full path (IDs).
- path
Str string - Organizational Unit full path (names).
- shift
Left numberAggregate Cloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit and its children.
- shift
Left numberCloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit.
- sub
Organizational numberUnits Count - Number of sub Organizational Units.
- updated string
- Organizational Unit update time.
- account_
id float - Dome9 internal account ID.
- alibaba_
aggregate_ floatcloud_ accounts_ count - Number of Alibaba cloud accounts in the Organizational Unit and its children.
- alibaba_
cloud_ floataccounts_ count - Number of Alibaba cloud accounts in the Organizational Unit.
- aws_
aggregate_ floatcloud_ accounts_ count - aws_
cloud_ floataccounts_ count - Number of AWS cloud accounts in the Organizational Unit.
- azure_
aggregate_ floatcloud_ accounts_ count - Number of Azure cloud accounts in the Organizational Unit and its children.
- azure_
cloud_ floataccounts_ count - Number of Azure cloud accounts in the Organizational Unit.
- container_
registry_ floataggregate_ cloud_ accounts_ count - Number of Container Registry cloud accounts in the Organizational Unit and its children.
- container_
registry_ floatcloud_ accounts_ count - Number of Container Registry cloud accounts in the Organizational Unit.
- created str
- Organizational Unit creation time.
- google_
aggregate_ floatcloud_ accounts_ count - Number of GCP cloud accounts in the Organizational Unit and its children.
- google_
cloud_ floataccounts_ count - Number of GCP cloud accounts in the Organizational Unit.
- id str
- The ID of the Organizational Unit in Dome9.
- is_
parent_ boolroot - Is the parent of Organizational Unit root.
- is_
root bool - Is Organizational Unit root.
- k8s_
aggregate_ floatcloud_ accounts_ count - Number of K8S cloud accounts in the Organizational Unit and its children.
- k8s_
cloud_ floataccounts_ count - Number of K8S cloud accounts in the Organizational Unit.
- name str
- The name of the Organizational Unit in Dome9.
- oci_
aggregate_ floatcloud_ accounts_ count - Number of OCI cloud accounts in the Organizational Unit and its children.
- oci_
cloud_ floataccounts_ count - Number of OCI cloud accounts in the Organizational Unit.
- parent_
id str - The Organizational Unit parent ID.
- path str
- Organizational Unit full path (IDs).
- path_
str str - Organizational Unit full path (names).
- shift_
left_ floataggregate_ cloud_ accounts_ count - Number of Shift Left cloud accounts in the Organizational Unit and its children.
- shift_
left_ floatcloud_ accounts_ count - Number of Shift Left cloud accounts in the Organizational Unit.
- sub_
organizational_ floatunits_ count - Number of sub Organizational Units.
- updated str
- Organizational Unit update time.
- account
Id Number - Dome9 internal account ID.
- alibaba
Aggregate NumberCloud Accounts Count - Number of Alibaba cloud accounts in the Organizational Unit and its children.
- alibaba
Cloud NumberAccounts Count - Number of Alibaba cloud accounts in the Organizational Unit.
- aws
Aggregate NumberCloud Accounts Count - aws
Cloud NumberAccounts Count - Number of AWS cloud accounts in the Organizational Unit.
- azure
Aggregate NumberCloud Accounts Count - Number of Azure cloud accounts in the Organizational Unit and its children.
- azure
Cloud NumberAccounts Count - Number of Azure cloud accounts in the Organizational Unit.
- container
Registry NumberAggregate Cloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit and its children.
- container
Registry NumberCloud Accounts Count - Number of Container Registry cloud accounts in the Organizational Unit.
- created String
- Organizational Unit creation time.
- google
Aggregate NumberCloud Accounts Count - Number of GCP cloud accounts in the Organizational Unit and its children.
- google
Cloud NumberAccounts Count - Number of GCP cloud accounts in the Organizational Unit.
- id String
- The ID of the Organizational Unit in Dome9.
- is
Parent BooleanRoot - Is the parent of Organizational Unit root.
- is
Root Boolean - Is Organizational Unit root.
- k8s
Aggregate NumberCloud Accounts Count - Number of K8S cloud accounts in the Organizational Unit and its children.
- k8s
Cloud NumberAccounts Count - Number of K8S cloud accounts in the Organizational Unit.
- name String
- The name of the Organizational Unit in Dome9.
- oci
Aggregate NumberCloud Accounts Count - Number of OCI cloud accounts in the Organizational Unit and its children.
- oci
Cloud NumberAccounts Count - Number of OCI cloud accounts in the Organizational Unit.
- parent
Id String - The Organizational Unit parent ID.
- path String
- Organizational Unit full path (IDs).
- path
Str String - Organizational Unit full path (names).
- shift
Left NumberAggregate Cloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit and its children.
- shift
Left NumberCloud Accounts Count - Number of Shift Left cloud accounts in the Organizational Unit.
- sub
Organizational NumberUnits Count - Number of sub Organizational Units.
- updated String
- Organizational Unit update time.
Package Details
- Repository
- dome9 dome9/terraform-provider-dome9
- License
- Notes
- This Pulumi package is based on the
dome9
Terraform Provider.