Home > @i2analyze/notebook-sdk > schema > ISecurityDimension
schema.ISecurityDimension interface
A security dimension.
Signature:
interface ISecurityDimension
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description | readonly |
string | Gets the description of the security dimension. |
displayName | readonly |
string | Gets the displayable name of the security dimension. |
id | readonly |
SecurityDimensionId | Gets the unique identifier of the security dimension. |
possibleValues | readonly |
data.IReadOnlyCollection<ISecurityDimensionValue> | Gets the possible values of the security dimension. |
type | readonly |
'ordered' | 'unordered' | Gets whether the security dimension is ordered or unordered. |