Class EmailProviderCredentialsSchemaClientId
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record EmailProviderCredentialsSchemaClientId : IJsonOnDeserialized, IEquatable<EmailProviderCredentialsSchemaClientId>
- Inheritance
-
EmailProviderCredentialsSchemaClientId
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ClientId
Microsoft 365 Client ID.
[JsonPropertyName("clientId")]
public string? ClientId { get; set; }
Property Value
ClientSecret
Microsoft 365 Client Secret.
[JsonPropertyName("clientSecret")]
public string? ClientSecret { get; set; }
Property Value
TenantId
Microsoft 365 Tenant ID.
[JsonPropertyName("tenantId")]
public string? TenantId { 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.