Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/AndroidEnterprise/ServiceAccountKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class ServiceAccountKey extends \Google\Model
/**
* 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.
* Google. When type is "pkcs12", the contents of the data field is base64
* encoded and has the password "notasecret".
*
* @var string
*/
Expand Down Expand Up @@ -64,7 +65,8 @@ class ServiceAccountKey extends \Google\Model
/**
* 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.
* Google. When type is "pkcs12", the contents of the data field is base64
* encoded and has the password "notasecret".
*
* @param string $data
*/
Expand Down
Loading