$AuditResult: {
    properties: {
        auditEntityType: {
            isReadOnly: true;
            type: "string";
        };
        changedBy: {
            isReadOnly: true;
            type: "string";
        };
        createdBy: {
            isReadOnly: true;
            type: "string";
        };
        createdTime: {
            isReadOnly: true;
            type: "string";
        };
        eventBrokerId: {
            isReadOnly: true;
            type: "string";
        };
        eventBrokerName: {
            isReadOnly: true;
            type: "string";
        };
        id: {
            isReadOnly: true;
            type: "string";
        };
        identifier: {
            isReadOnly: true;
            type: "string";
        };
        schemaType: {
            type: "string";
        };
        status: {
            isReadOnly: true;
            type: "string";
        };
        type: {
            type: "string";
        };
        updatedTime: {
            isReadOnly: true;
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        auditEntityType: {
            isReadOnly: true;
            type: "string";
        };
        changedBy: {
            isReadOnly: true;
            type: "string";
        };
        createdBy: {
            isReadOnly: true;
            type: "string";
        };
        createdTime: {
            isReadOnly: true;
            type: "string";
        };
        eventBrokerId: {
            isReadOnly: true;
            type: "string";
        };
        eventBrokerName: {
            isReadOnly: true;
            type: "string";
        };
        id: {
            isReadOnly: true;
            type: "string";
        };
        identifier: {
            isReadOnly: true;
            type: "string";
        };
        schemaType: {
            type: "string";
        };
        status: {
            isReadOnly: true;
            type: "string";
        };
        type: {
            type: "string";
        };
        updatedTime: {
            isReadOnly: true;
            type: "string";
        };
    }
    • auditEntityType: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • changedBy: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • createdBy: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • createdTime: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • eventBrokerId: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • eventBrokerName: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • id: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • identifier: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • schemaType: {
          type: "string";
      }
      • type: "string"
    • status: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"
    • type: {
          type: "string";
      }
      • type: "string"
    • updatedTime: {
          isReadOnly: true;
          type: "string";
      }
      • isReadOnly: true
      • type: "string"