Name | Type | Description | Notes |
---|---|---|---|
VaultNamespaces | Pointer to string | [optional] | |
VaultToken | Pointer to string | [optional] | |
VaultUrl | Pointer to string | [optional] |
func NewHashiVaultTargetDetails() *HashiVaultTargetDetails
NewHashiVaultTargetDetails instantiates a new HashiVaultTargetDetails 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 NewHashiVaultTargetDetailsWithDefaults() *HashiVaultTargetDetails
NewHashiVaultTargetDetailsWithDefaults instantiates a new HashiVaultTargetDetails 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 *HashiVaultTargetDetails) GetVaultNamespaces() string
GetVaultNamespaces returns the VaultNamespaces field if non-nil, zero value otherwise.
func (o *HashiVaultTargetDetails) GetVaultNamespacesOk() (*string, bool)
GetVaultNamespacesOk returns a tuple with the VaultNamespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HashiVaultTargetDetails) SetVaultNamespaces(v string)
SetVaultNamespaces sets VaultNamespaces field to given value.
func (o *HashiVaultTargetDetails) HasVaultNamespaces() bool
HasVaultNamespaces returns a boolean if a field has been set.
func (o *HashiVaultTargetDetails) GetVaultToken() string
GetVaultToken returns the VaultToken field if non-nil, zero value otherwise.
func (o *HashiVaultTargetDetails) GetVaultTokenOk() (*string, bool)
GetVaultTokenOk returns a tuple with the VaultToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HashiVaultTargetDetails) SetVaultToken(v string)
SetVaultToken sets VaultToken field to given value.
func (o *HashiVaultTargetDetails) HasVaultToken() bool
HasVaultToken returns a boolean if a field has been set.
func (o *HashiVaultTargetDetails) GetVaultUrl() string
GetVaultUrl returns the VaultUrl field if non-nil, zero value otherwise.
func (o *HashiVaultTargetDetails) GetVaultUrlOk() (*string, bool)
GetVaultUrlOk returns a tuple with the VaultUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HashiVaultTargetDetails) SetVaultUrl(v string)
SetVaultUrl sets VaultUrl field to given value.
func (o *HashiVaultTargetDetails) HasVaultUrl() bool
HasVaultUrl returns a boolean if a field has been set.