Show / Hide Table of Contents

Class GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo

Message contains the JWT encryption information for the proxy server.

Inheritance
object
GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EncryptionSaEmail

Optional. Service Account for encryption key.

Declaration
[JsonProperty("encryptionSaEmail")]
public virtual string EncryptionSaEmail { get; set; }
Property Value
Type Description
string

Jwk

Optional. JWK in string.

Declaration
[JsonProperty("jwk")]
public virtual string Jwk { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX