SecurityNamespaces
List security namespaces.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique Id of the namespace. | |
| DataspaceCategory | String | Describes where the security information for this SecurityNamespace should be stored. | |
| DisplayName | String | Localized name of the namespace. | |
| ElementLength | Integer | If the security tokens on which this namespace operates need to be split on certain character lengths, that length is specified here. If not, this value is -1. | |
| ExtensionType | String | Type of the extension that should be loaded from the plugins directory for extending this security namespace. | |
| IsRemotable | Boolean | If true, the security namespace is remotable, allowing another service to proxy the namespace. | |
| Name | String | Non-localized name of the namespace. | |
| ReadPermission | Integer | Permission bits needed by a user in order to read security data on the Security Namespace. | |
| SeparatorValue | String | If the security tokens on which this namespace operates need to be split on certain characters, that character is specified here. If not, this value is null. | |
| StructureValue | Integer | Used to send information about the structure of the security namespace over the web service. | |
| SystemBitMask | Integer | The bits reserved by system store. | |
| UseTokenTranslator | Boolean | If true, the security service will expect an ISecurityDataspaceTokenTranslator plugin to exist for this namespace. | |
| WritePermission | Integer | Permission bits needed by a user in order to modify security data on the Security Namespace. |