Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
FlowActionAirtableListRecords
Interface FlowActionAirtableListRecords
interface
FlowActionAirtableListRecords
{
id
:
string
;
alias
?:
string
;
type
:
"AIRTABLE"
;
action
:
"LIST_RECORDS"
;
allow_failure
?:
boolean
;
mask_output
?:
boolean
;
params
:
FlowActionAirtableListRecordsParams
;
}
Index
Properties
id
alias?
type
action
allow_
failure?
mask_
output?
params
Properties
id
id
:
string
Optional
alias
alias
?:
string
type
type
:
"AIRTABLE"
action
action
:
"LIST_RECORDS"
Optional
allow_
failure
allow_failure
?:
boolean
Optional
mask_
output
mask_output
?:
boolean
params
params
:
FlowActionAirtableListRecordsParams
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
alias
type
action
allow_
failure
mask_
output
params
Auth0 Node.js SDK - v5.0.0
Loading...