Show / Hide Table of Contents

Class BackendServiceIAP

Identity-Aware Proxy

Inheritance
System.Object
BackendServiceIAP
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class BackendServiceIAP : IDirectResponseSchema

Properties

Enabled

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Oauth2ClientId

Declaration
[JsonProperty("oauth2ClientId")]
public virtual string Oauth2ClientId { get; set; }
Property Value
Type Description
System.String

Oauth2ClientSecret

Declaration
[JsonProperty("oauth2ClientSecret")]
public virtual string Oauth2ClientSecret { get; set; }
Property Value
Type Description
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top