Skip to content

Commit bc600b8

Browse files
Google APIscopybara-github
authored andcommitted
feat: add a variable to SingleTenantHsmInstanceCreate to control whether future key portability features will be usable on the instance
PiperOrigin-RevId: 897676455
1 parent 7f9e9ff commit bc600b8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

google/cloud/kms/v1/hsm_management.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,15 @@ message SingleTenantHsmInstance {
307307
// become disabled.
308308
google.protobuf.Timestamp disable_time = 7
309309
[(google.api.field_behavior) = OUTPUT_ONLY];
310+
311+
// Optional. Immutable. Indicates whether key portability is enabled for the
312+
// [SingleTenantHsmInstance][google.cloud.kms.v1.SingleTenantHsmInstance].
313+
// This can only be set at creation time. Key portability features are
314+
// disabled by default and not yet available in GA.
315+
bool key_portability_enabled = 8 [
316+
(google.api.field_behavior) = OPTIONAL,
317+
(google.api.field_behavior) = IMMUTABLE
318+
];
310319
}
311320

312321
// A

0 commit comments

Comments
 (0)