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

checkpoint.getManagementCloudServices

Explore with Pulumi AI

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

    Using getManagementCloudServices

    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 getManagementCloudServices(args: GetManagementCloudServicesArgs, opts?: InvokeOptions): Promise<GetManagementCloudServicesResult>
    function getManagementCloudServicesOutput(args: GetManagementCloudServicesOutputArgs, opts?: InvokeOptions): Output<GetManagementCloudServicesResult>
    def get_management_cloud_services(id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetManagementCloudServicesResult
    def get_management_cloud_services_output(id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetManagementCloudServicesResult]
    func GetManagementCloudServices(ctx *Context, args *GetManagementCloudServicesArgs, opts ...InvokeOption) (*GetManagementCloudServicesResult, error)
    func GetManagementCloudServicesOutput(ctx *Context, args *GetManagementCloudServicesOutputArgs, opts ...InvokeOption) GetManagementCloudServicesResultOutput

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

    public static class GetManagementCloudServices 
    {
        public static Task<GetManagementCloudServicesResult> InvokeAsync(GetManagementCloudServicesArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementCloudServicesResult> Invoke(GetManagementCloudServicesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementCloudServicesResult> getManagementCloudServices(GetManagementCloudServicesArgs args, InvokeOptions options)
    public static Output<GetManagementCloudServicesResult> getManagementCloudServices(GetManagementCloudServicesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementCloudServices:getManagementCloudServices
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getManagementCloudServices Result

    The following output properties are available:

    Supporting Types

    GetManagementCloudServicesGatewaysOnboardingSetting

    ConnectionMethod string
    Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
    ParticipantGateways string
    Which Gateways will be connected to Infinity Portal.
    SpecificGateways List<string>
    Collection of targets identified by Name or UID.
    ConnectionMethod string
    Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
    ParticipantGateways string
    Which Gateways will be connected to Infinity Portal.
    SpecificGateways []string
    Collection of targets identified by Name or UID.
    connectionMethod String
    Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
    participantGateways String
    Which Gateways will be connected to Infinity Portal.
    specificGateways List<String>
    Collection of targets identified by Name or UID.
    connectionMethod string
    Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
    participantGateways string
    Which Gateways will be connected to Infinity Portal.
    specificGateways string[]
    Collection of targets identified by Name or UID.
    connection_method str
    Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
    participant_gateways str
    Which Gateways will be connected to Infinity Portal.
    specific_gateways Sequence[str]
    Collection of targets identified by Name or UID.
    connectionMethod String
    Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
    participantGateways String
    Which Gateways will be connected to Infinity Portal.
    specificGateways List<String>
    Collection of targets identified by Name or UID.

    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