Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents information about a team.

    interface TeamInfo {
        aadGroupId?: string;
        id?: string;
        name?: string;
        tenantId?: string;
    }
    Index

    Properties

    aadGroupId?: string

    The Azure Active Directory group ID of the team.

    id?: string

    The ID of the team.

    name?: string

    The name of the team.

    tenantId?: string

    The tenant ID of the team.