Reference documentation and code samples for the Compute V1 Client class BackendServiceIAP.
Identity-Aware Proxy
Generated from protobuf message google.cloud.compute.v1.BackendServiceIAP
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
↳ oauth2_client_id
string
OAuth2 client ID to use for the authentication flow.
↳ oauth2_client_secret
string
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
↳ oauth2_client_secret_sha256
string
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
getEnabled
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
Generated from protobuf field optional bool enabled = 1018689;
bool
hasEnabled
clearEnabled
setEnabled
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
Generated from protobuf field optional bool enabled = 1018689;
var
bool
$this
getOauth2ClientId
OAuth2 client ID to use for the authentication flow.
Generated from protobuf field optional string oauth2_client_id = 314017611;
string
hasOauth2ClientId
clearOauth2ClientId
setOauth2ClientId
OAuth2 client ID to use for the authentication flow.
Generated from protobuf field optional string oauth2_client_id = 314017611;
var
string
$this
getOauth2ClientSecret
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
Generated from protobuf field optional string oauth2_client_secret = 50999520;
string
hasOauth2ClientSecret
clearOauth2ClientSecret
setOauth2ClientSecret
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
Generated from protobuf field optional string oauth2_client_secret = 50999520;
var
string
$this
getOauth2ClientSecretSha256
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
Generated from protobuf field optional string oauth2_client_secret_sha256 = 112903782;
string
hasOauth2ClientSecretSha256
clearOauth2ClientSecretSha256
setOauth2ClientSecretSha256
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
Generated from protobuf field optional string oauth2_client_secret_sha256 = 112903782;
var
string
$this