Class ScimSchemas

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

The schema URNs this implementation names on the wire (RFC 7643).

public static class ScimSchemas
Inheritance
ScimSchemas
Inherited Members

Fields

EnterpriseUser

Enterprise User extension. Advertised because Entra ID's default attribute mapping includes it; the attributes are stored and returned verbatim rather than interpreted, which is all a provisioning round-trip needs.

public const string EnterpriseUser = "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"

Field Value

string

Error

Error response (RFC 7644 §3.12).

public const string Error = "urn:ietf:params:scim:api:messages:2.0:Error"

Field Value

string

Group

Core Group resource.

public const string Group = "urn:ietf:params:scim:schemas:core:2.0:Group"

Field Value

string

ListResponse

Multi-resource query response (RFC 7644 §3.4.2).

public const string ListResponse = "urn:ietf:params:scim:api:messages:2.0:ListResponse"

Field Value

string

PatchOp

PATCH request body (RFC 7644 §3.5.2).

public const string PatchOp = "urn:ietf:params:scim:api:messages:2.0:PatchOp"

Field Value

string

ServiceProviderConfig

Service provider configuration (RFC 7643 §5).

public const string ServiceProviderConfig = "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"

Field Value

string

User

Core User resource.

public const string User = "urn:ietf:params:scim:schemas:core:2.0:User"

Field Value

string