WeaviateEx.Groups.Group (WeaviateEx v0.7.4)
View SourceOIDC Group representation.
Groups are used in Weaviate when OIDC authentication is enabled. Users authenticated via OIDC can belong to groups, and roles can be assigned to these groups.
Examples
%Group{
name: "engineering",
roles: ["developer", "viewer"]
}
Summary
Functions
Decode a group from API response.