Enum EnterprisesResource.GetServiceAccountRequest.KeyTypeEnum
The type of credential to return with the service account. Required.
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public enum EnterprisesResource.GetServiceAccountRequest.KeyTypeEnum
Fields
Name | Description |
---|---|
GoogleCredentials | Google Credentials File format. |
Pkcs12 | PKCS12 format. The password for the PKCS12 file is 'notasecret'. For more information, see https://tools.ietf.org/html/rfc7292. The data for keys of this type are base64 encoded according to RFC 4648 Section 4. See http://tools.ietf.org/html/rfc4648#section-4. |