Interface LegacyGrantAccessResponse

Response type for grant access operation (legacy action-based)

Use GrantAccessResponse with grantByRole instead

interface LegacyGrantAccessResponse {
    permission: any;
    drive_id?: string;
    item_id?: string;
    accessor_id: string;
    action: string;
}

Properties

permission: any
drive_id?: string
item_id?: string
accessor_id: string
action: string