/SecurityPermission

/SecurityPermission

Chapter Contents: 

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).

GET /SecurityPermission/{key}

Get a single SecurityPermission object.

PUT /SecurityPermission/{key} 

Update an existing vobject. 

POST /SecurityPermission

Create a new SecurityPermission object. 

DELETE /SecurityPermission/{key} 

Delete a specific SecurityPermission object.

Properties

Property

Type

Length

Mandatory

Description

Comments

Property

Type

Length

Mandatory

Description

Comments

permissionName

String

64

Yes

 

 

endpoint

/Endpoint

 

 

 

 

permissionType

/PermissionType

 

 

 

 

 dataloyApp

/DataloyApp  

 

 

 

 

Updated for API version 2.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)


GET /SecurityRole/345679

{ "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