Interface Response.ListAuditLogEntriesResponseOrBuilder

    • Method Detail

      • hasAccessLogEntry

        boolean hasAccessLogEntry()
        .cerbos.audit.v1.AccessLogEntry access_log_entry = 1;
        Returns:
        Whether the accessLogEntry field is set.
      • getAccessLogEntry

        Audit.AccessLogEntry getAccessLogEntry()
        .cerbos.audit.v1.AccessLogEntry access_log_entry = 1;
        Returns:
        The accessLogEntry.
      • hasDecisionLogEntry

        boolean hasDecisionLogEntry()
        .cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;
        Returns:
        Whether the decisionLogEntry field is set.
      • getDecisionLogEntry

        Audit.DecisionLogEntry getDecisionLogEntry()
        .cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;
        Returns:
        The decisionLogEntry.