Show / Hide Table of Contents

Class ListMfaTotpDevicesRequest

Inheritance
System.Object
ListMfaTotpDevicesRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListMfaTotpDevicesRequest : object, IOciRequest
Examples

Click here to see an example of how to use ListMfaTotpDevices request.

Properties

Limit

Declaration
public System.Nullable<int> Limit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

The maximum number of items to return in a paginated &quot;List&quot; call.

Page

Declaration
public string Page { get; set; }
Property Value
Type Description
System.String

The value of the opc-next-page response header from the previous &quot;List&quot; call.

SortBy

Declaration
public System.Nullable<ListMfaTotpDevicesRequest.SortByEnum> SortBy { get; set; }
Property Value
Type Description
System.Nullable<ListMfaTotpDevicesRequest.SortByEnum>

The field to sort by. You can provide one sort order (sortOrder). Default order for TIMECREATED is descending. Default order for NAME is ascending. The NAME sort order is case sensitive.
Note: In general, some &quot;List&quot; operations (for example, ListInstances) let you optionally filter by Availability Domain if the scope of the resource type is within a single Availability Domain. If you call one of these &quot;List&quot; operations without specifying an Availability Domain, the resources are grouped by Availability Domain, then sorted.

SortOrder

Declaration
public System.Nullable<ListMfaTotpDevicesRequest.SortOrderEnum> SortOrder { get; set; }
Property Value
Type Description
System.Nullable<ListMfaTotpDevicesRequest.SortOrderEnum>

The sort order to use, either ascending (ASC) or descending (DESC). The NAME sort order is case sensitive.

UserId

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String

The OCID of the user.

Remarks

Required

Implements

IOciRequest
In This Article
Back to top