1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementShowUpdatableObjectsRepositoryContent
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

    This resource allows you to execute Check Point Show Updatable Objects Repository Content.

    Using getManagementShowUpdatableObjectsRepositoryContent

    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 getManagementShowUpdatableObjectsRepositoryContent(args: GetManagementShowUpdatableObjectsRepositoryContentArgs, opts?: InvokeOptions): Promise<GetManagementShowUpdatableObjectsRepositoryContentResult>
    function getManagementShowUpdatableObjectsRepositoryContentOutput(args: GetManagementShowUpdatableObjectsRepositoryContentOutputArgs, opts?: InvokeOptions): Output<GetManagementShowUpdatableObjectsRepositoryContentResult>
    def get_management_show_updatable_objects_repository_content(filter: Optional[GetManagementShowUpdatableObjectsRepositoryContentFilter] = None,
                                                                 id: Optional[str] = None,
                                                                 limit: Optional[float] = None,
                                                                 offset: Optional[float] = None,
                                                                 orders: Optional[Sequence[GetManagementShowUpdatableObjectsRepositoryContentOrder]] = None,
                                                                 uid_in_updatable_objects_repository: Optional[str] = None,
                                                                 opts: Optional[InvokeOptions] = None) -> GetManagementShowUpdatableObjectsRepositoryContentResult
    def get_management_show_updatable_objects_repository_content_output(filter: Optional[pulumi.Input[GetManagementShowUpdatableObjectsRepositoryContentFilterArgs]] = None,
                                                                 id: Optional[pulumi.Input[str]] = None,
                                                                 limit: Optional[pulumi.Input[float]] = None,
                                                                 offset: Optional[pulumi.Input[float]] = None,
                                                                 orders: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementShowUpdatableObjectsRepositoryContentOrderArgs]]]] = None,
                                                                 uid_in_updatable_objects_repository: Optional[pulumi.Input[str]] = None,
                                                                 opts: Optional[InvokeOptions] = None) -> Output[GetManagementShowUpdatableObjectsRepositoryContentResult]
    func GetManagementShowUpdatableObjectsRepositoryContent(ctx *Context, args *GetManagementShowUpdatableObjectsRepositoryContentArgs, opts ...InvokeOption) (*GetManagementShowUpdatableObjectsRepositoryContentResult, error)
    func GetManagementShowUpdatableObjectsRepositoryContentOutput(ctx *Context, args *GetManagementShowUpdatableObjectsRepositoryContentOutputArgs, opts ...InvokeOption) GetManagementShowUpdatableObjectsRepositoryContentResultOutput

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

    public static class GetManagementShowUpdatableObjectsRepositoryContent 
    {
        public static Task<GetManagementShowUpdatableObjectsRepositoryContentResult> InvokeAsync(GetManagementShowUpdatableObjectsRepositoryContentArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementShowUpdatableObjectsRepositoryContentResult> Invoke(GetManagementShowUpdatableObjectsRepositoryContentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementShowUpdatableObjectsRepositoryContentResult> getManagementShowUpdatableObjectsRepositoryContent(GetManagementShowUpdatableObjectsRepositoryContentArgs args, InvokeOptions options)
    public static Output<GetManagementShowUpdatableObjectsRepositoryContentResult> getManagementShowUpdatableObjectsRepositoryContent(GetManagementShowUpdatableObjectsRepositoryContentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementShowUpdatableObjectsRepositoryContent:getManagementShowUpdatableObjectsRepositoryContent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filter GetManagementShowUpdatableObjectsRepositoryContentFilter
    Return results matching the specified filter. filter blocks blocks are documented below.
    Id string
    Limit double
    The maximal number of returned results.
    Offset double
    Number of the results to initially skip.
    Orders List<GetManagementShowUpdatableObjectsRepositoryContentOrder>
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
    UidInUpdatableObjectsRepository string
    The object's unique identifier in the Updatable Objects repository.
    Filter GetManagementShowUpdatableObjectsRepositoryContentFilter
    Return results matching the specified filter. filter blocks blocks are documented below.
    Id string
    Limit float64
    The maximal number of returned results.
    Offset float64
    Number of the results to initially skip.
    Orders []GetManagementShowUpdatableObjectsRepositoryContentOrder
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
    UidInUpdatableObjectsRepository string
    The object's unique identifier in the Updatable Objects repository.
    filter GetManagementShowUpdatableObjectsRepositoryContentFilter
    Return results matching the specified filter. filter blocks blocks are documented below.
    id String
    limit Double
    The maximal number of returned results.
    offset Double
    Number of the results to initially skip.
    orders List<GetManagementShowUpdatableObjectsRepositoryContentOrder>
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
    uidInUpdatableObjectsRepository String
    The object's unique identifier in the Updatable Objects repository.
    filter GetManagementShowUpdatableObjectsRepositoryContentFilter
    Return results matching the specified filter. filter blocks blocks are documented below.
    id string
    limit number
    The maximal number of returned results.
    offset number
    Number of the results to initially skip.
    orders GetManagementShowUpdatableObjectsRepositoryContentOrder[]
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
    uidInUpdatableObjectsRepository string
    The object's unique identifier in the Updatable Objects repository.
    filter GetManagementShowUpdatableObjectsRepositoryContentFilter
    Return results matching the specified filter. filter blocks blocks are documented below.
    id str
    limit float
    The maximal number of returned results.
    offset float
    Number of the results to initially skip.
    orders Sequence[GetManagementShowUpdatableObjectsRepositoryContentOrder]
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
    uid_in_updatable_objects_repository str
    The object's unique identifier in the Updatable Objects repository.
    filter Property Map
    Return results matching the specified filter. filter blocks blocks are documented below.
    id String
    limit Number
    The maximal number of returned results.
    offset Number
    Number of the results to initially skip.
    orders List<Property Map>
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
    uidInUpdatableObjectsRepository String
    The object's unique identifier in the Updatable Objects repository.

    getManagementShowUpdatableObjectsRepositoryContent Result

    The following output properties are available:

    Supporting Types

    GetManagementShowUpdatableObjectsRepositoryContentFilter

    ParentUidInUpdatableObjectsRepository string
    Return results under the specified Updatable Object.
    Text string
    Return results containing the specified text value.
    Uri string
    Return results under the specified uri value.
    ParentUidInUpdatableObjectsRepository string
    Return results under the specified Updatable Object.
    Text string
    Return results containing the specified text value.
    Uri string
    Return results under the specified uri value.
    parentUidInUpdatableObjectsRepository String
    Return results under the specified Updatable Object.
    text String
    Return results containing the specified text value.
    uri String
    Return results under the specified uri value.
    parentUidInUpdatableObjectsRepository string
    Return results under the specified Updatable Object.
    text string
    Return results containing the specified text value.
    uri string
    Return results under the specified uri value.
    parent_uid_in_updatable_objects_repository str
    Return results under the specified Updatable Object.
    text str
    Return results containing the specified text value.
    uri str
    Return results under the specified uri value.
    parentUidInUpdatableObjectsRepository String
    Return results under the specified Updatable Object.
    text String
    Return results containing the specified text value.
    uri String
    Return results under the specified uri value.

    GetManagementShowUpdatableObjectsRepositoryContentObject

    AdditionalProperties List<GetManagementShowUpdatableObjectsRepositoryContentObjectAdditionalProperty>
    Additional properties on the object. additional_properties blocks are documented below.
    NameInUpdatableObjectsRepository string
    Object name in the Updatable Objects Repository.
    UidInUpdatableObjectsRepository string
    Unique identifier of the object in the Updatable Objects Repository.
    UpdatableObjects List<GetManagementShowUpdatableObjectsRepositoryContentObjectUpdatableObject>
    The imported management object (if exists). updatable_object blocks are documented below.
    AdditionalProperties []GetManagementShowUpdatableObjectsRepositoryContentObjectAdditionalProperty
    Additional properties on the object. additional_properties blocks are documented below.
    NameInUpdatableObjectsRepository string
    Object name in the Updatable Objects Repository.
    UidInUpdatableObjectsRepository string
    Unique identifier of the object in the Updatable Objects Repository.
    UpdatableObjects []GetManagementShowUpdatableObjectsRepositoryContentObjectUpdatableObject
    The imported management object (if exists). updatable_object blocks are documented below.
    additionalProperties List<GetManagementShowUpdatableObjectsRepositoryContentObjectAdditionalProperty>
    Additional properties on the object. additional_properties blocks are documented below.
    nameInUpdatableObjectsRepository String
    Object name in the Updatable Objects Repository.
    uidInUpdatableObjectsRepository String
    Unique identifier of the object in the Updatable Objects Repository.
    updatableObjects List<GetManagementShowUpdatableObjectsRepositoryContentObjectUpdatableObject>
    The imported management object (if exists). updatable_object blocks are documented below.
    additionalProperties GetManagementShowUpdatableObjectsRepositoryContentObjectAdditionalProperty[]
    Additional properties on the object. additional_properties blocks are documented below.
    nameInUpdatableObjectsRepository string
    Object name in the Updatable Objects Repository.
    uidInUpdatableObjectsRepository string
    Unique identifier of the object in the Updatable Objects Repository.
    updatableObjects GetManagementShowUpdatableObjectsRepositoryContentObjectUpdatableObject[]
    The imported management object (if exists). updatable_object blocks are documented below.
    additional_properties Sequence[GetManagementShowUpdatableObjectsRepositoryContentObjectAdditionalProperty]
    Additional properties on the object. additional_properties blocks are documented below.
    name_in_updatable_objects_repository str
    Object name in the Updatable Objects Repository.
    uid_in_updatable_objects_repository str
    Unique identifier of the object in the Updatable Objects Repository.
    updatable_objects Sequence[GetManagementShowUpdatableObjectsRepositoryContentObjectUpdatableObject]
    The imported management object (if exists). updatable_object blocks are documented below.
    additionalProperties List<Property Map>
    Additional properties on the object. additional_properties blocks are documented below.
    nameInUpdatableObjectsRepository String
    Object name in the Updatable Objects Repository.
    uidInUpdatableObjectsRepository String
    Unique identifier of the object in the Updatable Objects Repository.
    updatableObjects List<Property Map>
    The imported management object (if exists). updatable_object blocks are documented below.

    GetManagementShowUpdatableObjectsRepositoryContentObjectAdditionalProperty

    Description string
    Description of retrieved Updatable Object.
    InfoText string
    Information about the Updatable Object IP ranges source.
    InfoUrl string
    URL of the Updatable Object IP ranges source.
    Uri string
    URI of the Updatable Object under the Updatable Objects Repository.
    Description string
    Description of retrieved Updatable Object.
    InfoText string
    Information about the Updatable Object IP ranges source.
    InfoUrl string
    URL of the Updatable Object IP ranges source.
    Uri string
    URI of the Updatable Object under the Updatable Objects Repository.
    description String
    Description of retrieved Updatable Object.
    infoText String
    Information about the Updatable Object IP ranges source.
    infoUrl String
    URL of the Updatable Object IP ranges source.
    uri String
    URI of the Updatable Object under the Updatable Objects Repository.
    description string
    Description of retrieved Updatable Object.
    infoText string
    Information about the Updatable Object IP ranges source.
    infoUrl string
    URL of the Updatable Object IP ranges source.
    uri string
    URI of the Updatable Object under the Updatable Objects Repository.
    description str
    Description of retrieved Updatable Object.
    info_text str
    Information about the Updatable Object IP ranges source.
    info_url str
    URL of the Updatable Object IP ranges source.
    uri str
    URI of the Updatable Object under the Updatable Objects Repository.
    description String
    Description of retrieved Updatable Object.
    infoText String
    Information about the Updatable Object IP ranges source.
    infoUrl String
    URL of the Updatable Object IP ranges source.
    uri String
    URI of the Updatable Object under the Updatable Objects Repository.

    GetManagementShowUpdatableObjectsRepositoryContentObjectUpdatableObject

    Name string
    Object name. Must be unique in the domain.
    Type string
    Object type.
    Uid string
    Object unique identifier.
    Name string
    Object name. Must be unique in the domain.
    Type string
    Object type.
    Uid string
    Object unique identifier.
    name String
    Object name. Must be unique in the domain.
    type String
    Object type.
    uid String
    Object unique identifier.
    name string
    Object name. Must be unique in the domain.
    type string
    Object type.
    uid string
    Object unique identifier.
    name str
    Object name. Must be unique in the domain.
    type str
    Object type.
    uid str
    Object unique identifier.
    name String
    Object name. Must be unique in the domain.
    type String
    Object type.
    uid String
    Object unique identifier.

    GetManagementShowUpdatableObjectsRepositoryContentOrder

    Asc string
    Sorts results by the given field in ascending order.
    Desc string
    Sorts results by the given field in descending order.
    Asc string
    Sorts results by the given field in ascending order.
    Desc string
    Sorts results by the given field in descending order.
    asc String
    Sorts results by the given field in ascending order.
    desc String
    Sorts results by the given field in descending order.
    asc string
    Sorts results by the given field in ascending order.
    desc string
    Sorts results by the given field in descending order.
    asc str
    Sorts results by the given field in ascending order.
    desc str
    Sorts results by the given field in descending order.
    asc String
    Sorts results by the given field in ascending order.
    desc String
    Sorts results by the given field in descending order.

    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.