Class X509CertificateCredential
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record X509CertificateCredential : IJsonOnDeserialized, IEquatable<X509CertificateCredential>
- Inheritance
-
X509CertificateCredential
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CredentialType
[JsonPropertyName("credential_type")]
public required X509CertificateCredentialTypeEnum CredentialType { get; set; }
Property Value
Name
Friendly name for a credential.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Pem
PEM-formatted X509 certificate. Must be JSON escaped.
[JsonPropertyName("pem")]
public required string Pem { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.