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 participantpermissions
: The permissions of the participantrole
: The role of the participantid
: The id of the participantorganization_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