Package version:

Interface InformationProtectionPolicy

Information protection policy.

Hierarchy

Properties

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

informationTypes?: {
    [propertyName: string]: InformationType;
}

The sensitivity information types.

Type declaration

labels?: {
    [propertyName: string]: SensitivityLabel;
}

Dictionary of sensitivity labels.

Type declaration

lastModifiedUtc?: Date

Describes the last UTC time the policy was modified. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Describes the version of the policy. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc