Get Launch Profile Member
nimblestudio_get_launch_profile_member | R Documentation |
Get a user persona in launch profile membership¶
Description¶
Get a user persona in launch profile membership.
Usage¶
Arguments¶
launchProfileId
[required] The ID of the launch profile used to control access from the streaming session.
principalId
[required] The principal ID. This currently supports a IAM Identity Center UserId.
studioId
[required] The studio ID.
Value¶
A list with the following syntax:
list(
member = list(
identityStoreId = "string",
persona = "USER",
principalId = "string",
sid = "string"
)
)