My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.MultiplayerModels.CreateRemoteUserRequest Class Reference

Creates a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential information necessary to log on. More...

Inheritance diagram for PlayFab.MultiplayerModels.CreateRemoteUserRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string BuildId
 The guid string build ID of to create the remote user for.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
DateTime? ExpirationTime
 The expiration time for the remote user created. Defaults to expiring in one day if not specified.
 
string Region
 The region of virtual machine to create the remote user for.
 
string Username
 The username to create the remote user with.
 
string VmId
 The virtual machine ID the multiplayer server is located on.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Creates a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential information necessary to log on.


The documentation for this class was generated from the following file: