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