ModifyRemoteAccessVpnGatewayUserAttribute
処理概要
リモートアクセスVPNゲートウェイにユーザー情報を更新します。 リモートアクセスVPNゲートウェイのバージョンが v1.0.0 の場合、利用できません。
指定するパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
RemoteAccessVpnGatewayId | string |
リモートアクセスVPNゲートウェイユニークID |
○ |
UserName | string |
ユーザー名 |
○ |
Password | string |
パスワード 使用可能文字: 半角英数字 | 記号「!"#$%&'()*+,-./:;<=>?@[]^_`{|}~」(8~63文字) |
|
Description | string |
メモ情報
使用可能文字: 500文字以内 |
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
ModifyRemoteAccessVpnGatewayUserAttributeResponse | - |
ModifyRemoteAccessVpnGatewayUserAttributeResponseレスポンス |
␣requestId | string |
リクエスト識別子 |
␣return | boolean |
処理ステータス 値:
|
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/
?Action=ModifyRemoteAccessVpnGatewayUserAttribute
&RemoteAccessVpnGatewayId=ravgw-01234567
&UserName=user01
&Description=メモ
&CommonParams
応答サンプル
<ModifyRemoteAccessVpnGatewayUserAttributeResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
<return>true</return>
</ModifyRemoteAccessVpnGatewayUserAttributeResponse>