ProviderExternalAccountBinding
Last updated
Was this helpful?
KeyId
Pointer to string
The key ID of the external account binding.
[optional]
KeySecret
Pointer to string
The secret of the external account binding.
[optional]
func NewProviderExternalAccountBinding() *ProviderExternalAccountBinding
NewProviderExternalAccountBinding instantiates a new ProviderExternalAccountBinding 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 NewProviderExternalAccountBindingWithDefaults() *ProviderExternalAccountBinding
NewProviderExternalAccountBindingWithDefaults instantiates a new ProviderExternalAccountBinding 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 *ProviderExternalAccountBinding) GetKeyId() string
GetKeyId returns the KeyId field if non-nil, zero value otherwise.
func (o *ProviderExternalAccountBinding) GetKeyIdOk() (*string, bool)
GetKeyIdOk returns a tuple with the KeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderExternalAccountBinding) SetKeyId(v string)
SetKeyId sets KeyId field to given value.
func (o *ProviderExternalAccountBinding) HasKeyId() bool
HasKeyId returns a boolean if a field has been set.
func (o *ProviderExternalAccountBinding) GetKeySecret() string
GetKeySecret returns the KeySecret field if non-nil, zero value otherwise.
func (o *ProviderExternalAccountBinding) GetKeySecretOk() (*string, bool)
GetKeySecretOk returns a tuple with the KeySecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderExternalAccountBinding) SetKeySecret(v string)
SetKeySecret sets KeySecret field to given value.
func (o *ProviderExternalAccountBinding) HasKeySecret() bool
HasKeySecret returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?