Table of Contents

Class EncryptionKeyCreateRequest

Namespace
Auth0.ManagementApi.Models.Keys
Assembly
Auth0.ManagementApi.dll

Contains information required for creating an encryption key.

public class EncryptionKeyCreateRequest
Inheritance
EncryptionKeyCreateRequest
Inherited Members

Properties

Type

Type of the encryption key to be created. Possible values: [customer-provided-root-key, tenant-encryption-key]

[JsonProperty("type")]
public string Type { get; set; }

Property Value

string