Axinom Mosaic Libraries
    Preparing search index...

    Variable AxAuthServiceEnableCommandSchemaConst

    AxAuthServiceEnableCommandSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            config: {
                additionalProperties: boolean;
                description: string;
                properties: {
                    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;
                    };
                };
                title: string;
                type: string;
            };
            environment_id: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
            redirect_urls: {
                additionalItems: boolean;
                description: string;
                items: { type: string };
                type: string;
            };
            tenant_id: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
        };
        required: string[];
        title: string;
        type: string;
    } = AxAuthServiceEnableCommand

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          config: {
              additionalProperties: boolean;
              description: string;
              properties: {
                  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;
                  };
              };
              title: string;
              type: string;
          };
          environment_id: {
              description: string;
              format: string;
              maxLength: number;
              minLength: number;
              type: string;
          };
          redirect_urls: {
              additionalItems: boolean;
              description: string;
              items: { type: string };
              type: string;
          };
          tenant_id: {
              description: string;
              format: string;
              maxLength: number;
              minLength: number;
              type: string;
          };
      }
    • required: string[]
    • title: string
    • type: string