1. Packages
  2. Okta Provider
  3. API Docs
  4. getRequestV2
Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi

okta.getRequestV2

Deploy with Pulumi
okta logo
Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi

    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:

    Supporting Types

    GetRequestV2Requested

    AccessScopeId string
    The ID of the access scope associated with the resource.
    AccessScopeType string
    The access scope type.
    EntryId string
    The ID of the resource catalog entry.
    ResourceId string
    The ID of the requested resource.
    ResourceType string
    The requested resource type.
    Type string
    The type of the resource.
    AccessScopeId string
    The ID of the access scope associated with the resource.
    AccessScopeType string
    The access scope type.
    EntryId string
    The ID of the resource catalog entry.
    ResourceId string
    The ID of the requested resource.
    ResourceType string
    The requested resource type.
    Type string
    The type of the resource.
    accessScopeId String
    The ID of the access scope associated with the resource.
    accessScopeType String
    The access scope type.
    entryId String
    The ID of the resource catalog entry.
    resourceId String
    The ID of the requested resource.
    resourceType String
    The requested resource type.
    type String
    The type of the resource.
    accessScopeId string
    The ID of the access scope associated with the resource.
    accessScopeType string
    The access scope type.
    entryId string
    The ID of the resource catalog entry.
    resourceId string
    The ID of the requested resource.
    resourceType string
    The requested resource type.
    type string
    The type of the resource.
    access_scope_id str
    The ID of the access scope associated with the resource.
    access_scope_type str
    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.
    accessScopeId String
    The ID of the access scope associated with the resource.
    accessScopeType String
    The access scope type.
    entryId String
    The ID of the resource catalog entry.
    resourceId String
    The ID of the requested resource.
    resourceType String
    The requested resource type.
    type String
    The type of the resource.

    GetRequestV2RequestedBy

    ExternalId string
    The Okta user id.
    Type string
    The type of principal.
    ExternalId string
    The Okta user id.
    Type string
    The type of principal.
    externalId String
    The Okta user id.
    type String
    The type of principal.
    externalId string
    The Okta user id.
    type string
    The type of principal.
    external_id str
    The Okta user id.
    type str
    The type of principal.
    externalId String
    The Okta user id.
    type String
    The type of principal.

    GetRequestV2RequestedFor

    ExternalId string
    The ID of the Okta user.
    Type string
    The type of principal.
    ExternalId string
    The ID of the Okta user.
    Type string
    The type of principal.
    externalId String
    The ID of the Okta user.
    type String
    The type of principal.
    externalId 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.
    externalId 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.
    okta logo
    Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate