public sealed class Application.Types.IdentityAwareProxy : IMessage<Application.Types.IdentityAwareProxy>, IEquatable<Application.Types.IdentityAwareProxy>, IDeepCloneable<Application.Types.IdentityAwareProxy>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class Application.Types.IdentityAwareProxy.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Application.Types.IdentityAwareProxy` class within the Google Cloud App Engine v1 API, detailing its properties, inheritance, and implementations."],["The `IdentityAwareProxy` class is part of the `Google.Cloud.AppEngine.V1` namespace and is contained within the `Google.Cloud.AppEngine.V1.dll` assembly, used for managing Identity-Aware Proxy settings in App Engine applications."],["The class includes properties such as `Enabled`, `Oauth2ClientId`, `Oauth2ClientSecret`, and `Oauth2ClientSecretSha256`, which allow for configuration of the authentication flow and security aspects of Identity-Aware Proxy."],["Constructors are provided for creating instances of `IdentityAwareProxy`, including one that allows copying from an existing `IdentityAwareProxy` object, and the class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are several documented versions of the `IdentityAwareProxy` API, ranging from version 1.0.0 to 2.4.0, with version 2.4.0 being the latest."]]],[]]