Class GetScimConfigurationResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetScimConfigurationResponseContent : IJsonOnDeserialized, IEquatable<GetScimConfigurationResponseContent>
- Inheritance
-
GetScimConfigurationResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ConnectionId
The connection's identifier
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
ConnectionName
The connection's name
[JsonPropertyName("connection_name")]
public required string ConnectionName { get; set; }
Property Value
CreatedAt
The ISO 8601 date and time the SCIM configuration was created at
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
Mapping
The mapping between auth0 and SCIM
[JsonPropertyName("mapping")]
public IEnumerable<ScimMappingItem> Mapping { get; set; }
Property Value
Strategy
The connection's strategy
[JsonPropertyName("strategy")]
public required string Strategy { get; set; }
Property Value
TenantName
The tenant's name
[JsonPropertyName("tenant_name")]
public required string TenantName { get; set; }
Property Value
UpdatedOn
The ISO 8601 date and time the SCIM configuration was last updated on
[JsonPropertyName("updated_on")]
public required DateTime UpdatedOn { get; set; }
Property Value
UserIdAttribute
User ID attribute for generating unique user ids
[JsonPropertyName("user_id_attribute")]
public required string UserIdAttribute { 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.