Anchor | ||||
---|---|---|---|---|
|
...
Attributes | Type | Description |
---|---|---|
objectType | String | The object type of the global permission |
actionType | String | The action type of the global permission |
Below is the list of possible global permissions
Object Type | Action Type |
---|---|
PROJECT | PAGEVIEW |
APPROVAL | READ, UPDATE |
WINDOW | READ, UPDATE |
NOTIFICATION | READ, UPDATE, DELETE |
WORKFLOW | READ, UPDATE |
REPORT | READ |
ENVINSTANCE | READ, UPDATE |
ENVIRONMENT | READ, UPDATE |
INSTANCE | READ, UPDATE |
ENDPOINT | READ, UPDATE |
SCHEDULEDTASK | READ, UPDATE |
PLUGIN | READ, UPLOAD |
PROPERTYSET | READ |
DEFAULTS | READ, UPDATE |
FLEXFIELDS | READ, UPDATE |
TEMPLATE | READ, UPDATE |
USER | READ |
GROUP | READ |
TESTTOOL | READ, UPDATE |
TESTTYPE | READ, UPDATE |
ISSUETRACKINGSYSTEM | READ, UPDATE |
CHANGEMANAGEMENTSYSTEM | READ, UPDATE |
RELEASE | READ, UPDATE, CREATESNAPSHOT, CONFIGUREPROJECTLIST, CONFIGUREPIPLINE, CONFIGURECMS, MANAGELIFECYCLE, GRANTPERMISSIONS |
PIPELINE | READ, UPDATE |
Additionally, each DeploymenPermissionPojo in the list of deploymentPermissions contains these attributes
...
GET (Using Query Parameters)
This GET service will return a list of groups in the form of JSON objects based on the query parameters group name. Groups are only returned if they match all of the specified query parameters. If no query parameters are given this request will return the entire list of groups.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/administration/security/group? Append the following character sequences to the above URL to specify Query parameters.Use '&' between successive query parameters:groupname={groupname} Examples:To search by group name:http://host:port/flexdeploy/rest/topology/administration/security/group?groupname=read |
...
...
PATCH
This PATCH service will update an existing group with the information passed through a JSON object. If an attribute of the JSON is null it will not be updated in the group.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/administration/security/group/{Id} |
...