Axinom Mosaic Libraries
    Preparing search index...

    Variable ObjectStorageCredentialsRegeneratedEventSchemaConst

    ObjectStorageCredentialsRegeneratedEventSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            environment_id: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
            object_storage_id: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
            object_storage_name: { description: string; type: string };
            provider_type: {
                description: string;
                enum: string[];
                title: string;
                type: string;
            };
            tenant_id: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
        };
        required: string[];
        title: string;
        type: string;
    } = ObjectStorageCredentialsRegeneratedEvent

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          environment_id: {
              description: string;
              format: string;
              maxLength: number;
              minLength: number;
              type: string;
          };
          object_storage_id: {
              description: string;
              format: string;
              maxLength: number;
              minLength: number;
              type: string;
          };
          object_storage_name: { description: string; type: string };
          provider_type: {
              description: string;
              enum: string[];
              title: string;
              type: string;
          };
          tenant_id: {
              description: string;
              format: string;
              maxLength: number;
              minLength: number;
              type: string;
          };
      }
    • required: string[]
    • title: string
    • type: string