InformationProtectionPolicy interface
Information protection policy.
- Extends
Properties
information |
The sensitivity information types. |
labels | Dictionary of sensitivity labels. |
last |
Describes the last UTC time the policy was modified. NOTE: This property will not be serialized. It can only be populated by the server. |
version | Describes the version of the policy. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
informationTypes
The sensitivity information types.
informationTypes?: {[propertyName: string]: InformationType}
Property Value
{[propertyName: string]: InformationType}
labels
Dictionary of sensitivity labels.
labels?: {[propertyName: string]: SensitivityLabel}
Property Value
{[propertyName: string]: SensitivityLabel}
lastModifiedUtc
Describes the last UTC time the policy was modified. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedUtc?: Date
Property Value
Date
version
Describes the version of the policy. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript