Release v1.6.0 (#324)
* Update version and changelog for v1.6.0
* Update docs
diff --git a/docs/dyn/androidenterprise_v1.serviceaccountkeys.html b/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
index 438225f..d1292cf 100644
--- a/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
+++ b/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
@@ -106,10 +106,11 @@
The object takes the form of:
{ # Credentials that can be used to authenticate as a service account.
- "type": "A String", # The file format of the generated key data.
+ "publicData": "A String", # 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.
"kind": "androidenterprise#serviceAccountKey", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#serviceAccountKey".
"data": "A String", # 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.
"id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+ "type": "A String", # The file format of the generated key data.
}
@@ -117,10 +118,11 @@
An object of the form:
{ # Credentials that can be used to authenticate as a service account.
- "type": "A String", # The file format of the generated key data.
+ "publicData": "A String", # 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.
"kind": "androidenterprise#serviceAccountKey", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#serviceAccountKey".
"data": "A String", # 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.
"id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+ "type": "A String", # The file format of the generated key data.
}</pre>
</div>
@@ -137,10 +139,11 @@
{
"serviceAccountKey": [ # The service account credentials.
{ # Credentials that can be used to authenticate as a service account.
- "type": "A String", # The file format of the generated key data.
+ "publicData": "A String", # 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.
"kind": "androidenterprise#serviceAccountKey", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#serviceAccountKey".
"data": "A String", # 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.
"id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+ "type": "A String", # The file format of the generated key data.
},
],
}</pre>