GroupCache¶
- class pyatlan.cache.group_cache.GroupCache(client: AtlanClient)[source]¶
Lazily-loaded cache for translating Atlan-internal groups into their various IDs.
- get_id_for_alias(alias: str) str | None [source]¶
Translate the provided human-readable group name to its GUID.
- Parameters:
alias – name of the group as it appears in the UI
- Returns:
unique identifier (GUID) of the group
- get_id_for_name(name: str) str | None [source]¶
Translate the provided internal group name to its GUID.
- Parameters:
name – human-readable name of the group
- Returns:
unique identifier (GUID) of the group