Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
published on Wednesday, Jul 1, 2026 by Pulumi
Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
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 dictionarydata "okta_getresourceownerscatalogresource" "name" {
# arguments
}The following arguments are supported:
- Id string
- The ID of the data source.
- Items
List<Get
Resource Owners Catalog Resource Item> - Parent
Resource stringOrn - The Okta resource, in ORN format format.
- Id string
- The ID of the data source.
- Items
[]Get
Resource Owners Catalog Resource Item - Parent
Resource stringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- items list(object)
- parent_
resource_ stringorn - The Okta resource, in ORN format format.
- id String
- The ID of the data source.
- items
List<Get
Resource Owners Catalog Resource Item> - parent
Resource StringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- items
Get
Resource Owners Catalog Resource Item[] - parent
Resource stringOrn - The Okta resource, in ORN format format.
- id str
- The ID of the data source.
- items
Sequence[Get
Resource Owners Catalog Resource Item] - parent_
resource_ strorn - The Okta resource, in ORN format format.
- id String
- The ID of the data source.
- items List<Property Map>
- parent
Resource StringOrn - 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<Get
Resource Owners Catalog Resource Item> - Parent
Resource stringOrn - The Okta resource, in ORN format format.
- Id string
- The ID of the data source.
- Items
[]Get
Resource Owners Catalog Resource Item - Parent
Resource stringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- items list(object)
- parent_
resource_ stringorn - The Okta resource, in ORN format format.
- id String
- The ID of the data source.
- items
List<Get
Resource Owners Catalog Resource Item> - parent
Resource StringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- items
Get
Resource Owners Catalog Resource Item[] - parent
Resource stringOrn - The Okta resource, in ORN format format.
- id str
- The ID of the data source.
- items
Sequence[Get
Resource Owners Catalog Resource Item] - parent_
resource_ strorn - The Okta resource, in ORN format format.
- id String
- The ID of the data source.
- items List<Property Map>
- parent
Resource StringOrn - The Okta resource, in ORN format format.
Supporting Types
GetResourceOwnersCatalogResourceItem
- Id string
- The ID of the data source.
- Parent
Resource stringOrn - The Okta resource, in ORN format format.
- Id string
- The ID of the data source.
- Parent
Resource stringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- parent_
resource_ stringorn - The Okta resource, in ORN format format.
- id String
- The ID of the data source.
- parent
Resource StringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- parent
Resource stringOrn - The Okta resource, in ORN format format.
- id str
- The ID of the data source.
- parent_
resource_ strorn - The Okta resource, in ORN format format.
- id String
- The ID of the data source.
- parent
Resource StringOrn - 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
oktaTerraform Provider.
Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
published on Wednesday, Jul 1, 2026 by Pulumi