ScopedRoleOrgAdmin is the org role with the organization ID
(organizationID uuid.UUID)
| 175 | |
| 176 | // ScopedRoleOrgAdmin is the org role with the organization ID |
| 177 | func ScopedRoleOrgAdmin(organizationID uuid.UUID) RoleIdentifier { |
| 178 | return RoleIdentifier{Name: RoleOrgAdmin(), OrganizationID: organizationID} |
| 179 | } |
| 180 | |
| 181 | // ScopedRoleOrgMember is the org role with the organization ID |
| 182 | func ScopedRoleOrgMember(organizationID uuid.UUID) RoleIdentifier { |