/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * SCIM meta object serializer */ export type SCIMMeta = { /** * Resource type */ resourceType?: string; /** * Creation timestamp */ created?: string; /** * Last modification timestamp */ lastModified?: string; /** * Resource version */ version?: string; /** * Resource location URL */ location?: string; };