Status of a Graph membership (active/inactive)

interface GraphMembershipState {
    _links?: any;
    active?: boolean;
}

Properties

Properties

_links?: any

This field contains zero or more interesting links about the graph membership state. These links may be invoked to obtain additional relationships or more detailed information about this graph membership state.

active?: boolean

When true, the membership is active