Show / Hide Table of Contents

Class SimpleSecretHolderProto

Represents a principal which possesses a particular, presumably secret, string. Useful for things like "auth keys," used for anonymous sharing. Since representing this principal with the actual secret included reveals the secret, it's best if the requisite condition is enforced in some other way, for example via Keystore wrapping attributes (Keystore will unwrap only if the specified secret, aka "attribute", is presented). All that's stored here is an identifying label.

Inheritance
object
SimpleSecretHolderProto
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SimpleSecretHolderProto : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Label

A descriptive label to help identify a relevant ACL entry or otherwise disambiguate this instance.

Declaration
[JsonProperty("label")]
public virtual SimpleSecretLabelProto Label { get; set; }
Property Value
Type Description
SimpleSecretLabelProto

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX