Table of Contents

Class CreateSelfSignedTlsClientAuthCredentials

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

Structure for creating a new client credential using Self Signed TLS Client Auth.

public class CreateSelfSignedTlsClientAuthCredentials
Inheritance
CreateSelfSignedTlsClientAuthCredentials
Inherited Members

Properties

CredentialType

Possible values: [x509_cert]

[JsonProperty("credential_type")]
public string CredentialType { get; set; }

Property Value

string

Name

The name of the credential

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Pem

PEM-formatted X509 certificate. Must be JSON escaped. Mutually exclusive with subject_dn property.

[JsonProperty("pem")]
public string Pem { get; set; }

Property Value

string