1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementGatewayGlobalUse
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 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: pulumi.Input[Optional[str]] = None,
                                          target: pulumi.Input[Optional[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:

    domains List<Property Map>
    enabled Boolean
    id String
    name String
    target String
    uid String

    Supporting Types

    GetManagementGatewayGlobalUseDomain

    DomainType string
    domain type.
    Name string
    Object Name.
    Uid string
    Object Identifier.
    DomainType string
    domain type.
    Name string
    Object Name.
    Uid string
    Object Identifier.
    domainType String
    domain type.
    name String
    Object Name.
    uid String
    Object Identifier.
    domainType string
    domain type.
    name string
    Object Name.
    uid string
    Object Identifier.
    domain_type str
    domain type.
    name str
    Object Name.
    uid str
    Object Identifier.
    domainType String
    domain type.
    name String
    Object Name.
    uid String
    Object Identifier.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.