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

    The following arguments are supported:

    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementDataOpsecApplication Result

    The following output properties are available:

    color String
    comments String
    cpmis List<Property Map>
    id String
    leas List<Property Map>
    tags List<String>
    name String
    uid String

    Supporting Types

    GetManagementDataOpsecApplicationCpmi

    AdministratorProfile 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.
    UseAdministratorCredentials bool
    Whether to use the Admin's credentials to login to the security management server.
    AdministratorProfile 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.
    UseAdministratorCredentials bool
    Whether to use the Admin's credentials to login to the security management server.
    administratorProfile 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.
    useAdministratorCredentials Boolean
    Whether to use the Admin's credentials to login to the security management server.
    administratorProfile 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.
    useAdministratorCredentials boolean
    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_credentials bool
    Whether to use the Admin's credentials to login to the security management server.
    administratorProfile 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.
    useAdministratorCredentials Boolean
    Whether to use the Admin's credentials to login to the security management server.

    GetManagementDataOpsecApplicationLea

    AccessPermissions string
    Log reading permissions for the LEA client entity.
    AdministratorProfile 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.
    AccessPermissions string
    Log reading permissions for the LEA client entity.
    AdministratorProfile 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.
    accessPermissions String
    Log reading permissions for the LEA client entity.
    administratorProfile 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.
    accessPermissions string
    Log reading permissions for the LEA client entity.
    administratorProfile 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.
    accessPermissions String
    Log reading permissions for the LEA client entity.
    administratorProfile 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 checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.