Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 3.96 KB

File metadata and controls

128 lines (71 loc) · 3.96 KB

PAMLocalLocalPAMEntryResponse

Properties

Name Type Description Notes
ProviderId Pointer to int32 [optional]
SecretName Pointer to NullableString [optional]
Description Pointer to NullableString [optional]

Methods

NewPAMLocalLocalPAMEntryResponse

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

NewPAMLocalLocalPAMEntryResponseWithDefaults

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

GetProviderId

func (o *PAMLocalLocalPAMEntryResponse) GetProviderId() int32

GetProviderId returns the ProviderId field if non-nil, zero value otherwise.

GetProviderIdOk

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.

SetProviderId

func (o *PAMLocalLocalPAMEntryResponse) SetProviderId(v int32)

SetProviderId sets ProviderId field to given value.

HasProviderId

func (o *PAMLocalLocalPAMEntryResponse) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

GetSecretName

func (o *PAMLocalLocalPAMEntryResponse) GetSecretName() string

GetSecretName returns the SecretName field if non-nil, zero value otherwise.

GetSecretNameOk

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.

SetSecretName

func (o *PAMLocalLocalPAMEntryResponse) SetSecretName(v string)

SetSecretName sets SecretName field to given value.

HasSecretName

func (o *PAMLocalLocalPAMEntryResponse) HasSecretName() bool

HasSecretName returns a boolean if a field has been set.

SetSecretNameNil

func (o *PAMLocalLocalPAMEntryResponse) SetSecretNameNil(b bool)

SetSecretNameNil sets the value for SecretName to be an explicit nil

UnsetSecretName

func (o *PAMLocalLocalPAMEntryResponse) UnsetSecretName()

UnsetSecretName ensures that no value is present for SecretName, not even an explicit nil

GetDescription

func (o *PAMLocalLocalPAMEntryResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *PAMLocalLocalPAMEntryResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PAMLocalLocalPAMEntryResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *PAMLocalLocalPAMEntryResponse) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *PAMLocalLocalPAMEntryResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]