Table of Contents

Class ActionSecretResponse

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Name

The name of the particular secret, e.g. API_KEY.

[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.