Table of Contents

Class ActionModuleSecret

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Name

The name of the secret.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

UpdatedAt

The time when the secret was last updated.

[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.