-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodel_assoc_target_item.go
900 lines (775 loc) · 25.7 KB
/
model_assoc_target_item.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
/*
* Akeyless API
*
* The purpose of this application is to provide access to Akeyless API.
*
* API version: 2.0
* Contact: [email protected]
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package akeyless
import (
"encoding/json"
)
// AssocTargetItem assocTargetItem is a command that creates an association between target and item.
type AssocTargetItem struct {
// A path on the target to store the certificate pem file (relevant only for certificate provisioning)
CertificatePath *string `json:"certificate-path,omitempty"`
// A path on the target to store the full chain pem file (relevant only for certificate provisioning)
ChainPath *string `json:"chain-path,omitempty"`
// Automatically disable previous key version (required for azure targets)
DisablePreviousKeyVersion *bool `json:"disable-previous-key-version,omitempty"`
// Set output format to JSON
Json *bool `json:"json,omitempty"`
// A list of allowed operations for the key (required for azure targets)
KeyOperations *[]string `json:"key-operations,omitempty"`
// Keyring name of the GCP KMS (required for gcp targets)
KeyringName *string `json:"keyring-name,omitempty"`
// Algorithm of the key in GCP KMS (required for gcp targets)
KmsAlgorithm *string `json:"kms-algorithm,omitempty"`
// Location id of the GCP KMS (required for gcp targets)
LocationId *string `json:"location-id,omitempty"`
// Set to 'true' to create a multi-region managed key. (Relevant only for Classic Key AWS targets)
MultiRegion *string `json:"multi-region,omitempty"`
// The item to associate
Name string `json:"name"`
// A custom command to run on the remote target after successful provisioning (relevant only for certificate provisioning)
PostProvisionCommand *string `json:"post-provision-command,omitempty"`
// A path on the target to store the private key (relevant only for certificate provisioning)
PrivateKeyPath *string `json:"private-key-path,omitempty"`
// Project id of the GCP KMS (required for gcp targets)
ProjectId *string `json:"project-id,omitempty"`
// Protection level of the key [software/hardware] (relevant for gcp targets)
ProtectionLevel *string `json:"protection-level,omitempty"`
// Purpose of the key in GCP KMS (required for gcp targets)
Purpose *string `json:"purpose,omitempty"`
// The list of regions to create a copy of the key in (relevant for aws targets)
Regions *[]string `json:"regions,omitempty"`
// Is the target to associate is for sra, relevant only for linked target association for ldap rotated secret
SraAssociation *bool `json:"sra-association,omitempty"`
// The target to associate
TargetName string `json:"target-name"`
// The tenant secret type [Data/SearchIndex/Analytics] (required for salesforce targets)
TenantSecretType *string `json:"tenant-secret-type,omitempty"`
// Authentication token (see `/auth` and `/configure`)
Token *string `json:"token,omitempty"`
// The universal identity token, Required only for universal_identity authentication
UidToken *string `json:"uid-token,omitempty"`
// Name of the vault used (required for azure targets)
VaultName *string `json:"vault-name,omitempty"`
}
// NewAssocTargetItem instantiates a new AssocTargetItem object
// This constructor will assign default values to properties that have it defined,
// and makes sure properties required by API are set, but the set of arguments
// will change when the set of required properties is changed
func NewAssocTargetItem(name string, targetName string, ) *AssocTargetItem {
this := AssocTargetItem{}
var disablePreviousKeyVersion bool = false
this.DisablePreviousKeyVersion = &disablePreviousKeyVersion
var json bool = false
this.Json = &json
var multiRegion string = "false"
this.MultiRegion = &multiRegion
this.Name = name
var protectionLevel string = "software"
this.ProtectionLevel = &protectionLevel
var sraAssociation bool = false
this.SraAssociation = &sraAssociation
this.TargetName = targetName
return &this
}
// NewAssocTargetItemWithDefaults instantiates a new AssocTargetItem object
// This constructor will only assign default values to properties that have it defined,
// but it doesn't guarantee that properties required by API are set
func NewAssocTargetItemWithDefaults() *AssocTargetItem {
this := AssocTargetItem{}
var disablePreviousKeyVersion bool = false
this.DisablePreviousKeyVersion = &disablePreviousKeyVersion
var json bool = false
this.Json = &json
var multiRegion string = "false"
this.MultiRegion = &multiRegion
var protectionLevel string = "software"
this.ProtectionLevel = &protectionLevel
var sraAssociation bool = false
this.SraAssociation = &sraAssociation
return &this
}
// GetCertificatePath returns the CertificatePath field value if set, zero value otherwise.
func (o *AssocTargetItem) GetCertificatePath() string {
if o == nil || o.CertificatePath == nil {
var ret string
return ret
}
return *o.CertificatePath
}
// GetCertificatePathOk returns a tuple with the CertificatePath field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetCertificatePathOk() (*string, bool) {
if o == nil || o.CertificatePath == nil {
return nil, false
}
return o.CertificatePath, true
}
// HasCertificatePath returns a boolean if a field has been set.
func (o *AssocTargetItem) HasCertificatePath() bool {
if o != nil && o.CertificatePath != nil {
return true
}
return false
}
// SetCertificatePath gets a reference to the given string and assigns it to the CertificatePath field.
func (o *AssocTargetItem) SetCertificatePath(v string) {
o.CertificatePath = &v
}
// GetChainPath returns the ChainPath field value if set, zero value otherwise.
func (o *AssocTargetItem) GetChainPath() string {
if o == nil || o.ChainPath == nil {
var ret string
return ret
}
return *o.ChainPath
}
// GetChainPathOk returns a tuple with the ChainPath field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetChainPathOk() (*string, bool) {
if o == nil || o.ChainPath == nil {
return nil, false
}
return o.ChainPath, true
}
// HasChainPath returns a boolean if a field has been set.
func (o *AssocTargetItem) HasChainPath() bool {
if o != nil && o.ChainPath != nil {
return true
}
return false
}
// SetChainPath gets a reference to the given string and assigns it to the ChainPath field.
func (o *AssocTargetItem) SetChainPath(v string) {
o.ChainPath = &v
}
// GetDisablePreviousKeyVersion returns the DisablePreviousKeyVersion field value if set, zero value otherwise.
func (o *AssocTargetItem) GetDisablePreviousKeyVersion() bool {
if o == nil || o.DisablePreviousKeyVersion == nil {
var ret bool
return ret
}
return *o.DisablePreviousKeyVersion
}
// GetDisablePreviousKeyVersionOk returns a tuple with the DisablePreviousKeyVersion field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetDisablePreviousKeyVersionOk() (*bool, bool) {
if o == nil || o.DisablePreviousKeyVersion == nil {
return nil, false
}
return o.DisablePreviousKeyVersion, true
}
// HasDisablePreviousKeyVersion returns a boolean if a field has been set.
func (o *AssocTargetItem) HasDisablePreviousKeyVersion() bool {
if o != nil && o.DisablePreviousKeyVersion != nil {
return true
}
return false
}
// SetDisablePreviousKeyVersion gets a reference to the given bool and assigns it to the DisablePreviousKeyVersion field.
func (o *AssocTargetItem) SetDisablePreviousKeyVersion(v bool) {
o.DisablePreviousKeyVersion = &v
}
// GetJson returns the Json field value if set, zero value otherwise.
func (o *AssocTargetItem) GetJson() bool {
if o == nil || o.Json == nil {
var ret bool
return ret
}
return *o.Json
}
// GetJsonOk returns a tuple with the Json field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetJsonOk() (*bool, bool) {
if o == nil || o.Json == nil {
return nil, false
}
return o.Json, true
}
// HasJson returns a boolean if a field has been set.
func (o *AssocTargetItem) HasJson() bool {
if o != nil && o.Json != nil {
return true
}
return false
}
// SetJson gets a reference to the given bool and assigns it to the Json field.
func (o *AssocTargetItem) SetJson(v bool) {
o.Json = &v
}
// GetKeyOperations returns the KeyOperations field value if set, zero value otherwise.
func (o *AssocTargetItem) GetKeyOperations() []string {
if o == nil || o.KeyOperations == nil {
var ret []string
return ret
}
return *o.KeyOperations
}
// GetKeyOperationsOk returns a tuple with the KeyOperations field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetKeyOperationsOk() (*[]string, bool) {
if o == nil || o.KeyOperations == nil {
return nil, false
}
return o.KeyOperations, true
}
// HasKeyOperations returns a boolean if a field has been set.
func (o *AssocTargetItem) HasKeyOperations() bool {
if o != nil && o.KeyOperations != nil {
return true
}
return false
}
// SetKeyOperations gets a reference to the given []string and assigns it to the KeyOperations field.
func (o *AssocTargetItem) SetKeyOperations(v []string) {
o.KeyOperations = &v
}
// GetKeyringName returns the KeyringName field value if set, zero value otherwise.
func (o *AssocTargetItem) GetKeyringName() string {
if o == nil || o.KeyringName == nil {
var ret string
return ret
}
return *o.KeyringName
}
// GetKeyringNameOk returns a tuple with the KeyringName field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetKeyringNameOk() (*string, bool) {
if o == nil || o.KeyringName == nil {
return nil, false
}
return o.KeyringName, true
}
// HasKeyringName returns a boolean if a field has been set.
func (o *AssocTargetItem) HasKeyringName() bool {
if o != nil && o.KeyringName != nil {
return true
}
return false
}
// SetKeyringName gets a reference to the given string and assigns it to the KeyringName field.
func (o *AssocTargetItem) SetKeyringName(v string) {
o.KeyringName = &v
}
// GetKmsAlgorithm returns the KmsAlgorithm field value if set, zero value otherwise.
func (o *AssocTargetItem) GetKmsAlgorithm() string {
if o == nil || o.KmsAlgorithm == nil {
var ret string
return ret
}
return *o.KmsAlgorithm
}
// GetKmsAlgorithmOk returns a tuple with the KmsAlgorithm field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetKmsAlgorithmOk() (*string, bool) {
if o == nil || o.KmsAlgorithm == nil {
return nil, false
}
return o.KmsAlgorithm, true
}
// HasKmsAlgorithm returns a boolean if a field has been set.
func (o *AssocTargetItem) HasKmsAlgorithm() bool {
if o != nil && o.KmsAlgorithm != nil {
return true
}
return false
}
// SetKmsAlgorithm gets a reference to the given string and assigns it to the KmsAlgorithm field.
func (o *AssocTargetItem) SetKmsAlgorithm(v string) {
o.KmsAlgorithm = &v
}
// GetLocationId returns the LocationId field value if set, zero value otherwise.
func (o *AssocTargetItem) GetLocationId() string {
if o == nil || o.LocationId == nil {
var ret string
return ret
}
return *o.LocationId
}
// GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetLocationIdOk() (*string, bool) {
if o == nil || o.LocationId == nil {
return nil, false
}
return o.LocationId, true
}
// HasLocationId returns a boolean if a field has been set.
func (o *AssocTargetItem) HasLocationId() bool {
if o != nil && o.LocationId != nil {
return true
}
return false
}
// SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (o *AssocTargetItem) SetLocationId(v string) {
o.LocationId = &v
}
// GetMultiRegion returns the MultiRegion field value if set, zero value otherwise.
func (o *AssocTargetItem) GetMultiRegion() string {
if o == nil || o.MultiRegion == nil {
var ret string
return ret
}
return *o.MultiRegion
}
// GetMultiRegionOk returns a tuple with the MultiRegion field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetMultiRegionOk() (*string, bool) {
if o == nil || o.MultiRegion == nil {
return nil, false
}
return o.MultiRegion, true
}
// HasMultiRegion returns a boolean if a field has been set.
func (o *AssocTargetItem) HasMultiRegion() bool {
if o != nil && o.MultiRegion != nil {
return true
}
return false
}
// SetMultiRegion gets a reference to the given string and assigns it to the MultiRegion field.
func (o *AssocTargetItem) SetMultiRegion(v string) {
o.MultiRegion = &v
}
// GetName returns the Name field value
func (o *AssocTargetItem) GetName() string {
if o == nil {
var ret string
return ret
}
return o.Name
}
// GetNameOk returns a tuple with the Name field value
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetNameOk() (*string, bool) {
if o == nil {
return nil, false
}
return &o.Name, true
}
// SetName sets field value
func (o *AssocTargetItem) SetName(v string) {
o.Name = v
}
// GetPostProvisionCommand returns the PostProvisionCommand field value if set, zero value otherwise.
func (o *AssocTargetItem) GetPostProvisionCommand() string {
if o == nil || o.PostProvisionCommand == nil {
var ret string
return ret
}
return *o.PostProvisionCommand
}
// GetPostProvisionCommandOk returns a tuple with the PostProvisionCommand field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetPostProvisionCommandOk() (*string, bool) {
if o == nil || o.PostProvisionCommand == nil {
return nil, false
}
return o.PostProvisionCommand, true
}
// HasPostProvisionCommand returns a boolean if a field has been set.
func (o *AssocTargetItem) HasPostProvisionCommand() bool {
if o != nil && o.PostProvisionCommand != nil {
return true
}
return false
}
// SetPostProvisionCommand gets a reference to the given string and assigns it to the PostProvisionCommand field.
func (o *AssocTargetItem) SetPostProvisionCommand(v string) {
o.PostProvisionCommand = &v
}
// GetPrivateKeyPath returns the PrivateKeyPath field value if set, zero value otherwise.
func (o *AssocTargetItem) GetPrivateKeyPath() string {
if o == nil || o.PrivateKeyPath == nil {
var ret string
return ret
}
return *o.PrivateKeyPath
}
// GetPrivateKeyPathOk returns a tuple with the PrivateKeyPath field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetPrivateKeyPathOk() (*string, bool) {
if o == nil || o.PrivateKeyPath == nil {
return nil, false
}
return o.PrivateKeyPath, true
}
// HasPrivateKeyPath returns a boolean if a field has been set.
func (o *AssocTargetItem) HasPrivateKeyPath() bool {
if o != nil && o.PrivateKeyPath != nil {
return true
}
return false
}
// SetPrivateKeyPath gets a reference to the given string and assigns it to the PrivateKeyPath field.
func (o *AssocTargetItem) SetPrivateKeyPath(v string) {
o.PrivateKeyPath = &v
}
// GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (o *AssocTargetItem) GetProjectId() string {
if o == nil || o.ProjectId == nil {
var ret string
return ret
}
return *o.ProjectId
}
// GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetProjectIdOk() (*string, bool) {
if o == nil || o.ProjectId == nil {
return nil, false
}
return o.ProjectId, true
}
// HasProjectId returns a boolean if a field has been set.
func (o *AssocTargetItem) HasProjectId() bool {
if o != nil && o.ProjectId != nil {
return true
}
return false
}
// SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (o *AssocTargetItem) SetProjectId(v string) {
o.ProjectId = &v
}
// GetProtectionLevel returns the ProtectionLevel field value if set, zero value otherwise.
func (o *AssocTargetItem) GetProtectionLevel() string {
if o == nil || o.ProtectionLevel == nil {
var ret string
return ret
}
return *o.ProtectionLevel
}
// GetProtectionLevelOk returns a tuple with the ProtectionLevel field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetProtectionLevelOk() (*string, bool) {
if o == nil || o.ProtectionLevel == nil {
return nil, false
}
return o.ProtectionLevel, true
}
// HasProtectionLevel returns a boolean if a field has been set.
func (o *AssocTargetItem) HasProtectionLevel() bool {
if o != nil && o.ProtectionLevel != nil {
return true
}
return false
}
// SetProtectionLevel gets a reference to the given string and assigns it to the ProtectionLevel field.
func (o *AssocTargetItem) SetProtectionLevel(v string) {
o.ProtectionLevel = &v
}
// GetPurpose returns the Purpose field value if set, zero value otherwise.
func (o *AssocTargetItem) GetPurpose() string {
if o == nil || o.Purpose == nil {
var ret string
return ret
}
return *o.Purpose
}
// GetPurposeOk returns a tuple with the Purpose field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetPurposeOk() (*string, bool) {
if o == nil || o.Purpose == nil {
return nil, false
}
return o.Purpose, true
}
// HasPurpose returns a boolean if a field has been set.
func (o *AssocTargetItem) HasPurpose() bool {
if o != nil && o.Purpose != nil {
return true
}
return false
}
// SetPurpose gets a reference to the given string and assigns it to the Purpose field.
func (o *AssocTargetItem) SetPurpose(v string) {
o.Purpose = &v
}
// GetRegions returns the Regions field value if set, zero value otherwise.
func (o *AssocTargetItem) GetRegions() []string {
if o == nil || o.Regions == nil {
var ret []string
return ret
}
return *o.Regions
}
// GetRegionsOk returns a tuple with the Regions field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetRegionsOk() (*[]string, bool) {
if o == nil || o.Regions == nil {
return nil, false
}
return o.Regions, true
}
// HasRegions returns a boolean if a field has been set.
func (o *AssocTargetItem) HasRegions() bool {
if o != nil && o.Regions != nil {
return true
}
return false
}
// SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (o *AssocTargetItem) SetRegions(v []string) {
o.Regions = &v
}
// GetSraAssociation returns the SraAssociation field value if set, zero value otherwise.
func (o *AssocTargetItem) GetSraAssociation() bool {
if o == nil || o.SraAssociation == nil {
var ret bool
return ret
}
return *o.SraAssociation
}
// GetSraAssociationOk returns a tuple with the SraAssociation field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetSraAssociationOk() (*bool, bool) {
if o == nil || o.SraAssociation == nil {
return nil, false
}
return o.SraAssociation, true
}
// HasSraAssociation returns a boolean if a field has been set.
func (o *AssocTargetItem) HasSraAssociation() bool {
if o != nil && o.SraAssociation != nil {
return true
}
return false
}
// SetSraAssociation gets a reference to the given bool and assigns it to the SraAssociation field.
func (o *AssocTargetItem) SetSraAssociation(v bool) {
o.SraAssociation = &v
}
// GetTargetName returns the TargetName field value
func (o *AssocTargetItem) GetTargetName() string {
if o == nil {
var ret string
return ret
}
return o.TargetName
}
// GetTargetNameOk returns a tuple with the TargetName field value
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetTargetNameOk() (*string, bool) {
if o == nil {
return nil, false
}
return &o.TargetName, true
}
// SetTargetName sets field value
func (o *AssocTargetItem) SetTargetName(v string) {
o.TargetName = v
}
// GetTenantSecretType returns the TenantSecretType field value if set, zero value otherwise.
func (o *AssocTargetItem) GetTenantSecretType() string {
if o == nil || o.TenantSecretType == nil {
var ret string
return ret
}
return *o.TenantSecretType
}
// GetTenantSecretTypeOk returns a tuple with the TenantSecretType field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetTenantSecretTypeOk() (*string, bool) {
if o == nil || o.TenantSecretType == nil {
return nil, false
}
return o.TenantSecretType, true
}
// HasTenantSecretType returns a boolean if a field has been set.
func (o *AssocTargetItem) HasTenantSecretType() bool {
if o != nil && o.TenantSecretType != nil {
return true
}
return false
}
// SetTenantSecretType gets a reference to the given string and assigns it to the TenantSecretType field.
func (o *AssocTargetItem) SetTenantSecretType(v string) {
o.TenantSecretType = &v
}
// GetToken returns the Token field value if set, zero value otherwise.
func (o *AssocTargetItem) GetToken() string {
if o == nil || o.Token == nil {
var ret string
return ret
}
return *o.Token
}
// GetTokenOk returns a tuple with the Token field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetTokenOk() (*string, bool) {
if o == nil || o.Token == nil {
return nil, false
}
return o.Token, true
}
// HasToken returns a boolean if a field has been set.
func (o *AssocTargetItem) HasToken() bool {
if o != nil && o.Token != nil {
return true
}
return false
}
// SetToken gets a reference to the given string and assigns it to the Token field.
func (o *AssocTargetItem) SetToken(v string) {
o.Token = &v
}
// GetUidToken returns the UidToken field value if set, zero value otherwise.
func (o *AssocTargetItem) GetUidToken() string {
if o == nil || o.UidToken == nil {
var ret string
return ret
}
return *o.UidToken
}
// GetUidTokenOk returns a tuple with the UidToken field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetUidTokenOk() (*string, bool) {
if o == nil || o.UidToken == nil {
return nil, false
}
return o.UidToken, true
}
// HasUidToken returns a boolean if a field has been set.
func (o *AssocTargetItem) HasUidToken() bool {
if o != nil && o.UidToken != nil {
return true
}
return false
}
// SetUidToken gets a reference to the given string and assigns it to the UidToken field.
func (o *AssocTargetItem) SetUidToken(v string) {
o.UidToken = &v
}
// GetVaultName returns the VaultName field value if set, zero value otherwise.
func (o *AssocTargetItem) GetVaultName() string {
if o == nil || o.VaultName == nil {
var ret string
return ret
}
return *o.VaultName
}
// GetVaultNameOk returns a tuple with the VaultName field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *AssocTargetItem) GetVaultNameOk() (*string, bool) {
if o == nil || o.VaultName == nil {
return nil, false
}
return o.VaultName, true
}
// HasVaultName returns a boolean if a field has been set.
func (o *AssocTargetItem) HasVaultName() bool {
if o != nil && o.VaultName != nil {
return true
}
return false
}
// SetVaultName gets a reference to the given string and assigns it to the VaultName field.
func (o *AssocTargetItem) SetVaultName(v string) {
o.VaultName = &v
}
func (o AssocTargetItem) MarshalJSON() ([]byte, error) {
toSerialize := map[string]interface{}{}
if o.CertificatePath != nil {
toSerialize["certificate-path"] = o.CertificatePath
}
if o.ChainPath != nil {
toSerialize["chain-path"] = o.ChainPath
}
if o.DisablePreviousKeyVersion != nil {
toSerialize["disable-previous-key-version"] = o.DisablePreviousKeyVersion
}
if o.Json != nil {
toSerialize["json"] = o.Json
}
if o.KeyOperations != nil {
toSerialize["key-operations"] = o.KeyOperations
}
if o.KeyringName != nil {
toSerialize["keyring-name"] = o.KeyringName
}
if o.KmsAlgorithm != nil {
toSerialize["kms-algorithm"] = o.KmsAlgorithm
}
if o.LocationId != nil {
toSerialize["location-id"] = o.LocationId
}
if o.MultiRegion != nil {
toSerialize["multi-region"] = o.MultiRegion
}
if true {
toSerialize["name"] = o.Name
}
if o.PostProvisionCommand != nil {
toSerialize["post-provision-command"] = o.PostProvisionCommand
}
if o.PrivateKeyPath != nil {
toSerialize["private-key-path"] = o.PrivateKeyPath
}
if o.ProjectId != nil {
toSerialize["project-id"] = o.ProjectId
}
if o.ProtectionLevel != nil {
toSerialize["protection-level"] = o.ProtectionLevel
}
if o.Purpose != nil {
toSerialize["purpose"] = o.Purpose
}
if o.Regions != nil {
toSerialize["regions"] = o.Regions
}
if o.SraAssociation != nil {
toSerialize["sra-association"] = o.SraAssociation
}
if true {
toSerialize["target-name"] = o.TargetName
}
if o.TenantSecretType != nil {
toSerialize["tenant-secret-type"] = o.TenantSecretType
}
if o.Token != nil {
toSerialize["token"] = o.Token
}
if o.UidToken != nil {
toSerialize["uid-token"] = o.UidToken
}
if o.VaultName != nil {
toSerialize["vault-name"] = o.VaultName
}
return json.Marshal(toSerialize)
}
type NullableAssocTargetItem struct {
value *AssocTargetItem
isSet bool
}
func (v NullableAssocTargetItem) Get() *AssocTargetItem {
return v.value
}
func (v *NullableAssocTargetItem) Set(val *AssocTargetItem) {
v.value = val
v.isSet = true
}
func (v NullableAssocTargetItem) IsSet() bool {
return v.isSet
}
func (v *NullableAssocTargetItem) Unset() {
v.value = nil
v.isSet = false
}
func NewNullableAssocTargetItem(val *AssocTargetItem) *NullableAssocTargetItem {
return &NullableAssocTargetItem{value: val, isSet: true}
}
func (v NullableAssocTargetItem) MarshalJSON() ([]byte, error) {
return json.Marshal(v.value)
}
func (v *NullableAssocTargetItem) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}