IWsCommonSetOtpActive Method
|
Set the field OtpActive = true in table Users in ArubaCloudUsers DB
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<UserOtpActiveData> SetOtpActive(
string otpValue
)
<OperationContractAttribute>
Function SetOtpActive (
otpValue As String
) As WsResult(Of UserOtpActiveData)
[OperationContractAttribute]
WsResult<UserOtpActiveData^>^ SetOtpActive(
String^ otpValue
)
[<OperationContractAttribute>]
abstract SetOtpActive :
otpValue : string -> WsResult<UserOtpActiveData>
function SetOtpActive(
otpValue : String
) : WsResult<UserOtpActiveData>
Parameters
- otpValue
- Type: SystemString
Return Value
Type:
WsResultUserOtpActiveData
See Also