Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListConfigurationSourceProvidersRequest

example

Click here to see how to use ListConfigurationSourceProvidersRequest.

Properties

Optional compartmentId

compartmentId: undefined | string

A filter to return only resources that exist in the compartment, identified by OCID.

Optional configSourceProviderType

configSourceProviderType: undefined | string

A filter to return only configuration source providers of the specified type (GitHub or GitLab).

Optional configurationSourceProviderId

configurationSourceProviderId: undefined | string

A filter to return only configuration source providers that match the provided OCID.

Optional displayName

displayName: undefined | string

A filter to return only resources that match the given display name exactly. Use this filter to list a resource by name. Requires {@code sortBy} set to {@code DISPLAYNAME}. Alternatively, when you know the resource OCID, use the related Get operation.

Optional limit

limit: undefined | number

The number of items returned in a paginated {@code List} call. For information about pagination, see List Pagination.

Optional opcRequestId

opcRequestId: undefined | string

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 value of the {@code opc-next-page} response header from the preceding {@code List} call. For information about pagination, see List Pagination.

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

The field to use when sorting returned resources. By default, {@code TIMECREATED} is ordered descending. By default, {@code DISPLAYNAME} is ordered ascending. Note that you can sort only on one field.

Optional sortOrder

sortOrder: SortOrder

The sort order to use when sorting returned resources. Ascending ({@code ASC}) or descending ({@code DESC}).