public sealed class WorkforceIdentityBasedOAuth2ClientID : IMessage<WorkforceIdentityBasedOAuth2ClientID>, IEquatable<WorkforceIdentityBasedOAuth2ClientID>, IDeepCloneable<WorkforceIdentityBasedOAuth2ClientID>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class WorkforceIdentityBasedOAuth2ClientID.
OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,
[[["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."],[[["The `WorkforceIdentityBasedOAuth2ClientID` class in the Google Cloud Backup and DR Service v1 API provides a means to manage OAuth Client IDs for workforce identities."],["This class supports both first-party (Google Identities) and third-party (External Identity Providers) OAuth Client IDs, retrievable through the properties `FirstPartyOauth2ClientId` and `ThirdPartyOauth2ClientId` respectively."],["It is designed with multiple interface implementations including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is implemented by the `object` class."],["There are multiple versions of the class, with 2.1.0 being the most current and each with their own documentation available."]]],[]]