Show / Hide Table of Contents

Class GetMfaTotpDeviceRequest

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

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

Properties

MfaTotpDeviceId

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

The OCID of the MFA TOTP device.

Remarks

Required

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