new IsActionAuthorisedPublicRequest()
Object IsActionAuthorisedPublicRequest
Usage:
RestApiService.getClientRestPublicService().isActionAuthorised(request, callback);
- Since:
- 4.0.0
Members
aComponentAction :Array.<string>
Query parameter: 'componentAction' Component and Action with ; separator ( i.e. DE;browseModel ).
This parameter can be repeated to specify multiple actions by passing the queryParameter multiple times.
Type:
- Array.<string>
- Since:
- 4.0.0
faultUnauth :boolean
Query parameter: 'faultonunauthorised' (optional, default=false) Boolean value indicating whether a service fault should be raised if any of the
queried system actions are not authorised. If "false", an un-authorized system action is reported in the response.
Type:
- boolean
- Since:
- 4.0.0
- Default Value:
- = false
performerGuid :string
Query parameter: 'performerentityguid' (optional) If the performer is identified in the request, this is the performer's GUID.
Type:
- string
- Since:
- 4.0.0
performerType :string
Query parameter: 'performerentitytype' (optional) If the performer is identified in the request, this identifies the performer's entity type.
Type:
- string
- Since:
- 4.0.0
scopeGuid :string
Query parameter: 'scopeentityguid' The GUID of the scoped organization model entity. Can be obtained using the getOrgModel function.
Type:
- string
- Since:
- 4.0.0
scopeType :string
Query parameter: 'scopeentitytype' Enumerated value defining the scope of the organization model entity. The valid values are:
- ORGANIZATIONAL_UNIT
- GROUP
- POSITION
Type:
- string
- Since:
- 4.0.0
version :number
Query parameter: 'version' (Java type: int) (optional, default=-1): Major version number of the organization model in which an organization model entity resides.
If not specified, the default value is the latest version of the organization model.
Type:
- number
- Since:
- 4.0.0
- Default Value:
- = -1