public sealed class BackendServiceIAP : IMessage<BackendServiceIAP>, IEquatable<BackendServiceIAP>, IDeepCloneable<BackendServiceIAP>, IBufferMessage, IMessage
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
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
[[["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-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBackendServiceIAP\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, is used for managing Identity-Aware Proxy settings, with the latest version being 3.6.0, and a history of versions going back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows configuration of whether to authenticate and authorize incoming requests through the \u003ccode\u003eEnabled\u003c/code\u003e property, requiring \u003ccode\u003eoauth2ClientId\u003c/code\u003e and \u003ccode\u003eoauth2ClientSecret\u003c/code\u003e if set to true.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eoauth2ClientSecret\u003c/code\u003e property, vital for the authentication flow, is handled securely, meaning the actual secret cannot be retrieved, but its SHA-256 hash can be accessed through \u003ccode\u003eOauth2ClientSecretSha256\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class, offering diverse functionalities like deep cloning and equality checks.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBackendServiceIAP\u003c/code\u003e has two constructors; one default constructor, and one to initialize the object with the values of another existing \u003ccode\u003eBackendServiceIAP\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]