View Source ExOpenAI.Components.Group (ex_openai.ex v2.0.0-beta2)
Summary information about a group returned in role assignment responses.
Fields
:created_at- required -integer()
Unix timestamp (in seconds) when the group was created.
Format:int64:id- required -String.t()
Identifier for the group.:name- required -String.t()
Display name of the group.:object- required -:group
Alwaysgroup.
Allowed values:"group":scim_managed- required -boolean()
Whether the group is managed through SCIM.