couchbase
    Preparing search index...

    Interface IGroup

    Specifies information about a group.

    interface IGroup {
        description?: string;
        ldapGroupReference?: string;
        name: string;
        roles?: (string | Role)[];
    }
    Index

    Properties

    description?: string

    The description for the group.

    ldapGroupReference?: string

    The LDAP group that this group is associated with.

    name: string

    The name of the group.

    roles?: (string | Role)[]

    The roles which are associated with this group.