Class ServiceAccountKey
Deprecated: New integrations cannot use this method and can refer to our new recommendations
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ServiceAccountKey : IDirectResponseSchema
Properties
Data
The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicData
Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
Declaration
[JsonProperty("publicData")]
public virtual string PublicData { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The file format of the generated key data.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |