Auth Migration Response.

Constructors

Properties

createdAt: Date

The created date of the migration.

destinationProvider: AuthProvider
finishedAt?: Date

If the migration is finished, this will be the date it was finished.

id: string

Unique identifier for the migration.

mappingStrategy?: MappingStrategy
sourceProvider: AuthProvider
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]