File: GroupProperties.md

package info (click to toggle)
golang-github-ionos-cloud-sdk-go 6.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,360 kB
  • sloc: sh: 35; makefile: 3
file content (704 lines) | stat: -rw-r--r-- 23,222 bytes parent folder | download | duplicates (2)
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
# GroupProperties

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Name** | Pointer to **string** | The name of the resource. | [optional] |
|**CreateDataCenter** | Pointer to **bool** | Create data center privilege. | [optional] |
|**CreateSnapshot** | Pointer to **bool** | Create snapshot privilege. | [optional] |
|**ReserveIp** | Pointer to **bool** | Reserve IP block privilege. | [optional] |
|**AccessActivityLog** | Pointer to **bool** | Activity log access privilege. | [optional] |
|**CreatePcc** | Pointer to **bool** | User privilege to create a cross connect. | [optional] |
|**S3Privilege** | Pointer to **bool** | S3 privilege. | [optional] |
|**CreateBackupUnit** | Pointer to **bool** | Create backup unit privilege. | [optional] |
|**CreateInternetAccess** | Pointer to **bool** | Create internet access privilege. | [optional] |
|**CreateK8sCluster** | Pointer to **bool** | Create Kubernetes cluster privilege. | [optional] |
|**CreateFlowLog** | Pointer to **bool** | Create Flow Logs privilege. | [optional] |
|**AccessAndManageMonitoring** | Pointer to **bool** | Privilege for a group to access and manage monitoring related functionality (access metrics, CRUD on alarms, alarm-actions etc) using Monotoring-as-a-Service (MaaS). | [optional] |
|**AccessAndManageCertificates** | Pointer to **bool** | Privilege for a group to access and manage certificates. | [optional] |
|**ManageDBaaS** | Pointer to **bool** | Privilege for a group to manage DBaaS related functionality. | [optional] |
|**AccessAndManageDns** | Pointer to **bool** | Privilege for a group to access and manage dns records. | [optional] |
|**ManageRegistry** | Pointer to **bool** | Privilege for group accessing container registry related functionality. | [optional] |
|**ManageDataplatform** | Pointer to **bool** | Privilege for a group to access and manage the Data Platform. | [optional] |
|**AccessAndManageLogging** | Pointer to **bool** | Privilege for a group to access and manage Logs. | [optional] |
|**AccessAndManageCdn** | Pointer to **bool** | Privilege for a group to access and manage CDN. | [optional] |
|**AccessAndManageVpn** | Pointer to **bool** | Privilege for a group to access and manage VPN. | [optional] |
|**AccessAndManageApiGateway** | Pointer to **bool** | Privilege for a group to access and manage API Gateway. | [optional] |
|**AccessAndManageKaas** | Pointer to **bool** | Privilege for a group to access and manage KaaS. | [optional] |
|**AccessAndManageNetworkFileStorage** | Pointer to **bool** | Privilege for a group to access and manage Network File Storage. | [optional] |
|**AccessAndManageAiModelHub** | Pointer to **bool** | Privilege for a group to access and manage AI Model Hub. | [optional] |
|**AccessAndManageIamResources** | Pointer to **bool** | Privilege for a group to access and manage Password Policies. | [optional] |
|**CreateNetworkSecurityGroups** | Pointer to **bool** | Privilege for a group to access and manage Network Security Groups. | [optional] |

## Methods

### NewGroupProperties

`func NewGroupProperties() *GroupProperties`

NewGroupProperties instantiates a new GroupProperties 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

### NewGroupPropertiesWithDefaults

`func NewGroupPropertiesWithDefaults() *GroupProperties`

NewGroupPropertiesWithDefaults instantiates a new GroupProperties 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

### GetName

`func (o *GroupProperties) GetName() string`

GetName returns the Name field if non-nil, zero value otherwise.

### GetNameOk

`func (o *GroupProperties) GetNameOk() (*string, bool)`

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetName

`func (o *GroupProperties) SetName(v string)`

SetName sets Name field to given value.

### HasName

`func (o *GroupProperties) HasName() bool`

HasName returns a boolean if a field has been set.

### GetCreateDataCenter

`func (o *GroupProperties) GetCreateDataCenter() bool`

GetCreateDataCenter returns the CreateDataCenter field if non-nil, zero value otherwise.

### GetCreateDataCenterOk

`func (o *GroupProperties) GetCreateDataCenterOk() (*bool, bool)`

GetCreateDataCenterOk returns a tuple with the CreateDataCenter field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateDataCenter

`func (o *GroupProperties) SetCreateDataCenter(v bool)`

SetCreateDataCenter sets CreateDataCenter field to given value.

### HasCreateDataCenter

`func (o *GroupProperties) HasCreateDataCenter() bool`

HasCreateDataCenter returns a boolean if a field has been set.

### GetCreateSnapshot

`func (o *GroupProperties) GetCreateSnapshot() bool`

GetCreateSnapshot returns the CreateSnapshot field if non-nil, zero value otherwise.

### GetCreateSnapshotOk

`func (o *GroupProperties) GetCreateSnapshotOk() (*bool, bool)`

GetCreateSnapshotOk returns a tuple with the CreateSnapshot field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateSnapshot

`func (o *GroupProperties) SetCreateSnapshot(v bool)`

SetCreateSnapshot sets CreateSnapshot field to given value.

### HasCreateSnapshot

`func (o *GroupProperties) HasCreateSnapshot() bool`

HasCreateSnapshot returns a boolean if a field has been set.

### GetReserveIp

`func (o *GroupProperties) GetReserveIp() bool`

GetReserveIp returns the ReserveIp field if non-nil, zero value otherwise.

### GetReserveIpOk

`func (o *GroupProperties) GetReserveIpOk() (*bool, bool)`

GetReserveIpOk returns a tuple with the ReserveIp field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetReserveIp

`func (o *GroupProperties) SetReserveIp(v bool)`

SetReserveIp sets ReserveIp field to given value.

### HasReserveIp

`func (o *GroupProperties) HasReserveIp() bool`

HasReserveIp returns a boolean if a field has been set.

### GetAccessActivityLog

`func (o *GroupProperties) GetAccessActivityLog() bool`

GetAccessActivityLog returns the AccessActivityLog field if non-nil, zero value otherwise.

### GetAccessActivityLogOk

`func (o *GroupProperties) GetAccessActivityLogOk() (*bool, bool)`

GetAccessActivityLogOk returns a tuple with the AccessActivityLog field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessActivityLog

`func (o *GroupProperties) SetAccessActivityLog(v bool)`

SetAccessActivityLog sets AccessActivityLog field to given value.

### HasAccessActivityLog

`func (o *GroupProperties) HasAccessActivityLog() bool`

HasAccessActivityLog returns a boolean if a field has been set.

### GetCreatePcc

`func (o *GroupProperties) GetCreatePcc() bool`

GetCreatePcc returns the CreatePcc field if non-nil, zero value otherwise.

### GetCreatePccOk

`func (o *GroupProperties) GetCreatePccOk() (*bool, bool)`

GetCreatePccOk returns a tuple with the CreatePcc field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreatePcc

`func (o *GroupProperties) SetCreatePcc(v bool)`

SetCreatePcc sets CreatePcc field to given value.

### HasCreatePcc

`func (o *GroupProperties) HasCreatePcc() bool`

HasCreatePcc returns a boolean if a field has been set.

### GetS3Privilege

`func (o *GroupProperties) GetS3Privilege() bool`

GetS3Privilege returns the S3Privilege field if non-nil, zero value otherwise.

### GetS3PrivilegeOk

`func (o *GroupProperties) GetS3PrivilegeOk() (*bool, bool)`

GetS3PrivilegeOk returns a tuple with the S3Privilege field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetS3Privilege

`func (o *GroupProperties) SetS3Privilege(v bool)`

SetS3Privilege sets S3Privilege field to given value.

### HasS3Privilege

`func (o *GroupProperties) HasS3Privilege() bool`

HasS3Privilege returns a boolean if a field has been set.

### GetCreateBackupUnit

`func (o *GroupProperties) GetCreateBackupUnit() bool`

GetCreateBackupUnit returns the CreateBackupUnit field if non-nil, zero value otherwise.

### GetCreateBackupUnitOk

`func (o *GroupProperties) GetCreateBackupUnitOk() (*bool, bool)`

GetCreateBackupUnitOk returns a tuple with the CreateBackupUnit field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateBackupUnit

`func (o *GroupProperties) SetCreateBackupUnit(v bool)`

SetCreateBackupUnit sets CreateBackupUnit field to given value.

### HasCreateBackupUnit

`func (o *GroupProperties) HasCreateBackupUnit() bool`

HasCreateBackupUnit returns a boolean if a field has been set.

### GetCreateInternetAccess

`func (o *GroupProperties) GetCreateInternetAccess() bool`

GetCreateInternetAccess returns the CreateInternetAccess field if non-nil, zero value otherwise.

### GetCreateInternetAccessOk

`func (o *GroupProperties) GetCreateInternetAccessOk() (*bool, bool)`

GetCreateInternetAccessOk returns a tuple with the CreateInternetAccess field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateInternetAccess

`func (o *GroupProperties) SetCreateInternetAccess(v bool)`

SetCreateInternetAccess sets CreateInternetAccess field to given value.

### HasCreateInternetAccess

`func (o *GroupProperties) HasCreateInternetAccess() bool`

HasCreateInternetAccess returns a boolean if a field has been set.

### GetCreateK8sCluster

`func (o *GroupProperties) GetCreateK8sCluster() bool`

GetCreateK8sCluster returns the CreateK8sCluster field if non-nil, zero value otherwise.

### GetCreateK8sClusterOk

`func (o *GroupProperties) GetCreateK8sClusterOk() (*bool, bool)`

GetCreateK8sClusterOk returns a tuple with the CreateK8sCluster field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateK8sCluster

`func (o *GroupProperties) SetCreateK8sCluster(v bool)`

SetCreateK8sCluster sets CreateK8sCluster field to given value.

### HasCreateK8sCluster

`func (o *GroupProperties) HasCreateK8sCluster() bool`

HasCreateK8sCluster returns a boolean if a field has been set.

### GetCreateFlowLog

`func (o *GroupProperties) GetCreateFlowLog() bool`

GetCreateFlowLog returns the CreateFlowLog field if non-nil, zero value otherwise.

### GetCreateFlowLogOk

`func (o *GroupProperties) GetCreateFlowLogOk() (*bool, bool)`

GetCreateFlowLogOk returns a tuple with the CreateFlowLog field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateFlowLog

`func (o *GroupProperties) SetCreateFlowLog(v bool)`

SetCreateFlowLog sets CreateFlowLog field to given value.

### HasCreateFlowLog

`func (o *GroupProperties) HasCreateFlowLog() bool`

HasCreateFlowLog returns a boolean if a field has been set.

### GetAccessAndManageMonitoring

`func (o *GroupProperties) GetAccessAndManageMonitoring() bool`

GetAccessAndManageMonitoring returns the AccessAndManageMonitoring field if non-nil, zero value otherwise.

### GetAccessAndManageMonitoringOk

`func (o *GroupProperties) GetAccessAndManageMonitoringOk() (*bool, bool)`

GetAccessAndManageMonitoringOk returns a tuple with the AccessAndManageMonitoring field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageMonitoring

`func (o *GroupProperties) SetAccessAndManageMonitoring(v bool)`

SetAccessAndManageMonitoring sets AccessAndManageMonitoring field to given value.

### HasAccessAndManageMonitoring

`func (o *GroupProperties) HasAccessAndManageMonitoring() bool`

HasAccessAndManageMonitoring returns a boolean if a field has been set.

### GetAccessAndManageCertificates

`func (o *GroupProperties) GetAccessAndManageCertificates() bool`

GetAccessAndManageCertificates returns the AccessAndManageCertificates field if non-nil, zero value otherwise.

### GetAccessAndManageCertificatesOk

`func (o *GroupProperties) GetAccessAndManageCertificatesOk() (*bool, bool)`

GetAccessAndManageCertificatesOk returns a tuple with the AccessAndManageCertificates field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageCertificates

`func (o *GroupProperties) SetAccessAndManageCertificates(v bool)`

SetAccessAndManageCertificates sets AccessAndManageCertificates field to given value.

### HasAccessAndManageCertificates

`func (o *GroupProperties) HasAccessAndManageCertificates() bool`

HasAccessAndManageCertificates returns a boolean if a field has been set.

### GetManageDBaaS

`func (o *GroupProperties) GetManageDBaaS() bool`

GetManageDBaaS returns the ManageDBaaS field if non-nil, zero value otherwise.

### GetManageDBaaSOk

`func (o *GroupProperties) GetManageDBaaSOk() (*bool, bool)`

GetManageDBaaSOk returns a tuple with the ManageDBaaS field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetManageDBaaS

`func (o *GroupProperties) SetManageDBaaS(v bool)`

SetManageDBaaS sets ManageDBaaS field to given value.

### HasManageDBaaS

`func (o *GroupProperties) HasManageDBaaS() bool`

HasManageDBaaS returns a boolean if a field has been set.

### GetAccessAndManageDns

`func (o *GroupProperties) GetAccessAndManageDns() bool`

GetAccessAndManageDns returns the AccessAndManageDns field if non-nil, zero value otherwise.

### GetAccessAndManageDnsOk

`func (o *GroupProperties) GetAccessAndManageDnsOk() (*bool, bool)`

GetAccessAndManageDnsOk returns a tuple with the AccessAndManageDns field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageDns

`func (o *GroupProperties) SetAccessAndManageDns(v bool)`

SetAccessAndManageDns sets AccessAndManageDns field to given value.

### HasAccessAndManageDns

`func (o *GroupProperties) HasAccessAndManageDns() bool`

HasAccessAndManageDns returns a boolean if a field has been set.

### GetManageRegistry

`func (o *GroupProperties) GetManageRegistry() bool`

GetManageRegistry returns the ManageRegistry field if non-nil, zero value otherwise.

### GetManageRegistryOk

`func (o *GroupProperties) GetManageRegistryOk() (*bool, bool)`

GetManageRegistryOk returns a tuple with the ManageRegistry field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetManageRegistry

`func (o *GroupProperties) SetManageRegistry(v bool)`

SetManageRegistry sets ManageRegistry field to given value.

### HasManageRegistry

`func (o *GroupProperties) HasManageRegistry() bool`

HasManageRegistry returns a boolean if a field has been set.

### GetManageDataplatform

`func (o *GroupProperties) GetManageDataplatform() bool`

GetManageDataplatform returns the ManageDataplatform field if non-nil, zero value otherwise.

### GetManageDataplatformOk

`func (o *GroupProperties) GetManageDataplatformOk() (*bool, bool)`

GetManageDataplatformOk returns a tuple with the ManageDataplatform field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetManageDataplatform

`func (o *GroupProperties) SetManageDataplatform(v bool)`

SetManageDataplatform sets ManageDataplatform field to given value.

### HasManageDataplatform

`func (o *GroupProperties) HasManageDataplatform() bool`

HasManageDataplatform returns a boolean if a field has been set.

### GetAccessAndManageLogging

`func (o *GroupProperties) GetAccessAndManageLogging() bool`

GetAccessAndManageLogging returns the AccessAndManageLogging field if non-nil, zero value otherwise.

### GetAccessAndManageLoggingOk

`func (o *GroupProperties) GetAccessAndManageLoggingOk() (*bool, bool)`

GetAccessAndManageLoggingOk returns a tuple with the AccessAndManageLogging field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageLogging

`func (o *GroupProperties) SetAccessAndManageLogging(v bool)`

SetAccessAndManageLogging sets AccessAndManageLogging field to given value.

### HasAccessAndManageLogging

`func (o *GroupProperties) HasAccessAndManageLogging() bool`

HasAccessAndManageLogging returns a boolean if a field has been set.

### GetAccessAndManageCdn

`func (o *GroupProperties) GetAccessAndManageCdn() bool`

GetAccessAndManageCdn returns the AccessAndManageCdn field if non-nil, zero value otherwise.

### GetAccessAndManageCdnOk

`func (o *GroupProperties) GetAccessAndManageCdnOk() (*bool, bool)`

GetAccessAndManageCdnOk returns a tuple with the AccessAndManageCdn field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageCdn

`func (o *GroupProperties) SetAccessAndManageCdn(v bool)`

SetAccessAndManageCdn sets AccessAndManageCdn field to given value.

### HasAccessAndManageCdn

`func (o *GroupProperties) HasAccessAndManageCdn() bool`

HasAccessAndManageCdn returns a boolean if a field has been set.

### GetAccessAndManageVpn

`func (o *GroupProperties) GetAccessAndManageVpn() bool`

GetAccessAndManageVpn returns the AccessAndManageVpn field if non-nil, zero value otherwise.

### GetAccessAndManageVpnOk

`func (o *GroupProperties) GetAccessAndManageVpnOk() (*bool, bool)`

GetAccessAndManageVpnOk returns a tuple with the AccessAndManageVpn field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageVpn

`func (o *GroupProperties) SetAccessAndManageVpn(v bool)`

SetAccessAndManageVpn sets AccessAndManageVpn field to given value.

### HasAccessAndManageVpn

`func (o *GroupProperties) HasAccessAndManageVpn() bool`

HasAccessAndManageVpn returns a boolean if a field has been set.

### GetAccessAndManageApiGateway

`func (o *GroupProperties) GetAccessAndManageApiGateway() bool`

GetAccessAndManageApiGateway returns the AccessAndManageApiGateway field if non-nil, zero value otherwise.

### GetAccessAndManageApiGatewayOk

`func (o *GroupProperties) GetAccessAndManageApiGatewayOk() (*bool, bool)`

GetAccessAndManageApiGatewayOk returns a tuple with the AccessAndManageApiGateway field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageApiGateway

`func (o *GroupProperties) SetAccessAndManageApiGateway(v bool)`

SetAccessAndManageApiGateway sets AccessAndManageApiGateway field to given value.

### HasAccessAndManageApiGateway

`func (o *GroupProperties) HasAccessAndManageApiGateway() bool`

HasAccessAndManageApiGateway returns a boolean if a field has been set.

### GetAccessAndManageKaas

`func (o *GroupProperties) GetAccessAndManageKaas() bool`

GetAccessAndManageKaas returns the AccessAndManageKaas field if non-nil, zero value otherwise.

### GetAccessAndManageKaasOk

`func (o *GroupProperties) GetAccessAndManageKaasOk() (*bool, bool)`

GetAccessAndManageKaasOk returns a tuple with the AccessAndManageKaas field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageKaas

`func (o *GroupProperties) SetAccessAndManageKaas(v bool)`

SetAccessAndManageKaas sets AccessAndManageKaas field to given value.

### HasAccessAndManageKaas

`func (o *GroupProperties) HasAccessAndManageKaas() bool`

HasAccessAndManageKaas returns a boolean if a field has been set.

### GetAccessAndManageNetworkFileStorage

`func (o *GroupProperties) GetAccessAndManageNetworkFileStorage() bool`

GetAccessAndManageNetworkFileStorage returns the AccessAndManageNetworkFileStorage field if non-nil, zero value otherwise.

### GetAccessAndManageNetworkFileStorageOk

`func (o *GroupProperties) GetAccessAndManageNetworkFileStorageOk() (*bool, bool)`

GetAccessAndManageNetworkFileStorageOk returns a tuple with the AccessAndManageNetworkFileStorage field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageNetworkFileStorage

`func (o *GroupProperties) SetAccessAndManageNetworkFileStorage(v bool)`

SetAccessAndManageNetworkFileStorage sets AccessAndManageNetworkFileStorage field to given value.

### HasAccessAndManageNetworkFileStorage

`func (o *GroupProperties) HasAccessAndManageNetworkFileStorage() bool`

HasAccessAndManageNetworkFileStorage returns a boolean if a field has been set.

### GetAccessAndManageAiModelHub

`func (o *GroupProperties) GetAccessAndManageAiModelHub() bool`

GetAccessAndManageAiModelHub returns the AccessAndManageAiModelHub field if non-nil, zero value otherwise.

### GetAccessAndManageAiModelHubOk

`func (o *GroupProperties) GetAccessAndManageAiModelHubOk() (*bool, bool)`

GetAccessAndManageAiModelHubOk returns a tuple with the AccessAndManageAiModelHub field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageAiModelHub

`func (o *GroupProperties) SetAccessAndManageAiModelHub(v bool)`

SetAccessAndManageAiModelHub sets AccessAndManageAiModelHub field to given value.

### HasAccessAndManageAiModelHub

`func (o *GroupProperties) HasAccessAndManageAiModelHub() bool`

HasAccessAndManageAiModelHub returns a boolean if a field has been set.

### GetAccessAndManageIamResources

`func (o *GroupProperties) GetAccessAndManageIamResources() bool`

GetAccessAndManageIamResources returns the AccessAndManageIamResources field if non-nil, zero value otherwise.

### GetAccessAndManageIamResourcesOk

`func (o *GroupProperties) GetAccessAndManageIamResourcesOk() (*bool, bool)`

GetAccessAndManageIamResourcesOk returns a tuple with the AccessAndManageIamResources field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAccessAndManageIamResources

`func (o *GroupProperties) SetAccessAndManageIamResources(v bool)`

SetAccessAndManageIamResources sets AccessAndManageIamResources field to given value.

### HasAccessAndManageIamResources

`func (o *GroupProperties) HasAccessAndManageIamResources() bool`

HasAccessAndManageIamResources returns a boolean if a field has been set.

### GetCreateNetworkSecurityGroups

`func (o *GroupProperties) GetCreateNetworkSecurityGroups() bool`

GetCreateNetworkSecurityGroups returns the CreateNetworkSecurityGroups field if non-nil, zero value otherwise.

### GetCreateNetworkSecurityGroupsOk

`func (o *GroupProperties) GetCreateNetworkSecurityGroupsOk() (*bool, bool)`

GetCreateNetworkSecurityGroupsOk returns a tuple with the CreateNetworkSecurityGroups field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreateNetworkSecurityGroups

`func (o *GroupProperties) SetCreateNetworkSecurityGroups(v bool)`

SetCreateNetworkSecurityGroups sets CreateNetworkSecurityGroups field to given value.

### HasCreateNetworkSecurityGroups

`func (o *GroupProperties) HasCreateNetworkSecurityGroups() bool`

HasCreateNetworkSecurityGroups returns a boolean if a field has been set.