Table of Contents

Class PatchAgentRequestParameters

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

Properties

Metadata

Arbitrary key-value metadata for the agent. Pass null to clear all metadata.

[JsonPropertyName("metadata")]
public Optional<Dictionary<string, object?>?> Metadata { get; set; }

Property Value

Optional<Dictionary<string, object>>

Name

The agent name. Cannot contain <, >, or null bytes.

[JsonPropertyName("name")]
public string? Name { 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.