Name | Type | Description | Notes |
---|---|---|---|
RSAValidKeySizes | []int32 | The allowed RSA key sizes. | |
ECCValidCurves | []string | The allowed ECC curves. | |
AllowKeyReuse | bool | Whether or not keys can be reused. | |
AllowWildcards | bool | Whether or not wildcards can be used. | |
RFCEnforcement | bool | Whether or not RFC 2818 compliance should be enforced. |
func NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest(rSAValidKeySizes []int32, eCCValidCurves []string, allowKeyReuse bool, allowWildcards bool, rFCEnforcement bool, ) *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest
NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest instantiates a new KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest 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 NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyRequestWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest
NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyRequestWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest 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 *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetRSAValidKeySizes() []int32
GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) 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 *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetRSAValidKeySizes(v []int32)
SetRSAValidKeySizes sets RSAValidKeySizes field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetECCValidCurves() []string
GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) 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 *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetECCValidCurves(v []string)
SetECCValidCurves sets ECCValidCurves field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetAllowKeyReuse() bool
GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) 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 *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetAllowKeyReuse(v bool)
SetAllowKeyReuse sets AllowKeyReuse field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetAllowWildcards() bool
GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) 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 *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetAllowWildcards(v bool)
SetAllowWildcards sets AllowWildcards field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetRFCEnforcement() bool
GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) 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 *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetRFCEnforcement(v bool)
SetRFCEnforcement sets RFCEnforcement field to given value.