Viewing docs for dome9 1.40.4
published on Thursday, Oct 30, 2025 by dome9
published on Thursday, Oct 30, 2025 by dome9
Viewing docs for dome9 1.40.4
published on Thursday, Oct 30, 2025 by dome9
published on Thursday, Oct 30, 2025 by dome9
Use this data source to get information about a user in Dome9.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as dome9 from "@pulumi/dome9";
const userDs = dome9.getUser({
id: "ID",
});
import pulumi
import pulumi_dome9 as dome9
user_ds = dome9.get_user(id="ID")
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.LookupUser(ctx, &dome9.LookupUserArgs{
Id: "ID",
}, 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 userDs = Dome9.GetUser.Invoke(new()
{
Id = "ID",
});
});
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.GetUserArgs;
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 userDs = Dome9Functions.getUser(GetUserArgs.builder()
.id("ID")
.build());
}
}
variables:
userDs:
fn::invoke:
function: dome9:getUser
arguments:
id: ID
Using getUser
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 getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOptions): Output<GetUserResult>def get_user(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)
func LookupUserOutput(ctx *Context, args *LookupUserOutputArgs, opts ...InvokeOption) LookupUserResultOutput> Note: This function is named LookupUser in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
fn::invoke:
function: dome9:index/getUser:getUser
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The id of the user in Dome9.
- Id string
- The id of the user in Dome9.
- id String
- The id of the user in Dome9.
- id string
- The id of the user in Dome9.
- id str
- The id of the user in Dome9.
- id String
- The id of the user in Dome9.
getUser Result
The following output properties are available:
- Accesses
List<Get
User Access> - (Optional) Access permission list (SRL Type).
- Can
Switch boolRole - user can switch roles.
- Creates List<string>
- (Optional) Create permission list.
- Cross
Account List<string>Accesses - (Optional) Cross account access.
- Email string
- user email.
- Has
Api boolKey - user has generated an API Key - V1 or V2.
- Has
Api boolKey V1 - user has generated an API Key - V1.
- Has
Api boolKey V2 - user has generated an API Key - V2.
- Iam
Saves List<GetUser Iam Safe> - IAM safety details for the user support:
- Id string
- Is
Auditor bool - user is auditor user.
- Is
Locked bool - is locked.
- Is
Mfa boolEnabled - user has enabled MFA authentication.
- Is
Mobile boolDevice Paired - user has paired mobile device.
- Is
Owner bool - user is account owner.
- Is
Sso boolEnabled - Is
Super boolUser - user is Super User.
- Is
Suspended bool - user is suspended.
- Last
Login string - last login.
- Manages
List<Get
User Manage> - (Optional) Manage permission list (SRL Type).
- Permit
Alert boolActions - Is permitted permit alert actions (Optional) .
- Permit
Notifications bool - Is permitted permit notifications (Optional) .
- Permit
On boolBoarding - Is permitted permit on boarding (Optional) .
- Permit
Policies bool - Is permitted permit policies (Optional) .
- Permit
Rulesets bool - Is permitted permit rulesets (Optional) .
- Role
Ids List<double> - (list) list of roles for the user.
- Views
List<Get
User View> - (Optional) View permission list (SRL Type).
- Accesses
[]Get
User Access - (Optional) Access permission list (SRL Type).
- Can
Switch boolRole - user can switch roles.
- Creates []string
- (Optional) Create permission list.
- Cross
Account []stringAccesses - (Optional) Cross account access.
- Email string
- user email.
- Has
Api boolKey - user has generated an API Key - V1 or V2.
- Has
Api boolKey V1 - user has generated an API Key - V1.
- Has
Api boolKey V2 - user has generated an API Key - V2.
- Iam
Saves []GetUser Iam Safe - IAM safety details for the user support:
- Id string
- Is
Auditor bool - user is auditor user.
- Is
Locked bool - is locked.
- Is
Mfa boolEnabled - user has enabled MFA authentication.
- Is
Mobile boolDevice Paired - user has paired mobile device.
- Is
Owner bool - user is account owner.
- Is
Sso boolEnabled - Is
Super boolUser - user is Super User.
- Is
Suspended bool - user is suspended.
- Last
Login string - last login.
- Manages
[]Get
User Manage - (Optional) Manage permission list (SRL Type).
- Permit
Alert boolActions - Is permitted permit alert actions (Optional) .
- Permit
Notifications bool - Is permitted permit notifications (Optional) .
- Permit
On boolBoarding - Is permitted permit on boarding (Optional) .
- Permit
Policies bool - Is permitted permit policies (Optional) .
- Permit
Rulesets bool - Is permitted permit rulesets (Optional) .
- Role
Ids []float64 - (list) list of roles for the user.
- Views
[]Get
User View - (Optional) View permission list (SRL Type).
- accesses
List<Get
User Access> - (Optional) Access permission list (SRL Type).
- can
Switch BooleanRole - user can switch roles.
- creates List<String>
- (Optional) Create permission list.
- cross
Account List<String>Accesses - (Optional) Cross account access.
- email String
- user email.
- has
Api BooleanKey - user has generated an API Key - V1 or V2.
- has
Api BooleanKey V1 - user has generated an API Key - V1.
- has
Api BooleanKey V2 - user has generated an API Key - V2.
- iam
Saves List<GetUser Iam Safe> - IAM safety details for the user support:
- id String
- is
Auditor Boolean - user is auditor user.
- is
Locked Boolean - is locked.
- is
Mfa BooleanEnabled - user has enabled MFA authentication.
- is
Mobile BooleanDevice Paired - user has paired mobile device.
- is
Owner Boolean - user is account owner.
- is
Sso BooleanEnabled - is
Super BooleanUser - user is Super User.
- is
Suspended Boolean - user is suspended.
- last
Login String - last login.
- manages
List<Get
User Manage> - (Optional) Manage permission list (SRL Type).
- permit
Alert BooleanActions - Is permitted permit alert actions (Optional) .
- permit
Notifications Boolean - Is permitted permit notifications (Optional) .
- permit
On BooleanBoarding - Is permitted permit on boarding (Optional) .
- permit
Policies Boolean - Is permitted permit policies (Optional) .
- permit
Rulesets Boolean - Is permitted permit rulesets (Optional) .
- role
Ids List<Double> - (list) list of roles for the user.
- views
List<Get
User View> - (Optional) View permission list (SRL Type).
- accesses
Get
User Access[] - (Optional) Access permission list (SRL Type).
- can
Switch booleanRole - user can switch roles.
- creates string[]
- (Optional) Create permission list.
- cross
Account string[]Accesses - (Optional) Cross account access.
- email string
- user email.
- has
Api booleanKey - user has generated an API Key - V1 or V2.
- has
Api booleanKey V1 - user has generated an API Key - V1.
- has
Api booleanKey V2 - user has generated an API Key - V2.
- iam
Saves GetUser Iam Safe[] - IAM safety details for the user support:
- id string
- is
Auditor boolean - user is auditor user.
- is
Locked boolean - is locked.
- is
Mfa booleanEnabled - user has enabled MFA authentication.
- is
Mobile booleanDevice Paired - user has paired mobile device.
- is
Owner boolean - user is account owner.
- is
Sso booleanEnabled - is
Super booleanUser - user is Super User.
- is
Suspended boolean - user is suspended.
- last
Login string - last login.
- manages
Get
User Manage[] - (Optional) Manage permission list (SRL Type).
- permit
Alert booleanActions - Is permitted permit alert actions (Optional) .
- permit
Notifications boolean - Is permitted permit notifications (Optional) .
- permit
On booleanBoarding - Is permitted permit on boarding (Optional) .
- permit
Policies boolean - Is permitted permit policies (Optional) .
- permit
Rulesets boolean - Is permitted permit rulesets (Optional) .
- role
Ids number[] - (list) list of roles for the user.
- views
Get
User View[] - (Optional) View permission list (SRL Type).
- accesses
Sequence[Get
User Access] - (Optional) Access permission list (SRL Type).
- can_
switch_ boolrole - user can switch roles.
- creates Sequence[str]
- (Optional) Create permission list.
- cross_
account_ Sequence[str]accesses - (Optional) Cross account access.
- email str
- user email.
- has_
api_ boolkey - user has generated an API Key - V1 or V2.
- has_
api_ boolkey_ v1 - user has generated an API Key - V1.
- has_
api_ boolkey_ v2 - user has generated an API Key - V2.
- iam_
saves Sequence[GetUser Iam Safe] - IAM safety details for the user support:
- id str
- is_
auditor bool - user is auditor user.
- is_
locked bool - is locked.
- is_
mfa_ boolenabled - user has enabled MFA authentication.
- is_
mobile_ booldevice_ paired - user has paired mobile device.
- is_
owner bool - user is account owner.
- is_
sso_ boolenabled - is_
super_ booluser - user is Super User.
- is_
suspended bool - user is suspended.
- last_
login str - last login.
- manages
Sequence[Get
User Manage] - (Optional) Manage permission list (SRL Type).
- permit_
alert_ boolactions - Is permitted permit alert actions (Optional) .
- permit_
notifications bool - Is permitted permit notifications (Optional) .
- permit_
on_ boolboarding - Is permitted permit on boarding (Optional) .
- permit_
policies bool - Is permitted permit policies (Optional) .
- permit_
rulesets bool - Is permitted permit rulesets (Optional) .
- role_
ids Sequence[float] - (list) list of roles for the user.
- views
Sequence[Get
User View] - (Optional) View permission list (SRL Type).
- accesses List<Property Map>
- (Optional) Access permission list (SRL Type).
- can
Switch BooleanRole - user can switch roles.
- creates List<String>
- (Optional) Create permission list.
- cross
Account List<String>Accesses - (Optional) Cross account access.
- email String
- user email.
- has
Api BooleanKey - user has generated an API Key - V1 or V2.
- has
Api BooleanKey V1 - user has generated an API Key - V1.
- has
Api BooleanKey V2 - user has generated an API Key - V2.
- iam
Saves List<Property Map> - IAM safety details for the user support:
- id String
- is
Auditor Boolean - user is auditor user.
- is
Locked Boolean - is locked.
- is
Mfa BooleanEnabled - user has enabled MFA authentication.
- is
Mobile BooleanDevice Paired - user has paired mobile device.
- is
Owner Boolean - user is account owner.
- is
Sso BooleanEnabled - is
Super BooleanUser - user is Super User.
- is
Suspended Boolean - user is suspended.
- last
Login String - last login.
- manages List<Property Map>
- (Optional) Manage permission list (SRL Type).
- permit
Alert BooleanActions - Is permitted permit alert actions (Optional) .
- permit
Notifications Boolean - Is permitted permit notifications (Optional) .
- permit
On BooleanBoarding - Is permitted permit on boarding (Optional) .
- permit
Policies Boolean - Is permitted permit policies (Optional) .
- permit
Rulesets Boolean - Is permitted permit rulesets (Optional) .
- role
Ids List<Number> - (list) list of roles for the user.
- views List<Property Map>
- (Optional) View permission list (SRL Type).
Supporting Types
GetUserAccess
- Main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- Region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- Security
Group stringId - (Optional) AWS Security Group ID.
- Traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- Type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- Main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- Region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- Security
Group stringId - (Optional) AWS Security Group ID.
- Traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- Type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id String - (Optional) Cloud Account or Organizational Unit ID.
- region String
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group StringId - (Optional) AWS Security Group ID.
- traffic String
- (Optional) Accepted values: "All Traffic", "All Services".
- type String
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group stringId - (Optional) AWS Security Group ID.
- traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main_
id str - (Optional) Cloud Account or Organizational Unit ID.
- region str
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security_
group_ strid - (Optional) AWS Security Group ID.
- traffic str
- (Optional) Accepted values: "All Traffic", "All Services".
- type str
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id String - (Optional) Cloud Account or Organizational Unit ID.
- region String
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group StringId - (Optional) AWS Security Group ID.
- traffic String
- (Optional) Accepted values: "All Traffic", "All Services".
- type String
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
GetUserIamSafe
- Cloud
Accounts List<GetUser Iam Safe Cloud Account> - (list) Cloud accounts IAM supports:
- Cloud
Accounts []GetUser Iam Safe Cloud Account - (list) Cloud accounts IAM supports:
- cloud
Accounts List<GetUser Iam Safe Cloud Account> - (list) Cloud accounts IAM supports:
- cloud
Accounts GetUser Iam Safe Cloud Account[] - (list) Cloud accounts IAM supports:
- cloud_
accounts Sequence[GetUser Iam Safe Cloud Account] - (list) Cloud accounts IAM supports:
- cloud
Accounts List<Property Map> - (list) Cloud accounts IAM supports:
GetUserIamSafeCloudAccount
- Cloud
Account stringId - cloud account id
- Cloud
Account stringState - cloud account state
- External
Account stringNumber - external account number
- Iam
Entities List<string> - iam entities
- Iam
Entities List<GetLast Lease Times User Iam Safe Cloud Account Iam Entities Last Lease Time> - (list) iam entities last lease time supports:
- Iam
Entity string - iam entity
- Last
Lease stringTime - last lease time
- Name string
- name
- State bool
- state
- Cloud
Account stringId - cloud account id
- Cloud
Account stringState - cloud account state
- External
Account stringNumber - external account number
- Iam
Entities []string - iam entities
- Iam
Entities []GetLast Lease Times User Iam Safe Cloud Account Iam Entities Last Lease Time - (list) iam entities last lease time supports:
- Iam
Entity string - iam entity
- Last
Lease stringTime - last lease time
- Name string
- name
- State bool
- state
- cloud
Account StringId - cloud account id
- cloud
Account StringState - cloud account state
- external
Account StringNumber - external account number
- iam
Entities List<String> - iam entities
- iam
Entities List<GetLast Lease Times User Iam Safe Cloud Account Iam Entities Last Lease Time> - (list) iam entities last lease time supports:
- iam
Entity String - iam entity
- last
Lease StringTime - last lease time
- name String
- name
- state Boolean
- state
- cloud
Account stringId - cloud account id
- cloud
Account stringState - cloud account state
- external
Account stringNumber - external account number
- iam
Entities string[] - iam entities
- iam
Entities GetLast Lease Times User Iam Safe Cloud Account Iam Entities Last Lease Time[] - (list) iam entities last lease time supports:
- iam
Entity string - iam entity
- last
Lease stringTime - last lease time
- name string
- name
- state boolean
- state
- cloud_
account_ strid - cloud account id
- cloud_
account_ strstate - cloud account state
- external_
account_ strnumber - external account number
- iam_
entities Sequence[str] - iam entities
- iam_
entities_ Sequence[Getlast_ lease_ times User Iam Safe Cloud Account Iam Entities Last Lease Time] - (list) iam entities last lease time supports:
- iam_
entity str - iam entity
- last_
lease_ strtime - last lease time
- name str
- name
- state bool
- state
- cloud
Account StringId - cloud account id
- cloud
Account StringState - cloud account state
- external
Account StringNumber - external account number
- iam
Entities List<String> - iam entities
- iam
Entities List<Property Map>Last Lease Times - (list) iam entities last lease time supports:
- iam
Entity String - iam entity
- last
Lease StringTime - last lease time
- name String
- name
- state Boolean
- state
GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime
- Iam
Entity string - iam entity
- Last
Lease stringTime - last lease time
- Iam
Entity string - iam entity
- Last
Lease stringTime - last lease time
- iam
Entity String - iam entity
- last
Lease StringTime - last lease time
- iam
Entity string - iam entity
- last
Lease stringTime - last lease time
- iam_
entity str - iam entity
- last_
lease_ strtime - last lease time
- iam
Entity String - iam entity
- last
Lease StringTime - last lease time
GetUserManage
- Main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- Region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- Security
Group stringId - (Optional) AWS Security Group ID.
- Traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- Type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- Main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- Region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- Security
Group stringId - (Optional) AWS Security Group ID.
- Traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- Type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id String - (Optional) Cloud Account or Organizational Unit ID.
- region String
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group StringId - (Optional) AWS Security Group ID.
- traffic String
- (Optional) Accepted values: "All Traffic", "All Services".
- type String
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group stringId - (Optional) AWS Security Group ID.
- traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main_
id str - (Optional) Cloud Account or Organizational Unit ID.
- region str
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security_
group_ strid - (Optional) AWS Security Group ID.
- traffic str
- (Optional) Accepted values: "All Traffic", "All Services".
- type str
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id String - (Optional) Cloud Account or Organizational Unit ID.
- region String
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group StringId - (Optional) AWS Security Group ID.
- traffic String
- (Optional) Accepted values: "All Traffic", "All Services".
- type String
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
GetUserView
- Main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- Region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- Security
Group stringId - (Optional) AWS Security Group ID.
- Traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- Type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- Main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- Region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- Security
Group stringId - (Optional) AWS Security Group ID.
- Traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- Type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id String - (Optional) Cloud Account or Organizational Unit ID.
- region String
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group StringId - (Optional) AWS Security Group ID.
- traffic String
- (Optional) Accepted values: "All Traffic", "All Services".
- type String
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id string - (Optional) Cloud Account or Organizational Unit ID.
- region string
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group stringId - (Optional) AWS Security Group ID.
- traffic string
- (Optional) Accepted values: "All Traffic", "All Services".
- type string
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main_
id str - (Optional) Cloud Account or Organizational Unit ID.
- region str
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security_
group_ strid - (Optional) AWS Security Group ID.
- traffic str
- (Optional) Accepted values: "All Traffic", "All Services".
- type str
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
- main
Id String - (Optional) Cloud Account or Organizational Unit ID.
- region String
- (Optional) Accepted values: "us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1", "ca_west_1", "mx_central_1", "ap_southeast_5", "ap_southeast_7".
- security
Group StringId - (Optional) AWS Security Group ID.
- traffic String
- (Optional) Accepted values: "All Traffic", "All Services".
- type String
- (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
Package Details
- Repository
- dome9 dome9/terraform-provider-dome9
- License
- Notes
- This Pulumi package is based on the
dome9Terraform Provider.
Viewing docs for dome9 1.40.4
published on Thursday, Oct 30, 2025 by dome9
published on Thursday, Oct 30, 2025 by dome9
