Class GoogleServiceAccount
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class GoogleServiceAccount
- Inheritance
-
GoogleServiceAccount
- Inherited Members
-
- Extension Methods
-
Constructors
GoogleServiceAccount()
public GoogleServiceAccount()
Properties
AuthProviderX509CertUrl
public string AuthProviderX509CertUrl { get; set; }
Property Value
- string
AuthUri
public string AuthUri { get; set; }
Property Value
- string
ClientEmail
public string ClientEmail { get; set; }
Property Value
- string
ClientId
public string ClientId { get; set; }
Property Value
- string
ClientX509CertUrl
public string ClientX509CertUrl { get; set; }
Property Value
- string
PrivateKey
public string PrivateKey { get; set; }
Property Value
- string
PrivateKeyId
public string PrivateKeyId { get; set; }
Property Value
- string
ProjectId
public string ProjectId { get; set; }
Property Value
- string
TokenUri
public string TokenUri { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string