Package version:

Protection Profile Collection details.

interface PolicyCollection {
    nextLink?: string;
    value?: Policy[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: Policy[]

The policy details.