Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Application::IdentityAwareProxy.
Identity-Aware Proxy
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
-
(::Boolean) — Whether the serving infrastructure will authenticate and
authorize all incoming requests.
If true, the
oauth2_client_id
andoauth2_client_secret
fields must be non-empty.
#enabled=
def enabled=(value) -> ::Boolean
-
value (::Boolean) — Whether the serving infrastructure will authenticate and
authorize all incoming requests.
If true, the
oauth2_client_id
andoauth2_client_secret
fields must be non-empty.
-
(::Boolean) — Whether the serving infrastructure will authenticate and
authorize all incoming requests.
If true, the
oauth2_client_id
andoauth2_client_secret
fields must be non-empty.
#oauth2_client_id
def oauth2_client_id() -> ::String
- (::String) — OAuth2 client ID to use for the authentication flow.
#oauth2_client_id=
def oauth2_client_id=(value) -> ::String
- value (::String) — OAuth2 client ID to use for the authentication flow.
- (::String) — OAuth2 client ID to use for the authentication flow.
#oauth2_client_secret
def oauth2_client_secret() -> ::String
-
(::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
oauth2_client_secret_sha256
field.
#oauth2_client_secret=
def oauth2_client_secret=(value) -> ::String
-
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
oauth2_client_secret_sha256
field.
-
(::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
oauth2_client_secret_sha256
field.
#oauth2_client_secret_sha256
def oauth2_client_secret_sha256() -> ::String
- (::String) — Hex-encoded SHA-256 hash of the client secret.
#oauth2_client_secret_sha256=
def oauth2_client_secret_sha256=(value) -> ::String
- value (::String) — Hex-encoded SHA-256 hash of the client secret.
- (::String) — Hex-encoded SHA-256 hash of the client secret.