You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `Types of public keys that are supported. At a minimum, we support RSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms Possible values: ["KEY_TYPE_UNSPECIFIED", "PEM"]`,
89
+
Description: `The format of the public key. Currently, only PEM format is supported. Possible values: ["KEY_TYPE_UNSPECIFIED", "PEM"]`,
Description: `Types of public keys that are supported. At a minimum, we support RSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms`,
704
+
Description: `The format of the public key. Currently, only PEM format is supported.`,
@@ -563,7 +561,7 @@ The `public_key` block supports:
563
561
564
562
*`format` -
565
563
(Required)
566
-
Types of public keys that are supported. At a minimum, we support RSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms
564
+
The format of the public key. Currently, only PEM format is supported.
567
565
Possible values are `KEY_TYPE_UNSPECIFIED` and `PEM`.
568
566
569
567
## Attributes Reference
@@ -819,7 +817,7 @@ The `public_key` block contains:
819
817
Required. A public key. When this is specified in a request, the padding and encoding can be any of the options described by the respective 'KeyType' value. When this is generated by the service, it will always be an RFC 5280 SubjectPublicKeyInfo structure containing an algorithm identifier and a key. A base64-encoded string.
820
818
821
819
*`format` -
822
-
Types of public keys that are supported. At a minimum, we support RSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms
820
+
The format of the public key. Currently, only PEM format is supported.
0 commit comments