Name | Type | Description | Notes |
---|---|---|---|
CertIssueDetails | Pointer to CertificateIssueInfo | [optional] | |
CertificateChainInfo | Pointer to CertificateChainInfo | [optional] | |
ClassicKeyDetails | Pointer to ClassicKeyDetailsInfo | [optional] | |
ClusterGwUrl | Pointer to string | [optional] | |
DisplayMetadata | Pointer to string | [optional] | |
DynamicSecretProducerDetails | Pointer to DynamicSecretProducerInfo | [optional] | |
ImporterInfo | Pointer to ImporterInfo | [optional] | |
PasswordPolicy | Pointer to PasswordPolicyInfo | [optional] | |
RotatedSecretDetails | Pointer to RotatedSecretDetailsInfo | [optional] | |
SecureRemoteAccessDetails | Pointer to SecureRemoteAccess | [optional] | |
StaticSecretInfo | Pointer to StaticSecretDetailsInfo | [optional] | |
TokenizerInfo | Pointer to TokenizerInfo | [optional] |
func NewItemGeneralInfo() *ItemGeneralInfo
NewItemGeneralInfo instantiates a new ItemGeneralInfo 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 NewItemGeneralInfoWithDefaults() *ItemGeneralInfo
NewItemGeneralInfoWithDefaults instantiates a new ItemGeneralInfo 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 *ItemGeneralInfo) GetCertIssueDetails() CertificateIssueInfo
GetCertIssueDetails returns the CertIssueDetails field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetCertIssueDetailsOk() (*CertificateIssueInfo, bool)
GetCertIssueDetailsOk returns a tuple with the CertIssueDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetCertIssueDetails(v CertificateIssueInfo)
SetCertIssueDetails sets CertIssueDetails field to given value.
func (o *ItemGeneralInfo) HasCertIssueDetails() bool
HasCertIssueDetails returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetCertificateChainInfo() CertificateChainInfo
GetCertificateChainInfo returns the CertificateChainInfo field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetCertificateChainInfoOk() (*CertificateChainInfo, bool)
GetCertificateChainInfoOk returns a tuple with the CertificateChainInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetCertificateChainInfo(v CertificateChainInfo)
SetCertificateChainInfo sets CertificateChainInfo field to given value.
func (o *ItemGeneralInfo) HasCertificateChainInfo() bool
HasCertificateChainInfo returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetClassicKeyDetails() ClassicKeyDetailsInfo
GetClassicKeyDetails returns the ClassicKeyDetails field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetClassicKeyDetailsOk() (*ClassicKeyDetailsInfo, bool)
GetClassicKeyDetailsOk returns a tuple with the ClassicKeyDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetClassicKeyDetails(v ClassicKeyDetailsInfo)
SetClassicKeyDetails sets ClassicKeyDetails field to given value.
func (o *ItemGeneralInfo) HasClassicKeyDetails() bool
HasClassicKeyDetails returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetClusterGwUrl() string
GetClusterGwUrl returns the ClusterGwUrl field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetClusterGwUrlOk() (*string, bool)
GetClusterGwUrlOk returns a tuple with the ClusterGwUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetClusterGwUrl(v string)
SetClusterGwUrl sets ClusterGwUrl field to given value.
func (o *ItemGeneralInfo) HasClusterGwUrl() bool
HasClusterGwUrl returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetDisplayMetadata() string
GetDisplayMetadata returns the DisplayMetadata field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetDisplayMetadataOk() (*string, bool)
GetDisplayMetadataOk returns a tuple with the DisplayMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetDisplayMetadata(v string)
SetDisplayMetadata sets DisplayMetadata field to given value.
func (o *ItemGeneralInfo) HasDisplayMetadata() bool
HasDisplayMetadata returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetDynamicSecretProducerDetails() DynamicSecretProducerInfo
GetDynamicSecretProducerDetails returns the DynamicSecretProducerDetails field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetDynamicSecretProducerDetailsOk() (*DynamicSecretProducerInfo, bool)
GetDynamicSecretProducerDetailsOk returns a tuple with the DynamicSecretProducerDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetDynamicSecretProducerDetails(v DynamicSecretProducerInfo)
SetDynamicSecretProducerDetails sets DynamicSecretProducerDetails field to given value.
func (o *ItemGeneralInfo) HasDynamicSecretProducerDetails() bool
HasDynamicSecretProducerDetails returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetImporterInfo() ImporterInfo
GetImporterInfo returns the ImporterInfo field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetImporterInfoOk() (*ImporterInfo, bool)
GetImporterInfoOk returns a tuple with the ImporterInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetImporterInfo(v ImporterInfo)
SetImporterInfo sets ImporterInfo field to given value.
func (o *ItemGeneralInfo) HasImporterInfo() bool
HasImporterInfo returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetPasswordPolicy() PasswordPolicyInfo
GetPasswordPolicy returns the PasswordPolicy field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetPasswordPolicyOk() (*PasswordPolicyInfo, bool)
GetPasswordPolicyOk returns a tuple with the PasswordPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetPasswordPolicy(v PasswordPolicyInfo)
SetPasswordPolicy sets PasswordPolicy field to given value.
func (o *ItemGeneralInfo) HasPasswordPolicy() bool
HasPasswordPolicy returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetRotatedSecretDetails() RotatedSecretDetailsInfo
GetRotatedSecretDetails returns the RotatedSecretDetails field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetRotatedSecretDetailsOk() (*RotatedSecretDetailsInfo, bool)
GetRotatedSecretDetailsOk returns a tuple with the RotatedSecretDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetRotatedSecretDetails(v RotatedSecretDetailsInfo)
SetRotatedSecretDetails sets RotatedSecretDetails field to given value.
func (o *ItemGeneralInfo) HasRotatedSecretDetails() bool
HasRotatedSecretDetails returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetSecureRemoteAccessDetails() SecureRemoteAccess
GetSecureRemoteAccessDetails returns the SecureRemoteAccessDetails field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetSecureRemoteAccessDetailsOk() (*SecureRemoteAccess, bool)
GetSecureRemoteAccessDetailsOk returns a tuple with the SecureRemoteAccessDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetSecureRemoteAccessDetails(v SecureRemoteAccess)
SetSecureRemoteAccessDetails sets SecureRemoteAccessDetails field to given value.
func (o *ItemGeneralInfo) HasSecureRemoteAccessDetails() bool
HasSecureRemoteAccessDetails returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetStaticSecretInfo() StaticSecretDetailsInfo
GetStaticSecretInfo returns the StaticSecretInfo field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetStaticSecretInfoOk() (*StaticSecretDetailsInfo, bool)
GetStaticSecretInfoOk returns a tuple with the StaticSecretInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetStaticSecretInfo(v StaticSecretDetailsInfo)
SetStaticSecretInfo sets StaticSecretInfo field to given value.
func (o *ItemGeneralInfo) HasStaticSecretInfo() bool
HasStaticSecretInfo returns a boolean if a field has been set.
func (o *ItemGeneralInfo) GetTokenizerInfo() TokenizerInfo
GetTokenizerInfo returns the TokenizerInfo field if non-nil, zero value otherwise.
func (o *ItemGeneralInfo) GetTokenizerInfoOk() (*TokenizerInfo, bool)
GetTokenizerInfoOk returns a tuple with the TokenizerInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemGeneralInfo) SetTokenizerInfo(v TokenizerInfo)
SetTokenizerInfo sets TokenizerInfo field to given value.
func (o *ItemGeneralInfo) HasTokenizerInfo() bool
HasTokenizerInfo returns a boolean if a field has been set.