checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementCloudServices
Explore with Pulumi AI
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:
- Connected
At Dictionary<string, string> - Gateways
Onboarding List<GetSettings Management Cloud Services Gateways Onboarding Setting> - Id string
- Management
Url string - Status string
- Tenant
Id string
- Connected
At map[string]string - Gateways
Onboarding []GetSettings Management Cloud Services Gateways Onboarding Setting - Id string
- Management
Url string - Status string
- Tenant
Id string
- connected
At Map<String,String> - gateways
Onboarding List<GetSettings Management Cloud Services Gateways Onboarding Setting> - id String
- management
Url String - status String
- tenant
Id String
- connected
At {[key: string]: string} - gateways
Onboarding GetSettings Management Cloud Services Gateways Onboarding Setting[] - id string
- management
Url string - status string
- tenant
Id string
- connected_
at Mapping[str, str] - gateways_
onboarding_ Sequence[Getsettings Management Cloud Services Gateways Onboarding Setting] - id str
- management_
url str - status str
- tenant_
id str
- connected
At Map<String> - gateways
Onboarding List<Property Map>Settings - id String
- management
Url String - status String
- tenant
Id String
Supporting Types
GetManagementCloudServicesGatewaysOnboardingSetting
- Connection
Method string - Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
- Participant
Gateways string - Which Gateways will be connected to Infinity Portal.
- Specific
Gateways List<string> - Collection of targets identified by Name or UID.
- Connection
Method string - Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
- Participant
Gateways string - Which Gateways will be connected to Infinity Portal.
- Specific
Gateways []string - Collection of targets identified by Name or UID.
- connection
Method String - Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
- participant
Gateways String - Which Gateways will be connected to Infinity Portal.
- specific
Gateways List<String> - Collection of targets identified by Name or UID.
- connection
Method string - Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
- participant
Gateways string - Which Gateways will be connected to Infinity Portal.
- specific
Gateways 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.
- connection
Method String - Indicate whether Gateways will be connected to Infinity Portal automatically or only after policy installation.
- participant
Gateways String - Which Gateways will be connected to Infinity Portal.
- specific
Gateways 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 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw