docs/classes/management.SDK.TriggersClient.html
get bindings(): BindingsClient
new TriggersClient(options: BaseClientOptions): TriggersClient
list(
requestOptions?: TriggersClient.RequestOptions,
): HttpResponsePromise<ListActionTriggersResponseContent>
Retrieve the set of triggers currently available within actions. A trigger is an extensibility point to which actions can be bound.
OptionalrequestOptions: TriggersClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.actions.triggers.list()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_bindings_bindings: BindingsClient | undefined
Member Visibility
ThemeOSLightDark
Accessors bindings Constructors constructor Methods list Properties _options_bindings