Search
Preparing search index...
The search index is not available
@sentinel-one/management-node-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RBAC
Class RBAC
Hierarchy
EntityBaseClass
RBAC
Implements
BaseClass
Index
Constructors
constructor
Properties
api
Call
end
Points
entity
Name
Methods
create
delete
error
Handler
get
get
All
Roles
get
Role
Template
make
Api
Call
prepare
Api
Url
Queries
update
Constructors
constructor
new RBAC
(
apiCall
:
ApiCall
)
:
RBAC
Parameters
apiCall:
ApiCall
Returns
RBAC
Properties
Private
api
Call
api
Call
:
ApiCall
end
Points
end
Points
:
any
entity
Name
entity
Name
:
string
Methods
create
create
(
data
:
RoleRequest
, filter
:
Partial
<
BaseScope
>
)
:
Promise
<
SDKRespond
>
Parameters
data:
RoleRequest
Optional
filter:
Partial
<
BaseScope
>
Returns
Promise
<
SDKRespond
>
delete
delete
(
roleId
:
string
)
:
Promise
<
SDKRespond
>
Parameters
roleId:
string
Returns
Promise
<
SDKRespond
>
Protected
error
Handler
error
Handler
(
reqMethode
:
HttpMethod
, endpointName
:
any
, error
:
any
)
:
GetEntityError
|
CreateEntityError
|
UpdateEntityError
|
DeleteEntityError
Parameters
reqMethode:
HttpMethod
endpointName:
any
error:
any
Returns
GetEntityError
|
CreateEntityError
|
UpdateEntityError
|
DeleteEntityError
: GetEntityError | CreateEntityError | UpdateEntityError | DeleteEntityError
get
get
(
)
:
Promise
<
SDKRespond
>
Returns
Promise
<
SDKRespond
>
get
All
Roles
get
All
Roles
(
data
:
any
)
:
Promise
<
SDKRespond
>
Parameters
Optional
data:
any
Returns
Promise
<
SDKRespond
>
get
Role
Template
get
Role
Template
(
)
:
Promise
<
SDKRespond
>
Returns
Promise
<
SDKRespond
>
make
Api
Call
make
Api
Call
(
endpointName
:
string
, data
:
any
)
:
Promise
<
SDKRespond
>
Parameters
endpointName:
string
Optional
data:
any
Returns
Promise
<
SDKRespond
>
Protected
prepare
Api
Url
Queries
prepare
Api
Url
Queries
(
data
:
any
[]
)
:
ApiUrlQueries
Parameters
data:
any
[]
Returns
ApiUrlQueries
update
update
(
role
:
RoleRequest
, roleId
:
string
)
:
Promise
<
SDKRespond
>
Parameters
role:
RoleRequest
roleId:
string
Returns
Promise
<
SDKRespond
>
Globals
RBAC
constructor
api
Call
end
Points
entity
Name
create
delete
error
Handler
get
get
All
Roles
get
Role
Template
make
Api
Call
prepare
Api
Url
Queries
update
Generated using
TypeDoc