Name | Type | Description | Notes |
---|---|---|---|
VenafiApiKey | Pointer to string | [optional] | |
VenafiBaseUrl | Pointer to string | [optional] | |
VenafiTppAccessToken | Pointer to string | [optional] | |
VenafiTppClientId | Pointer to string | [optional] | |
VenafiTppPassword | Pointer to string | Deprecated: VenafiAccessToken and VenafiRefreshToken should be used instead | [optional] |
VenafiTppRefreshToken | Pointer to string | [optional] | |
VenafiTppUsername | Pointer to string | Deprecated: VenafiAccessToken and VenafiRefreshToken should be used instead | [optional] |
VenafiUseTpp | Pointer to bool | [optional] | |
VenafiZone | Pointer to string | [optional] |
func NewVenafiTargetDetails() *VenafiTargetDetails
NewVenafiTargetDetails instantiates a new VenafiTargetDetails 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 NewVenafiTargetDetailsWithDefaults() *VenafiTargetDetails
NewVenafiTargetDetailsWithDefaults instantiates a new VenafiTargetDetails 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 *VenafiTargetDetails) GetVenafiApiKey() string
GetVenafiApiKey returns the VenafiApiKey field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiApiKeyOk() (*string, bool)
GetVenafiApiKeyOk returns a tuple with the VenafiApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiApiKey(v string)
SetVenafiApiKey sets VenafiApiKey field to given value.
func (o *VenafiTargetDetails) HasVenafiApiKey() bool
HasVenafiApiKey returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiBaseUrl() string
GetVenafiBaseUrl returns the VenafiBaseUrl field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiBaseUrlOk() (*string, bool)
GetVenafiBaseUrlOk returns a tuple with the VenafiBaseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiBaseUrl(v string)
SetVenafiBaseUrl sets VenafiBaseUrl field to given value.
func (o *VenafiTargetDetails) HasVenafiBaseUrl() bool
HasVenafiBaseUrl returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiTppAccessToken() string
GetVenafiTppAccessToken returns the VenafiTppAccessToken field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiTppAccessTokenOk() (*string, bool)
GetVenafiTppAccessTokenOk returns a tuple with the VenafiTppAccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiTppAccessToken(v string)
SetVenafiTppAccessToken sets VenafiTppAccessToken field to given value.
func (o *VenafiTargetDetails) HasVenafiTppAccessToken() bool
HasVenafiTppAccessToken returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiTppClientId() string
GetVenafiTppClientId returns the VenafiTppClientId field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiTppClientIdOk() (*string, bool)
GetVenafiTppClientIdOk returns a tuple with the VenafiTppClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiTppClientId(v string)
SetVenafiTppClientId sets VenafiTppClientId field to given value.
func (o *VenafiTargetDetails) HasVenafiTppClientId() bool
HasVenafiTppClientId returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiTppPassword() string
GetVenafiTppPassword returns the VenafiTppPassword field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiTppPasswordOk() (*string, bool)
GetVenafiTppPasswordOk returns a tuple with the VenafiTppPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiTppPassword(v string)
SetVenafiTppPassword sets VenafiTppPassword field to given value.
func (o *VenafiTargetDetails) HasVenafiTppPassword() bool
HasVenafiTppPassword returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiTppRefreshToken() string
GetVenafiTppRefreshToken returns the VenafiTppRefreshToken field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiTppRefreshTokenOk() (*string, bool)
GetVenafiTppRefreshTokenOk returns a tuple with the VenafiTppRefreshToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiTppRefreshToken(v string)
SetVenafiTppRefreshToken sets VenafiTppRefreshToken field to given value.
func (o *VenafiTargetDetails) HasVenafiTppRefreshToken() bool
HasVenafiTppRefreshToken returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiTppUsername() string
GetVenafiTppUsername returns the VenafiTppUsername field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiTppUsernameOk() (*string, bool)
GetVenafiTppUsernameOk returns a tuple with the VenafiTppUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiTppUsername(v string)
SetVenafiTppUsername sets VenafiTppUsername field to given value.
func (o *VenafiTargetDetails) HasVenafiTppUsername() bool
HasVenafiTppUsername returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiUseTpp() bool
GetVenafiUseTpp returns the VenafiUseTpp field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiUseTppOk() (*bool, bool)
GetVenafiUseTppOk returns a tuple with the VenafiUseTpp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiUseTpp(v bool)
SetVenafiUseTpp sets VenafiUseTpp field to given value.
func (o *VenafiTargetDetails) HasVenafiUseTpp() bool
HasVenafiUseTpp returns a boolean if a field has been set.
func (o *VenafiTargetDetails) GetVenafiZone() string
GetVenafiZone returns the VenafiZone field if non-nil, zero value otherwise.
func (o *VenafiTargetDetails) GetVenafiZoneOk() (*string, bool)
GetVenafiZoneOk returns a tuple with the VenafiZone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VenafiTargetDetails) SetVenafiZone(v string)
SetVenafiZone sets VenafiZone field to given value.
func (o *VenafiTargetDetails) HasVenafiZone() bool
HasVenafiZone returns a boolean if a field has been set.