Maximo API Client - v0.9.01
Preparing search index...
AllowedAction
Interface AllowedAction
Represents an allowed action that can be performed on a resource
interface
AllowedAction
{
httpmethod
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
;
type
:
"system"
|
"wsmethod"
|
"workflow"
|
"script"
;
impl
?:
string
;
description
?:
string
|
null
;
requestschema
?:
ActionRequestSchema
;
requestqueryparams
?:
Record
<
string
,
ActionParameter
>
;
requestheaders
?:
Record
<
string
,
ActionParameter
>
;
}
Index
Properties
httpmethod
type
impl?
description?
requestschema?
requestqueryparams?
requestheaders?
Properties
httpmethod
httpmethod
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
type
type
:
"system"
|
"wsmethod"
|
"workflow"
|
"script"
Optional
impl
impl
?:
string
Optional
description
description
?:
string
|
null
Optional
requestschema
requestschema
?:
ActionRequestSchema
Optional
requestqueryparams
requestqueryparams
?:
Record
<
string
,
ActionParameter
>
Optional
requestheaders
requestheaders
?:
Record
<
string
,
ActionParameter
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
httpmethod
type
impl
description
requestschema
requestqueryparams
requestheaders
Maximo API Client - v0.9.01
Loading...
Represents an allowed action that can be performed on a resource