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 with assigned owners for an app (the parent resource).
Using getResourceOwner
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 getResourceOwner(args: GetResourceOwnerArgs, opts?: InvokeOptions): Promise<GetResourceOwnerResult>
function getResourceOwnerOutput(args: GetResourceOwnerOutputArgs, opts?: InvokeOptions): Output<GetResourceOwnerResult>def get_resource_owner(id: Optional[str] = None,
items: Optional[Sequence[GetResourceOwnerItem]] = None,
parent_resource_orn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourceOwnerResult
def get_resource_owner_output(id: pulumi.Input[Optional[str]] = None,
items: pulumi.Input[Optional[Sequence[pulumi.Input[GetResourceOwnerItemArgs]]]] = None,
parent_resource_orn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResourceOwnerResult]func LookupResourceOwner(ctx *Context, args *LookupResourceOwnerArgs, opts ...InvokeOption) (*LookupResourceOwnerResult, error)
func LookupResourceOwnerOutput(ctx *Context, args *LookupResourceOwnerOutputArgs, opts ...InvokeOption) LookupResourceOwnerResultOutput> Note: This function is named LookupResourceOwner in the Go SDK.
public static class GetResourceOwner
{
public static Task<GetResourceOwnerResult> InvokeAsync(GetResourceOwnerArgs args, InvokeOptions? opts = null)
public static Output<GetResourceOwnerResult> Invoke(GetResourceOwnerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetResourceOwnerResult> getResourceOwner(GetResourceOwnerArgs args, InvokeOptions options)
public static Output<GetResourceOwnerResult> getResourceOwner(GetResourceOwnerArgs args, InvokeOptions options)
fn::invoke:
function: okta:index/getResourceOwner:getResourceOwner
arguments:
# arguments dictionarydata "okta_get_resource_owner" "name" {
# arguments
}The following arguments are supported:
- Id string
- The ID of the data source.
- Items
List<Get
Resource Owner Item> - Parent
Resource stringOrn - The Okta resource, in ORN format format.
- Id string
- The ID of the data source.
- Items
[]Get
Resource Owner 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 Owner Item> - parent
Resource StringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- items
Get
Resource Owner Item[] - parent
Resource stringOrn - The Okta resource, in ORN format format.
- id str
- The ID of the data source.
- items
Sequence[Get
Resource Owner 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.
getResourceOwner Result
The following output properties are available:
- Id string
- The ID of the data source.
- Items
List<Get
Resource Owner Item> - Parent
Resource stringOrn - The Okta resource, in ORN format format.
- Id string
- The ID of the data source.
- Items
[]Get
Resource Owner 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 Owner Item> - parent
Resource StringOrn - The Okta resource, in ORN format format.
- id string
- The ID of the data source.
- items
Get
Resource Owner Item[] - parent
Resource stringOrn - The Okta resource, in ORN format format.
- id str
- The ID of the data source.
- items
Sequence[Get
Resource Owner 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
GetResourceOwnerItem
- 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