Show / Hide Table of Contents

Class CreateServiceAccountKeyRequest

The service account key create request.

Inheritance
object
CreateServiceAccountKeyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX