computing / Client / create_remote_access_vpn_gateway_users

create_remote_access_vpn_gateway_users

computing.Client.create_remote_access_vpn_gateway_users(**kwargs)

リモートアクセスVPNゲートウェイにユーザーを作成します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.create_remote_access_vpn_gateway_users(
    RemoteAccessVpnGatewayId='string',
    RemoteUser=[
        {
            'Description': 'string',
            'Password': 'string',
            'UserName': 'string'
        },
    ]
)
Parameters:
  • RemoteAccessVpnGatewayId (string) – [REQUIRED]

  • RemoteUser (list) –

    [REQUIRED]

    • (dict) –

      • Description (string) –

      • Password (string) – [REQUIRED]

      • UserName (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'RemoteAccessVpnGatewayId': 'string',
    'RemoteAccessVpnGatewayName': 'string',
    'RemoteUserSet': [
        {
            'Description': 'string',
            'UserName': 'string'
        },
    ],
    'RequestId': 'string',
    'Return': True|False
}

Response Structure

  • (dict) –

    • RemoteAccessVpnGatewayId (string) –

    • RemoteAccessVpnGatewayName (string) –

    • RemoteUserSet (list) –

      • (dict) –

        • Description (string) –

        • UserName (string) –

    • RequestId (string) –

    • Return (boolean) –