Class ConnectionAttributeMapOkta
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Mapping of claims received from the identity provider (IdP)
[Serializable]
public record ConnectionAttributeMapOkta : IJsonOnDeserialized, IEquatable<ConnectionAttributeMapOkta>
- Inheritance
-
ConnectionAttributeMapOkta
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Attributes
[JsonPropertyName("attributes")]
public Dictionary<string, object?>? Attributes { get; set; }
Property Value
MappingMode
[JsonPropertyName("mapping_mode")]
public ConnectionMappingModeEnumOkta? MappingMode { get; set; }
Property Value
UserinfoScope
[JsonPropertyName("userinfo_scope")]
public string? UserinfoScope { 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.