Auth0.Entity.Action (Auth0Api v1.4.0) View Source
Documentation for entity of Action.
Link to this section Summary
Link to this section Types
Specs
t() :: %Auth0.Entity.Action{
all_changes_deployed: boolean(),
built_at: String.t(),
code: String.t(),
created_at: String.t(),
current_version: Auth0.Entity.ActionVersion.t() | nil,
dependencies: [Auth0.Entity.Action.Dependency.t()],
deployed_version: Auth0.Entity.ActionVersion.t() | nil,
id: String.t(),
installed_integration_id: String.t(),
integration: Auth0.Entity.Action.Integration.t(),
name: String.t(),
runtime: String.t(),
secrets: [Auth0.Entity.Action.Secret.t()],
status: String.t(),
supported_triggers: [Auth0.Entity.Action.SupportedTrigger.t()],
updated_at: String.t()
}