Grafeas v1 API - Class SecretLocation (3.10.0)

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

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

The location of the secret.

Inheritance

object > SecretLocation

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SecretLocation()

public SecretLocation()

SecretLocation(SecretLocation)

public SecretLocation(SecretLocation other)
Parameter
Name Description
other SecretLocation

Properties

FileLocation

public FileLocation FileLocation { get; set; }

The secret is found from a file.

Property Value
Type Description
FileLocation

LocationCase

public SecretLocation.LocationOneofCase LocationCase { get; }
Property Value
Type Description
SecretLocationLocationOneofCase