EnvironmentCreatedEventSchema: {
    $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: string;
                                };
                                type: string;
                            };
                            users: {
                                additionalItems: boolean;
                                description: string;
                                items: {
                                    additionalProperties: boolean;
                                    description: string;
                                    properties: {
                                        email: {
                                            description: string;
                                            type: string;
                                        };
                                        first_name: {
                                            description: string;
                                            type: string;
                                        };
                                        last_name: {
                                            description: string;
                                            type: string;
                                        };
                                        password: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    title: string;
                                    type: string;
                                };
                                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: string;
                                };
                                type: string;
                            };
                            cookie_lifetime: {
                                description: string;
                                type: string;
                            };
                            idp_configurations: {
                                additionalProperties: boolean;
                                description: string;
                                properties: {
                                    axinom: {
                                        additionalProperties: boolean;
                                        description: string;
                                        properties: {
                                            enabled: {
                                                description: string;
                                                type: string;
                                            };
                                        };
                                        required: string[];
                                        title: string;
                                        type: string;
                                    };
                                    google: {
                                        additionalProperties: boolean;
                                        description: string;
                                        if: {
                                            properties: {
                                                use_built_in_idp: {
                                                    const: boolean;
                                                    description: string;
                                                };
                                            };
                                        };
                                        properties: {
                                            client_id: {
                                                description: string;
                                                type: string;
                                            };
                                            client_secret: {
                                                description: string;
                                                type: string;
                                            };
                                            enabled: {
                                                description: string;
                                                type: string;
                                            };
                                            use_built_in_idp: {
                                                description: string;
                                                type: string;
                                            };
                                        };
                                        required: string[];
                                        then: {
                                            required: string[];
                                        };
                                        title: string;
                                        type: string;
                                    };
                                };
                                title: string;
                                type: string;
                            };
                            management_super_admins: {
                                additionalItems: boolean;
                                description: string;
                                items: {
                                    type: string;
                                };
                                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;
            })[];
        };
        template_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = EnvironmentCreatedEvent

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: string;
                                };
                                type: string;
                            };
                            users: {
                                additionalItems: boolean;
                                description: string;
                                items: {
                                    additionalProperties: boolean;
                                    description: string;
                                    properties: {
                                        email: {
                                            description: string;
                                            type: string;
                                        };
                                        first_name: {
                                            description: string;
                                            type: string;
                                        };
                                        last_name: {
                                            description: string;
                                            type: string;
                                        };
                                        password: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    title: string;
                                    type: string;
                                };
                                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: string;
                                };
                                type: string;
                            };
                            cookie_lifetime: {
                                description: string;
                                type: string;
                            };
                            idp_configurations: {
                                additionalProperties: boolean;
                                description: string;
                                properties: {
                                    axinom: {
                                        additionalProperties: boolean;
                                        description: string;
                                        properties: {
                                            enabled: {
                                                description: string;
                                                type: string;
                                            };
                                        };
                                        required: string[];
                                        title: string;
                                        type: string;
                                    };
                                    google: {
                                        additionalProperties: boolean;
                                        description: string;
                                        if: {
                                            properties: {
                                                use_built_in_idp: {
                                                    const: boolean;
                                                    description: string;
                                                };
                                            };
                                        };
                                        properties: {
                                            client_id: {
                                                description: string;
                                                type: string;
                                            };
                                            client_secret: {
                                                description: string;
                                                type: string;
                                            };
                                            enabled: {
                                                description: string;
                                                type: string;
                                            };
                                            use_built_in_idp: {
                                                description: string;
                                                type: string;
                                            };
                                        };
                                        required: string[];
                                        then: {
                                            required: string[];
                                        };
                                        title: string;
                                        type: string;
                                    };
                                };
                                title: string;
                                type: string;
                            };
                            management_super_admins: {
                                additionalItems: boolean;
                                description: string;
                                items: {
                                    type: string;
                                };
                                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;
            })[];
        };
        template_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    }
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • 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: string;
                              };
                              type: string;
                          };
                          users: {
                              additionalItems: boolean;
                              description: string;
                              items: {
                                  additionalProperties: boolean;
                                  description: string;
                                  properties: {
                                      email: {
                                          description: string;
                                          type: string;
                                      };
                                      first_name: {
                                          description: string;
                                          type: string;
                                      };
                                      last_name: {
                                          description: string;
                                          type: string;
                                      };
                                      password: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  title: string;
                                  type: string;
                              };
                              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: string;
                              };
                              type: string;
                          };
                          cookie_lifetime: {
                              description: string;
                              type: string;
                          };
                          idp_configurations: {
                              additionalProperties: boolean;
                              description: string;
                              properties: {
                                  axinom: {
                                      additionalProperties: boolean;
                                      description: string;
                                      properties: {
                                          enabled: {
                                              description: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      title: string;
                                      type: string;
                                  };
                                  google: {
                                      additionalProperties: boolean;
                                      description: string;
                                      if: {
                                          properties: {
                                              use_built_in_idp: {
                                                  const: boolean;
                                                  description: string;
                                              };
                                          };
                                      };
                                      properties: {
                                          client_id: {
                                              description: string;
                                              type: string;
                                          };
                                          client_secret: {
                                              description: string;
                                              type: string;
                                          };
                                          enabled: {
                                              description: string;
                                              type: string;
                                          };
                                          use_built_in_idp: {
                                              description: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      then: {
                                          required: string[];
                                      };
                                      title: string;
                                      type: string;
                                  };
                              };
                              title: string;
                              type: string;
                          };
                          management_super_admins: {
                              additionalItems: boolean;
                              description: string;
                              items: {
                                  type: string;
                              };
                              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;
          })[];
      }
      • 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: string;
                            };
                            type: string;
                        };
                        users: {
                            additionalItems: boolean;
                            description: string;
                            items: {
                                additionalProperties: boolean;
                                description: string;
                                properties: {
                                    email: {
                                        description: string;
                                        type: string;
                                    };
                                    first_name: {
                                        description: string;
                                        type: string;
                                    };
                                    last_name: {
                                        description: string;
                                        type: string;
                                    };
                                    password: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                title: string;
                                type: string;
                            };
                            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: string;
                            };
                            type: string;
                        };
                        cookie_lifetime: {
                            description: string;
                            type: string;
                        };
                        idp_configurations: {
                            additionalProperties: boolean;
                            description: string;
                            properties: {
                                axinom: {
                                    additionalProperties: boolean;
                                    description: string;
                                    properties: {
                                        enabled: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    title: string;
                                    type: string;
                                };
                                google: {
                                    additionalProperties: boolean;
                                    description: string;
                                    if: {
                                        properties: {
                                            use_built_in_idp: {
                                                const: boolean;
                                                description: string;
                                            };
                                        };
                                    };
                                    properties: {
                                        client_id: {
                                            description: string;
                                            type: string;
                                        };
                                        client_secret: {
                                            description: string;
                                            type: string;
                                        };
                                        enabled: {
                                            description: string;
                                            type: string;
                                        };
                                        use_built_in_idp: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    then: {
                                        required: string[];
                                    };
                                    title: string;
                                    type: string;
                                };
                            };
                            title: string;
                            type: string;
                        };
                        management_super_admins: {
                            additionalItems: boolean;
                            description: string;
                            items: {
                                type: string;
                            };
                            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;
        })[]
    • template_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc