Class ListMfaTotpDevicesRequest
Implements
Inherited Members
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListMfaTotpDevicesRequest : IOciRequest
Examples
Click here to see an example of how to use ListMfaTotpDevices request.
Properties
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return in a paginated "List" call. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The value of the |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListMfaTotpDevicesRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListMfaTotpDevicesRequest.SortByEnum? | The field to sort by. You can provide one sort order ( |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListMfaTotpDevicesRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListMfaTotpDevicesRequest.SortOrderEnum? | The sort order to use, either ascending ( |
UserId
Declaration
[Required(ErrorMessage = "UserId is required.")]
[HttpConverter(TargetEnum.Path, "userId")]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the user. |
Remarks
Required