@acaengine/ts-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Resource
Service
add
delete
query
show
update
Type parameters
T
Hierarchy
ResourceService
Implemented by
EngineApplicationsService
EngineDomainsService
EngineDriversService
EngineLDAPSourcesService
EngineModulesService
EngineOAuthSourcesService
EngineRepositoriesService
EngineResourceService
EngineSAMLSourcesService
EngineSettingsService
EngineSystemTriggersService
EngineSystemsService
EngineTriggersService
EngineUsersService
EngineZonesService
Index
Properties
add
delete
query
show
update
Properties
add
add
:
(
data
:
HashMap
)
=>
Promise
<
T
>
Type declaration
(
data
:
HashMap
)
:
Promise
<
T
>
Parameters
data:
HashMap
Returns
Promise
<
T
>
delete
delete
:
(
id
:
string
)
=>
Promise
<
void
>
Type declaration
(
id
:
string
)
:
Promise
<
void
>
Parameters
id:
string
Returns
Promise
<
void
>
query
query
:
(
fields
?:
HashMap
)
=>
Promise
<
T
[]
>
Type declaration
(
fields
?:
HashMap
)
:
Promise
<
T
[]
>
Parameters
Optional
fields:
HashMap
Returns
Promise
<
T
[]
>
show
show
:
(
id
:
string
, fields
?:
HashMap
)
=>
Promise
<
T
>
Type declaration
(
id
:
string
, fields
?:
HashMap
)
:
Promise
<
T
>
Parameters
id:
string
Optional
fields:
HashMap
Returns
Promise
<
T
>
update
update
:
(
id
:
string
, data
:
HashMap
, fields
?:
HashMap
, type
?:
"put"
|
"patch"
)
=>
Promise
<
T
>
Type declaration
(
id
:
string
, data
:
HashMap
, fields
?:
HashMap
, type
?:
"put"
|
"patch"
)
:
Promise
<
T
>
Parameters
id:
string
data:
HashMap
Optional
fields:
HashMap
Optional
type:
"put"
|
"patch"
Returns
Promise
<
T
>
Generated using
TypeDoc