| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int32 | ||
| Name | string | ||
| Remote | Pointer to bool | [optional] | |
| Area | Pointer to int32 | [optional] | |
| ProviderType | PAMProviderCreateRequestProviderType | ||
| ProviderTypeParamValues | Pointer to []PAMProviderCreateRequestTypeParamValue | [optional] | |
| SecuredAreaId | Pointer to NullableInt32 | [optional] |
func NewPAMProviderUpdateRequestLegacy(id int32, name string, providerType PAMProviderCreateRequestProviderType, ) *PAMProviderUpdateRequestLegacy
NewPAMProviderUpdateRequestLegacy instantiates a new PAMProviderUpdateRequestLegacy 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
func NewPAMProviderUpdateRequestLegacyWithDefaults() *PAMProviderUpdateRequestLegacy
NewPAMProviderUpdateRequestLegacyWithDefaults instantiates a new PAMProviderUpdateRequestLegacy 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
func (o *PAMProviderUpdateRequestLegacy) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderUpdateRequestLegacy) SetId(v int32)
SetId sets Id field to given value.
func (o *PAMProviderUpdateRequestLegacy) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) 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.
func (o *PAMProviderUpdateRequestLegacy) SetName(v string)
SetName sets Name field to given value.
func (o *PAMProviderUpdateRequestLegacy) GetRemote() bool
GetRemote returns the Remote field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) 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.
func (o *PAMProviderUpdateRequestLegacy) SetRemote(v bool)
SetRemote sets Remote field to given value.
func (o *PAMProviderUpdateRequestLegacy) HasRemote() bool
HasRemote returns a boolean if a field has been set.
func (o *PAMProviderUpdateRequestLegacy) GetArea() int32
GetArea returns the Area field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) GetAreaOk() (*int32, bool)
GetAreaOk returns a tuple with the Area field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderUpdateRequestLegacy) SetArea(v int32)
SetArea sets Area field to given value.
func (o *PAMProviderUpdateRequestLegacy) HasArea() bool
HasArea returns a boolean if a field has been set.
func (o *PAMProviderUpdateRequestLegacy) GetProviderType() PAMProviderCreateRequestProviderType
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) GetProviderTypeOk() (*PAMProviderCreateRequestProviderType, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderUpdateRequestLegacy) SetProviderType(v PAMProviderCreateRequestProviderType)
SetProviderType sets ProviderType field to given value.
func (o *PAMProviderUpdateRequestLegacy) GetProviderTypeParamValues() []PAMProviderCreateRequestTypeParamValue
GetProviderTypeParamValues returns the ProviderTypeParamValues field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) GetProviderTypeParamValuesOk() (*[]PAMProviderCreateRequestTypeParamValue, bool)
GetProviderTypeParamValuesOk returns a tuple with the ProviderTypeParamValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderUpdateRequestLegacy) SetProviderTypeParamValues(v []PAMProviderCreateRequestTypeParamValue)
SetProviderTypeParamValues sets ProviderTypeParamValues field to given value.
func (o *PAMProviderUpdateRequestLegacy) HasProviderTypeParamValues() bool
HasProviderTypeParamValues returns a boolean if a field has been set.
func (o *PAMProviderUpdateRequestLegacy) SetProviderTypeParamValuesNil(b bool)
SetProviderTypeParamValuesNil sets the value for ProviderTypeParamValues to be an explicit nil
func (o *PAMProviderUpdateRequestLegacy) UnsetProviderTypeParamValues()
UnsetProviderTypeParamValues ensures that no value is present for ProviderTypeParamValues, not even an explicit nil
func (o *PAMProviderUpdateRequestLegacy) GetSecuredAreaId() int32
GetSecuredAreaId returns the SecuredAreaId field if non-nil, zero value otherwise.
func (o *PAMProviderUpdateRequestLegacy) GetSecuredAreaIdOk() (*int32, bool)
GetSecuredAreaIdOk returns a tuple with the SecuredAreaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMProviderUpdateRequestLegacy) SetSecuredAreaId(v int32)
SetSecuredAreaId sets SecuredAreaId field to given value.
func (o *PAMProviderUpdateRequestLegacy) HasSecuredAreaId() bool
HasSecuredAreaId returns a boolean if a field has been set.
func (o *PAMProviderUpdateRequestLegacy) SetSecuredAreaIdNil(b bool)
SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil
func (o *PAMProviderUpdateRequestLegacy) UnsetSecuredAreaId()
UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil