Name | Type | Description | Notes |
---|---|---|---|
CertificateAccessId | Pointer to string | [optional] | |
DefaultProtectionKeyId | Pointer to int64 | [optional] | |
DefaultSecretLocation | Pointer to string | [optional] | |
OidcAccessId | Pointer to string | [optional] | |
SamlAccessId | Pointer to string | [optional] |
func NewDefaultConfigPart() *DefaultConfigPart
NewDefaultConfigPart instantiates a new DefaultConfigPart 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 NewDefaultConfigPartWithDefaults() *DefaultConfigPart
NewDefaultConfigPartWithDefaults instantiates a new DefaultConfigPart 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 *DefaultConfigPart) GetCertificateAccessId() string
GetCertificateAccessId returns the CertificateAccessId field if non-nil, zero value otherwise.
func (o *DefaultConfigPart) GetCertificateAccessIdOk() (*string, bool)
GetCertificateAccessIdOk returns a tuple with the CertificateAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultConfigPart) SetCertificateAccessId(v string)
SetCertificateAccessId sets CertificateAccessId field to given value.
func (o *DefaultConfigPart) HasCertificateAccessId() bool
HasCertificateAccessId returns a boolean if a field has been set.
func (o *DefaultConfigPart) GetDefaultProtectionKeyId() int64
GetDefaultProtectionKeyId returns the DefaultProtectionKeyId field if non-nil, zero value otherwise.
func (o *DefaultConfigPart) GetDefaultProtectionKeyIdOk() (*int64, bool)
GetDefaultProtectionKeyIdOk returns a tuple with the DefaultProtectionKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultConfigPart) SetDefaultProtectionKeyId(v int64)
SetDefaultProtectionKeyId sets DefaultProtectionKeyId field to given value.
func (o *DefaultConfigPart) HasDefaultProtectionKeyId() bool
HasDefaultProtectionKeyId returns a boolean if a field has been set.
func (o *DefaultConfigPart) GetDefaultSecretLocation() string
GetDefaultSecretLocation returns the DefaultSecretLocation field if non-nil, zero value otherwise.
func (o *DefaultConfigPart) GetDefaultSecretLocationOk() (*string, bool)
GetDefaultSecretLocationOk returns a tuple with the DefaultSecretLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultConfigPart) SetDefaultSecretLocation(v string)
SetDefaultSecretLocation sets DefaultSecretLocation field to given value.
func (o *DefaultConfigPart) HasDefaultSecretLocation() bool
HasDefaultSecretLocation returns a boolean if a field has been set.
func (o *DefaultConfigPart) GetOidcAccessId() string
GetOidcAccessId returns the OidcAccessId field if non-nil, zero value otherwise.
func (o *DefaultConfigPart) GetOidcAccessIdOk() (*string, bool)
GetOidcAccessIdOk returns a tuple with the OidcAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultConfigPart) SetOidcAccessId(v string)
SetOidcAccessId sets OidcAccessId field to given value.
func (o *DefaultConfigPart) HasOidcAccessId() bool
HasOidcAccessId returns a boolean if a field has been set.
func (o *DefaultConfigPart) GetSamlAccessId() string
GetSamlAccessId returns the SamlAccessId field if non-nil, zero value otherwise.
func (o *DefaultConfigPart) GetSamlAccessIdOk() (*string, bool)
GetSamlAccessIdOk returns a tuple with the SamlAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultConfigPart) SetSamlAccessId(v string)
SetSamlAccessId sets SamlAccessId field to given value.
func (o *DefaultConfigPart) HasSamlAccessId() bool
HasSamlAccessId returns a boolean if a field has been set.