Table of Contents

Class RotateConnectionsKeysResponseContent

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Algorithm

Signing key algorithm

[JsonPropertyName("algorithm")]
public string? Algorithm { get; set; }

Property Value

string

Cert

The public certificate of the signing key

[JsonPropertyName("cert")]
public required string Cert { get; set; }

Property Value

string

Fingerprint

The cert fingerprint

[JsonPropertyName("fingerprint")]
public required string Fingerprint { get; set; }

Property Value

string

KeyUse

[JsonPropertyName("key_use")]
public ConnectionKeyUseEnum? KeyUse { get; set; }

Property Value

ConnectionKeyUseEnum?

Kid

The key id of the signing key

[JsonPropertyName("kid")]
public required string Kid { get; set; }

Property Value

string

Next

True if the key is the the next key

[JsonPropertyName("next")]
public bool? Next { get; set; }

Property Value

bool?

Pkcs

The public certificate of the signing key in pkcs7 format

[JsonPropertyName("pkcs")]
public string? Pkcs { get; set; }

Property Value

string

SubjectDn

[JsonPropertyName("subject_dn")]
public string? SubjectDn { get; set; }

Property Value

string

Thumbprint

The cert thumbprint

[JsonPropertyName("thumbprint")]
public required string Thumbprint { 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.