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
LastModified
When it last changed.
[JsonPropertyName("lastModified")]
public DateTimeOffset LastModified { get; set; }
Property Value
Location
Absolute URI of this resource. Filled in per response.
[JsonPropertyName("location")]
public string? Location { get; set; }
Property Value
ResourceType
User or Group.
[JsonPropertyName("resourceType")]
public string ResourceType { get; set; }
Property Value
Version
Entity tag, for the conditional requests some connectors send.
[JsonPropertyName("version")]
public string? Version { get; set; }