Class GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo
Message contains the JWT encryption information for the proxy server.
Implements
Inherited Members
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 |