Interface GroupSummary

interface GroupSummary {
    creationTimeStamp?: string;
    description?: string;
    id: string;
    modifiedTimeStamp?: string;
    name?: string;
    providerId?: string;
    state?: IdentityState;
    type: Group;
}

Hierarchy (view full)

Properties

creationTimeStamp?: string
description?: string
id: string
modifiedTimeStamp?: string
name?: string
providerId?: string
type: Group

The value of "group"