Skip to content

Commit 71ee215

Browse files
committed
WIP
1 parent bb5b699 commit 71ee215

File tree

412 files changed

+9227
-69163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+9227
-69163
lines changed

README.md

Lines changed: 804 additions & 669 deletions
Large diffs are not rendered by default.

docs/AgentApi.md

Lines changed: 116 additions & 116 deletions
Large diffs are not rendered by default.

docs/AgentBlueprintApi.md

Lines changed: 126 additions & 124 deletions
Large diffs are not rendered by default.

docs/AgentPoolApi.md

Lines changed: 111 additions & 115 deletions
Large diffs are not rendered by default.

docs/AuditLogApi.md

Lines changed: 106 additions & 108 deletions
Large diffs are not rendered by default.

docs/CSRGenerationApi.md

Lines changed: 88 additions & 88 deletions
Large diffs are not rendered by default.

docs/CSSCMSDataModelModelsPamProviderTypeParamValue.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Id** | Pointer to **int32** | | [optional]
8-
**Value** | Pointer to **string** | | [optional]
9-
**InstanceId** | Pointer to **int32** | | [optional]
10-
**InstanceGuid** | Pointer to **string** | | [optional]
8+
**Value** | Pointer to **NullableString** | | [optional]
9+
**InstanceId** | Pointer to **NullableInt32** | | [optional]
10+
**InstanceGuid** | Pointer to **NullableString** | | [optional]
1111
**Provider** | Pointer to [**CSSCMSDataModelModelsProvider**](CSSCMSDataModelModelsProvider.md) | | [optional]
1212
**ProviderTypeParam** | Pointer to [**CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]
1313

@@ -80,6 +80,16 @@ SetValue sets Value field to given value.
8080

8181
HasValue returns a boolean if a field has been set.
8282

83+
### SetValueNil
84+
85+
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetValueNil(b bool)`
86+
87+
SetValueNil sets the value for Value to be an explicit nil
88+
89+
### UnsetValue
90+
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetValue()`
91+
92+
UnsetValue ensures that no value is present for Value, not even an explicit nil
8393
### GetInstanceId
8494

8595
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceId() int32`
@@ -105,6 +115,16 @@ SetInstanceId sets InstanceId field to given value.
105115

106116
HasInstanceId returns a boolean if a field has been set.
107117

118+
### SetInstanceIdNil
119+
120+
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceIdNil(b bool)`
121+
122+
SetInstanceIdNil sets the value for InstanceId to be an explicit nil
123+
124+
### UnsetInstanceId
125+
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceId()`
126+
127+
UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil
108128
### GetInstanceGuid
109129

110130
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceGuid() string`
@@ -130,6 +150,16 @@ SetInstanceGuid sets InstanceGuid field to given value.
130150

131151
HasInstanceGuid returns a boolean if a field has been set.
132152

153+
### SetInstanceGuidNil
154+
155+
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceGuidNil(b bool)`
156+
157+
SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil
158+
159+
### UnsetInstanceGuid
160+
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceGuid()`
161+
162+
UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil
133163
### GetProvider
134164

135165
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetProvider() CSSCMSDataModelModelsProvider`

docs/CSSCMSDataModelModelsProvider.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Name | Type | Description | Notes
99
**Area** | Pointer to **int32** | | [optional]
1010
**ProviderType** | [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | |
1111
**ProviderTypeParamValues** | Pointer to [**[]CSSCMSDataModelModelsPamProviderTypeParamValue**](CSSCMSDataModelModelsPamProviderTypeParamValue.md) | | [optional]
12-
**SecuredAreaId** | Pointer to **int32** | | [optional]
12+
**SecuredAreaId** | Pointer to **NullableInt32** | | [optional]
13+
**Remote** | Pointer to **bool** | | [optional]
1314

1415
## Methods
1516

@@ -145,6 +146,16 @@ SetProviderTypeParamValues sets ProviderTypeParamValues field to given value.
145146

146147
HasProviderTypeParamValues returns a boolean if a field has been set.
147148

149+
### SetProviderTypeParamValuesNil
150+
151+
`func (o *CSSCMSDataModelModelsProvider) SetProviderTypeParamValuesNil(b bool)`
152+
153+
SetProviderTypeParamValuesNil sets the value for ProviderTypeParamValues to be an explicit nil
154+
155+
### UnsetProviderTypeParamValues
156+
`func (o *CSSCMSDataModelModelsProvider) UnsetProviderTypeParamValues()`
157+
158+
UnsetProviderTypeParamValues ensures that no value is present for ProviderTypeParamValues, not even an explicit nil
148159
### GetSecuredAreaId
149160

150161
`func (o *CSSCMSDataModelModelsProvider) GetSecuredAreaId() int32`
@@ -170,6 +181,41 @@ SetSecuredAreaId sets SecuredAreaId field to given value.
170181

171182
HasSecuredAreaId returns a boolean if a field has been set.
172183

184+
### SetSecuredAreaIdNil
185+
186+
`func (o *CSSCMSDataModelModelsProvider) SetSecuredAreaIdNil(b bool)`
187+
188+
SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil
189+
190+
### UnsetSecuredAreaId
191+
`func (o *CSSCMSDataModelModelsProvider) UnsetSecuredAreaId()`
192+
193+
UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil
194+
### GetRemote
195+
196+
`func (o *CSSCMSDataModelModelsProvider) GetRemote() bool`
197+
198+
GetRemote returns the Remote field if non-nil, zero value otherwise.
199+
200+
### GetRemoteOk
201+
202+
`func (o *CSSCMSDataModelModelsProvider) GetRemoteOk() (*bool, bool)`
203+
204+
GetRemoteOk returns a tuple with the Remote field if it's non-nil, zero value otherwise
205+
and a boolean to check if the value has been set.
206+
207+
### SetRemote
208+
209+
`func (o *CSSCMSDataModelModelsProvider) SetRemote(v bool)`
210+
211+
SetRemote sets Remote field to given value.
212+
213+
### HasRemote
214+
215+
`func (o *CSSCMSDataModelModelsProvider) HasRemote() bool`
216+
217+
HasRemote returns a boolean if a field has been set.
218+
173219

174220
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
175221

docs/CSSCMSDataModelModelsProviderType.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Id** | Pointer to **string** | | [optional]
8-
**Name** | Pointer to **string** | | [optional]
8+
**Name** | Pointer to **NullableString** | | [optional]
99
**ProviderTypeParams** | Pointer to [**[]CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]
1010

1111
## Methods
@@ -77,6 +77,16 @@ SetName sets Name field to given value.
7777

7878
HasName returns a boolean if a field has been set.
7979

80+
### SetNameNil
81+
82+
`func (o *CSSCMSDataModelModelsProviderType) SetNameNil(b bool)`
83+
84+
SetNameNil sets the value for Name to be an explicit nil
85+
86+
### UnsetName
87+
`func (o *CSSCMSDataModelModelsProviderType) UnsetName()`
88+
89+
UnsetName ensures that no value is present for Name, not even an explicit nil
8090
### GetProviderTypeParams
8191

8292
`func (o *CSSCMSDataModelModelsProviderType) GetProviderTypeParams() []CSSCMSDataModelModelsProviderTypeParam`
@@ -102,6 +112,16 @@ SetProviderTypeParams sets ProviderTypeParams field to given value.
102112

103113
HasProviderTypeParams returns a boolean if a field has been set.
104114

115+
### SetProviderTypeParamsNil
116+
117+
`func (o *CSSCMSDataModelModelsProviderType) SetProviderTypeParamsNil(b bool)`
118+
119+
SetProviderTypeParamsNil sets the value for ProviderTypeParams to be an explicit nil
120+
121+
### UnsetProviderTypeParams
122+
`func (o *CSSCMSDataModelModelsProviderType) UnsetProviderTypeParams()`
123+
124+
UnsetProviderTypeParams ensures that no value is present for ProviderTypeParams, not even an explicit nil
105125

106126
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
107127

docs/CSSCMSDataModelModelsProviderTypeParam.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Id** | Pointer to **int32** | | [optional]
8-
**Name** | Pointer to **string** | | [optional]
9-
**DisplayName** | Pointer to **string** | | [optional]
10-
**DataType** | Pointer to **int32** | | [optional]
8+
**Name** | Pointer to **NullableString** | | [optional]
9+
**DisplayName** | Pointer to **NullableString** | | [optional]
10+
**DataType** | Pointer to [**CSSCMSDataModelEnumsPamParameterDataType**](CSSCMSDataModelEnumsPamParameterDataType.md) | | [optional]
1111
**InstanceLevel** | Pointer to **bool** | | [optional]
1212
**ProviderType** | Pointer to [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | | [optional]
1313

@@ -80,6 +80,16 @@ SetName sets Name field to given value.
8080

8181
HasName returns a boolean if a field has been set.
8282

83+
### SetNameNil
84+
85+
`func (o *CSSCMSDataModelModelsProviderTypeParam) SetNameNil(b bool)`
86+
87+
SetNameNil sets the value for Name to be an explicit nil
88+
89+
### UnsetName
90+
`func (o *CSSCMSDataModelModelsProviderTypeParam) UnsetName()`
91+
92+
UnsetName ensures that no value is present for Name, not even an explicit nil
8393
### GetDisplayName
8494

8595
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDisplayName() string`
@@ -105,22 +115,32 @@ SetDisplayName sets DisplayName field to given value.
105115

106116
HasDisplayName returns a boolean if a field has been set.
107117

118+
### SetDisplayNameNil
119+
120+
`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDisplayNameNil(b bool)`
121+
122+
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
123+
124+
### UnsetDisplayName
125+
`func (o *CSSCMSDataModelModelsProviderTypeParam) UnsetDisplayName()`
126+
127+
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
108128
### GetDataType
109129

110-
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataType() int32`
130+
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataType() CSSCMSDataModelEnumsPamParameterDataType`
111131

112132
GetDataType returns the DataType field if non-nil, zero value otherwise.
113133

114134
### GetDataTypeOk
115135

116-
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*int32, bool)`
136+
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*CSSCMSDataModelEnumsPamParameterDataType, bool)`
117137

118138
GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise
119139
and a boolean to check if the value has been set.
120140

121141
### SetDataType
122142

123-
`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDataType(v int32)`
143+
`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDataType(v CSSCMSDataModelEnumsPamParameterDataType)`
124144

125145
SetDataType sets DataType field to given value.
126146

0 commit comments

Comments
 (0)