Class GetMfaTotpDeviceRequest
Inheritance
System.Object
GetMfaTotpDeviceRequest
Implements
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