# Packages
osinherit unit tests.
# Functions
Assign is the operation responsible for assigning an inherited role to a user/group on a project/domain.
Unassign is the operation responsible for unassigning an inherited role to a user/group on a project/domain.
Validate is the operation responsible for validating an inherited role of a user/group on a project/domain.
# Structs
AssignmentResult represents the result of an assign operation.
AssignOpts provides options to assign an inherited role.
UnassignmentResult represents the result of an unassign operation.
UnassignOpts provides options to unassign an inherited role.
ValidateOpts provides options to which role to validate.
ValidateResult represents the result of an validate operation.