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

dome9.getAwpAzureOnboarding

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 Azure AWP onboarding in Dome9. it gives details information about the awp azure account scanner configurations.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as dome9 from "@pulumi/dome9";
    
    const test = dome9.getAwpAzureOnboarding({
        id: "d9-azure-cloudguard-account-id or azure-subscription-id",
    });
    
    import pulumi
    import pulumi_dome9 as dome9
    
    test = dome9.get_awp_azure_onboarding(id="d9-azure-cloudguard-account-id or azure-subscription-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.LookupAwpAzureOnboarding(ctx, &dome9.LookupAwpAzureOnboardingArgs{
    			Id: "d9-azure-cloudguard-account-id or azure-subscription-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 test = Dome9.GetAwpAzureOnboarding.Invoke(new()
        {
            Id = "d9-azure-cloudguard-account-id or azure-subscription-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.GetAwpAzureOnboardingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var test = Dome9Functions.getAwpAzureOnboarding(GetAwpAzureOnboardingArgs.builder()
                .id("d9-azure-cloudguard-account-id or azure-subscription-id")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: dome9:getAwpAzureOnboarding
          arguments:
            id: d9-azure-cloudguard-account-id or azure-subscription-id
    

    Using getAwpAzureOnboarding

    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 getAwpAzureOnboarding(args: GetAwpAzureOnboardingArgs, opts?: InvokeOptions): Promise<GetAwpAzureOnboardingResult>
    function getAwpAzureOnboardingOutput(args: GetAwpAzureOnboardingOutputArgs, opts?: InvokeOptions): Output<GetAwpAzureOnboardingResult>
    def get_awp_azure_onboarding(id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetAwpAzureOnboardingResult
    def get_awp_azure_onboarding_output(id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetAwpAzureOnboardingResult]
    func LookupAwpAzureOnboarding(ctx *Context, args *LookupAwpAzureOnboardingArgs, opts ...InvokeOption) (*LookupAwpAzureOnboardingResult, error)
    func LookupAwpAzureOnboardingOutput(ctx *Context, args *LookupAwpAzureOnboardingOutputArgs, opts ...InvokeOption) LookupAwpAzureOnboardingResultOutput

    > Note: This function is named LookupAwpAzureOnboarding in the Go SDK.

    public static class GetAwpAzureOnboarding 
    {
        public static Task<GetAwpAzureOnboardingResult> InvokeAsync(GetAwpAzureOnboardingArgs args, InvokeOptions? opts = null)
        public static Output<GetAwpAzureOnboardingResult> Invoke(GetAwpAzureOnboardingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAwpAzureOnboardingResult> getAwpAzureOnboarding(GetAwpAzureOnboardingArgs args, InvokeOptions options)
    public static Output<GetAwpAzureOnboardingResult> getAwpAzureOnboarding(GetAwpAzureOnboardingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: dome9:index/getAwpAzureOnboarding:getAwpAzureOnboarding
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The Dome9 id for the onboarded Azure account.
    Id string
    The Dome9 id for the onboarded Azure account.
    id String
    The Dome9 id for the onboarded Azure account.
    id string
    The Dome9 id for the onboarded Azure account.
    id str
    The Dome9 id for the onboarded Azure account.
    id String
    The Dome9 id for the onboarded Azure account.

    getAwpAzureOnboarding Result

    The following output properties are available:

    AgentlessAccountSettings List<GetAwpAzureOnboardingAgentlessAccountSetting>
    The settings for the agentless account that the awp scanner will be configured with.
    AgentlessProtectionEnabled bool
    Whether agentless protection is enabled or not.
    CloudAccountId string
    The CloudGuard account ID.
    CloudProvider string
    The cloud provider for the onboarding process.
    Id string
    IsOrgOnboarding bool
    Whether the onboarding process is for an organization.
    MissingAwpPrivateNetworkRegions List<string>
    The regions missing AWP private network.
    ScanMode string
    The scan mode of the onboarding process
    ShouldUpdate bool
    Whether the onboarding process should be updated.
    AgentlessAccountSettings []GetAwpAzureOnboardingAgentlessAccountSetting
    The settings for the agentless account that the awp scanner will be configured with.
    AgentlessProtectionEnabled bool
    Whether agentless protection is enabled or not.
    CloudAccountId string
    The CloudGuard account ID.
    CloudProvider string
    The cloud provider for the onboarding process.
    Id string
    IsOrgOnboarding bool
    Whether the onboarding process is for an organization.
    MissingAwpPrivateNetworkRegions []string
    The regions missing AWP private network.
    ScanMode string
    The scan mode of the onboarding process
    ShouldUpdate bool
    Whether the onboarding process should be updated.
    agentlessAccountSettings List<GetAwpAzureOnboardingAgentlessAccountSetting>
    The settings for the agentless account that the awp scanner will be configured with.
    agentlessProtectionEnabled Boolean
    Whether agentless protection is enabled or not.
    cloudAccountId String
    The CloudGuard account ID.
    cloudProvider String
    The cloud provider for the onboarding process.
    id String
    isOrgOnboarding Boolean
    Whether the onboarding process is for an organization.
    missingAwpPrivateNetworkRegions List<String>
    The regions missing AWP private network.
    scanMode String
    The scan mode of the onboarding process
    shouldUpdate Boolean
    Whether the onboarding process should be updated.
    agentlessAccountSettings GetAwpAzureOnboardingAgentlessAccountSetting[]
    The settings for the agentless account that the awp scanner will be configured with.
    agentlessProtectionEnabled boolean
    Whether agentless protection is enabled or not.
    cloudAccountId string
    The CloudGuard account ID.
    cloudProvider string
    The cloud provider for the onboarding process.
    id string
    isOrgOnboarding boolean
    Whether the onboarding process is for an organization.
    missingAwpPrivateNetworkRegions string[]
    The regions missing AWP private network.
    scanMode string
    The scan mode of the onboarding process
    shouldUpdate boolean
    Whether the onboarding process should be updated.
    agentless_account_settings Sequence[GetAwpAzureOnboardingAgentlessAccountSetting]
    The settings for the agentless account that the awp scanner will be configured with.
    agentless_protection_enabled bool
    Whether agentless protection is enabled or not.
    cloud_account_id str
    The CloudGuard account ID.
    cloud_provider str
    The cloud provider for the onboarding process.
    id str
    is_org_onboarding bool
    Whether the onboarding process is for an organization.
    missing_awp_private_network_regions Sequence[str]
    The regions missing AWP private network.
    scan_mode str
    The scan mode of the onboarding process
    should_update bool
    Whether the onboarding process should be updated.
    agentlessAccountSettings List<Property Map>
    The settings for the agentless account that the awp scanner will be configured with.
    agentlessProtectionEnabled Boolean
    Whether agentless protection is enabled or not.
    cloudAccountId String
    The CloudGuard account ID.
    cloudProvider String
    The cloud provider for the onboarding process.
    id String
    isOrgOnboarding Boolean
    Whether the onboarding process is for an organization.
    missingAwpPrivateNetworkRegions List<String>
    The regions missing AWP private network.
    scanMode String
    The scan mode of the onboarding process
    shouldUpdate Boolean
    Whether the onboarding process should be updated.

    Supporting Types

    GetAwpAzureOnboardingAgentlessAccountSetting

    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