- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class BackendServiceIAP : IMessage<BackendServiceIAP>, IEquatable<BackendServiceIAP>, IDeepCloneable<BackendServiceIAP>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class BackendServiceIAP.
Identity-Aware Proxy
Implements
IMessageBackendServiceIAP, IEquatableBackendServiceIAP, IDeepCloneableBackendServiceIAP, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BackendServiceIAP()
public BackendServiceIAP()BackendServiceIAP(BackendServiceIAP)
public BackendServiceIAP(BackendServiceIAP other)| Parameter | |
|---|---|
| Name | Description |
other |
BackendServiceIAP |
Properties
Enabled
public bool Enabled { get; set; }Whether the serving infrastructure will authenticate and authorize all incoming requests.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnabled
public bool HasEnabled { get; }Gets whether the "enabled" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasOauth2ClientId
public bool HasOauth2ClientId { get; }Gets whether the "oauth2_client_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasOauth2ClientSecret
public bool HasOauth2ClientSecret { get; }Gets whether the "oauth2_client_secret" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasOauth2ClientSecretSha256
public bool HasOauth2ClientSecretSha256 { get; }Gets whether the "oauth2_client_secret_sha256" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Oauth2ClientId
public string Oauth2ClientId { get; set; }OAuth2 client ID to use for the authentication flow.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Oauth2ClientSecret
public string Oauth2ClientSecret { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
string |
|
Oauth2ClientSecretSha256
public string Oauth2ClientSecretSha256 { get; set; }[Output Only] SHA256 hash value for the field oauth2_client_secret above.
| Property Value | |
|---|---|
| Type | Description |
string |
|