@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/automation
<internal>
FlowConfigProps
Interface FlowConfigProps
interface
FlowConfigProps
{
description
?:
string
;
flowPriority
?:
"LOW"
|
"MEDIUM"
|
"HIGH"
;
name
:
string
;
protectionPolicy
?:
""
|
"read"
;
runAs
?:
"system"
|
"user"
;
runWithRoles
?:
(
string
|
Role
)
[]
;
}
Index
Properties
description?
flow
Priority?
name
protection
Policy?
run
As?
run
With
Roles?
Properties
Optional
description
description
?:
string
Optional
flow
Priority
flowPriority
?:
"LOW"
|
"MEDIUM"
|
"HIGH"
name
name
:
string
Optional
protection
Policy
protectionPolicy
?:
""
|
"read"
Optional
run
As
runAs
?:
"system"
|
"user"
Optional
run
With
Roles
runWithRoles
?:
(
string
|
Role
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
flow
Priority
name
protection
Policy
run
As
run
With
Roles
@servicenow/sdk - v4.7.0
Loading...