1. Packages
  2. Packages
  3. Okta Provider
  4. API Docs
  5. getResourceOwnersCatalogResource
Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
okta logo
Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi

    Lists all resources without assigned owners for an app (the parent resource).

    Using getResourceOwnersCatalogResource

    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 getResourceOwnersCatalogResource(args: GetResourceOwnersCatalogResourceArgs, opts?: InvokeOptions): Promise<GetResourceOwnersCatalogResourceResult>
    function getResourceOwnersCatalogResourceOutput(args: GetResourceOwnersCatalogResourceOutputArgs, opts?: InvokeOptions): Output<GetResourceOwnersCatalogResourceResult>
    def get_resource_owners_catalog_resource(id: Optional[str] = None,
                                             items: Optional[Sequence[GetResourceOwnersCatalogResourceItem]] = None,
                                             parent_resource_orn: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetResourceOwnersCatalogResourceResult
    def get_resource_owners_catalog_resource_output(id: pulumi.Input[Optional[str]] = None,
                                             items: pulumi.Input[Optional[Sequence[pulumi.Input[GetResourceOwnersCatalogResourceItemArgs]]]] = None,
                                             parent_resource_orn: pulumi.Input[Optional[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetResourceOwnersCatalogResourceResult]
    func GetResourceOwnersCatalogResource(ctx *Context, args *GetResourceOwnersCatalogResourceArgs, opts ...InvokeOption) (*GetResourceOwnersCatalogResourceResult, error)
    func GetResourceOwnersCatalogResourceOutput(ctx *Context, args *GetResourceOwnersCatalogResourceOutputArgs, opts ...InvokeOption) GetResourceOwnersCatalogResourceResultOutput

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

    public static class GetResourceOwnersCatalogResource 
    {
        public static Task<GetResourceOwnersCatalogResourceResult> InvokeAsync(GetResourceOwnersCatalogResourceArgs args, InvokeOptions? opts = null)
        public static Output<GetResourceOwnersCatalogResourceResult> Invoke(GetResourceOwnersCatalogResourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourceOwnersCatalogResourceResult> getResourceOwnersCatalogResource(GetResourceOwnersCatalogResourceArgs args, InvokeOptions options)
    public static Output<GetResourceOwnersCatalogResourceResult> getResourceOwnersCatalogResource(GetResourceOwnersCatalogResourceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: okta:index/getResourceOwnersCatalogResource:getResourceOwnersCatalogResource
      arguments:
        # arguments dictionary
    data "okta_getresourceownerscatalogresource" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The ID of the data source.
    Items List<GetResourceOwnersCatalogResourceItem>
    ParentResourceOrn string
    The Okta resource, in ORN format format.
    Id string
    The ID of the data source.
    Items []GetResourceOwnersCatalogResourceItem
    ParentResourceOrn string
    The Okta resource, in ORN format format.
    id string
    The ID of the data source.
    items list(object)
    parent_resource_orn string
    The Okta resource, in ORN format format.
    id String
    The ID of the data source.
    items List<GetResourceOwnersCatalogResourceItem>
    parentResourceOrn String
    The Okta resource, in ORN format format.
    id string
    The ID of the data source.
    items GetResourceOwnersCatalogResourceItem[]
    parentResourceOrn string
    The Okta resource, in ORN format format.
    id str
    The ID of the data source.
    items Sequence[GetResourceOwnersCatalogResourceItem]
    parent_resource_orn str
    The Okta resource, in ORN format format.
    id String
    The ID of the data source.
    items List<Property Map>
    parentResourceOrn String
    The Okta resource, in ORN format format.

    getResourceOwnersCatalogResource Result

    The following output properties are available:

    Id string
    The ID of the data source.
    Items List<GetResourceOwnersCatalogResourceItem>
    ParentResourceOrn string
    The Okta resource, in ORN format format.
    Id string
    The ID of the data source.
    Items []GetResourceOwnersCatalogResourceItem
    ParentResourceOrn string
    The Okta resource, in ORN format format.
    id string
    The ID of the data source.
    items list(object)
    parent_resource_orn string
    The Okta resource, in ORN format format.
    id String
    The ID of the data source.
    items List<GetResourceOwnersCatalogResourceItem>
    parentResourceOrn String
    The Okta resource, in ORN format format.
    id string
    The ID of the data source.
    items GetResourceOwnersCatalogResourceItem[]
    parentResourceOrn string
    The Okta resource, in ORN format format.
    id str
    The ID of the data source.
    items Sequence[GetResourceOwnersCatalogResourceItem]
    parent_resource_orn str
    The Okta resource, in ORN format format.
    id String
    The ID of the data source.
    items List<Property Map>
    parentResourceOrn String
    The Okta resource, in ORN format format.

    Supporting Types

    GetResourceOwnersCatalogResourceItem

    Id string
    The ID of the data source.
    ParentResourceOrn string
    The Okta resource, in ORN format format.
    Id string
    The ID of the data source.
    ParentResourceOrn string
    The Okta resource, in ORN format format.
    id string
    The ID of the data source.
    parent_resource_orn string
    The Okta resource, in ORN format format.
    id String
    The ID of the data source.
    parentResourceOrn String
    The Okta resource, in ORN format format.
    id string
    The ID of the data source.
    parentResourceOrn string
    The Okta resource, in ORN format format.
    id str
    The ID of the data source.
    parent_resource_orn str
    The Okta resource, in ORN format format.
    id String
    The ID of the data source.
    parentResourceOrn String
    The Okta resource, in ORN format format.

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the okta Terraform Provider.
    okta logo
    Viewing docs for Okta v6.9.0
    published on Wednesday, Jul 1, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial