Class: Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/resources.rb

Overview

A CertificateRevocationList corresponds to a signed X.509 certificate Revocation List (CRL). A CRL contains the serial numbers of certificates that should no longer be trusted.

Defined Under Namespace

Modules: State Classes: LabelsEntry, RevokedCertificate

Instance Attribute Summary collapse

Instance Attribute Details

#access_url::String (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#labels::Google::Protobuf::Map{::String => ::String}



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#name::String



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#pem_crl::String (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#revision_id::String (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#revoked_certificates::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::RevokedCertificate> (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#sequence_number::Integer (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#state::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::State (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 657

class CertificateRevocationList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes a revoked
  # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] certificate
  #   @return [::String]
  #     The resource name for the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
  #     format `projects/*/locations/*/caPools/*/certificates/*`.
  # @!attribute [rw] hex_serial_number
  #   @return [::String]
  #     The serial number of the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}.
  # @!attribute [rw] revocation_reason
  #   @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
  #     The reason the
  #     {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} was
  #     revoked.
  class RevokedCertificate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The state of a
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList},
  # indicating if it is current.
  module State
    # Not specified.
    STATE_UNSPECIFIED = 0

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is up to date.
    ACTIVE = 1

    # The
    # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
    # is no longer current.
    SUPERSEDED = 2
  end
end