1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementGatewayGlobalUse
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementGatewayGlobalUse

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Using getManagementGatewayGlobalUse

    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 getManagementGatewayGlobalUse(args: GetManagementGatewayGlobalUseArgs, opts?: InvokeOptions): Promise<GetManagementGatewayGlobalUseResult>
    function getManagementGatewayGlobalUseOutput(args: GetManagementGatewayGlobalUseOutputArgs, opts?: InvokeOptions): Output<GetManagementGatewayGlobalUseResult>
    def get_management_gateway_global_use(id: Optional[str] = None,
                                          target: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetManagementGatewayGlobalUseResult
    def get_management_gateway_global_use_output(id: Optional[pulumi.Input[str]] = None,
                                          target: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetManagementGatewayGlobalUseResult]
    func GetManagementGatewayGlobalUse(ctx *Context, args *GetManagementGatewayGlobalUseArgs, opts ...InvokeOption) (*GetManagementGatewayGlobalUseResult, error)
    func GetManagementGatewayGlobalUseOutput(ctx *Context, args *GetManagementGatewayGlobalUseOutputArgs, opts ...InvokeOption) GetManagementGatewayGlobalUseResultOutput

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

    public static class GetManagementGatewayGlobalUse 
    {
        public static Task<GetManagementGatewayGlobalUseResult> InvokeAsync(GetManagementGatewayGlobalUseArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementGatewayGlobalUseResult> Invoke(GetManagementGatewayGlobalUseInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementGatewayGlobalUseResult> getManagementGatewayGlobalUse(GetManagementGatewayGlobalUseArgs args, InvokeOptions options)
    public static Output<GetManagementGatewayGlobalUseResult> getManagementGatewayGlobalUse(GetManagementGatewayGlobalUseArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementGatewayGlobalUse:getManagementGatewayGlobalUse
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    Id string
    Target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    Id string
    target String
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    id String
    target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    id string
    target str
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    id str
    target String
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    id String

    getManagementGatewayGlobalUse Result

    The following output properties are available:

    Domain Dictionary<string, string>
    Enabled bool
    Id string
    Name string
    Target string
    Uid string
    Domain map[string]string
    Enabled bool
    Id string
    Name string
    Target string
    Uid string
    domain Map<String,String>
    enabled Boolean
    id String
    name String
    target String
    uid String
    domain {[key: string]: string}
    enabled boolean
    id string
    name string
    target string
    uid string
    domain Mapping[str, str]
    enabled bool
    id str
    name str
    target str
    uid str
    domain Map<String>
    enabled Boolean
    id String
    name String
    target String
    uid String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw