Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | [optional] [readonly] | |
Name | string | ||
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
PasswordConfigured | Pointer to bool | [optional] [readonly] | |
ProxyAddress | Pointer to string | [optional] | |
RevocationEnabled | Pointer to bool | [optional] | |
ClientId | Pointer to string | [optional] | |
RefreshToken | Pointer to string | [optional] | |
RefreshTokenConfigured | Pointer to bool | [optional] [readonly] |
func NewVenafiCaRecord(name string, ) *VenafiCaRecord
NewVenafiCaRecord instantiates a new VenafiCaRecord 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 NewVenafiCaRecordWithDefaults() *VenafiCaRecord
NewVenafiCaRecordWithDefaults instantiates a new VenafiCaRecord 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 *VenafiCaRecord) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetIdOk() (*int64, 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 *VenafiCaRecord) SetId(v int64)
SetId sets Id field to given value.
func (o *VenafiCaRecord) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) 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 *VenafiCaRecord) SetName(v string)
SetName sets Name field to given value.
func (o *VenafiCaRecord) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *VenafiCaRecord) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *VenafiCaRecord) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetPasswordConfigured() bool
GetPasswordConfigured returns the PasswordConfigured field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetPasswordConfiguredOk() (*bool, bool)
GetPasswordConfiguredOk returns a tuple with the PasswordConfigured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetPasswordConfigured(v bool)
SetPasswordConfigured sets PasswordConfigured field to given value.
func (o *VenafiCaRecord) HasPasswordConfigured() bool
HasPasswordConfigured returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetProxyAddress() string
GetProxyAddress returns the ProxyAddress field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetProxyAddressOk() (*string, bool)
GetProxyAddressOk returns a tuple with the ProxyAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetProxyAddress(v string)
SetProxyAddress sets ProxyAddress field to given value.
func (o *VenafiCaRecord) HasProxyAddress() bool
HasProxyAddress returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetRevocationEnabled() bool
GetRevocationEnabled returns the RevocationEnabled field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetRevocationEnabledOk() (*bool, bool)
GetRevocationEnabledOk returns a tuple with the RevocationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetRevocationEnabled(v bool)
SetRevocationEnabled sets RevocationEnabled field to given value.
func (o *VenafiCaRecord) HasRevocationEnabled() bool
HasRevocationEnabled returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *VenafiCaRecord) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetRefreshToken() string
GetRefreshToken returns the RefreshToken field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetRefreshTokenOk() (*string, bool)
GetRefreshTokenOk returns a tuple with the RefreshToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetRefreshToken(v string)
SetRefreshToken sets RefreshToken field to given value.
func (o *VenafiCaRecord) HasRefreshToken() bool
HasRefreshToken returns a boolean if a field has been set.
func (o *VenafiCaRecord) GetRefreshTokenConfigured() bool
GetRefreshTokenConfigured returns the RefreshTokenConfigured field if non-nil, zero value otherwise.
func (o *VenafiCaRecord) GetRefreshTokenConfiguredOk() (*bool, bool)
GetRefreshTokenConfiguredOk returns a tuple with the RefreshTokenConfigured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiCaRecord) SetRefreshTokenConfigured(v bool)
SetRefreshTokenConfigured sets RefreshTokenConfigured field to given value.
func (o *VenafiCaRecord) HasRefreshTokenConfigured() bool
HasRefreshTokenConfigured returns a boolean if a field has been set.