Class: Google::Cloud::AppEngine::V1::Application::IdentityAwareProxy
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::Application::IdentityAwareProxy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/application.rb
Overview
Identity-Aware Proxy
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the serving infrastructure will authenticate and authorize all incoming requests.
-
#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.
-
#oauth2_client_secret_sha256 ⇒ ::String
Hex-encoded SHA-256 hash of the client secret.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the serving infrastructure will authenticate and authorize all incoming requests.
If true, the oauth2_client_id
and oauth2_client_secret
fields must be non-empty.
118 119 120 121 |
# File 'proto_docs/google/appengine/v1/application.rb', line 118 class IdentityAwareProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth2_client_id ⇒ ::String
Returns OAuth2 client ID to use for the authentication flow.
118 119 120 121 |
# File 'proto_docs/google/appengine/v1/application.rb', line 118 class IdentityAwareProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth2_client_secret ⇒ ::String
Returns 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
oauth2_client_secret_sha256
field.
118 119 120 121 |
# File 'proto_docs/google/appengine/v1/application.rb', line 118 class IdentityAwareProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth2_client_secret_sha256 ⇒ ::String
Returns Hex-encoded SHA-256 hash of the client secret.
118 119 120 121 |
# File 'proto_docs/google/appengine/v1/application.rb', line 118 class IdentityAwareProxy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |