Class Publisher
Publisher contains information about the publisher of this Note.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class Publisher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssuingAuthority
Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.
Declaration
[JsonProperty("issuingAuthority")]
public virtual string IssuingAuthority { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the publisher. Examples: 'Google', 'Google Cloud Platform'.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PublisherNamespace
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
Declaration
[JsonProperty("publisherNamespace")]
public virtual string PublisherNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |