My Project
|
Changes the role membership of a list of entities from one role to another in in a single operation. The destination role must already exist. This is equivalent to adding the entities to the destination role and removing from the origin role. Returns nothing if successful. More...
Public Attributes | |
Dictionary< string, string > | CustomTags |
The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
string | DestinationRoleId |
The ID of the role that the entities will become a member of. This must be an existing role. Role IDs must be between 1 and 64 characters long. | |
EntityKey | Group |
The identifier of the group. | |
List< EntityKey > | Members |
List of entities to move between roles in the group. All entities in this list must be members of the group and origin role. | |
string | OriginRoleId |
The ID of the role that the entities currently are a member of. Role IDs must be between 1 and 64 characters long. | |
![]() | |
PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
![]() | |
string | ToJson () |
Changes the role membership of a list of entities from one role to another in in a single operation. The destination role must already exist. This is equivalent to adding the entities to the destination role and removing from the origin role. Returns nothing if successful.