@@ -1270,12 +1270,13 @@ CreateKeyPairRequest defines a Key Pair to create
12701270
12711271| Field | Type | Description |
12721272| ----- | ---- | ----------- |
1273- | originator_id | [ string] ( #string ) | none |
12741273| name | [ string] ( #string ) | none |
12751274| namespace_id | [ string] ( #string ) | none |
12761275| format | [ Format] ( #format ) | encoding format of data |
12771276| certificate | [ bytes] ( #bytes ) | public certificate data |
12781277| key | [ bytes] ( #bytes ) | private key data |
1278+ | originator_id | [ string] ( #string ) | none |
1279+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ id.id | [ optional string] ( #string ) | none |
12791280 <!-- end Fields -->
12801281 <!-- end HasFields -->
12811282
@@ -1360,9 +1361,10 @@ KeyPairRecord provides existing Key Pair metadata
13601361| created_at | [ google.protobuf.Timestamp] ( #googleprotobuftimestamp ) | database record creation time |
13611362| modified_at | [ google.protobuf.Timestamp] ( #googleprotobuftimestamp ) | database record modification time |
13621363| cert_info | [ CertificateInfo] ( #certificateinfo ) | information about the public certificate |
1363- | has_private_key | [ bool] ( #bool ) | Key Pair has a private key attached |
1364+ | has_private_key | [ bool] ( #bool ) | Deprecated: This field will be removed in a future release. Use key_sha256 to verify presence of private key. |
13641365| certificate | [ bytes] ( #bytes ) | public certificate data |
13651366| originator_id | [ string] ( #string ) | none |
1367+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ key_sha256.key_sha256 | [ optional string] ( #string ) | none |
13661368 <!-- end Fields -->
13671369 <!-- end HasFields -->
13681370
@@ -2901,7 +2903,6 @@ Next id: 122.
29012903| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ timeout_write.timeout_write | [ optional google.protobuf.Duration] ( #googleprotobufduration ) | none |
29022904| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ timeout_idle.timeout_idle | [ optional google.protobuf.Duration] ( #googleprotobufduration ) | none |
29032905| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ authenticate_service_url.authenticate_service_url | [ optional string] ( #string ) | none |
2904- | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ authenticate_callback_path.authenticate_callback_path | [ optional string] ( #string ) | none |
29052906| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ cookie_name.cookie_name | [ optional string] ( #string ) | none |
29062907| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ cookie_secret.cookie_secret | [ optional string] ( #string ) | none |
29072908| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ cookie_domain.cookie_domain | [ optional string] ( #string ) | none |
0 commit comments