Viewing docs for Okta v6.3.1
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Viewing docs for Okta v6.3.1
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Get the request fields for catalog entry.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const test = okta.getCatalogEntryUserAccessRequestFields({});
import pulumi
import pulumi_okta as okta
test = okta.get_catalog_entry_user_access_request_fields()
package main
import (
"github.com/pulumi/pulumi-okta/sdk/v6/go/okta"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := okta.GetCatalogEntryUserAccessRequestFields(ctx, &okta.GetCatalogEntryUserAccessRequestFieldsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Okta = Pulumi.Okta;
return await Deployment.RunAsync(() =>
{
var test = Okta.GetCatalogEntryUserAccessRequestFields.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.okta.OktaFunctions;
import com.pulumi.okta.inputs.GetCatalogEntryUserAccessRequestFieldsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = OktaFunctions.getCatalogEntryUserAccessRequestFields(GetCatalogEntryUserAccessRequestFieldsArgs.builder()
.build());
}
}
variables:
test:
fn::invoke:
function: okta:getCatalogEntryUserAccessRequestFields
arguments: {}
Using getCatalogEntryUserAccessRequestFields
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 getCatalogEntryUserAccessRequestFields(args: GetCatalogEntryUserAccessRequestFieldsArgs, opts?: InvokeOptions): Promise<GetCatalogEntryUserAccessRequestFieldsResult>
function getCatalogEntryUserAccessRequestFieldsOutput(args: GetCatalogEntryUserAccessRequestFieldsOutputArgs, opts?: InvokeOptions): Output<GetCatalogEntryUserAccessRequestFieldsResult>def get_catalog_entry_user_access_request_fields(datas: Optional[Sequence[GetCatalogEntryUserAccessRequestFieldsData]] = None,
entry_id: Optional[str] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogEntryUserAccessRequestFieldsResult
def get_catalog_entry_user_access_request_fields_output(datas: Optional[pulumi.Input[Sequence[pulumi.Input[GetCatalogEntryUserAccessRequestFieldsDataArgs]]]] = None,
entry_id: Optional[pulumi.Input[str]] = None,
user_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogEntryUserAccessRequestFieldsResult]func GetCatalogEntryUserAccessRequestFields(ctx *Context, args *GetCatalogEntryUserAccessRequestFieldsArgs, opts ...InvokeOption) (*GetCatalogEntryUserAccessRequestFieldsResult, error)
func GetCatalogEntryUserAccessRequestFieldsOutput(ctx *Context, args *GetCatalogEntryUserAccessRequestFieldsOutputArgs, opts ...InvokeOption) GetCatalogEntryUserAccessRequestFieldsResultOutput> Note: This function is named GetCatalogEntryUserAccessRequestFields in the Go SDK.
public static class GetCatalogEntryUserAccessRequestFields
{
public static Task<GetCatalogEntryUserAccessRequestFieldsResult> InvokeAsync(GetCatalogEntryUserAccessRequestFieldsArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogEntryUserAccessRequestFieldsResult> Invoke(GetCatalogEntryUserAccessRequestFieldsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCatalogEntryUserAccessRequestFieldsResult> getCatalogEntryUserAccessRequestFields(GetCatalogEntryUserAccessRequestFieldsArgs args, InvokeOptions options)
public static Output<GetCatalogEntryUserAccessRequestFieldsResult> getCatalogEntryUserAccessRequestFields(GetCatalogEntryUserAccessRequestFieldsArgs args, InvokeOptions options)
fn::invoke:
function: okta:index/getCatalogEntryUserAccessRequestFields:getCatalogEntryUserAccessRequestFields
arguments:
# arguments dictionaryThe following arguments are supported:
- Entry
Id string - TThe ID of the catalog entry.
- User
Id string - The ID of the user.
- Datas
List<Get
Catalog Entry User Access Request Fields Data>
- Entry
Id string - TThe ID of the catalog entry.
- User
Id string - The ID of the user.
- Datas
[]Get
Catalog Entry User Access Request Fields Data
- entry
Id String - TThe ID of the catalog entry.
- user
Id String - The ID of the user.
- datas
List<Get
Catalog Entry User Access Request Fields Data>
- entry
Id string - TThe ID of the catalog entry.
- user
Id string - The ID of the user.
- datas
Get
Catalog Entry User Access Request Fields Data[]
- entry_
id str - TThe ID of the catalog entry.
- user_
id str - The ID of the user.
- datas
Sequence[Get
Catalog Entry User Access Request Fields Data]
- entry
Id String - TThe ID of the catalog entry.
- user
Id String - The ID of the user.
- datas List<Property Map>
getCatalogEntryUserAccessRequestFields Result
The following output properties are available:
- Entry
Id string - TThe ID of the catalog entry.
- Id string
- User
Id string - The ID of the user.
- Datas
List<Get
Catalog Entry User Access Request Fields Data>
- Entry
Id string - TThe ID of the catalog entry.
- Id string
- User
Id string - The ID of the user.
- Datas
[]Get
Catalog Entry User Access Request Fields Data
- entry
Id String - TThe ID of the catalog entry.
- id String
- user
Id String - The ID of the user.
- datas
List<Get
Catalog Entry User Access Request Fields Data>
- entry
Id string - TThe ID of the catalog entry.
- id string
- user
Id string - The ID of the user.
- datas
Get
Catalog Entry User Access Request Fields Data[]
- entry_
id str - TThe ID of the catalog entry.
- id str
- user_
id str - The ID of the user.
- datas
Sequence[Get
Catalog Entry User Access Request Fields Data]
- entry
Id String - TThe ID of the catalog entry.
- id String
- user
Id String - The ID of the user.
- datas List<Property Map>
Supporting Types
GetCatalogEntryUserAccessRequestFieldsData
- Id string
- Label string
- Label of the requester field.
- Maximum
Value string - The maximum value allowed for this field. Only applies to DURATION fields.
- Read
Only bool - Indicates this field is immutable.
- Required bool
- Indicates whether a value to this field is required to advance the request.
- Type string
- Type of value for the requester field.
- Value string
- An admin configured value for this field. Only applies to DURATION fields.
- Choices
List<Get
Catalog Entry User Access Request Fields Data Choice> - Valid choices when type is SELECT or MULTISELECT.
- Id string
- Label string
- Label of the requester field.
- Maximum
Value string - The maximum value allowed for this field. Only applies to DURATION fields.
- Read
Only bool - Indicates this field is immutable.
- Required bool
- Indicates whether a value to this field is required to advance the request.
- Type string
- Type of value for the requester field.
- Value string
- An admin configured value for this field. Only applies to DURATION fields.
- Choices
[]Get
Catalog Entry User Access Request Fields Data Choice - Valid choices when type is SELECT or MULTISELECT.
- id String
- label String
- Label of the requester field.
- maximum
Value String - The maximum value allowed for this field. Only applies to DURATION fields.
- read
Only Boolean - Indicates this field is immutable.
- required Boolean
- Indicates whether a value to this field is required to advance the request.
- type String
- Type of value for the requester field.
- value String
- An admin configured value for this field. Only applies to DURATION fields.
- choices
List<Get
Catalog Entry User Access Request Fields Data Choice> - Valid choices when type is SELECT or MULTISELECT.
- id string
- label string
- Label of the requester field.
- maximum
Value string - The maximum value allowed for this field. Only applies to DURATION fields.
- read
Only boolean - Indicates this field is immutable.
- required boolean
- Indicates whether a value to this field is required to advance the request.
- type string
- Type of value for the requester field.
- value string
- An admin configured value for this field. Only applies to DURATION fields.
- choices
Get
Catalog Entry User Access Request Fields Data Choice[] - Valid choices when type is SELECT or MULTISELECT.
- id str
- label str
- Label of the requester field.
- maximum_
value str - The maximum value allowed for this field. Only applies to DURATION fields.
- read_
only bool - Indicates this field is immutable.
- required bool
- Indicates whether a value to this field is required to advance the request.
- type str
- Type of value for the requester field.
- value str
- An admin configured value for this field. Only applies to DURATION fields.
- choices
Sequence[Get
Catalog Entry User Access Request Fields Data Choice] - Valid choices when type is SELECT or MULTISELECT.
- id String
- label String
- Label of the requester field.
- maximum
Value String - The maximum value allowed for this field. Only applies to DURATION fields.
- read
Only Boolean - Indicates this field is immutable.
- required Boolean
- Indicates whether a value to this field is required to advance the request.
- type String
- Type of value for the requester field.
- value String
- An admin configured value for this field. Only applies to DURATION fields.
- choices List<Property Map>
- Valid choices when type is SELECT or MULTISELECT.
GetCatalogEntryUserAccessRequestFieldsDataChoice
- Choice string
- Valid choice.
- Choice string
- Valid choice.
- choice String
- Valid choice.
- choice string
- Valid choice.
- choice str
- Valid choice.
- choice String
- Valid choice.
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.3.1
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
