Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::BackendServiceIAP.
Identity-Aware Proxy
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Whether the serving infrastructure will authenticate and authorize all incoming requests.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the serving infrastructure will authenticate and authorize all incoming requests.
Returns
- (::Boolean) — Whether the serving infrastructure will authenticate and authorize all incoming requests.
#oauth2_client_id
def oauth2_client_id() -> ::String
Returns
- (::String) — OAuth2 client ID to use for the authentication flow.
#oauth2_client_id=
def oauth2_client_id=(value) -> ::String
Parameter
- value (::String) — OAuth2 client ID to use for the authentication flow.
Returns
- (::String) — OAuth2 client ID to use for the authentication flow.
#oauth2_client_secret
def oauth2_client_secret() -> ::String
Returns
- (::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=
def oauth2_client_secret=(value) -> ::String
Parameter
- value (::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
Returns
- (::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
def oauth2_client_secret_sha256() -> ::String
Returns
- (::String) — [Output Only] SHA256 hash value for the field oauth2_client_secret above.
#oauth2_client_secret_sha256=
def oauth2_client_secret_sha256=(value) -> ::String
Parameter
- value (::String) — [Output Only] SHA256 hash value for the field oauth2_client_secret above.
Returns
- (::String) — [Output Only] SHA256 hash value for the field oauth2_client_secret above.