Skip to content

Commit 0aae304

Browse files
committed
WIP
1 parent ff4834d commit 0aae304

File tree

1,159 files changed

+185792
-28015
lines changed

Some content is hidden

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

1,159 files changed

+185792
-28015
lines changed

README.md

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

docs/AgentApi.md

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

docs/AgentBlueprintApi.md

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

docs/AgentPoolApi.md

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

docs/AuditLogApi.md

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

docs/CSRGenerationApi.md

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

docs/CSSCMSDataModelModelsPamProviderTypeParamValue.md

Lines changed: 3 additions & 33 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 **NullableString** | | [optional]
9-
**InstanceId** | Pointer to **NullableInt32** | | [optional]
10-
**InstanceGuid** | Pointer to **NullableString** | | [optional]
8+
**Value** | Pointer to **string** | | [optional]
9+
**InstanceId** | Pointer to **int32** | | [optional]
10+
**InstanceGuid** | Pointer to **string** | | [optional]
1111
**Provider** | Pointer to [**CSSCMSDataModelModelsProvider**](CSSCMSDataModelModelsProvider.md) | | [optional]
1212
**ProviderTypeParam** | Pointer to [**CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]
1313

@@ -80,16 +80,6 @@ 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
9383
### GetInstanceId
9484

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

116106
HasInstanceId returns a boolean if a field has been set.
117107

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
128108
### GetInstanceGuid
129109

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

151131
HasInstanceGuid returns a boolean if a field has been set.
152132

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
163133
### GetProvider
164134

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

docs/CSSCMSDataModelModelsProvider.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ 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 **NullableInt32** | | [optional]
13-
**Remote** | Pointer to **bool** | | [optional]
12+
**SecuredAreaId** | Pointer to **int32** | | [optional]
1413

1514
## Methods
1615

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

147146
HasProviderTypeParamValues returns a boolean if a field has been set.
148147

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
159148
### GetSecuredAreaId
160149

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

182171
HasSecuredAreaId returns a boolean if a field has been set.
183172

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-
219173

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

docs/CSSCMSDataModelModelsProviderType.md

Lines changed: 1 addition & 21 deletions
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 **NullableString** | | [optional]
8+
**Name** | Pointer to **string** | | [optional]
99
**ProviderTypeParams** | Pointer to [**[]CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]
1010

1111
## Methods
@@ -77,16 +77,6 @@ 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
9080
### GetProviderTypeParams
9181

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

113103
HasProviderTypeParams returns a boolean if a field has been set.
114104

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
125105

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

docs/CSSCMSDataModelModelsProviderTypeParam.md

Lines changed: 6 additions & 26 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 **NullableString** | | [optional]
9-
**DisplayName** | Pointer to **NullableString** | | [optional]
10-
**DataType** | Pointer to [**CSSCMSDataModelEnumsPamParameterDataType**](CSSCMSDataModelEnumsPamParameterDataType.md) | | [optional]
8+
**Name** | Pointer to **string** | | [optional]
9+
**DisplayName** | Pointer to **string** | | [optional]
10+
**DataType** | Pointer to **int32** | | [optional]
1111
**InstanceLevel** | Pointer to **bool** | | [optional]
1212
**ProviderType** | Pointer to [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | | [optional]
1313

@@ -80,16 +80,6 @@ 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
9383
### GetDisplayName
9484

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

116106
HasDisplayName returns a boolean if a field has been set.
117107

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
128108
### GetDataType
129109

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

132112
GetDataType returns the DataType field if non-nil, zero value otherwise.
133113

134114
### GetDataTypeOk
135115

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

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

141121
### SetDataType
142122

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

145125
SetDataType sets DataType field to given value.
146126

0 commit comments

Comments
 (0)