Home > @i2analyze/i2connect > ISecurityPermission
ISecurityPermission interface
A set of access levels associated with the values of a particular security dimension.
Signature:
export interface ISecurityPermission
Introduced: API version 1.2
Properties
Property | Type | Description |
---|---|---|
dimension | string | Gets the identifier of the dimension that the security permission applies to. |
permissions | readonly { readonly dimensionValue: string; readonly level: AccessLevel; }[] | Gets the access levels that apply to the values of ISecurityPermission.dimension. |