InformationType interface

The information type.

Properties

custom

Indicates whether the information type is custom or not.

description

The description of the information type.

displayName

The name of the information type.

enabled

Indicates whether the information type is enabled or not.

keywords

The information type keywords.

order

The order of the information type.

recommendedLabelId

The recommended label id to be associated with this information type.

Property Details

custom

Indicates whether the information type is custom or not.

custom?: boolean

Property Value

boolean

description

The description of the information type.

description?: string

Property Value

string

displayName

The name of the information type.

displayName?: string

Property Value

string

enabled

Indicates whether the information type is enabled or not.

enabled?: boolean

Property Value

boolean

keywords

The information type keywords.

keywords?: InformationProtectionKeyword[]

Property Value

order

The order of the information type.

order?: number

Property Value

number

recommendedLabelId

The recommended label id to be associated with this information type.

recommendedLabelId?: string

Property Value

string