Class ScimPatchRequest

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

A PATCH request (RFC 7644 §3.5.2).

public sealed class ScimPatchRequest
Inheritance
ScimPatchRequest
Inherited Members

Constructors

ScimPatchRequest()

public ScimPatchRequest()

Properties

Operations

The operations, applied in order.

[JsonPropertyName("Operations")]
public List<ScimPatchOperation> Operations { get; init; }

Property Value

List<ScimPatchOperation>

Schemas

Schema URNs this request conforms to.

[JsonPropertyName("schemas")]
public List<string> Schemas { get; init; }

Property Value

List<string>