Home > @i2analyze/i2connect > services > ISecurityPermission
services.ISecurityPermission interface
A set of access levels associated with the values of a particular security dimension.
Signature:
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 services.ISecurityPermission.dimension. |