Skip to content

Commit 70d376e

Browse files
1 parent 92e4b34 commit 70d376e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/AndroidEnterprise/ServiceAccountKey.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class ServiceAccountKey extends \Google\Model
3333
/**
3434
* The body of the private key credentials file, in string format. This is
3535
* only populated when the ServiceAccountKey is created, and is not stored by
36-
* Google.
36+
* Google. When type is "pkcs12", the contents of the data field is base64
37+
* encoded and has the password "notasecret".
3738
*
3839
* @var string
3940
*/
@@ -64,7 +65,8 @@ class ServiceAccountKey extends \Google\Model
6465
/**
6566
* The body of the private key credentials file, in string format. This is
6667
* only populated when the ServiceAccountKey is created, and is not stored by
67-
* Google.
68+
* Google. When type is "pkcs12", the contents of the data field is base64
69+
* encoded and has the password "notasecret".
6870
*
6971
* @param string $data
7072
*/

0 commit comments

Comments
 (0)