Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Jan 9, 2024
1 parent ff4834d commit 0aae304
Show file tree
Hide file tree
Showing 1,159 changed files with 185,792 additions and 28,015 deletions.
1,478 changes: 674 additions & 804 deletions README.md

Large diffs are not rendered by default.

248 changes: 124 additions & 124 deletions docs/AgentApi.md

Large diffs are not rendered by default.

264 changes: 131 additions & 133 deletions docs/AgentBlueprintApi.md

Large diffs are not rendered by default.

238 changes: 121 additions & 117 deletions docs/AgentPoolApi.md

Large diffs are not rendered by default.

224 changes: 113 additions & 111 deletions docs/AuditLogApi.md

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions docs/CSRGenerationApi.md

Large diffs are not rendered by default.

36 changes: 3 additions & 33 deletions docs/CSSCMSDataModelModelsPamProviderTypeParamValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **int32** | | [optional]
**Value** | Pointer to **NullableString** | | [optional]
**InstanceId** | Pointer to **NullableInt32** | | [optional]
**InstanceGuid** | Pointer to **NullableString** | | [optional]
**Value** | Pointer to **string** | | [optional]
**InstanceId** | Pointer to **int32** | | [optional]
**InstanceGuid** | Pointer to **string** | | [optional]
**Provider** | Pointer to [**CSSCMSDataModelModelsProvider**](CSSCMSDataModelModelsProvider.md) | | [optional]
**ProviderTypeParam** | Pointer to [**CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]

Expand Down Expand Up @@ -80,16 +80,6 @@ SetValue sets Value field to given value.

HasValue returns a boolean if a field has been set.

### SetValueNil

`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetValueNil(b bool)`

SetValueNil sets the value for Value to be an explicit nil

### UnsetValue
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetValue()`

UnsetValue ensures that no value is present for Value, not even an explicit nil
### GetInstanceId

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

HasInstanceId returns a boolean if a field has been set.

### SetInstanceIdNil

`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceIdNil(b bool)`

SetInstanceIdNil sets the value for InstanceId to be an explicit nil

### UnsetInstanceId
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceId()`

UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil
### GetInstanceGuid

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

HasInstanceGuid returns a boolean if a field has been set.

### SetInstanceGuidNil

`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceGuidNil(b bool)`

SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil

### UnsetInstanceGuid
`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceGuid()`

UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil
### GetProvider

`func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetProvider() CSSCMSDataModelModelsProvider`
Expand Down
48 changes: 1 addition & 47 deletions docs/CSSCMSDataModelModelsProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Name | Type | Description | Notes
**Area** | Pointer to **int32** | | [optional]
**ProviderType** | [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | |
**ProviderTypeParamValues** | Pointer to [**[]CSSCMSDataModelModelsPamProviderTypeParamValue**](CSSCMSDataModelModelsPamProviderTypeParamValue.md) | | [optional]
**SecuredAreaId** | Pointer to **NullableInt32** | | [optional]
**Remote** | Pointer to **bool** | | [optional]
**SecuredAreaId** | Pointer to **int32** | | [optional]

## Methods

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

HasProviderTypeParamValues returns a boolean if a field has been set.

### SetProviderTypeParamValuesNil

`func (o *CSSCMSDataModelModelsProvider) SetProviderTypeParamValuesNil(b bool)`

SetProviderTypeParamValuesNil sets the value for ProviderTypeParamValues to be an explicit nil

### UnsetProviderTypeParamValues
`func (o *CSSCMSDataModelModelsProvider) UnsetProviderTypeParamValues()`

UnsetProviderTypeParamValues ensures that no value is present for ProviderTypeParamValues, not even an explicit nil
### GetSecuredAreaId

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

HasSecuredAreaId returns a boolean if a field has been set.

### SetSecuredAreaIdNil

`func (o *CSSCMSDataModelModelsProvider) SetSecuredAreaIdNil(b bool)`

SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil

### UnsetSecuredAreaId
`func (o *CSSCMSDataModelModelsProvider) UnsetSecuredAreaId()`

UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil
### GetRemote

`func (o *CSSCMSDataModelModelsProvider) GetRemote() bool`

GetRemote returns the Remote field if non-nil, zero value otherwise.

### GetRemoteOk

`func (o *CSSCMSDataModelModelsProvider) GetRemoteOk() (*bool, bool)`

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

### SetRemote

`func (o *CSSCMSDataModelModelsProvider) SetRemote(v bool)`

SetRemote sets Remote field to given value.

### HasRemote

`func (o *CSSCMSDataModelModelsProvider) HasRemote() bool`

HasRemote returns a boolean if a field has been set.


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

Expand Down
22 changes: 1 addition & 21 deletions docs/CSSCMSDataModelModelsProviderType.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | | [optional]
**Name** | Pointer to **NullableString** | | [optional]
**Name** | Pointer to **string** | | [optional]
**ProviderTypeParams** | Pointer to [**[]CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]

## Methods
Expand Down Expand Up @@ -77,16 +77,6 @@ SetName sets Name field to given value.

HasName returns a boolean if a field has been set.

### SetNameNil

`func (o *CSSCMSDataModelModelsProviderType) SetNameNil(b bool)`

SetNameNil sets the value for Name to be an explicit nil

### UnsetName
`func (o *CSSCMSDataModelModelsProviderType) UnsetName()`

UnsetName ensures that no value is present for Name, not even an explicit nil
### GetProviderTypeParams

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

HasProviderTypeParams returns a boolean if a field has been set.

### SetProviderTypeParamsNil

`func (o *CSSCMSDataModelModelsProviderType) SetProviderTypeParamsNil(b bool)`

SetProviderTypeParamsNil sets the value for ProviderTypeParams to be an explicit nil

### UnsetProviderTypeParams
`func (o *CSSCMSDataModelModelsProviderType) UnsetProviderTypeParams()`

UnsetProviderTypeParams ensures that no value is present for ProviderTypeParams, not even an explicit nil

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

Expand Down
32 changes: 6 additions & 26 deletions docs/CSSCMSDataModelModelsProviderTypeParam.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **int32** | | [optional]
**Name** | Pointer to **NullableString** | | [optional]
**DisplayName** | Pointer to **NullableString** | | [optional]
**DataType** | Pointer to [**CSSCMSDataModelEnumsPamParameterDataType**](CSSCMSDataModelEnumsPamParameterDataType.md) | | [optional]
**Name** | Pointer to **string** | | [optional]
**DisplayName** | Pointer to **string** | | [optional]
**DataType** | Pointer to **int32** | | [optional]
**InstanceLevel** | Pointer to **bool** | | [optional]
**ProviderType** | Pointer to [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | | [optional]

Expand Down Expand Up @@ -80,16 +80,6 @@ SetName sets Name field to given value.

HasName returns a boolean if a field has been set.

### SetNameNil

`func (o *CSSCMSDataModelModelsProviderTypeParam) SetNameNil(b bool)`

SetNameNil sets the value for Name to be an explicit nil

### UnsetName
`func (o *CSSCMSDataModelModelsProviderTypeParam) UnsetName()`

UnsetName ensures that no value is present for Name, not even an explicit nil
### GetDisplayName

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

HasDisplayName returns a boolean if a field has been set.

### SetDisplayNameNil

`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDisplayNameNil(b bool)`

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

### UnsetDisplayName
`func (o *CSSCMSDataModelModelsProviderTypeParam) UnsetDisplayName()`

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
### GetDataType

`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataType() CSSCMSDataModelEnumsPamParameterDataType`
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataType() int32`

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

### GetDataTypeOk

`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*CSSCMSDataModelEnumsPamParameterDataType, bool)`
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*int32, bool)`

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

### SetDataType

`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDataType(v CSSCMSDataModelEnumsPamParameterDataType)`
`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDataType(v int32)`

SetDataType sets DataType field to given value.

Expand Down
Loading

0 comments on commit 0aae304

Please sign in to comment.