Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListAuthenticationProvidersRequest

example

Click here to see how to use ListAuthenticationProvidersRequest.

Properties

Optional id

id: undefined | string

Unique Authentication Provider identifier.

Optional identityProvider

identityProvider: model.AuthenticationIdentityProvider

List only Authentication Providers for this Identity Provider.

Optional lifecycleState

lifecycleState: model.LifecycleState

List only the resources that are in this lifecycle state.

Optional limit

limit: undefined | number

The maximum number of items to return per page.

Optional name

name: undefined | string

List only the information for Authentication Providers with this name. Authentication Provider names are unique and may not change.

Example: {@code MyProvider}

odaInstanceId

odaInstanceId: string

Unique Digital Assistant instance identifier.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing. This value is included in the opc-request-id response header.

Optional page

page: undefined | string

The page at which to start retrieving results.

You get this value from the {@code opc-next-page} header in a previous list request. To retireve the first page, omit this query parameter.

Example: {@code MToxMA==}

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

Sort on this field. You can specify one sort order only. The default sort field is {@code timeCreated}.

The default sort order for {@code timeCreated} and {@code timeUpdated} is descending. For all other sort fields the default sort order is ascending.

Optional sortOrder

sortOrder: SortOrder

Sort the results in this order, use either {@code ASC} (ascending) or {@code DESC} (descending).