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.
Implements
IMessageSecretLocation, IEquatableSecretLocation, IDeepCloneableSecretLocation, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
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 |