1. Packages
  2. Harness Provider
  3. API Docs
  4. platform
  5. getIdpCatalogEntity
Harness v0.11.0 published on Saturday, Jan 24, 2026 by Pulumi
harness logo
Harness v0.11.0 published on Saturday, Jan 24, 2026 by Pulumi

    Data source for retrieving Harness catalog entities.

    Using getIdpCatalogEntity

    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 getIdpCatalogEntity(args: GetIdpCatalogEntityArgs, opts?: InvokeOptions): Promise<GetIdpCatalogEntityResult>
    function getIdpCatalogEntityOutput(args: GetIdpCatalogEntityOutputArgs, opts?: InvokeOptions): Output<GetIdpCatalogEntityResult>
    def get_idp_catalog_entity(identifier: Optional[str] = None,
                               kind: Optional[str] = None,
                               org_id: Optional[str] = None,
                               project_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetIdpCatalogEntityResult
    def get_idp_catalog_entity_output(identifier: Optional[pulumi.Input[str]] = None,
                               kind: Optional[pulumi.Input[str]] = None,
                               org_id: Optional[pulumi.Input[str]] = None,
                               project_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetIdpCatalogEntityResult]
    func LookupIdpCatalogEntity(ctx *Context, args *LookupIdpCatalogEntityArgs, opts ...InvokeOption) (*LookupIdpCatalogEntityResult, error)
    func LookupIdpCatalogEntityOutput(ctx *Context, args *LookupIdpCatalogEntityOutputArgs, opts ...InvokeOption) LookupIdpCatalogEntityResultOutput

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

    public static class GetIdpCatalogEntity 
    {
        public static Task<GetIdpCatalogEntityResult> InvokeAsync(GetIdpCatalogEntityArgs args, InvokeOptions? opts = null)
        public static Output<GetIdpCatalogEntityResult> Invoke(GetIdpCatalogEntityInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIdpCatalogEntityResult> getIdpCatalogEntity(GetIdpCatalogEntityArgs args, InvokeOptions options)
    public static Output<GetIdpCatalogEntityResult> getIdpCatalogEntity(GetIdpCatalogEntityArgs args, InvokeOptions options)
    
    fn::invoke:
      function: harness:platform/getIdpCatalogEntity:getIdpCatalogEntity
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    Unique identifier of the resource.
    Kind string
    Kind of the catalog entity
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    Identifier string
    Unique identifier of the resource.
    Kind string
    Kind of the catalog entity
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    identifier String
    Unique identifier of the resource.
    kind String
    Kind of the catalog entity
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.
    identifier string
    Unique identifier of the resource.
    kind string
    Kind of the catalog entity
    orgId string
    Unique identifier of the organization.
    projectId string
    Unique identifier of the project.
    identifier str
    Unique identifier of the resource.
    kind str
    Kind of the catalog entity
    org_id str
    Unique identifier of the organization.
    project_id str
    Unique identifier of the project.
    identifier String
    Unique identifier of the resource.
    kind String
    Kind of the catalog entity
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.

    getIdpCatalogEntity Result

    The following output properties are available:

    GitDetails List<GetIdpCatalogEntityGitDetail>
    Contains Git Information for importing entities from Git
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Unique identifier of the resource.
    Kind string
    Kind of the catalog entity
    Yaml string
    YAML definition of the catalog entity
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    GitDetails []GetIdpCatalogEntityGitDetail
    Contains Git Information for importing entities from Git
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Unique identifier of the resource.
    Kind string
    Kind of the catalog entity
    Yaml string
    YAML definition of the catalog entity
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    gitDetails List<GetIdpCatalogEntityGitDetail>
    Contains Git Information for importing entities from Git
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Unique identifier of the resource.
    kind String
    Kind of the catalog entity
    yaml String
    YAML definition of the catalog entity
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.
    gitDetails GetIdpCatalogEntityGitDetail[]
    Contains Git Information for importing entities from Git
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    Unique identifier of the resource.
    kind string
    Kind of the catalog entity
    yaml string
    YAML definition of the catalog entity
    orgId string
    Unique identifier of the organization.
    projectId string
    Unique identifier of the project.
    git_details Sequence[GetIdpCatalogEntityGitDetail]
    Contains Git Information for importing entities from Git
    id str
    The provider-assigned unique ID for this managed resource.
    identifier str
    Unique identifier of the resource.
    kind str
    Kind of the catalog entity
    yaml str
    YAML definition of the catalog entity
    org_id str
    Unique identifier of the organization.
    project_id str
    Unique identifier of the project.
    gitDetails List<Property Map>
    Contains Git Information for importing entities from Git
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Unique identifier of the resource.
    kind String
    Kind of the catalog entity
    yaml String
    YAML definition of the catalog entity
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.

    Supporting Types

    GetIdpCatalogEntityGitDetail

    BaseBranch string
    Name of the default branch (this checks out a new branch titled by branch_name).
    BranchName string
    Name of the branch.
    CommitMessage string
    Commit message used for the merge commit.
    ConnectorRef string
    Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
    FilePath string
    File path of the Entity in the repository.
    IsHarnessCodeRepo bool
    If the repo is a Harness Code repo
    LastCommitId string
    Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
    LastObjectId string
    Last object identifier (for Github). To be provided only when updating Pipeline.
    RepoName string
    Name of the repository.
    StoreType string
    Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
    BaseBranch string
    Name of the default branch (this checks out a new branch titled by branch_name).
    BranchName string
    Name of the branch.
    CommitMessage string
    Commit message used for the merge commit.
    ConnectorRef string
    Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
    FilePath string
    File path of the Entity in the repository.
    IsHarnessCodeRepo bool
    If the repo is a Harness Code repo
    LastCommitId string
    Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
    LastObjectId string
    Last object identifier (for Github). To be provided only when updating Pipeline.
    RepoName string
    Name of the repository.
    StoreType string
    Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
    baseBranch String
    Name of the default branch (this checks out a new branch titled by branch_name).
    branchName String
    Name of the branch.
    commitMessage String
    Commit message used for the merge commit.
    connectorRef String
    Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
    filePath String
    File path of the Entity in the repository.
    isHarnessCodeRepo Boolean
    If the repo is a Harness Code repo
    lastCommitId String
    Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
    lastObjectId String
    Last object identifier (for Github). To be provided only when updating Pipeline.
    repoName String
    Name of the repository.
    storeType String
    Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
    baseBranch string
    Name of the default branch (this checks out a new branch titled by branch_name).
    branchName string
    Name of the branch.
    commitMessage string
    Commit message used for the merge commit.
    connectorRef string
    Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
    filePath string
    File path of the Entity in the repository.
    isHarnessCodeRepo boolean
    If the repo is a Harness Code repo
    lastCommitId string
    Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
    lastObjectId string
    Last object identifier (for Github). To be provided only when updating Pipeline.
    repoName string
    Name of the repository.
    storeType string
    Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
    base_branch str
    Name of the default branch (this checks out a new branch titled by branch_name).
    branch_name str
    Name of the branch.
    commit_message str
    Commit message used for the merge commit.
    connector_ref str
    Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
    file_path str
    File path of the Entity in the repository.
    is_harness_code_repo bool
    If the repo is a Harness Code repo
    last_commit_id str
    Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
    last_object_id str
    Last object identifier (for Github). To be provided only when updating Pipeline.
    repo_name str
    Name of the repository.
    store_type str
    Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
    baseBranch String
    Name of the default branch (this checks out a new branch titled by branch_name).
    branchName String
    Name of the branch.
    commitMessage String
    Commit message used for the merge commit.
    connectorRef String
    Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
    filePath String
    File path of the Entity in the repository.
    isHarnessCodeRepo Boolean
    If the repo is a Harness Code repo
    lastCommitId String
    Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
    lastObjectId String
    Last object identifier (for Github). To be provided only when updating Pipeline.
    repoName String
    Name of the repository.
    storeType String
    Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.

    Package Details

    Repository
    harness pulumi/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.11.0 published on Saturday, Jan 24, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate