interface UserCriteria {
    authGrpNoneYn?: string;
    deptNm?: string;
    showAuthNoneGrp?: boolean;
    useDvCd?: string;
    useDvCds?: string[];
    usrId?: string;
    usrNm?: string;
    usrSttCd?: UsrSttCd;
    [propName: string]: any;
}

Indexable

[propName: string]: any

Properties

authGrpNoneYn?: string

소속 그룹 여부

deptNm?: string

부서 명

showAuthNoneGrp?: boolean

소속 그룹 리스트 여부

useDvCd?: string

사용 구분 코드

useDvCds?: string[]

사용 구분 코드 목록

usrId?: string

사용자 아이디 & 사용자명

usrNm?: string

사용자 명

usrSttCd?: UsrSttCd

사용자 상태 코드

Generated using TypeDoc