@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class GetMfaTotpDeviceRequest extends BmcRequest<Void>
Example: Click here to see how to use GetMfaTotpDeviceRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetMfaTotpDeviceRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetMfaTotpDeviceRequest.Builder |
builder() |
String |
getMfaTotpDeviceId()
The OCID of the MFA TOTP device.
|
String |
getUserId()
The OCID of the user.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetMfaTotpDeviceRequest.Builder builder()
public String getUserId()
The OCID of the user.
public String getMfaTotpDeviceId()
The OCID of the MFA TOTP device.
Copyright © 2016–2021. All rights reserved.