group()
Returns the attributes of a single group by name.
1. Signature
-
Sync
-
Async
ecm.security.group(name: str) -> ECMGroup | None
await ecm.security.group(name: str) -> ECMGroup | None
3. Return value
ECMGroup instance, or None if the group does not exist.
For ECMGroup fields — see groups().
5. See also
-
groups() — Retrieve all groups
-
group_members() — Members of a group