1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementCloudServices
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
 logo
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 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

    GetManagementCloudServicesConnectedAt

    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970.
    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix float64
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970.
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970.
    iso8601 string
    Date and time represented in international ISO 8601 format.
    posix number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970.
    iso8601 str
    Date and time represented in international ISO 8601 format.
    posix float
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970.
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970.

    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.
     logo
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.