File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments