Grafeas v1 API - Class SecretOccurrence (3.10.0)

public sealed class SecretOccurrence : IMessage<SecretOccurrence>, IEquatable<SecretOccurrence>, IDeepCloneable<SecretOccurrence>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class SecretOccurrence.

The occurrence provides details of a secret.

Inheritance

object > SecretOccurrence

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SecretOccurrence()

public SecretOccurrence()

SecretOccurrence(SecretOccurrence)

public SecretOccurrence(SecretOccurrence other)
Parameter
Name Description
other SecretOccurrence

Properties

Kind

public SecretKind Kind { get; set; }

Type of secret.

Property Value
Type Description
SecretKind

Locations

public RepeatedField<SecretLocation> Locations { get; }

Locations where the secret is detected.

Property Value
Type Description
RepeatedFieldSecretLocation

Statuses

public RepeatedField<SecretStatus> Statuses { get; }

Status of the secret.

Property Value
Type Description
RepeatedFieldSecretStatus