Class ListMfaTotpDevicesRequest
Inheritance
Implements
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 "List" call. |
Page
Declaration
public string Page { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the |
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
Declaration
public System.Nullable<ListMfaTotpDevicesRequest.SortOrderEnum> SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ListMfaTotpDevicesRequest.SortOrderEnum> | The sort order to use, either ascending ( |
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the user. |
Remarks
Required