interface IdentitySnapshot {
    groups?: Identity[];
    identityIds?: string[];
    memberships?: GroupMembership[];
    scopeId?: string;
    scopes?: IdentityScope[];
}

Properties

groups?: Identity[]
identityIds?: string[]
memberships?: GroupMembership[]
scopeId?: string
scopes?: IdentityScope[]