Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi
okta.getRequestV2
Using getRequestV2
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 getRequestV2(args: GetRequestV2Args, opts?: InvokeOptions): Promise<GetRequestV2Result>
function getRequestV2Output(args: GetRequestV2OutputArgs, opts?: InvokeOptions): Output<GetRequestV2Result>
def get_request_v2(id: Optional[str] = None,
requested: Optional[GetRequestV2Requested] = None,
requested_by: Optional[GetRequestV2RequestedBy] = None,
requested_for: Optional[GetRequestV2RequestedFor] = None,
opts: Optional[InvokeOptions] = None) -> GetRequestV2Result
def get_request_v2_output(id: Optional[pulumi.Input[str]] = None,
requested: Optional[pulumi.Input[GetRequestV2RequestedArgs]] = None,
requested_by: Optional[pulumi.Input[GetRequestV2RequestedByArgs]] = None,
requested_for: Optional[pulumi.Input[GetRequestV2RequestedForArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRequestV2Result]
func LookupRequestV2(ctx *Context, args *LookupRequestV2Args, opts ...InvokeOption) (*LookupRequestV2Result, error)
func LookupRequestV2Output(ctx *Context, args *LookupRequestV2OutputArgs, opts ...InvokeOption) LookupRequestV2ResultOutput
> Note: This function is named LookupRequestV2
in the Go SDK.
public static class GetRequestV2
{
public static Task<GetRequestV2Result> InvokeAsync(GetRequestV2Args args, InvokeOptions? opts = null)
public static Output<GetRequestV2Result> Invoke(GetRequestV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRequestV2Result> getRequestV2(GetRequestV2Args args, InvokeOptions options)
public static Output<GetRequestV2Result> getRequestV2(GetRequestV2Args args, InvokeOptions options)
fn::invoke:
function: okta:index/getRequestV2:getRequestV2
arguments:
# arguments dictionary
The following arguments are supported:
getRequestV2 Result
The following output properties are available:
- Created string
- Created
By string - Id string
- Last
Updated string - Last
Updated stringBy - Status string
- Requested
Get
Request V2Requested - Requested
By GetRequest V2Requested By - Requested
For GetRequest V2Requested For
- Created string
- Created
By string - Id string
- Last
Updated string - Last
Updated stringBy - Status string
- Requested
Get
Request V2Requested - Requested
By GetRequest V2Requested By - Requested
For GetRequest V2Requested For
- created String
- created
By String - id String
- last
Updated String - last
Updated StringBy - status String
- requested
Get
Request V2Requested - requested
By GetRequest V2Requested By - requested
For GetRequest V2Requested For
- created string
- created
By string - id string
- last
Updated string - last
Updated stringBy - status string
- requested
Get
Request V2Requested - requested
By GetRequest V2Requested By - requested
For GetRequest V2Requested For
- created String
- created
By String - id String
- last
Updated String - last
Updated StringBy - status String
- requested Property Map
- requested
By Property Map - requested
For Property Map
Supporting Types
GetRequestV2Requested
- Access
Scope stringId - The ID of the access scope associated with the resource.
- Access
Scope stringType - The access scope type.
- Entry
Id string - The ID of the resource catalog entry.
- Resource
Id string - The ID of the requested resource.
- Resource
Type string - The requested resource type.
- Type string
- The type of the resource.
- Access
Scope stringId - The ID of the access scope associated with the resource.
- Access
Scope stringType - The access scope type.
- Entry
Id string - The ID of the resource catalog entry.
- Resource
Id string - The ID of the requested resource.
- Resource
Type string - The requested resource type.
- Type string
- The type of the resource.
- access
Scope StringId - The ID of the access scope associated with the resource.
- access
Scope StringType - The access scope type.
- entry
Id String - The ID of the resource catalog entry.
- resource
Id String - The ID of the requested resource.
- resource
Type String - The requested resource type.
- type String
- The type of the resource.
- access
Scope stringId - The ID of the access scope associated with the resource.
- access
Scope stringType - The access scope type.
- entry
Id string - The ID of the resource catalog entry.
- resource
Id string - The ID of the requested resource.
- resource
Type string - The requested resource type.
- type string
- The type of the resource.
- access_
scope_ strid - The ID of the access scope associated with the resource.
- access_
scope_ strtype - The access scope type.
- entry_
id str - The ID of the resource catalog entry.
- resource_
id str - The ID of the requested resource.
- resource_
type str - The requested resource type.
- type str
- The type of the resource.
- access
Scope StringId - The ID of the access scope associated with the resource.
- access
Scope StringType - The access scope type.
- entry
Id String - The ID of the resource catalog entry.
- resource
Id String - The ID of the requested resource.
- resource
Type String - The requested resource type.
- type String
- The type of the resource.
GetRequestV2RequestedBy
- External
Id string - The Okta user id.
- Type string
- The type of principal.
- External
Id string - The Okta user id.
- Type string
- The type of principal.
- external
Id String - The Okta user id.
- type String
- The type of principal.
- external
Id string - The Okta user id.
- type string
- The type of principal.
- external_
id str - The Okta user id.
- type str
- The type of principal.
- external
Id String - The Okta user id.
- type String
- The type of principal.
GetRequestV2RequestedFor
- External
Id string - The ID of the Okta user.
- Type string
- The type of principal.
- External
Id string - The ID of the Okta user.
- Type string
- The type of principal.
- external
Id String - The ID of the Okta user.
- type String
- The type of principal.
- external
Id string - The ID of the Okta user.
- type string
- The type of principal.
- external_
id str - The ID of the Okta user.
- type str
- The type of principal.
- external
Id String - The ID of the Okta user.
- type String
- The type of principal.
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
okta
Terraform Provider.