RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UpdateRoleNameDto

    Data Transfer Object for updating a role's readable name.

    interface UpdateRoleNameDto {
        newName: string;
    }
    Index

    Properties

    Properties

    newName: string

    The new readable name for the role.