public string RegionalCredentialVerificationUrl { get; set; }
For AWS credentials, the STS server will use this URL to validate the subject token
included on the STS request. This URL will be included as part of the subject token.
For URL-sourced credentials this is the URL from which to obtain the subject token from.
For AWS credentials this is the URL for the metadata server from which to obtain the
security credentials that will be used to sign the subject token.
[[["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\u003eThe \u003ccode\u003eCredentialSource\u003c/code\u003e class in the \u003ccode\u003eGoogle.Apis.Auth.OAuth2\u003c/code\u003e namespace acts as a holder for parameters related to external account credentials, specifically within the context of JSON credential parameters.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports various credential sources, including file-based and URL-based retrieval of subject tokens, with properties to define file paths, URLs, and token formats.\u003c/p\u003e\n"],["\u003cp\u003eIt provides specific configurations for AWS credentials, such as properties for specifying metadata server URLs (\u003ccode\u003eRegionUrl\u003c/code\u003e, \u003ccode\u003eImdsV2SessionTokenUrl\u003c/code\u003e) and a URL for validating subject tokens (\u003ccode\u003eRegionalCredentialVerificationUrl\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCredentialSource\u003c/code\u003e includes properties like \u003ccode\u003eEnvironmentId\u003c/code\u003e for AWS accounts, \u003ccode\u003eHeaders\u003c/code\u003e for URL-based credential requests, and \u003ccode\u003eFormat\u003c/code\u003e to define the subject token format.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available in the documentation is 1.69.0, and there are several older versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0.\u003c/p\u003e\n"]]],[],null,[]]