Word.SensitivityLabelAbacAttributeDataType enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the data type of an ABAC attribute's values.
Remarks
API set: WordApi BETA (PREVIEW ONLY)
Used by
Fields
| booleanValue = "BooleanValue" | The attribute value is a boolean. |
| dateValue = "DateValue" | The attribute value is a date. |
| numberValue = "NumberValue" | The attribute value is a number. |
| stringValue = "StringValue" | The attribute value is a string. |
| unknown = "Unknown" | The data type is not recognized or specified. |