public sealed class IdentityAwareProxy : IMessage<Application.Types.IdentityAwareProxy>, IEquatable<Application.Types.IdentityAwareProxy>, IDeepCloneable<Application.Types.IdentityAwareProxy>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eIdentityAwareProxy\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AppEngine.V1\u003c/code\u003e namespace, specifically version 1.4.0, with links to documentation for other versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIdentityAwareProxy\u003c/code\u003e class, which implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, is used for configuring identity-aware proxy settings for the Google App Engine.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties such as \u003ccode\u003eEnabled\u003c/code\u003e, \u003ccode\u003eOauth2ClientId\u003c/code\u003e, \u003ccode\u003eOauth2ClientSecret\u003c/code\u003e, and \u003ccode\u003eOauth2ClientSecretSha256\u003c/code\u003e to manage the authentication flow and security.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default constructor \u003ccode\u003eIdentityAwareProxy()\u003c/code\u003e and an overloaded constructor \u003ccode\u003eIdentityAwareProxy(Application.Types.IdentityAwareProxy other)\u003c/code\u003e to create a new instance based on another IdentityAwareProxy instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOauth2ClientSecret\u003c/code\u003e property is write-only and will return the \u003ccode\u003eOauth2ClientSecretSha256\u003c/code\u003e when read as to preserve security, and the \u003ccode\u003eEnabled\u003c/code\u003e property will require both \u003ccode\u003eoauth2_client_id\u003c/code\u003e and \u003ccode\u003eoauth2_client_secret\u003c/code\u003e to be filled in if it is true.\u003c/p\u003e\n"]]],[],null,[]]