SensitivityUsageInfo interface
Sensitivity usage info for content sent to the user.
Remarks
This is used to provide information about the content to the user. See ClientCitation for more information.
Properties
| @type | Required; Set to CreativeWork; |
| description | Sensitivity description of the content |
| name | Sensitivity title of the content |
| pattern | Optional; if provided, the content is considered sensitive and should be handled accordingly. |
| position | Optional; ignored in Teams. |
| type | Must be "https://schema.org/Message" |
Property Details
@type
Required; Set to CreativeWork;
@type: "CreativeWork"
Property Value
"CreativeWork"
description
Sensitivity description of the content
description?: string
Property Value
string
name
Sensitivity title of the content
name: string
Property Value
string
pattern
Optional; if provided, the content is considered sensitive and should be handled accordingly.
pattern?: { @type: "DefinedTerm", inDefinedTermSet: string, name: string, termCode: string }
Property Value
{ @type: "DefinedTerm", inDefinedTermSet: string, name: string, termCode: string }
position
Optional; ignored in Teams.
position?: number
Property Value
number
type
Must be "https://schema.org/Message"
type: "https://schema.org/Message"