List requestable access levels

Retrieve all the access levels of a resource for which a user can request access to in Okta Identity Governance.

Options

Field Definition Type Required

Result Set

Choose a method to filter search results:

  • First Matching Record: Returns the first record that matches.

  • First 200 Matching Records: Returns the first 200 matching records.

  • Stream Matching Records: Passes all matching records from your parent flow to a helper flow.

    Selecting this option adds a Streaming input section to the card where you can select a helper flow for streaming and add custom extensible fields.

Dropdown TRUE

Input

Field Definition Type Required

Search

Match

Define a search string to filter the list of requestable resources by finding partial text matches against key fields, such as the entry name or description.

Text FALSE

Resource

ID

The unique identifier of the parent resource.

Text TRUE

Streaming

Flow

Click Choose Flow to browse and select a helper flow where the search results will be streamed, then click Choose to confirm.

Optionally, click the empty field under Click or drop here to create and add custom extensible fields that pass data to the helper flow. These fields are added as key/value pairs under the State output object in the helper flow.

This field appears when you select Stream Records from the Result Set field.

Flow

TRUE

Record Limit

Specify the number of records to stream.

  • When the Limit field is set to 0, the stream returns no records.

  • When the Limit field is set to greater than 0, the stream returns up to the maximum number specified.

  • When the Limit field is empty, null, or not selected, the stream returns all records.

  • The default value is 1000000 (1 million).

  • The valid range is from 0 to 1000000.

This field appears when you select Stream Records from the Result Set option.

Number FALSE

Output

Field Definition Type

Result

Access Levels

List of Objects

Raw Output

The raw output returned by the Okta Identity Governance API Endpoint.

Object

ID

The unique identifier of the resource.

Text

Description

A description of the resource.

Text

Parent

The parent of the access level.

Text

Name

The name of the access level.

Text

Requestable

If true, the access level can be requested.

True/False

Links

Links to related resources.

  • Self (Object): A link to a related RESTful resource.

  • Approval Sequence (Object): A link to a related RESTful resource.

  • Approval Condition (Object): A link to a related RESTful resource.

Object

Records Streamed

Number of records streamed in a streaming flow.

This field appears when you select Stream Matching Records from the Result Set option.

Number