@maxim_mazurok/gapi.client.appengine-v1beta 0.1.20251005 → 0.2.20251005
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -153,7 +153,7 @@ declare namespace gapi.client {
|
|
|
153
153
|
cloudBuildId?: string;
|
|
154
154
|
}
|
|
155
155
|
interface CertificateRawData {
|
|
156
|
-
/** Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----
|
|
156
|
+
/** Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly */
|
|
157
157
|
privateKey?: string;
|
|
158
158
|
/** PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- */
|
|
159
159
|
publicCertificate?: string;
|
|
@@ -336,7 +336,7 @@ declare namespace gapi.client {
|
|
|
336
336
|
enabled?: boolean;
|
|
337
337
|
/** OAuth2 client ID to use for the authentication flow. */
|
|
338
338
|
oauth2ClientId?: string;
|
|
339
|
-
/** OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field
|
|
339
|
+
/** OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly */
|
|
340
340
|
oauth2ClientSecret?: string;
|
|
341
341
|
/** Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly */
|
|
342
342
|
oauth2ClientSecretSha256?: string;
|