Viewing docs for checkpoint 3.4.0
published on Wednesday, Sep 16, 2026 by checkpointsw
published on Wednesday, Sep 16, 2026 by checkpointsw
Viewing docs for checkpoint 3.4.0
published on Wednesday, Sep 16, 2026 by checkpointsw
published on Wednesday, Sep 16, 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?: InvokeOutputOptions): 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[InvokeOutputOptions] = 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 Output<GetManagementGatewayGlobalUseResult> Invoke(GetManagementGatewayGlobalUseInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetManagementGatewayGlobalUseResult> getManagementGatewayGlobalUse(GetManagementGatewayGlobalUseArgs args, InvokeOptions options)
public static Output<GetManagementGatewayGlobalUseResult> getManagementGatewayGlobalUse(GetManagementGatewayGlobalUseArgs args, InvokeOptions options)
public static Output<GetManagementGatewayGlobalUseResult> getManagementGatewayGlobalUse(GetManagementGatewayGlobalUseArgs args, InvokeOutputOptions options)
fn::invoke:
function: checkpoint:index/getManagementGatewayGlobalUse:getManagementGatewayGlobalUse
arguments:
# arguments dictionarydata "checkpoint_get_management_gateway_global_use" "name" {
# arguments
}The following arguments are supported:
getManagementGatewayGlobalUse Result
The following output properties are available:
- Domains
List<Get
Management Gateway Global Use Domain> - Enable
Identity boolSharing - Enable
Vpn bool - Enabled bool
- Id string
- Identity
Sharing List<string>Domains - Name string
- Target string
- Uid string
- Domains
[]Get
Management Gateway Global Use Domain - Enable
Identity boolSharing - Enable
Vpn bool - Enabled bool
- Id string
- Identity
Sharing []stringDomains - Name string
- Target string
- Uid string
- domains list(object)
- enable_
identity_ boolsharing - enable_
vpn bool - enabled bool
- id string
- identity_
sharing_ list(string)domains - name string
- target string
- uid string
- domains
List<Get
Management Gateway Global Use Domain> - enable
Identity BooleanSharing - enable
Vpn Boolean - enabled Boolean
- id String
- identity
Sharing List<String>Domains - name String
- target String
- uid String
- domains
Get
Management Gateway Global Use Domain[] - enable
Identity booleanSharing - enable
Vpn boolean - enabled boolean
- id string
- identity
Sharing string[]Domains - name string
- target string
- uid string
- domains
Sequence[Get
Management Gateway Global Use Domain] - enable_
identity_ boolsharing - enable_
vpn bool - enabled bool
- id str
- identity_
sharing_ Sequence[str]domains - name str
- target str
- uid str
- domains List<Property Map>
- enable
Identity BooleanSharing - enable
Vpn Boolean - enabled Boolean
- id String
- identity
Sharing List<String>Domains - name String
- target String
- uid String
Supporting Types
GetManagementGatewayGlobalUseDomain
- Domain
Type string - domain type.
- Name string
- Object Name.
- Uid string
- Object Identifier.
- Domain
Type string - domain type.
- Name string
- Object Name.
- Uid string
- Object Identifier.
- domain_
type string - domain type.
- name string
- Object Name.
- uid string
- Object Identifier.
- domain
Type String - domain type.
- name String
- Object Name.
- uid String
- Object Identifier.
- domain
Type string - domain type.
- name string
- Object Name.
- uid string
- Object Identifier.
- domain_
type str - domain type.
- name str
- Object Name.
- uid str
- Object Identifier.
- domain
Type 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
checkpointTerraform Provider.
Viewing docs for checkpoint 3.4.0
published on Wednesday, Sep 16, 2026 by checkpointsw
published on Wednesday, Sep 16, 2026 by checkpointsw