Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListFunctionsRequest

example

Click here to see how to use ListFunctionsRequest.

Properties

applicationId

applicationId: string

The OCID of the application to which this function belongs.

Optional displayName

displayName: undefined | string

A filter to return only functions with display names that match the display name string. Matching is exact.

Optional id

id: undefined | string

A filter to return only functions with the specified OCID.

Optional lifecycleState

lifecycleState: undefined | string

A filter to return only functions that match the lifecycle state in this parameter. Example: {@code Creating}

Optional limit

limit: undefined | number

The maximum number of items to return. 1 is the minimum, 50 is the maximum.

Default: 10

Optional opcRequestId

opcRequestId: undefined | string

The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional page

page: undefined | string

The pagination token for a list query returned by a previous operation

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

Specifies the attribute with which to sort the rules.

Default: {@code displayName}

**timeCreated:** Sorts by timeCreated. * **displayName:** Sorts by displayName. * **id:** Sorts by id.

Optional sortOrder

sortOrder: SortOrder

Specifies sort order.

**ASC:** Ascending sort order. * **DESC:** Descending sort order.