Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi
okta.getCatalogEntryUserAccessRequestFields
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 dictionary
The following arguments are supported:
- entry
Id String - user
Id String - datas List<Property Map>
getCatalogEntryUserAccessRequestFields Result
The following output properties are available:
- Entry
Id string - Id string
- User
Id string - Datas
List<Get
Catalog Entry User Access Request Fields Data>
- Entry
Id string - Id string
- User
Id string - Datas
[]Get
Catalog Entry User Access Request Fields Data
- entry
Id String - id String
- user
Id String - datas
List<Get
Catalog Entry User Access Request Fields Data>
- entry
Id string - id string
- user
Id string - datas
Get
Catalog Entry User Access Request Fields Data[]
- entry
Id String - id String
- user
Id String - 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
okta
Terraform Provider.