Class IdentityAwareProxy
Identity-Aware Proxy
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class IdentityAwareProxy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Oauth2ClientId
OAuth2 client ID to use for the authentication flow.
Declaration
[JsonProperty("oauth2ClientId")]
public virtual string Oauth2ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
Oauth2ClientSecret
OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly
Declaration
[JsonProperty("oauth2ClientSecret")]
public virtual string Oauth2ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
string |
Oauth2ClientSecretSha256
Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly
Declaration
[JsonProperty("oauth2ClientSecretSha256")]
public virtual string Oauth2ClientSecretSha256 { get; set; }
Property Value
Type | Description |
---|---|
string |