DeadlineCloud / Client / associate_member_to_queue

associate_member_to_queue#

DeadlineCloud.Client.associate_member_to_queue(**kwargs)#

Assigns a queue membership level to a member

See also: AWS API Documentation

Request Syntax

response = client.associate_member_to_queue(
    farmId='string',
    identityStoreId='string',
    membershipLevel='VIEWER'|'CONTRIBUTOR'|'OWNER'|'MANAGER',
    principalId='string',
    principalType='USER'|'GROUP',
    queueId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

    The farm ID of the queue to associate with the member.

  • identityStoreId (string) –

    [REQUIRED]

    The member’s identity store ID to associate with the queue.

  • membershipLevel (string) –

    [REQUIRED]

    The principal’s membership level for the associated queue.

  • principalId (string) –

    [REQUIRED]

    The member’s principal ID to associate with the queue.

  • principalType (string) –

    [REQUIRED]

    The member’s principal type to associate with the queue.

  • queueId (string) –

    [REQUIRED]

    The ID of the queue to associate to the member.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions