Class: Grafeas::V1::VulnerabilityAssessmentNote::Publisher
- Inherits:
-
Object
- Object
- Grafeas::V1::VulnerabilityAssessmentNote::Publisher
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/vex.rb
Overview
Publisher contains information about the publisher of this Note. (-- api-linter: core::0123::resource-annotation=disabled aip.dev/not-precedent: Publisher is not a separate resource. --)
Instance Attribute Summary collapse
-
#issuing_authority ⇒ ::String
Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.
-
#name ⇒ ::String
Name of the publisher.
-
#publisher_namespace ⇒ ::String
The context or namespace.
Instance Attribute Details
#issuing_authority ⇒ ::String
Returns Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.
69 70 71 72 |
# File 'proto_docs/grafeas/v1/vex.rb', line 69 class Publisher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the publisher. Examples: 'Google', 'Google Cloud Platform'.
69 70 71 72 |
# File 'proto_docs/grafeas/v1/vex.rb', line 69 class Publisher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publisher_namespace ⇒ ::String
Returns The context or namespace. Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io.
69 70 71 72 |
# File 'proto_docs/grafeas/v1/vex.rb', line 69 class Publisher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |