Google Apps Script API
    Preparing search index...
    interface PermissionTeamDrivePermissionDetails {
        additionalRoles?: string[];
        inherited?: boolean;
        inheritedFrom?: string;
        role?: string;
        teamDrivePermissionType?: string;
    }
    Index

    Properties

    additionalRoles?: string[]
    inherited?: boolean
    inheritedFrom?: string
    role?: string
    teamDrivePermissionType?: string