Variable AxAuthCreateUserFinishedEventSchemaConst
AxAuthCreateUserFinishedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
accessible_client_ids: {
additionalItems: boolean;
description: string;
items: { type: string };
type: string;
};
email: { description: string; type: string };
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
first_name: { description: string; type: string };
id: { description: string; type: string };
last_name: { description: string; type: string };
profile_picture_url: { description: string; type: string };
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_store_id: { description: string; type: string };
user_store_type: {
description: string;
enum: string[];
title: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = AxAuthCreateUserFinishedEvent
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
accessible_client_ids: {
additionalItems: boolean;
description: string;
items: { type: string };
type: string;
};
email: { description: string; type: string };
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
first_name: { description: string; type: string };
id: { description: string; type: string };
last_name: { description: string; type: string };
profile_picture_url: { description: string; type: string };
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_store_id: { description: string; type: string };
user_store_type: {
description: string;
enum: string[];
title: string;
type: string;
};
}
required: string[]
title: string
type: string