Package version:

Protection container mapping collection class.

interface ProtectionContainerMappingCollection {
    nextLink?: string;
    value?: ProtectionContainerMapping[];
}

Properties

Properties

nextLink?: string

Link to fetch rest of the data.

List of container mappings.