1. Packages
  2. Dome9 Provider
  3. API Docs
  4. getUser
dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9

dome9.getUser

Explore with Pulumi AI

dome9 logo
dome9 1.40.3 published on Monday, Apr 14, 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 dictionary

    The 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<GetUserAccess>
    (Optional) Access permission list (SRL Type).
    CanSwitchRole bool
    user can switch roles.
    Creates List<string>
    (Optional) Create permission list.
    CrossAccountAccesses List<string>
    (Optional) Cross account access.
    Email string
    user email.
    HasApiKey bool
    user has generated an API Key - V1 or V2.
    HasApiKeyV1 bool
    user has generated an API Key - V1.
    HasApiKeyV2 bool
    user has generated an API Key - V2.
    IamSaves List<GetUserIamSafe>
    IAM safety details for the user support:
    Id string
    IsAuditor bool
    user is auditor user.
    IsLocked bool
    is locked.
    IsMfaEnabled bool
    user has enabled MFA authentication.
    IsMobileDevicePaired bool
    user has paired mobile device.
    IsOwner bool
    user is account owner.
    IsSsoEnabled bool
    IsSuperUser bool
    user is Super User.
    IsSuspended bool
    user is suspended.
    LastLogin string
    last login.
    Manages List<GetUserManage>
    (Optional) Manage permission list (SRL Type).
    PermitAlertActions bool
    Is permitted permit alert actions (Optional) .
    PermitNotifications bool
    Is permitted permit notifications (Optional) .
    PermitOnBoarding bool
    Is permitted permit on boarding (Optional) .
    PermitPolicies bool
    Is permitted permit policies (Optional) .
    PermitRulesets bool
    Is permitted permit rulesets (Optional) .
    RoleIds List<double>
    (list) list of roles for the user.
    Views List<GetUserView>
    (Optional) View permission list (SRL Type).
    Accesses []GetUserAccess
    (Optional) Access permission list (SRL Type).
    CanSwitchRole bool
    user can switch roles.
    Creates []string
    (Optional) Create permission list.
    CrossAccountAccesses []string
    (Optional) Cross account access.
    Email string
    user email.
    HasApiKey bool
    user has generated an API Key - V1 or V2.
    HasApiKeyV1 bool
    user has generated an API Key - V1.
    HasApiKeyV2 bool
    user has generated an API Key - V2.
    IamSaves []GetUserIamSafe
    IAM safety details for the user support:
    Id string
    IsAuditor bool
    user is auditor user.
    IsLocked bool
    is locked.
    IsMfaEnabled bool
    user has enabled MFA authentication.
    IsMobileDevicePaired bool
    user has paired mobile device.
    IsOwner bool
    user is account owner.
    IsSsoEnabled bool
    IsSuperUser bool
    user is Super User.
    IsSuspended bool
    user is suspended.
    LastLogin string
    last login.
    Manages []GetUserManage
    (Optional) Manage permission list (SRL Type).
    PermitAlertActions bool
    Is permitted permit alert actions (Optional) .
    PermitNotifications bool
    Is permitted permit notifications (Optional) .
    PermitOnBoarding bool
    Is permitted permit on boarding (Optional) .
    PermitPolicies bool
    Is permitted permit policies (Optional) .
    PermitRulesets bool
    Is permitted permit rulesets (Optional) .
    RoleIds []float64
    (list) list of roles for the user.
    Views []GetUserView
    (Optional) View permission list (SRL Type).
    accesses List<GetUserAccess>
    (Optional) Access permission list (SRL Type).
    canSwitchRole Boolean
    user can switch roles.
    creates List<String>
    (Optional) Create permission list.
    crossAccountAccesses List<String>
    (Optional) Cross account access.
    email String
    user email.
    hasApiKey Boolean
    user has generated an API Key - V1 or V2.
    hasApiKeyV1 Boolean
    user has generated an API Key - V1.
    hasApiKeyV2 Boolean
    user has generated an API Key - V2.
    iamSaves List<GetUserIamSafe>
    IAM safety details for the user support:
    id String
    isAuditor Boolean
    user is auditor user.
    isLocked Boolean
    is locked.
    isMfaEnabled Boolean
    user has enabled MFA authentication.
    isMobileDevicePaired Boolean
    user has paired mobile device.
    isOwner Boolean
    user is account owner.
    isSsoEnabled Boolean
    isSuperUser Boolean
    user is Super User.
    isSuspended Boolean
    user is suspended.
    lastLogin String
    last login.
    manages List<GetUserManage>
    (Optional) Manage permission list (SRL Type).
    permitAlertActions Boolean
    Is permitted permit alert actions (Optional) .
    permitNotifications Boolean
    Is permitted permit notifications (Optional) .
    permitOnBoarding Boolean
    Is permitted permit on boarding (Optional) .
    permitPolicies Boolean
    Is permitted permit policies (Optional) .
    permitRulesets Boolean
    Is permitted permit rulesets (Optional) .
    roleIds List<Double>
    (list) list of roles for the user.
    views List<GetUserView>
    (Optional) View permission list (SRL Type).
    accesses GetUserAccess[]
    (Optional) Access permission list (SRL Type).
    canSwitchRole boolean
    user can switch roles.
    creates string[]
    (Optional) Create permission list.
    crossAccountAccesses string[]
    (Optional) Cross account access.
    email string
    user email.
    hasApiKey boolean
    user has generated an API Key - V1 or V2.
    hasApiKeyV1 boolean
    user has generated an API Key - V1.
    hasApiKeyV2 boolean
    user has generated an API Key - V2.
    iamSaves GetUserIamSafe[]
    IAM safety details for the user support:
    id string
    isAuditor boolean
    user is auditor user.
    isLocked boolean
    is locked.
    isMfaEnabled boolean
    user has enabled MFA authentication.
    isMobileDevicePaired boolean
    user has paired mobile device.
    isOwner boolean
    user is account owner.
    isSsoEnabled boolean
    isSuperUser boolean
    user is Super User.
    isSuspended boolean
    user is suspended.
    lastLogin string
    last login.
    manages GetUserManage[]
    (Optional) Manage permission list (SRL Type).
    permitAlertActions boolean
    Is permitted permit alert actions (Optional) .
    permitNotifications boolean
    Is permitted permit notifications (Optional) .
    permitOnBoarding boolean
    Is permitted permit on boarding (Optional) .
    permitPolicies boolean
    Is permitted permit policies (Optional) .
    permitRulesets boolean
    Is permitted permit rulesets (Optional) .
    roleIds number[]
    (list) list of roles for the user.
    views GetUserView[]
    (Optional) View permission list (SRL Type).
    accesses Sequence[GetUserAccess]
    (Optional) Access permission list (SRL Type).
    can_switch_role bool
    user can switch roles.
    creates Sequence[str]
    (Optional) Create permission list.
    cross_account_accesses Sequence[str]
    (Optional) Cross account access.
    email str
    user email.
    has_api_key bool
    user has generated an API Key - V1 or V2.
    has_api_key_v1 bool
    user has generated an API Key - V1.
    has_api_key_v2 bool
    user has generated an API Key - V2.
    iam_saves Sequence[GetUserIamSafe]
    IAM safety details for the user support:
    id str
    is_auditor bool
    user is auditor user.
    is_locked bool
    is locked.
    is_mfa_enabled bool
    user has enabled MFA authentication.
    is_mobile_device_paired bool
    user has paired mobile device.
    is_owner bool
    user is account owner.
    is_sso_enabled bool
    is_super_user bool
    user is Super User.
    is_suspended bool
    user is suspended.
    last_login str
    last login.
    manages Sequence[GetUserManage]
    (Optional) Manage permission list (SRL Type).
    permit_alert_actions bool
    Is permitted permit alert actions (Optional) .
    permit_notifications bool
    Is permitted permit notifications (Optional) .
    permit_on_boarding bool
    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[GetUserView]
    (Optional) View permission list (SRL Type).
    accesses List<Property Map>
    (Optional) Access permission list (SRL Type).
    canSwitchRole Boolean
    user can switch roles.
    creates List<String>
    (Optional) Create permission list.
    crossAccountAccesses List<String>
    (Optional) Cross account access.
    email String
    user email.
    hasApiKey Boolean
    user has generated an API Key - V1 or V2.
    hasApiKeyV1 Boolean
    user has generated an API Key - V1.
    hasApiKeyV2 Boolean
    user has generated an API Key - V2.
    iamSaves List<Property Map>
    IAM safety details for the user support:
    id String
    isAuditor Boolean
    user is auditor user.
    isLocked Boolean
    is locked.
    isMfaEnabled Boolean
    user has enabled MFA authentication.
    isMobileDevicePaired Boolean
    user has paired mobile device.
    isOwner Boolean
    user is account owner.
    isSsoEnabled Boolean
    isSuperUser Boolean
    user is Super User.
    isSuspended Boolean
    user is suspended.
    lastLogin String
    last login.
    manages List<Property Map>
    (Optional) Manage permission list (SRL Type).
    permitAlertActions Boolean
    Is permitted permit alert actions (Optional) .
    permitNotifications Boolean
    Is permitted permit notifications (Optional) .
    permitOnBoarding Boolean
    Is permitted permit on boarding (Optional) .
    permitPolicies Boolean
    Is permitted permit policies (Optional) .
    permitRulesets Boolean
    Is permitted permit rulesets (Optional) .
    roleIds List<Number>
    (list) list of roles for the user.
    views List<Property Map>
    (Optional) View permission list (SRL Type).

    Supporting Types

    GetUserAccess

    MainId 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".
    SecurityGroupId string
    (Optional) AWS Security Group ID.
    Traffic string
    (Optional) Accepted values: "All Traffic", "All Services".
    Type string
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    MainId 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".
    SecurityGroupId string
    (Optional) AWS Security Group ID.
    Traffic string
    (Optional) Accepted values: "All Traffic", "All Services".
    Type string
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId String
    (Optional) AWS Security Group ID.
    traffic String
    (Optional) Accepted values: "All Traffic", "All Services".
    type String
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId string
    (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".
    security_group_id str
    (Optional) AWS Security Group ID.
    traffic str
    (Optional) Accepted values: "All Traffic", "All Services".
    type str
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId String
    (Optional) AWS Security Group ID.
    traffic String
    (Optional) Accepted values: "All Traffic", "All Services".
    type String
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.

    GetUserIamSafe

    CloudAccounts List<GetUserIamSafeCloudAccount>
    (list) Cloud accounts IAM supports:
    CloudAccounts []GetUserIamSafeCloudAccount
    (list) Cloud accounts IAM supports:
    cloudAccounts List<GetUserIamSafeCloudAccount>
    (list) Cloud accounts IAM supports:
    cloudAccounts GetUserIamSafeCloudAccount[]
    (list) Cloud accounts IAM supports:
    cloud_accounts Sequence[GetUserIamSafeCloudAccount]
    (list) Cloud accounts IAM supports:
    cloudAccounts List<Property Map>
    (list) Cloud accounts IAM supports:

    GetUserIamSafeCloudAccount

    CloudAccountId string
    cloud account id
    CloudAccountState string
    cloud account state
    ExternalAccountNumber string
    external account number
    IamEntities List<string>
    iam entities
    IamEntitiesLastLeaseTimes List<GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime>
    (list) iam entities last lease time supports:
    IamEntity string
    iam entity
    LastLeaseTime string
    last lease time
    Name string
    name
    State bool
    state
    CloudAccountId string
    cloud account id
    CloudAccountState string
    cloud account state
    ExternalAccountNumber string
    external account number
    IamEntities []string
    iam entities
    IamEntitiesLastLeaseTimes []GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime
    (list) iam entities last lease time supports:
    IamEntity string
    iam entity
    LastLeaseTime string
    last lease time
    Name string
    name
    State bool
    state
    cloudAccountId String
    cloud account id
    cloudAccountState String
    cloud account state
    externalAccountNumber String
    external account number
    iamEntities List<String>
    iam entities
    iamEntitiesLastLeaseTimes List<GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime>
    (list) iam entities last lease time supports:
    iamEntity String
    iam entity
    lastLeaseTime String
    last lease time
    name String
    name
    state Boolean
    state
    cloudAccountId string
    cloud account id
    cloudAccountState string
    cloud account state
    externalAccountNumber string
    external account number
    iamEntities string[]
    iam entities
    iamEntitiesLastLeaseTimes GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime[]
    (list) iam entities last lease time supports:
    iamEntity string
    iam entity
    lastLeaseTime string
    last lease time
    name string
    name
    state boolean
    state
    cloud_account_id str
    cloud account id
    cloud_account_state str
    cloud account state
    external_account_number str
    external account number
    iam_entities Sequence[str]
    iam entities
    iam_entities_last_lease_times Sequence[GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime]
    (list) iam entities last lease time supports:
    iam_entity str
    iam entity
    last_lease_time str
    last lease time
    name str
    name
    state bool
    state
    cloudAccountId String
    cloud account id
    cloudAccountState String
    cloud account state
    externalAccountNumber String
    external account number
    iamEntities List<String>
    iam entities
    iamEntitiesLastLeaseTimes List<Property Map>
    (list) iam entities last lease time supports:
    iamEntity String
    iam entity
    lastLeaseTime String
    last lease time
    name String
    name
    state Boolean
    state

    GetUserIamSafeCloudAccountIamEntitiesLastLeaseTime

    IamEntity string
    iam entity
    LastLeaseTime string
    last lease time
    IamEntity string
    iam entity
    LastLeaseTime string
    last lease time
    iamEntity String
    iam entity
    lastLeaseTime String
    last lease time
    iamEntity string
    iam entity
    lastLeaseTime string
    last lease time
    iam_entity str
    iam entity
    last_lease_time str
    last lease time
    iamEntity String
    iam entity
    lastLeaseTime String
    last lease time

    GetUserManage

    MainId 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".
    SecurityGroupId string
    (Optional) AWS Security Group ID.
    Traffic string
    (Optional) Accepted values: "All Traffic", "All Services".
    Type string
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    MainId 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".
    SecurityGroupId string
    (Optional) AWS Security Group ID.
    Traffic string
    (Optional) Accepted values: "All Traffic", "All Services".
    Type string
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId String
    (Optional) AWS Security Group ID.
    traffic String
    (Optional) Accepted values: "All Traffic", "All Services".
    type String
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId string
    (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".
    security_group_id str
    (Optional) AWS Security Group ID.
    traffic str
    (Optional) Accepted values: "All Traffic", "All Services".
    type str
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId String
    (Optional) AWS Security Group ID.
    traffic String
    (Optional) Accepted values: "All Traffic", "All Services".
    type String
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.

    GetUserView

    MainId 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".
    SecurityGroupId string
    (Optional) AWS Security Group ID.
    Traffic string
    (Optional) Accepted values: "All Traffic", "All Services".
    Type string
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    MainId 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".
    SecurityGroupId string
    (Optional) AWS Security Group ID.
    Traffic string
    (Optional) Accepted values: "All Traffic", "All Services".
    Type string
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId String
    (Optional) AWS Security Group ID.
    traffic String
    (Optional) Accepted values: "All Traffic", "All Services".
    type String
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId string
    (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".
    security_group_id str
    (Optional) AWS Security Group ID.
    traffic str
    (Optional) Accepted values: "All Traffic", "All Services".
    type str
    (Optional) Accepted values: AWS, Azure, GCP, OrganizationalUnit.
    mainId 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".
    securityGroupId String
    (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 dome9 Terraform Provider.
    dome9 logo
    dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9