From 274818e7b6bcf2a7a12161e67c9d29c035213300 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 21 Sep 2023 13:47:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20update=20to=20latest=20api=20sch?= =?UTF-8?q?ema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/input.go b/input.go index bb15efd..2a3dfe6 100644 --- a/input.go +++ b/input.go @@ -1161,8 +1161,9 @@ type OciConfigurationOptionsInput struct { Region String `json:"region"` // (Required.) Fingerprint String `json:"fingerprint"` - // (Required.) - PrivateKey String `json:"privateKey"` + + // (Optional.) + PrivateKey *String `json:"privateKey,omitempty"` } // OktaConfigurationOptionsInput