def put_external_identity()

in elastic_enterprise_search/_sync/client/workplace_search.py [0:0]


    def put_external_identity(
        self,
        *,
        content_source_id: str,
        external_user_id: str,
        external_user_properties: t.Optional[
            t.Union[t.List[t.Mapping[str, t.Any]], t.Tuple[t.Mapping[str, t.Any], ...]]
        ] = None,
        permissions: t.Optional[t.Union[t.List[str], t.Tuple[str, ...]]] = None,