Table of Contents

Class ActionSecretRequest

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ActionSecretRequest : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ActionSecretRequest>
Inheritance
ActionSecretRequest
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

Value

The value of the particular secret, e.g. secret123. A secret's value can only be set upon creation. A secret's value will never be returned by the API.

[JsonPropertyName("value")]
public string? Value { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.