Axinom Mosaic Libraries
    Preparing search index...

    Interface UserRoleAssignmentChanged

    A User Role is either assigned or unassigned from a User.

    interface UserRoleAssignmentChanged {
        change_type: UserRoleAssignmentChangedEventType;
        environment_id?: string;
        tenant_id?: string;
        user_id: string;
        user_role_id: string;
        user_role_name: string;
    }
    Index

    Properties

    Represents if the User Role was assigned or unassigned from the User.

    environment_id?: string

    A UUID.

    tenant_id?: string

    A UUID.

    user_id: string

    A UUID.

    user_role_id: string

    A UUID.

    user_role_name: string

    User Role Name