Interface CcGroupMembershipProps

interface CcGroupMembershipProps {
    ccGroupId: string;
    ccIdentityStoreId: string;
    ccUserId: string;
}

Properties

ccGroupId: string
ccIdentityStoreId: string
ccUserId: string

Generated using TypeDoc