IWsCommonDeactivateUserOtp Method
|
Delete the user on the provider system and set OtpAcive = false.
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<OtpDeactivateUserData> DeactivateUserOtp(
string otpValue
)
<OperationContractAttribute>
Function DeactivateUserOtp (
otpValue As String
) As WsResult(Of OtpDeactivateUserData)
[OperationContractAttribute]
WsResult<OtpDeactivateUserData^>^ DeactivateUserOtp(
String^ otpValue
)
[<OperationContractAttribute>]
abstract DeactivateUserOtp :
otpValue : string -> WsResult<OtpDeactivateUserData>
function DeactivateUserOtp(
otpValue : String
) : WsResult<OtpDeactivateUserData>
Parameters
- otpValue
- Type: SystemString
Return Value
Type:
WsResultOtpDeactivateUserData
See Also