Package version:

Protectable item collection.

interface ProtectableItemCollection {
    nextLink?: string;
    value?: ProtectableItem[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: ProtectableItem[]

The Protectable item details.