Class CreateServiceAccountKeyRequest
The service account key create request.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class CreateServiceAccountKeyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyAlgorithm
Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.
Declaration
[JsonProperty("keyAlgorithm")]
public virtual string KeyAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
string |
PrivateKeyType
The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE
, which is the
Google Credentials File format.
Declaration
[JsonProperty("privateKeyType")]
public virtual string PrivateKeyType { get; set; }
Property Value
Type | Description |
---|---|
string |