Name | Type | Description | Notes |
---|---|---|---|
TemplateId | Pointer to int32 | [optional] | |
RSAValidKeySizes | Pointer to []int32 | [optional] | |
ECCValidCurves | Pointer to []string | [optional] | |
AllowKeyReuse | Pointer to bool | [optional] | |
AllowWildcards | Pointer to bool | [optional] | |
RFCEnforcement | Pointer to bool | [optional] |
func NewModelsTemplateRetrievalResponseTemplatePolicyModel() *ModelsTemplateRetrievalResponseTemplatePolicyModel
NewModelsTemplateRetrievalResponseTemplatePolicyModel instantiates a new ModelsTemplateRetrievalResponseTemplatePolicyModel 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 NewModelsTemplateRetrievalResponseTemplatePolicyModelWithDefaults() *ModelsTemplateRetrievalResponseTemplatePolicyModel
NewModelsTemplateRetrievalResponseTemplatePolicyModelWithDefaults instantiates a new ModelsTemplateRetrievalResponseTemplatePolicyModel 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 *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetTemplateIdOk() (*int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetRSAValidKeySizes() []int32
GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetRSAValidKeySizesOk() (*[]int32, bool)
GetRSAValidKeySizesOk returns a tuple with the RSAValidKeySizes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetRSAValidKeySizes(v []int32)
SetRSAValidKeySizes sets RSAValidKeySizes field to given value.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasRSAValidKeySizes() bool
HasRSAValidKeySizes returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetECCValidCurves() []string
GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetECCValidCurvesOk() (*[]string, bool)
GetECCValidCurvesOk returns a tuple with the ECCValidCurves field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetECCValidCurves(v []string)
SetECCValidCurves sets ECCValidCurves field to given value.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasECCValidCurves() bool
HasECCValidCurves returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetAllowKeyReuse() bool
GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetAllowKeyReuseOk() (*bool, bool)
GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetAllowKeyReuse(v bool)
SetAllowKeyReuse sets AllowKeyReuse field to given value.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasAllowKeyReuse() bool
HasAllowKeyReuse returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetAllowWildcards() bool
GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetAllowWildcardsOk() (*bool, bool)
GetAllowWildcardsOk returns a tuple with the AllowWildcards field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetAllowWildcards(v bool)
SetAllowWildcards sets AllowWildcards field to given value.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasAllowWildcards() bool
HasAllowWildcards returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetRFCEnforcement() bool
GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetRFCEnforcementOk() (*bool, bool)
GetRFCEnforcementOk returns a tuple with the RFCEnforcement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetRFCEnforcement(v bool)
SetRFCEnforcement sets RFCEnforcement field to given value.
func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasRFCEnforcement() bool
HasRFCEnforcement returns a boolean if a field has been set.