ResourceMetadata
Resource metadata as defined in RFC 7643 Section 3.1
createdstring<date-time>
The timestamp when the resource was created
lastModifiedstring<date-time>
The timestamp when the resource was last modified
locationstring<uri>
The URI of the resource
resourceTypestring
The name of the resource type (e.g., User, Group)
versionstring
The version of the resource. Used for ETag-based versioning. Weak ETags are prefixed with W/
ResourceMetadata
{
"created": "2024-07-29T15:51:28.071Z",
"lastModified": "2024-07-29T15:51:28.071Z",
"location": "string",
"resourceType": "string",
"version": "string"
}