Skip to main content

decentriq_platform.media.participant

Classes

Participant

Participant(
emails: List[str],
permissions: List[decentriq_dcr_compiler._schemas.create_media_dcr.Permission],
role: str,
id: Optional[str] = None,
organization_id: Optional[str] = None,
)

A participant in a Data Clean Room.

Initialize a participant.

Parameters:

  • emails: The emails of the participant
  • permissions: The permissions of the participant
  • role: The role of the participant
  • id: The id of the participant
  • organization_id: The organization id of the participant

as_dict

def as_dict(
self,
)> Dict[str, Any]

Return the participant as a dictionary.

Returns:

  • The participant as a dictionary