Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 18, 2023
1 parent bb5b699 commit 71ee215
Show file tree
Hide file tree
Showing 412 changed files with 9,227 additions and 69,163 deletions.
1,473 changes: 804 additions & 669 deletions README.md

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions docs/AgentApi.md

Large diffs are not rendered by default.

250 changes: 126 additions & 124 deletions docs/AgentBlueprintApi.md

Large diffs are not rendered by default.

226 changes: 111 additions & 115 deletions docs/AgentPoolApi.md

Large diffs are not rendered by default.

214 changes: 106 additions & 108 deletions docs/AuditLogApi.md

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions docs/CSRGenerationApi.md

Large diffs are not rendered by default.

36 changes: 33 additions & 3 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 **string** | | [optional]
**InstanceId** | Pointer to **int32** | | [optional]
**InstanceGuid** | Pointer to **string** | | [optional]
**Value** | Pointer to **NullableString** | | [optional]
**InstanceId** | Pointer to **NullableInt32** | | [optional]
**InstanceGuid** | Pointer to **NullableString** | | [optional]
**Provider** | Pointer to [**CSSCMSDataModelModelsProvider**](CSSCMSDataModelModelsProvider.md) | | [optional]
**ProviderTypeParam** | Pointer to [**CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]

Expand Down Expand Up @@ -80,6 +80,16 @@ 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 @@ -105,6 +115,16 @@ 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 @@ -130,6 +150,16 @@ 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: 47 additions & 1 deletion docs/CSSCMSDataModelModelsProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Name | Type | Description | Notes
**Area** | Pointer to **int32** | | [optional]
**ProviderType** | [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | |
**ProviderTypeParamValues** | Pointer to [**[]CSSCMSDataModelModelsPamProviderTypeParamValue**](CSSCMSDataModelModelsPamProviderTypeParamValue.md) | | [optional]
**SecuredAreaId** | Pointer to **int32** | | [optional]
**SecuredAreaId** | Pointer to **NullableInt32** | | [optional]
**Remote** | Pointer to **bool** | | [optional]

## Methods

Expand Down Expand Up @@ -145,6 +146,16 @@ 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 @@ -170,6 +181,41 @@ 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: 21 additions & 1 deletion 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 **string** | | [optional]
**Name** | Pointer to **NullableString** | | [optional]
**ProviderTypeParams** | Pointer to [**[]CSSCMSDataModelModelsProviderTypeParam**](CSSCMSDataModelModelsProviderTypeParam.md) | | [optional]

## Methods
Expand Down Expand Up @@ -77,6 +77,16 @@ 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 @@ -102,6 +112,16 @@ 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: 26 additions & 6 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 **string** | | [optional]
**DisplayName** | Pointer to **string** | | [optional]
**DataType** | Pointer to **int32** | | [optional]
**Name** | Pointer to **NullableString** | | [optional]
**DisplayName** | Pointer to **NullableString** | | [optional]
**DataType** | Pointer to [**CSSCMSDataModelEnumsPamParameterDataType**](CSSCMSDataModelEnumsPamParameterDataType.md) | | [optional]
**InstanceLevel** | Pointer to **bool** | | [optional]
**ProviderType** | Pointer to [**CSSCMSDataModelModelsProviderType**](CSSCMSDataModelModelsProviderType.md) | | [optional]

Expand Down Expand Up @@ -80,6 +80,16 @@ 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 @@ -105,22 +115,32 @@ 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() int32`
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataType() CSSCMSDataModelEnumsPamParameterDataType`

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

### GetDataTypeOk

`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*int32, bool)`
`func (o *CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk() (*CSSCMSDataModelEnumsPamParameterDataType, 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 int32)`
`func (o *CSSCMSDataModelModelsProviderTypeParam) SetDataType(v CSSCMSDataModelEnumsPamParameterDataType)`

SetDataType sets DataType field to given value.

Expand Down
Loading

0 comments on commit 71ee215

Please sign in to comment.