Home > @i2analyze/notebook-sdk > records > ISecuritySetting
records.ISecuritySetting interface
A set of dimension values for a record, from a particular security dimension.
Signature:
interface ISecuritySetting
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dimension | readonly |
schema.ISecurityDimension | Gets the security dimension that the dimension values come from. |
values | readonly |
data.IReadOnlyCollection<schema.ISecurityDimensionValue> | Gets the security dimension values. |