Home > @i2analyze/notebook-sdk > schema > ISecuritySchema
schema.ISecuritySchema interface
A security schema, which defines the available security dimensions and their dimension values.
Signature:
interface ISecuritySchema
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultSecurity | readonly |
data.IKeyedReadOnlyCollection<SecurityDimensionId, records.ISecuritySetting> | Gets the security dimension values to apply to new records by default. |
securityDimensions | readonly |
data.IKeyedReadOnlyCollection<SecurityDimensionId, ISecurityDimension> | Gets all the security dimensions. |