Class ScimMeta

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

Resource metadata (RFC 7643 §3.1).

public sealed class ScimMeta
Inheritance
ScimMeta
Inherited Members

Constructors

ScimMeta()

public ScimMeta()

Properties

Created

When the resource was provisioned.

[JsonPropertyName("created")]
public DateTimeOffset Created { get; set; }

Property Value

DateTimeOffset

LastModified

When it last changed.

[JsonPropertyName("lastModified")]
public DateTimeOffset LastModified { get; set; }

Property Value

DateTimeOffset

Location

Absolute URI of this resource. Filled in per response.

[JsonPropertyName("location")]
public string? Location { get; set; }

Property Value

string

ResourceType

User or Group.

[JsonPropertyName("resourceType")]
public string ResourceType { get; set; }

Property Value

string

Version

Entity tag, for the conditional requests some connectors send.

[JsonPropertyName("version")]
public string? Version { get; set; }

Property Value

string