| Name | Type | Description | Notes |
|---|---|---|---|
| ProviderId | Pointer to int32 | [optional] | |
| SecretName | Pointer to NullableString | [optional] | |
| Description | Pointer to NullableString | [optional] |
func NewPAMLocalLocalPAMEntryResponse() *PAMLocalLocalPAMEntryResponse
NewPAMLocalLocalPAMEntryResponse instantiates a new PAMLocalLocalPAMEntryResponse 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 NewPAMLocalLocalPAMEntryResponseWithDefaults() *PAMLocalLocalPAMEntryResponse
NewPAMLocalLocalPAMEntryResponseWithDefaults instantiates a new PAMLocalLocalPAMEntryResponse 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 *PAMLocalLocalPAMEntryResponse) GetProviderId() int32
GetProviderId returns the ProviderId field if non-nil, zero value otherwise.
func (o *PAMLocalLocalPAMEntryResponse) GetProviderIdOk() (*int32, bool)
GetProviderIdOk returns a tuple with the ProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMLocalLocalPAMEntryResponse) SetProviderId(v int32)
SetProviderId sets ProviderId field to given value.
func (o *PAMLocalLocalPAMEntryResponse) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (o *PAMLocalLocalPAMEntryResponse) GetSecretName() string
GetSecretName returns the SecretName field if non-nil, zero value otherwise.
func (o *PAMLocalLocalPAMEntryResponse) GetSecretNameOk() (*string, bool)
GetSecretNameOk returns a tuple with the SecretName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMLocalLocalPAMEntryResponse) SetSecretName(v string)
SetSecretName sets SecretName field to given value.
func (o *PAMLocalLocalPAMEntryResponse) HasSecretName() bool
HasSecretName returns a boolean if a field has been set.
func (o *PAMLocalLocalPAMEntryResponse) SetSecretNameNil(b bool)
SetSecretNameNil sets the value for SecretName to be an explicit nil
func (o *PAMLocalLocalPAMEntryResponse) UnsetSecretName()
UnsetSecretName ensures that no value is present for SecretName, not even an explicit nil
func (o *PAMLocalLocalPAMEntryResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PAMLocalLocalPAMEntryResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PAMLocalLocalPAMEntryResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PAMLocalLocalPAMEntryResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PAMLocalLocalPAMEntryResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *PAMLocalLocalPAMEntryResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil