public sealed class BackendServiceIAP : IMessage<BackendServiceIAP>, IEquatable<BackendServiceIAP>, IDeepCloneable<BackendServiceIAP>, IBufferMessage, IMessage
Identity-Aware Proxy
Implements
IMessage<BackendServiceIAP>, IEquatable<BackendServiceIAP>, IDeepCloneable<BackendServiceIAP>, 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. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
Property Value | |
---|---|
Type | Description |
Boolean |
HasEnabled
public bool HasEnabled { get; }
Gets whether the "enabled" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasOauth2ClientId
public bool HasOauth2ClientId { get; }
Gets whether the "oauth2_client_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasOauth2ClientSecret
public bool HasOauth2ClientSecret { get; }
Gets whether the "oauth2_client_secret" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasOauth2ClientSecretSha256
public bool HasOauth2ClientSecretSha256 { get; }
Gets whether the "oauth2_client_secret_sha256" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 |