Documentation
    Preparing search index...

    Interface GroupMembershipOutput

    interface GroupMembershipOutput {
        byuId: string;
        effectiveDate: Date | null;
        employeeRole: string | null;
        expirationDate: Date | null;
        grantedByByuId: string | null;
        grantedByName?: string;
        grantedDatetime: Date | null;
        groupId: string;
        groupName?: string;
        groupType: string;
        impliedBy: string[];
        jobCode: string;
        membershipType: string;
    }
    Index

    Properties

    byuId: string
    effectiveDate: Date | null
    employeeRole: string | null
    expirationDate: Date | null
    grantedByByuId: string | null
    grantedByName?: string
    grantedDatetime: Date | null
    groupId: string
    groupName?: string
    groupType: string
    impliedBy: string[]
    jobCode: string
    membershipType: string