Table of Contents

Class ListEncryptionKeyOffsetPaginatedResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Keys

Encryption keys.

[JsonPropertyName("keys")]
public IEnumerable<EncryptionKey>? Keys { get; set; }

Property Value

IEnumerable<EncryptionKey>

Limit

Number of results per page.

[JsonPropertyName("limit")]
public int? Limit { get; set; }

Property Value

int?

Start

Page index of the results to return. First page is 0.

[JsonPropertyName("start")]
public int? Start { get; set; }

Property Value

int?

Total

Total amount of encryption keys.

[JsonPropertyName("total")]
public int? Total { get; set; }

Property Value

int?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.