# Functions

IsAdminByContext checks if the context userInfo contains admin privileges.
IsAdminByUser returns true if the user is an ownership admin, meaning, that they belong to any group.
OwnershipSetUsernameFromContext is used to create a new ownership object for a volume.

# Constants

AdminGroup is the value that can be set in the token claims Group which gives the user access to any resource.
Administrator access.
Read access only and cannot affect the resource.
Write access and can affect the resource.

# Variables

No description provided by the author
Enum value maps for Ownership_AccessType.
Enum value maps for Ownership_AccessType.

# Structs

Ownership information for resource.
No description provided by the author
PublicAccessControl allows assigning public ownership.

# Type aliases

Access types can be set by owner to have different levels of access to a resource.