public sealed class Initializer : ServiceCredential.Initializer
An initializer class for the impersonated credential.
Namespace
Google.Apis.Auth.OAuth2Assembly
Google.Apis.Auth.dll
Constructors
Initializer(String)
public Initializer(string targetPrincipal)
Constructs a new initializer.
Parameter | |
---|---|
Name | Description |
targetPrincipal | String The principal that will be impersonated. Must not be null, as it will be used to build the URL to obtaing the impersonated access token from. |
Properties
DelegateAccounts
public IEnumerable<string> DelegateAccounts { get; set; }
Gets the chained list of delegate service accounts. May be null or empty.
Property Value | |
---|---|
Type | Description |
IEnumerable<String> |
Lifetime
public TimeSpan Lifetime { get; set; }
Gets or sets for how long the delegated credential should be valid. Defaults to 1 hour or 3600 seconds.
Property Value | |
---|---|
Type | Description |
TimeSpan |
TargetPrincipal
public string TargetPrincipal { get; }
Gets the service account to impersonate.
Property Value | |
---|---|
Type | Description |
String |