InformationProtectionKeyword interface
The information type keyword.
Properties
can |
Indicates whether the keyword can be applied on numeric types or not. |
custom | Indicates whether the keyword is custom or not. |
excluded | Indicates whether the keyword is excluded or not. |
pattern | The keyword pattern. |
Property Details
canBeNumeric
Indicates whether the keyword can be applied on numeric types or not.
canBeNumeric?: boolean
Property Value
boolean
custom
Indicates whether the keyword is custom or not.
custom?: boolean
Property Value
boolean
excluded
Indicates whether the keyword is excluded or not.
excluded?: boolean
Property Value
boolean
pattern
The keyword pattern.
pattern?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript