dome9.OrganizationalUnit
Explore with Pulumi AI
This resource is used to create and manage Organizational Unit in Dome9. An Organizational Unit is a group of cloud accounts representing, for example, a business unit or geographical region.
Example Usage
Basic usage:
import * as pulumi from "@pulumi/pulumi";
import * as dome9 from "@pulumi/dome9";
const testOu = new dome9.OrganizationalUnit("testOu", {parentId: "00000000-0000-0000-0000-000000000000"});
import pulumi
import pulumi_dome9 as dome9
test_ou = dome9.OrganizationalUnit("testOu", parent_id="00000000-0000-0000-0000-000000000000")
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.NewOrganizationalUnit(ctx, "testOu", &dome9.OrganizationalUnitArgs{
ParentId: pulumi.String("00000000-0000-0000-0000-000000000000"),
})
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 testOu = new Dome9.OrganizationalUnit("testOu", new()
{
ParentId = "00000000-0000-0000-0000-000000000000",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.dome9.OrganizationalUnit;
import com.pulumi.dome9.OrganizationalUnitArgs;
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) {
var testOu = new OrganizationalUnit("testOu", OrganizationalUnitArgs.builder()
.parentId("00000000-0000-0000-0000-000000000000")
.build());
}
}
resources:
testOu:
type: dome9:OrganizationalUnit
properties:
parentId: 00000000-0000-0000-0000-000000000000
Create OrganizationalUnit Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OrganizationalUnit(name: string, args?: OrganizationalUnitArgs, opts?: CustomResourceOptions);
@overload
def OrganizationalUnit(resource_name: str,
args: Optional[OrganizationalUnitArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OrganizationalUnit(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
organizational_unit_id: Optional[str] = None,
parent_id: Optional[str] = None)
func NewOrganizationalUnit(ctx *Context, name string, args *OrganizationalUnitArgs, opts ...ResourceOption) (*OrganizationalUnit, error)
public OrganizationalUnit(string name, OrganizationalUnitArgs? args = null, CustomResourceOptions? opts = null)
public OrganizationalUnit(String name, OrganizationalUnitArgs args)
public OrganizationalUnit(String name, OrganizationalUnitArgs args, CustomResourceOptions options)
type: dome9:OrganizationalUnit
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OrganizationalUnitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OrganizationalUnitArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OrganizationalUnitArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OrganizationalUnitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OrganizationalUnitArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var organizationalUnitResource = new Dome9.OrganizationalUnit("organizationalUnitResource", new()
{
Name = "string",
OrganizationalUnitId = "string",
ParentId = "string",
});
example, err := dome9.NewOrganizationalUnit(ctx, "organizationalUnitResource", &dome9.OrganizationalUnitArgs{
Name: pulumi.String("string"),
OrganizationalUnitId: pulumi.String("string"),
ParentId: pulumi.String("string"),
})
var organizationalUnitResource = new OrganizationalUnit("organizationalUnitResource", OrganizationalUnitArgs.builder()
.name("string")
.organizationalUnitId("string")
.parentId("string")
.build());
organizational_unit_resource = dome9.OrganizationalUnit("organizationalUnitResource",
name="string",
organizational_unit_id="string",
parent_id="string")
const organizationalUnitResource = new dome9.OrganizationalUnit("organizationalUnitResource", {
name: "string",
organizationalUnitId: "string",
parentId: "string",
});
type: dome9:OrganizationalUnit
properties:
name: string
organizationalUnitId: string
parentId: string
OrganizationalUnit Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OrganizationalUnit resource accepts the following input properties:
- Name string
- The name of the organizational unit in Dome9.
- Organizational
Unit stringId - Organizational unit Id
- Parent
Id string - The organizational unit parent ID.
- Name string
- The name of the organizational unit in Dome9.
- Organizational
Unit stringId - Organizational unit Id
- Parent
Id string - The organizational unit parent ID.
- name String
- The name of the organizational unit in Dome9.
- organizational
Unit StringId - Organizational unit Id
- parent
Id String - The organizational unit parent ID.
- name string
- The name of the organizational unit in Dome9.
- organizational
Unit stringId - Organizational unit Id
- parent
Id string - The organizational unit parent ID.
- name str
- The name of the organizational unit in Dome9.
- organizational_
unit_ strid - Organizational unit Id
- parent_
id str - The organizational unit parent ID.
- name String
- The name of the organizational unit in Dome9.
- organizational
Unit StringId - Organizational unit Id
- parent
Id String - The organizational unit parent ID.
Outputs
All input properties are implicitly available as output properties. Additionally, the OrganizationalUnit resource produces the following output properties:
- Account
Id string - 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 provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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 string - 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 provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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 String - 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 provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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 string - 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 provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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 str - 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 provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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 String - 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 provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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.
Look up Existing OrganizationalUnit Resource
Get an existing OrganizationalUnit resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OrganizationalUnitState, opts?: CustomResourceOptions): OrganizationalUnit
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
alibaba_aggregate_cloud_accounts_count: Optional[float] = None,
alibaba_cloud_accounts_count: Optional[float] = None,
aws_aggregate_cloud_accounts_count: Optional[float] = None,
aws_cloud_accounts_count: Optional[float] = None,
azure_aggregate_cloud_accounts_count: Optional[float] = None,
azure_cloud_accounts_count: Optional[float] = None,
container_registry_aggregate_cloud_accounts_count: Optional[float] = None,
container_registry_cloud_accounts_count: Optional[float] = None,
created: Optional[str] = None,
google_aggregate_cloud_accounts_count: Optional[float] = None,
google_cloud_accounts_count: Optional[float] = None,
is_parent_root: Optional[bool] = None,
is_root: Optional[bool] = None,
k8s_aggregate_cloud_accounts_count: Optional[float] = None,
k8s_cloud_accounts_count: Optional[float] = None,
name: Optional[str] = None,
oci_aggregate_cloud_accounts_count: Optional[float] = None,
oci_cloud_accounts_count: Optional[float] = None,
organizational_unit_id: Optional[str] = None,
parent_id: Optional[str] = None,
path: Optional[str] = None,
path_str: Optional[str] = None,
shift_left_aggregate_cloud_accounts_count: Optional[float] = None,
shift_left_cloud_accounts_count: Optional[float] = None,
sub_organizational_units_count: Optional[float] = None,
updated: Optional[str] = None) -> OrganizationalUnit
func GetOrganizationalUnit(ctx *Context, name string, id IDInput, state *OrganizationalUnitState, opts ...ResourceOption) (*OrganizationalUnit, error)
public static OrganizationalUnit Get(string name, Input<string> id, OrganizationalUnitState? state, CustomResourceOptions? opts = null)
public static OrganizationalUnit get(String name, Output<String> id, OrganizationalUnitState state, CustomResourceOptions options)
resources: _: type: dome9:OrganizationalUnit get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - 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.
- 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.
- Organizational
Unit stringId - Organizational unit Id
- 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 string - 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.
- 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.
- Organizational
Unit stringId - Organizational unit Id
- 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 String - 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.
- 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.
- organizational
Unit StringId - Organizational unit Id
- 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 string - 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.
- 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.
- organizational
Unit stringId - Organizational unit Id
- 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 str - 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.
- 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.
- organizational_
unit_ strid - Organizational unit Id
- 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 String - 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.
- 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.
- organizational
Unit StringId - Organizational unit Id
- 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.
Import
Organizational unit can be imported; use <ORGANIZATIONAL UNIT ID>
as the import ID.
For example:
$ pulumi import dome9:index/organizationalUnit:OrganizationalUnit test 00000
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- dome9 dome9/terraform-provider-dome9
- License
- Notes
- This Pulumi package is based on the
dome9
Terraform Provider.