Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
CommonName | Pointer to string | [optional] | |
TemplateName | Pointer to string | [optional] | |
Oid | Pointer to string | [optional] | |
KeySize | Pointer to string | [optional] | |
KeyType | Pointer to string | [optional] | |
ForestRoot | Pointer to string | [optional] [readonly] | |
ConfigurationTenant | Pointer to string | [optional] | |
FriendlyName | Pointer to string | [optional] | |
KeyRetention | Pointer to int32 | [optional] | |
KeyRetentionDays | Pointer to int32 | [optional] | |
KeyArchival | Pointer to bool | [optional] | |
EnrollmentFields | Pointer to []ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel | [optional] | |
MetadataFields | Pointer to []ModelsTemplateRetrievalResponseTemplateMetadataFieldModel | [optional] | |
AllowedEnrollmentTypes | Pointer to int32 | [optional] | |
TemplateRegexes | Pointer to []ModelsTemplateRetrievalResponseTemplateRegexModel | [optional] | |
TemplateDefaults | Pointer to []ModelsTemplateRetrievalResponseTemplateDefaultModel | [optional] | |
TemplatePolicy | Pointer to ModelsTemplateRetrievalResponseTemplatePolicyModel | [optional] | |
UseAllowedRequesters | Pointer to bool | [optional] | |
AllowedRequesters | Pointer to []string | [optional] | |
DisplayName | Pointer to string | [optional] | |
RFCEnforcement | Pointer to bool | [optional] | |
RequiresApproval | Pointer to bool | [optional] | |
KeyUsage | Pointer to int32 | [optional] | |
ExtendedKeyUsages | Pointer to []ModelsTemplateRetrievalResponseExtendedKeyUsageModel | [optional] | |
Curve | Pointer to NullableString | [optional] |
func NewModelsTemplateRetrievalResponse() *ModelsTemplateRetrievalResponse
NewModelsTemplateRetrievalResponse instantiates a new ModelsTemplateRetrievalResponse 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 NewModelsTemplateRetrievalResponseWithDefaults() *ModelsTemplateRetrievalResponse
NewModelsTemplateRetrievalResponseWithDefaults instantiates a new ModelsTemplateRetrievalResponse 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 *ModelsTemplateRetrievalResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsTemplateRetrievalResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetCommonName() string
GetCommonName returns the CommonName field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetCommonNameOk() (*string, bool)
GetCommonNameOk returns a tuple with the CommonName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetCommonName(v string)
SetCommonName sets CommonName field to given value.
func (o *ModelsTemplateRetrievalResponse) HasCommonName() bool
HasCommonName returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetTemplateName() string
GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetTemplateName(v string)
SetTemplateName sets TemplateName field to given value.
func (o *ModelsTemplateRetrievalResponse) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetOid() string
GetOid returns the Oid field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetOidOk() (*string, bool)
GetOidOk returns a tuple with the Oid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetOid(v string)
SetOid sets Oid field to given value.
func (o *ModelsTemplateRetrievalResponse) HasOid() bool
HasOid returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetKeySize() string
GetKeySize returns the KeySize field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetKeySizeOk() (*string, bool)
GetKeySizeOk returns a tuple with the KeySize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetKeySize(v string)
SetKeySize sets KeySize field to given value.
func (o *ModelsTemplateRetrievalResponse) HasKeySize() bool
HasKeySize returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *ModelsTemplateRetrievalResponse) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetForestRoot() string
GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetForestRootOk() (*string, bool)
GetForestRootOk returns a tuple with the ForestRoot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetForestRoot(v string)
SetForestRoot sets ForestRoot field to given value.
func (o *ModelsTemplateRetrievalResponse) HasForestRoot() bool
HasForestRoot returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetConfigurationTenant() string
GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetConfigurationTenantOk() (*string, bool)
GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetConfigurationTenant(v string)
SetConfigurationTenant sets ConfigurationTenant field to given value.
func (o *ModelsTemplateRetrievalResponse) HasConfigurationTenant() bool
HasConfigurationTenant returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetFriendlyNameOk() (*string, bool)
GetFriendlyNameOk returns a tuple with the FriendlyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *ModelsTemplateRetrievalResponse) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetKeyRetention() int32
GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetKeyRetentionOk() (*int32, bool)
GetKeyRetentionOk returns a tuple with the KeyRetention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetKeyRetention(v int32)
SetKeyRetention sets KeyRetention field to given value.
func (o *ModelsTemplateRetrievalResponse) HasKeyRetention() bool
HasKeyRetention returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetKeyRetentionDays() int32
GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetKeyRetentionDaysOk() (*int32, bool)
GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetKeyRetentionDays(v int32)
SetKeyRetentionDays sets KeyRetentionDays field to given value.
func (o *ModelsTemplateRetrievalResponse) HasKeyRetentionDays() bool
HasKeyRetentionDays returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetKeyArchival() bool
GetKeyArchival returns the KeyArchival field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetKeyArchivalOk() (*bool, bool)
GetKeyArchivalOk returns a tuple with the KeyArchival field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetKeyArchival(v bool)
SetKeyArchival sets KeyArchival field to given value.
func (o *ModelsTemplateRetrievalResponse) HasKeyArchival() bool
HasKeyArchival returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetEnrollmentFields() []ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel
GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetEnrollmentFieldsOk() (*[]ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel, bool)
GetEnrollmentFieldsOk returns a tuple with the EnrollmentFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetEnrollmentFields(v []ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel)
SetEnrollmentFields sets EnrollmentFields field to given value.
func (o *ModelsTemplateRetrievalResponse) HasEnrollmentFields() bool
HasEnrollmentFields returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetMetadataFields() []ModelsTemplateRetrievalResponseTemplateMetadataFieldModel
GetMetadataFields returns the MetadataFields field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetMetadataFieldsOk() (*[]ModelsTemplateRetrievalResponseTemplateMetadataFieldModel, bool)
GetMetadataFieldsOk returns a tuple with the MetadataFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetMetadataFields(v []ModelsTemplateRetrievalResponseTemplateMetadataFieldModel)
SetMetadataFields sets MetadataFields field to given value.
func (o *ModelsTemplateRetrievalResponse) HasMetadataFields() bool
HasMetadataFields returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetAllowedEnrollmentTypes() int32
GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetAllowedEnrollmentTypesOk() (*int32, bool)
GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetAllowedEnrollmentTypes(v int32)
SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value.
func (o *ModelsTemplateRetrievalResponse) HasAllowedEnrollmentTypes() bool
HasAllowedEnrollmentTypes returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetTemplateRegexes() []ModelsTemplateRetrievalResponseTemplateRegexModel
GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetTemplateRegexesOk() (*[]ModelsTemplateRetrievalResponseTemplateRegexModel, bool)
GetTemplateRegexesOk returns a tuple with the TemplateRegexes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetTemplateRegexes(v []ModelsTemplateRetrievalResponseTemplateRegexModel)
SetTemplateRegexes sets TemplateRegexes field to given value.
func (o *ModelsTemplateRetrievalResponse) HasTemplateRegexes() bool
HasTemplateRegexes returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetTemplateDefaults() []ModelsTemplateRetrievalResponseTemplateDefaultModel
GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetTemplateDefaultsOk() (*[]ModelsTemplateRetrievalResponseTemplateDefaultModel, bool)
GetTemplateDefaultsOk returns a tuple with the TemplateDefaults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetTemplateDefaults(v []ModelsTemplateRetrievalResponseTemplateDefaultModel)
SetTemplateDefaults sets TemplateDefaults field to given value.
func (o *ModelsTemplateRetrievalResponse) HasTemplateDefaults() bool
HasTemplateDefaults returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetTemplatePolicy() ModelsTemplateRetrievalResponseTemplatePolicyModel
GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetTemplatePolicyOk() (*ModelsTemplateRetrievalResponseTemplatePolicyModel, bool)
GetTemplatePolicyOk returns a tuple with the TemplatePolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetTemplatePolicy(v ModelsTemplateRetrievalResponseTemplatePolicyModel)
SetTemplatePolicy sets TemplatePolicy field to given value.
func (o *ModelsTemplateRetrievalResponse) HasTemplatePolicy() bool
HasTemplatePolicy returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetUseAllowedRequesters() bool
GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetUseAllowedRequestersOk() (*bool, bool)
GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetUseAllowedRequesters(v bool)
SetUseAllowedRequesters sets UseAllowedRequesters field to given value.
func (o *ModelsTemplateRetrievalResponse) HasUseAllowedRequesters() bool
HasUseAllowedRequesters returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetAllowedRequesters() []string
GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetAllowedRequestersOk() (*[]string, bool)
GetAllowedRequestersOk returns a tuple with the AllowedRequesters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetAllowedRequesters(v []string)
SetAllowedRequesters sets AllowedRequesters field to given value.
func (o *ModelsTemplateRetrievalResponse) HasAllowedRequesters() bool
HasAllowedRequesters returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ModelsTemplateRetrievalResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetRFCEnforcement() bool
GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) 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 *ModelsTemplateRetrievalResponse) SetRFCEnforcement(v bool)
SetRFCEnforcement sets RFCEnforcement field to given value.
func (o *ModelsTemplateRetrievalResponse) HasRFCEnforcement() bool
HasRFCEnforcement returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetRequiresApproval() bool
GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetRequiresApprovalOk() (*bool, bool)
GetRequiresApprovalOk returns a tuple with the RequiresApproval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetRequiresApproval(v bool)
SetRequiresApproval sets RequiresApproval field to given value.
func (o *ModelsTemplateRetrievalResponse) HasRequiresApproval() bool
HasRequiresApproval returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetKeyUsage() int32
GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetKeyUsageOk() (*int32, bool)
GetKeyUsageOk returns a tuple with the KeyUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetKeyUsage(v int32)
SetKeyUsage sets KeyUsage field to given value.
func (o *ModelsTemplateRetrievalResponse) HasKeyUsage() bool
HasKeyUsage returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetExtendedKeyUsages() []ModelsTemplateRetrievalResponseExtendedKeyUsageModel
GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetExtendedKeyUsagesOk() (*[]ModelsTemplateRetrievalResponseExtendedKeyUsageModel, bool)
GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetExtendedKeyUsages(v []ModelsTemplateRetrievalResponseExtendedKeyUsageModel)
SetExtendedKeyUsages sets ExtendedKeyUsages field to given value.
func (o *ModelsTemplateRetrievalResponse) HasExtendedKeyUsages() bool
HasExtendedKeyUsages returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) GetCurve() string
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *ModelsTemplateRetrievalResponse) GetCurveOk() (*string, bool)
GetCurveOk returns a tuple with the Curve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsTemplateRetrievalResponse) SetCurve(v string)
SetCurve sets Curve field to given value.
func (o *ModelsTemplateRetrievalResponse) HasCurve() bool
HasCurve returns a boolean if a field has been set.
func (o *ModelsTemplateRetrievalResponse) SetCurveNil(b bool)
SetCurveNil sets the value for Curve to be an explicit nil
func (o *ModelsTemplateRetrievalResponse) UnsetCurve()
UnsetCurve ensures that no value is present for Curve, not even an explicit nil