Table of Contents

Class UpdateActionModuleRequestContent

Namespace
Auth0.ManagementApi.Actions
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateActionModuleRequestContent : IEquatable<UpdateActionModuleRequestContent>
Inheritance
UpdateActionModuleRequestContent
Implements
Inherited Members
Extension Methods

Properties

Code

The source code of the action module.

[JsonPropertyName("code")]
public string? Code { get; set; }

Property Value

string

Dependencies

The npm dependencies of the action module.

[JsonPropertyName("dependencies")]
public IEnumerable<ActionModuleDependencyRequest>? Dependencies { get; set; }

Property Value

IEnumerable<ActionModuleDependencyRequest>

Secrets

The secrets to associate with the action module.

[JsonPropertyName("secrets")]
public IEnumerable<ActionModuleSecretRequest>? Secrets { get; set; }

Property Value

IEnumerable<ActionModuleSecretRequest>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.