| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| FriendlyName | Pointer to NullableString | [optional] | |
| KeyRetention | Pointer to CSSCMSCoreEnumsKeyRetentionPolicy | [optional] | |
| KeyRetentionDays | Pointer to NullableInt32 | [optional] | |
| KeyArchival | Pointer to bool | [optional] | |
| EnrollmentFields | Pointer to []TemplatesTemplateEnrollmentFieldRequestResponseModel | [optional] | |
| MetadataFields | Pointer to []TemplatesTemplateMetadataFieldRequestResponseModel | [optional] | |
| AllowedEnrollmentTypes | Pointer to CSSCMSCoreEnumsEnrollmentType | [optional] | |
| TemplateRegexes | Pointer to []TemplatesTemplateRegexRequestResponseModel | [optional] | |
| TemplateDefaults | Pointer to []TemplatesTemplateDefaultRequestResponseModel | [optional] | |
| TemplatePolicy | Pointer to TemplatesTemplatePolicyRequestModel | [optional] | |
| UseAllowedRequesters | Pointer to bool | [optional] | |
| AllowedRequesters | Pointer to []string | [optional] | |
| RequiresApproval | Pointer to bool | [optional] | |
| KeyUsage | Pointer to int32 | [optional] | |
| AllowOneClickRenewals | Pointer to bool | [optional] |
func NewTemplatesTemplateUpdateRequest() *TemplatesTemplateUpdateRequest
NewTemplatesTemplateUpdateRequest instantiates a new TemplatesTemplateUpdateRequest 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 NewTemplatesTemplateUpdateRequestWithDefaults() *TemplatesTemplateUpdateRequest
NewTemplatesTemplateUpdateRequestWithDefaults instantiates a new TemplatesTemplateUpdateRequest 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 *TemplatesTemplateUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *TemplatesTemplateUpdateRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *TemplatesTemplateUpdateRequest) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetKeyRetention() CSSCMSCoreEnumsKeyRetentionPolicy
GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetKeyRetentionOk() (*CSSCMSCoreEnumsKeyRetentionPolicy, 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 *TemplatesTemplateUpdateRequest) SetKeyRetention(v CSSCMSCoreEnumsKeyRetentionPolicy)
SetKeyRetention sets KeyRetention field to given value.
func (o *TemplatesTemplateUpdateRequest) HasKeyRetention() bool
HasKeyRetention returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetKeyRetentionDays() int32
GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetKeyRetentionDays(v int32)
SetKeyRetentionDays sets KeyRetentionDays field to given value.
func (o *TemplatesTemplateUpdateRequest) HasKeyRetentionDays() bool
HasKeyRetentionDays returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetKeyRetentionDaysNil(b bool)
SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetKeyRetentionDays()
UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetKeyArchival() bool
GetKeyArchival returns the KeyArchival field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetKeyArchival(v bool)
SetKeyArchival sets KeyArchival field to given value.
func (o *TemplatesTemplateUpdateRequest) HasKeyArchival() bool
HasKeyArchival returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetEnrollmentFields() []TemplatesTemplateEnrollmentFieldRequestResponseModel
GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetEnrollmentFieldsOk() (*[]TemplatesTemplateEnrollmentFieldRequestResponseModel, 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 *TemplatesTemplateUpdateRequest) SetEnrollmentFields(v []TemplatesTemplateEnrollmentFieldRequestResponseModel)
SetEnrollmentFields sets EnrollmentFields field to given value.
func (o *TemplatesTemplateUpdateRequest) HasEnrollmentFields() bool
HasEnrollmentFields returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetEnrollmentFieldsNil(b bool)
SetEnrollmentFieldsNil sets the value for EnrollmentFields to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetEnrollmentFields()
UnsetEnrollmentFields ensures that no value is present for EnrollmentFields, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetMetadataFields() []TemplatesTemplateMetadataFieldRequestResponseModel
GetMetadataFields returns the MetadataFields field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetMetadataFieldsOk() (*[]TemplatesTemplateMetadataFieldRequestResponseModel, 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 *TemplatesTemplateUpdateRequest) SetMetadataFields(v []TemplatesTemplateMetadataFieldRequestResponseModel)
SetMetadataFields sets MetadataFields field to given value.
func (o *TemplatesTemplateUpdateRequest) HasMetadataFields() bool
HasMetadataFields returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetMetadataFieldsNil(b bool)
SetMetadataFieldsNil sets the value for MetadataFields to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetMetadataFields()
UnsetMetadataFields ensures that no value is present for MetadataFields, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetAllowedEnrollmentTypes() CSSCMSCoreEnumsEnrollmentType
GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetAllowedEnrollmentTypesOk() (*CSSCMSCoreEnumsEnrollmentType, 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 *TemplatesTemplateUpdateRequest) SetAllowedEnrollmentTypes(v CSSCMSCoreEnumsEnrollmentType)
SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value.
func (o *TemplatesTemplateUpdateRequest) HasAllowedEnrollmentTypes() bool
HasAllowedEnrollmentTypes returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetTemplateRegexes() []TemplatesTemplateRegexRequestResponseModel
GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetTemplateRegexesOk() (*[]TemplatesTemplateRegexRequestResponseModel, 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 *TemplatesTemplateUpdateRequest) SetTemplateRegexes(v []TemplatesTemplateRegexRequestResponseModel)
SetTemplateRegexes sets TemplateRegexes field to given value.
func (o *TemplatesTemplateUpdateRequest) HasTemplateRegexes() bool
HasTemplateRegexes returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetTemplateRegexesNil(b bool)
SetTemplateRegexesNil sets the value for TemplateRegexes to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetTemplateRegexes()
UnsetTemplateRegexes ensures that no value is present for TemplateRegexes, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetTemplateDefaults() []TemplatesTemplateDefaultRequestResponseModel
GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetTemplateDefaultsOk() (*[]TemplatesTemplateDefaultRequestResponseModel, 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 *TemplatesTemplateUpdateRequest) SetTemplateDefaults(v []TemplatesTemplateDefaultRequestResponseModel)
SetTemplateDefaults sets TemplateDefaults field to given value.
func (o *TemplatesTemplateUpdateRequest) HasTemplateDefaults() bool
HasTemplateDefaults returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetTemplateDefaultsNil(b bool)
SetTemplateDefaultsNil sets the value for TemplateDefaults to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetTemplateDefaults()
UnsetTemplateDefaults ensures that no value is present for TemplateDefaults, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetTemplatePolicy() TemplatesTemplatePolicyRequestModel
GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetTemplatePolicyOk() (*TemplatesTemplatePolicyRequestModel, 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 *TemplatesTemplateUpdateRequest) SetTemplatePolicy(v TemplatesTemplatePolicyRequestModel)
SetTemplatePolicy sets TemplatePolicy field to given value.
func (o *TemplatesTemplateUpdateRequest) HasTemplatePolicy() bool
HasTemplatePolicy returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetUseAllowedRequesters() bool
GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetUseAllowedRequesters(v bool)
SetUseAllowedRequesters sets UseAllowedRequesters field to given value.
func (o *TemplatesTemplateUpdateRequest) HasUseAllowedRequesters() bool
HasUseAllowedRequesters returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetAllowedRequesters() []string
GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetAllowedRequesters(v []string)
SetAllowedRequesters sets AllowedRequesters field to given value.
func (o *TemplatesTemplateUpdateRequest) HasAllowedRequesters() bool
HasAllowedRequesters returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) SetAllowedRequestersNil(b bool)
SetAllowedRequestersNil sets the value for AllowedRequesters to be an explicit nil
func (o *TemplatesTemplateUpdateRequest) UnsetAllowedRequesters()
UnsetAllowedRequesters ensures that no value is present for AllowedRequesters, not even an explicit nil
func (o *TemplatesTemplateUpdateRequest) GetRequiresApproval() bool
GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetRequiresApproval(v bool)
SetRequiresApproval sets RequiresApproval field to given value.
func (o *TemplatesTemplateUpdateRequest) HasRequiresApproval() bool
HasRequiresApproval returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetKeyUsage() int32
GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) 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 *TemplatesTemplateUpdateRequest) SetKeyUsage(v int32)
SetKeyUsage sets KeyUsage field to given value.
func (o *TemplatesTemplateUpdateRequest) HasKeyUsage() bool
HasKeyUsage returns a boolean if a field has been set.
func (o *TemplatesTemplateUpdateRequest) GetAllowOneClickRenewals() bool
GetAllowOneClickRenewals returns the AllowOneClickRenewals field if non-nil, zero value otherwise.
func (o *TemplatesTemplateUpdateRequest) GetAllowOneClickRenewalsOk() (*bool, bool)
GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateUpdateRequest) SetAllowOneClickRenewals(v bool)
SetAllowOneClickRenewals sets AllowOneClickRenewals field to given value.
func (o *TemplatesTemplateUpdateRequest) HasAllowOneClickRenewals() bool
HasAllowOneClickRenewals returns a boolean if a field has been set.