Show / Hide Table of Contents

Class BackendServiceIAP

Identity-Aware Proxy

Inheritance
object
BackendServiceIAP
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class BackendServiceIAP : 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.

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

Oauth2ClientInfo

[Input Only] OAuth client info required to generate client id to be used for IAP.

Declaration
[JsonProperty("oauth2ClientInfo")]
public virtual BackendServiceIAPOAuth2ClientInfo Oauth2ClientInfo { get; set; }
Property Value
Type Description
BackendServiceIAPOAuth2ClientInfo

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 oauth2ClientSecretSha256 field. @InputOnly

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

Oauth2ClientSecretSha256

[Output Only] SHA256 hash value for the field oauth2_client_secret above.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX