Axinom Mosaic Libraries
    Preparing search index...

    Variable UpdateOAuthRegistrationCommandSchemaConst

    UpdateOAuthRegistrationCommandSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            client_id: { description: 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;
    } = UpdateOAuthRegistrationCommand

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          client_id: { description: 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