Variable ExecuteAsyncWrapperStepCommandSchemaConst
ExecuteAsyncWrapperStepCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
init_defaults: {
description: string;
oneOf: (
| {
additionalProperties: boolean;
description: string;
properties: {
ax_auth_service: {
additionalProperties: boolean;
description: string;
properties: {
enabled: { description: string; type: string };
redirect_urls: {
additionalItems: boolean;
description: string;
items: { type: ... };
type: string;
};
users: {
additionalItems: boolean;
description: string;
items: {
additionalProperties: ...;
description: ...;
properties: ...;
required: ...;
title: ...;
type: ...;
};
type: string;
};
};
required: string[];
title: string;
type: string;
};
id_service: {
additionalProperties: boolean;
description: string;
properties: {
access_token_lifetime: { description: string; type: string };
allowed_origins: {
additionalItems: boolean;
description: string;
items: { type: ... };
type: string;
};
cookie_lifetime: { description: string; type: string };
idp_configurations: {
additionalProperties: boolean;
description: string;
properties: { axinom: ...; google: ... };
title: string;
type: string;
};
management_super_admins: {
additionalItems: boolean;
description: string;
items: { type: ... };
type: string;
};
service_account_token_lifetime: {
description: string;
type: string;
};
};
title: string;
type: string;
};
portal_service: {
additionalProperties: boolean;
description: string;
properties: {
portal_sub_domain: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
};
};
title: string;
type: string;
}
| {
additionalProperties?: undefined;
description?: undefined;
properties?: undefined;
title?: undefined;
type: string;
}
)[];
};
step_function_name: { description: string; type: string };
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
} = ExecuteAsyncWrapperStepCommand
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
init_defaults: {
description: string;
oneOf: (
| {
additionalProperties: boolean;
description: string;
properties: {
ax_auth_service: {
additionalProperties: boolean;
description: string;
properties: {
enabled: { description: string; type: string };
redirect_urls: {
additionalItems: boolean;
description: string;
items: { type: ... };
type: string;
};
users: {
additionalItems: boolean;
description: string;
items: {
additionalProperties: ...;
description: ...;
properties: ...;
required: ...;
title: ...;
type: ...;
};
type: string;
};
};
required: string[];
title: string;
type: string;
};
id_service: {
additionalProperties: boolean;
description: string;
properties: {
access_token_lifetime: { description: string; type: string };
allowed_origins: {
additionalItems: boolean;
description: string;
items: { type: ... };
type: string;
};
cookie_lifetime: { description: string; type: string };
idp_configurations: {
additionalProperties: boolean;
description: string;
properties: { axinom: ...; google: ... };
title: string;
type: string;
};
management_super_admins: {
additionalItems: boolean;
description: string;
items: { type: ... };
type: string;
};
service_account_token_lifetime: { description: string; type: string };
};
title: string;
type: string;
};
portal_service: {
additionalProperties: boolean;
description: string;
properties: {
portal_sub_domain: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
};
};
title: string;
type: string;
}
| {
additionalProperties?: undefined;
description?: undefined;
properties?: undefined;
title?: undefined;
type: string;
}
)[];
};
step_function_name: { description: string; type: string };
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
}
required: string[]
title: string
type: string