Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Object introduced with API 3.11.0

Supported Methods

GET /SecurityPermission

Get a list of SecurityPermission objects. Filter to avoid huge amounts of data (see Filtering for search parameters).

...

Delete a specific SecurityPermission object.

Properties

Property
Type
Length
Mandatory
Description
Comments
permissionNameString64Yes  
endpoint/Endpoint    
permissionType/PermissionType    
 dataloyApp/DataloyApp      

...

Code Block
languagejs
{
    "key": 345679,
    "self": "http://localhost:8080/ws/rest/SecurityPermission/345679",
 	"endpoint": {
        "key": 335928937,
        "self": "http://localhost:8080/ws/rest/Endpoint/335928937",
        "path": ".",
        "resourceName": "Bank",
        "httpMethodType": "GET",
        "isPrivate": null
    },
    "createdDate": "2018-04-27T07:11:51",
    "modifiedDate": "2018-04-27T07:11:51",
    "createdById": 999999,
    "permissionName": "Bank.GET",
    "permissionType": {
        "key": 335343886,
        "self": "http://localhost:8080/ws/rest/PermissionType/335343886",
        "permissionTypeName": "endpoint"
    },
    "dataloyApp": null,
    "isObjectActive": true,
    "remarks": []
}
 

Top
Back

Related Content

Expand
titleExpand to see related content

Wiki Markup
{dynamiccontentbylabel:showLabels=false|showSpace=false}