[[["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."],[[["The `ImpersonatedCredential.Initializer` class is used to initialize credentials for impersonating a service account within the Google API environment."],["This class inherits from `ServiceCredential.Initializer` and thus includes properties for configuring token server URL, clock, access method, HTTP client factory, exponential backoff policy, quota project, and scopes."],["The `Initializer` constructor takes a `targetPrincipal` string, which is the service account to be impersonated, as a mandatory parameter."],["Key properties include `DelegateAccounts`, which manages a list of chained delegate accounts, `Lifetime`, which determines the validity duration of the credential, and `TargetPrincipal`, which specifies the service account to impersonate."],["The documentation provided shows various versions of the API, including the latest, 1.69.0, and older versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0, along with their respective links."]]],[]]