Google Apps Script API
    Preparing search index...
    interface PermissionPermissionDetails {
        inherited?: boolean;
        inheritedFrom?: string;
        permissionType?: string;
        role?: string;
    }
    Index

    Properties

    inherited?: boolean

    Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.

    inheritedFrom?: string

    Output only. The ID of the item from which this permission is inherited. This is an output-only field.

    permissionType?: string

    Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * file * member

    role?: string

    Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * organizer * fileOrganizer * writer * commenter * reader