def create_external_identity()

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


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