Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListProtectionPoliciesRequest

example

Click here to see how to use ListProtectionPoliciesRequest.

Properties

compartmentId

compartmentId: string

The compartment OCID.

Optional displayName

displayName: undefined | string

A filter to return only resources that match the entire 'displayname' given.

Optional lifecycleState

lifecycleState: model.LifecycleState

A filter to return only resources their lifecycleState matches the given lifecycleState.

Optional limit

limit: undefined | number

The maximum number of items to return. Specify a value greater than 4.

Optional opcRequestId

opcRequestId: undefined | string

Unique identifier for the request.

Optional owner

owner: Owner

A filter to return only the policies that match the owner as 'Customer' or 'Oracle'.

Optional page

page: undefined | string

The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

Optional protectionPolicyId

protectionPolicyId: undefined | string

The protection policy OCID.

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 sort by. You can provide one sort order (sortOrder). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If you do not specify a value, then TIMECREATED is used as the default sort order. Allowed values are:

  • TIMECREATED
  • DISPLAYNAME

Optional sortOrder

sortOrder: model.SortOrder

The sort order to use, either ascending (ASC) or descending (DESC). Allowed values are:

  • ASC
  • DESC