Class BackendServiceIAP
Identity-Aware Proxy
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |
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 |