Class ScimName

Namespace
Kuestenlogik.Bowire.Scim
Assembly
Kuestenlogik.Bowire.Scim.dll

A user's name (RFC 7643 §4.1.1).

public sealed class ScimName
Inheritance
ScimName
Inherited Members

Constructors

ScimName()

public ScimName()

Properties

FamilyName

Family name.

[JsonPropertyName("familyName")]
public string? FamilyName { get; set; }

Property Value

string

Formatted

The full name as the IdP renders it.

[JsonPropertyName("formatted")]
public string? Formatted { get; set; }

Property Value

string

GivenName

Given name.

[JsonPropertyName("givenName")]
public string? GivenName { get; set; }

Property Value

string