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.
Implements
IMessageSecretOccurrence, IEquatableSecretOccurrence, IDeepCloneableSecretOccurrence, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
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 |