Show / Hide Table of Contents

Class Publisher

Publisher contains information about the publisher of this Note.

Inheritance
object
Publisher
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX