Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Use this data source to get information on an existing Check Point Opsec Application.
Using getManagementDataOpsecApplication
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 getManagementDataOpsecApplication(args: GetManagementDataOpsecApplicationArgs, opts?: InvokeOptions): Promise<GetManagementDataOpsecApplicationResult>
function getManagementDataOpsecApplicationOutput(args: GetManagementDataOpsecApplicationOutputArgs, opts?: InvokeOptions): Output<GetManagementDataOpsecApplicationResult>def get_management_data_opsec_application(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementDataOpsecApplicationResult
def get_management_data_opsec_application_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
uid: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementDataOpsecApplicationResult]func GetManagementDataOpsecApplication(ctx *Context, args *GetManagementDataOpsecApplicationArgs, opts ...InvokeOption) (*GetManagementDataOpsecApplicationResult, error)
func GetManagementDataOpsecApplicationOutput(ctx *Context, args *GetManagementDataOpsecApplicationOutputArgs, opts ...InvokeOption) GetManagementDataOpsecApplicationResultOutput> Note: This function is named GetManagementDataOpsecApplication in the Go SDK.
public static class GetManagementDataOpsecApplication
{
public static Task<GetManagementDataOpsecApplicationResult> InvokeAsync(GetManagementDataOpsecApplicationArgs args, InvokeOptions? opts = null)
public static Output<GetManagementDataOpsecApplicationResult> Invoke(GetManagementDataOpsecApplicationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementDataOpsecApplicationResult> getManagementDataOpsecApplication(GetManagementDataOpsecApplicationArgs args, InvokeOptions options)
public static Output<GetManagementDataOpsecApplicationResult> getManagementDataOpsecApplication(GetManagementDataOpsecApplicationArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementDataOpsecApplication:getManagementDataOpsecApplication
arguments:
# arguments dictionaryThe following arguments are supported:
getManagementDataOpsecApplication Result
The following output properties are available:
- Color string
- Comments string
- Cpmis
List<Get
Management Data Opsec Application Cpmi> - Id string
- Leas
List<Get
Management Data Opsec Application Lea> - List<string>
- Name string
- Uid string
- Color string
- Comments string
- Cpmis
[]Get
Management Data Opsec Application Cpmi - Id string
- Leas
[]Get
Management Data Opsec Application Lea - []string
- Name string
- Uid string
- color String
- comments String
- cpmis
List<Get
Management Data Opsec Application Cpmi> - id String
- leas
List<Get
Management Data Opsec Application Lea> - List<String>
- name String
- uid String
- color string
- comments string
- cpmis
Get
Management Data Opsec Application Cpmi[] - id string
- leas
Get
Management Data Opsec Application Lea[] - string[]
- name string
- uid string
- color str
- comments str
- cpmis
Sequence[Get
Management Data Opsec Application Cpmi] - id str
- leas
Sequence[Get
Management Data Opsec Application Lea] - Sequence[str]
- name str
- uid str
- color String
- comments String
- cpmis List<Property Map>
- id String
- leas List<Property Map>
- List<String>
- name String
- uid String
Supporting Types
GetManagementDataOpsecApplicationCpmi
- Administrator
Profile string - A profile to set the log reading permissions by for the client entity.
- Enabled bool
- Whether to enable this client entity on the Opsec Application.
- Use
Administrator boolCredentials - Whether to use the Admin's credentials to login to the security management server.
- Administrator
Profile string - A profile to set the log reading permissions by for the client entity.
- Enabled bool
- Whether to enable this client entity on the Opsec Application.
- Use
Administrator boolCredentials - Whether to use the Admin's credentials to login to the security management server.
- administrator
Profile String - A profile to set the log reading permissions by for the client entity.
- enabled Boolean
- Whether to enable this client entity on the Opsec Application.
- use
Administrator BooleanCredentials - Whether to use the Admin's credentials to login to the security management server.
- administrator
Profile string - A profile to set the log reading permissions by for the client entity.
- enabled boolean
- Whether to enable this client entity on the Opsec Application.
- use
Administrator booleanCredentials - Whether to use the Admin's credentials to login to the security management server.
- administrator_
profile str - A profile to set the log reading permissions by for the client entity.
- enabled bool
- Whether to enable this client entity on the Opsec Application.
- use_
administrator_ boolcredentials - Whether to use the Admin's credentials to login to the security management server.
- administrator
Profile String - A profile to set the log reading permissions by for the client entity.
- enabled Boolean
- Whether to enable this client entity on the Opsec Application.
- use
Administrator BooleanCredentials - Whether to use the Admin's credentials to login to the security management server.
GetManagementDataOpsecApplicationLea
- Access
Permissions string - Log reading permissions for the LEA client entity.
- Administrator
Profile string - A profile to set the log reading permissions by for the client entity.
- Enabled bool
- Whether to enable this client entity on the Opsec Application.
- Access
Permissions string - Log reading permissions for the LEA client entity.
- Administrator
Profile string - A profile to set the log reading permissions by for the client entity.
- Enabled bool
- Whether to enable this client entity on the Opsec Application.
- access
Permissions String - Log reading permissions for the LEA client entity.
- administrator
Profile String - A profile to set the log reading permissions by for the client entity.
- enabled Boolean
- Whether to enable this client entity on the Opsec Application.
- access
Permissions string - Log reading permissions for the LEA client entity.
- administrator
Profile string - A profile to set the log reading permissions by for the client entity.
- enabled boolean
- Whether to enable this client entity on the Opsec Application.
- access_
permissions str - Log reading permissions for the LEA client entity.
- administrator_
profile str - A profile to set the log reading permissions by for the client entity.
- enabled bool
- Whether to enable this client entity on the Opsec Application.
- access
Permissions String - Log reading permissions for the LEA client entity.
- administrator
Profile String - A profile to set the log reading permissions by for the client entity.
- enabled Boolean
- Whether to enable this client entity on the Opsec Application.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
