diff --git a/docs/CoreModelsEnrollmentEnrollmentCA.md b/docs/CoreModelsEnrollmentEnrollmentCA.md new file mode 100644 index 0000000..e0d990b --- /dev/null +++ b/docs/CoreModelsEnrollmentEnrollmentCA.md @@ -0,0 +1,108 @@ +# CoreModelsEnrollmentEnrollmentCA + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | | [optional] +**RFCEnforcement** | Pointer to **bool** | | [optional] +**SubscriberTerms** | Pointer to **bool** | | [optional] + +## Methods + +### NewCoreModelsEnrollmentEnrollmentCA + +`func NewCoreModelsEnrollmentEnrollmentCA() *CoreModelsEnrollmentEnrollmentCA` + +NewCoreModelsEnrollmentEnrollmentCA instantiates a new CoreModelsEnrollmentEnrollmentCA 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 + +### NewCoreModelsEnrollmentEnrollmentCAWithDefaults + +`func NewCoreModelsEnrollmentEnrollmentCAWithDefaults() *CoreModelsEnrollmentEnrollmentCA` + +NewCoreModelsEnrollmentEnrollmentCAWithDefaults instantiates a new CoreModelsEnrollmentEnrollmentCA 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 + +### GetName + +`func (o *CoreModelsEnrollmentEnrollmentCA) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *CoreModelsEnrollmentEnrollmentCA) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *CoreModelsEnrollmentEnrollmentCA) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *CoreModelsEnrollmentEnrollmentCA) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *CoreModelsEnrollmentEnrollmentCA) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *CoreModelsEnrollmentEnrollmentCA) 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. + +### SetRFCEnforcement + +`func (o *CoreModelsEnrollmentEnrollmentCA) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *CoreModelsEnrollmentEnrollmentCA) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + +### GetSubscriberTerms + +`func (o *CoreModelsEnrollmentEnrollmentCA) GetSubscriberTerms() bool` + +GetSubscriberTerms returns the SubscriberTerms field if non-nil, zero value otherwise. + +### GetSubscriberTermsOk + +`func (o *CoreModelsEnrollmentEnrollmentCA) GetSubscriberTermsOk() (*bool, bool)` + +GetSubscriberTermsOk returns a tuple with the SubscriberTerms field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubscriberTerms + +`func (o *CoreModelsEnrollmentEnrollmentCA) SetSubscriberTerms(v bool)` + +SetSubscriberTerms sets SubscriberTerms field to given value. + +### HasSubscriberTerms + +`func (o *CoreModelsEnrollmentEnrollmentCA) HasSubscriberTerms() bool` + +HasSubscriberTerms returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/CoreModelsEnrollmentEnrollmentTemplate.md b/docs/CoreModelsEnrollmentEnrollmentTemplate.md new file mode 100644 index 0000000..756cd6e --- /dev/null +++ b/docs/CoreModelsEnrollmentEnrollmentTemplate.md @@ -0,0 +1,404 @@ +# CoreModelsEnrollmentEnrollmentTemplate + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Forest** | Pointer to **string** | | [optional] +**KeySize** | Pointer to **string** | | [optional] +**KeyType** | Pointer to **string** | | [optional] +**RequiresApproval** | Pointer to **bool** | | [optional] +**RFCEnforcement** | Pointer to **bool** | | [optional] +**CAs** | Pointer to [**[]CoreModelsEnrollmentEnrollmentCA**](CoreModelsEnrollmentEnrollmentCA.md) | | [optional] +**EnrollmentFields** | Pointer to [**[]ModelsTemplateEnrollmentField**](ModelsTemplateEnrollmentField.md) | | [optional] +**MetadataFields** | Pointer to [**[]ModelsTemplateMetadataField**](ModelsTemplateMetadataField.md) | | [optional] +**Regexes** | Pointer to [**[]ModelsTemplateRegex**](ModelsTemplateRegex.md) | | [optional] +**ExtendedKeyUsages** | Pointer to [**[]ModelsExtendedKeyUsage**](ModelsExtendedKeyUsage.md) | | [optional] +**Curve** | Pointer to **NullableString** | | [optional] + +## Methods + +### NewCoreModelsEnrollmentEnrollmentTemplate + +`func NewCoreModelsEnrollmentEnrollmentTemplate() *CoreModelsEnrollmentEnrollmentTemplate` + +NewCoreModelsEnrollmentEnrollmentTemplate instantiates a new CoreModelsEnrollmentEnrollmentTemplate 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 + +### NewCoreModelsEnrollmentEnrollmentTemplateWithDefaults + +`func NewCoreModelsEnrollmentEnrollmentTemplateWithDefaults() *CoreModelsEnrollmentEnrollmentTemplate` + +NewCoreModelsEnrollmentEnrollmentTemplateWithDefaults instantiates a new CoreModelsEnrollmentEnrollmentTemplate 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 + +### GetId + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetId + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetDisplayName + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetForest + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetForest() string` + +GetForest returns the Forest field if non-nil, zero value otherwise. + +### GetForestOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetForestOk() (*string, bool)` + +GetForestOk returns a tuple with the Forest field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetForest + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetForest(v string)` + +SetForest sets Forest field to given value. + +### HasForest + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasForest() bool` + +HasForest returns a boolean if a field has been set. + +### GetKeySize + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetKeySize() string` + +GetKeySize returns the KeySize field if non-nil, zero value otherwise. + +### GetKeySizeOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetKeySize + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetKeySize(v string)` + +SetKeySize sets KeySize field to given value. + +### HasKeySize + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasKeySize() bool` + +HasKeySize returns a boolean if a field has been set. + +### GetKeyType + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetKeyType + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetRequiresApproval + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetRequiresApproval() bool` + +GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise. + +### GetRequiresApprovalOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetRequiresApproval + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetRequiresApproval(v bool)` + +SetRequiresApproval sets RequiresApproval field to given value. + +### HasRequiresApproval + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasRequiresApproval() bool` + +HasRequiresApproval returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetRFCEnforcement + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + +### GetCAs + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetCAs() []CoreModelsEnrollmentEnrollmentCA` + +GetCAs returns the CAs field if non-nil, zero value otherwise. + +### GetCAsOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetCAsOk() (*[]CoreModelsEnrollmentEnrollmentCA, bool)` + +GetCAsOk returns a tuple with the CAs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCAs + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetCAs(v []CoreModelsEnrollmentEnrollmentCA)` + +SetCAs sets CAs field to given value. + +### HasCAs + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasCAs() bool` + +HasCAs returns a boolean if a field has been set. + +### GetEnrollmentFields + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetEnrollmentFields() []ModelsTemplateEnrollmentField` + +GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise. + +### GetEnrollmentFieldsOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetEnrollmentFieldsOk() (*[]ModelsTemplateEnrollmentField, 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. + +### SetEnrollmentFields + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetEnrollmentFields(v []ModelsTemplateEnrollmentField)` + +SetEnrollmentFields sets EnrollmentFields field to given value. + +### HasEnrollmentFields + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasEnrollmentFields() bool` + +HasEnrollmentFields returns a boolean if a field has been set. + +### GetMetadataFields + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetMetadataFields() []ModelsTemplateMetadataField` + +GetMetadataFields returns the MetadataFields field if non-nil, zero value otherwise. + +### GetMetadataFieldsOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetMetadataFieldsOk() (*[]ModelsTemplateMetadataField, 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. + +### SetMetadataFields + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetMetadataFields(v []ModelsTemplateMetadataField)` + +SetMetadataFields sets MetadataFields field to given value. + +### HasMetadataFields + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasMetadataFields() bool` + +HasMetadataFields returns a boolean if a field has been set. + +### GetRegexes + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetRegexes() []ModelsTemplateRegex` + +GetRegexes returns the Regexes field if non-nil, zero value otherwise. + +### GetRegexesOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetRegexesOk() (*[]ModelsTemplateRegex, bool)` + +GetRegexesOk returns a tuple with the Regexes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegexes + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetRegexes(v []ModelsTemplateRegex)` + +SetRegexes sets Regexes field to given value. + +### HasRegexes + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasRegexes() bool` + +HasRegexes returns a boolean if a field has been set. + +### GetExtendedKeyUsages + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetExtendedKeyUsages() []ModelsExtendedKeyUsage` + +GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise. + +### GetExtendedKeyUsagesOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetExtendedKeyUsagesOk() (*[]ModelsExtendedKeyUsage, 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. + +### SetExtendedKeyUsages + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetExtendedKeyUsages(v []ModelsExtendedKeyUsage)` + +SetExtendedKeyUsages sets ExtendedKeyUsages field to given value. + +### HasExtendedKeyUsages + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasExtendedKeyUsages() bool` + +HasExtendedKeyUsages returns a boolean if a field has been set. + +### GetCurve + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) GetCurve() string` + +GetCurve returns the Curve field if non-nil, zero value otherwise. + +### GetCurveOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) 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. + +### SetCurve + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetCurve(v string)` + +SetCurve sets Curve field to given value. + +### HasCurve + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) HasCurve() bool` + +HasCurve returns a boolean if a field has been set. + +### SetCurveNil + +`func (o *CoreModelsEnrollmentEnrollmentTemplate) SetCurveNil(b bool)` + + SetCurveNil sets the value for Curve to be an explicit nil + +### UnsetCurve +`func (o *CoreModelsEnrollmentEnrollmentTemplate) UnsetCurve()` + +UnsetCurve ensures that no value is present for Curve, not even an explicit nil + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/CoreModelsEnrollmentEnrollmentTemplateCAResponse.md b/docs/CoreModelsEnrollmentEnrollmentTemplateCAResponse.md new file mode 100644 index 0000000..341dc61 --- /dev/null +++ b/docs/CoreModelsEnrollmentEnrollmentTemplateCAResponse.md @@ -0,0 +1,82 @@ +# CoreModelsEnrollmentEnrollmentTemplateCAResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Templates** | Pointer to [**[]CoreModelsEnrollmentEnrollmentTemplate**](CoreModelsEnrollmentEnrollmentTemplate.md) | | [optional] +**StandaloneCAs** | Pointer to [**[]CoreModelsEnrollmentEnrollmentCA**](CoreModelsEnrollmentEnrollmentCA.md) | | [optional] + +## Methods + +### NewCoreModelsEnrollmentEnrollmentTemplateCAResponse + +`func NewCoreModelsEnrollmentEnrollmentTemplateCAResponse() *CoreModelsEnrollmentEnrollmentTemplateCAResponse` + +NewCoreModelsEnrollmentEnrollmentTemplateCAResponse instantiates a new CoreModelsEnrollmentEnrollmentTemplateCAResponse 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 + +### NewCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults + +`func NewCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults() *CoreModelsEnrollmentEnrollmentTemplateCAResponse` + +NewCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults instantiates a new CoreModelsEnrollmentEnrollmentTemplateCAResponse 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 + +### GetTemplates + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetTemplates() []CoreModelsEnrollmentEnrollmentTemplate` + +GetTemplates returns the Templates field if non-nil, zero value otherwise. + +### GetTemplatesOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetTemplatesOk() (*[]CoreModelsEnrollmentEnrollmentTemplate, bool)` + +GetTemplatesOk returns a tuple with the Templates field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplates + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) SetTemplates(v []CoreModelsEnrollmentEnrollmentTemplate)` + +SetTemplates sets Templates field to given value. + +### HasTemplates + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) HasTemplates() bool` + +HasTemplates returns a boolean if a field has been set. + +### GetStandaloneCAs + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetStandaloneCAs() []CoreModelsEnrollmentEnrollmentCA` + +GetStandaloneCAs returns the StandaloneCAs field if non-nil, zero value otherwise. + +### GetStandaloneCAsOk + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetStandaloneCAsOk() (*[]CoreModelsEnrollmentEnrollmentCA, bool)` + +GetStandaloneCAsOk returns a tuple with the StandaloneCAs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStandaloneCAs + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) SetStandaloneCAs(v []CoreModelsEnrollmentEnrollmentCA)` + +SetStandaloneCAs sets StandaloneCAs field to given value. + +### HasStandaloneCAs + +`func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) HasStandaloneCAs() bool` + +HasStandaloneCAs returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse.md b/docs/KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse.md new file mode 100644 index 0000000..7eae855 --- /dev/null +++ b/docs/KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse.md @@ -0,0 +1,82 @@ +# KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SuccessfulStores** | Pointer to **[]string** | | [optional] +**FailedStores** | Pointer to **[]string** | | [optional] + +## Methods + +### NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponse + +`func NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponse() *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse` + +NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponse instantiates a new KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse 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 + +### NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponseWithDefaults + +`func NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponseWithDefaults() *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse` + +NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponseWithDefaults instantiates a new KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse 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 + +### GetSuccessfulStores + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetSuccessfulStores() []string` + +GetSuccessfulStores returns the SuccessfulStores field if non-nil, zero value otherwise. + +### GetSuccessfulStoresOk + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetSuccessfulStoresOk() (*[]string, bool)` + +GetSuccessfulStoresOk returns a tuple with the SuccessfulStores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSuccessfulStores + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) SetSuccessfulStores(v []string)` + +SetSuccessfulStores sets SuccessfulStores field to given value. + +### HasSuccessfulStores + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) HasSuccessfulStores() bool` + +HasSuccessfulStores returns a boolean if a field has been set. + +### GetFailedStores + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetFailedStores() []string` + +GetFailedStores returns the FailedStores field if non-nil, zero value otherwise. + +### GetFailedStoresOk + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetFailedStoresOk() (*[]string, bool)` + +GetFailedStoresOk returns a tuple with the FailedStores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFailedStores + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) SetFailedStores(v []string)` + +SetFailedStores sets FailedStores field to given value. + +### HasFailedStores + +`func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) HasFailedStores() bool` + +HasFailedStores returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorAPIModelsSMTPSMTPRequest.md b/docs/KeyfactorAPIModelsSMTPSMTPRequest.md new file mode 100644 index 0000000..f694179 --- /dev/null +++ b/docs/KeyfactorAPIModelsSMTPSMTPRequest.md @@ -0,0 +1,264 @@ +# KeyfactorAPIModelsSMTPSMTPRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Host** | Pointer to **string** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**RelayAuthenticationType** | Pointer to **int32** | | [optional] +**RelayPassword** | Pointer to **string** | | [optional] +**RelayUsername** | Pointer to **string** | | [optional] +**SenderAccount** | Pointer to **string** | | [optional] +**SenderName** | Pointer to **string** | | [optional] +**UseSSL** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorAPIModelsSMTPSMTPRequest + +`func NewKeyfactorAPIModelsSMTPSMTPRequest() *KeyfactorAPIModelsSMTPSMTPRequest` + +NewKeyfactorAPIModelsSMTPSMTPRequest instantiates a new KeyfactorAPIModelsSMTPSMTPRequest 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 + +### NewKeyfactorAPIModelsSMTPSMTPRequestWithDefaults + +`func NewKeyfactorAPIModelsSMTPSMTPRequestWithDefaults() *KeyfactorAPIModelsSMTPSMTPRequest` + +NewKeyfactorAPIModelsSMTPSMTPRequestWithDefaults instantiates a new KeyfactorAPIModelsSMTPSMTPRequest 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 + +### GetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetHost() string` + +GetHost returns the Host field if non-nil, zero value otherwise. + +### GetHostOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetHostOk() (*string, bool)` + +GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetHost(v string)` + +SetHost sets Host field to given value. + +### HasHost + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasHost() bool` + +HasHost returns a boolean if a field has been set. + +### GetId + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) 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. + +### SetId + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetRelayAuthenticationType() int32` + +GetRelayAuthenticationType returns the RelayAuthenticationType field if non-nil, zero value otherwise. + +### GetRelayAuthenticationTypeOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetRelayAuthenticationTypeOk() (*int32, bool)` + +GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetRelayAuthenticationType(v int32)` + +SetRelayAuthenticationType sets RelayAuthenticationType field to given value. + +### HasRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasRelayAuthenticationType() bool` + +HasRelayAuthenticationType returns a boolean if a field has been set. + +### GetRelayPassword + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetRelayPassword() string` + +GetRelayPassword returns the RelayPassword field if non-nil, zero value otherwise. + +### GetRelayPasswordOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetRelayPasswordOk() (*string, bool)` + +GetRelayPasswordOk returns a tuple with the RelayPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayPassword + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetRelayPassword(v string)` + +SetRelayPassword sets RelayPassword field to given value. + +### HasRelayPassword + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasRelayPassword() bool` + +HasRelayPassword returns a boolean if a field has been set. + +### GetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetRelayUsername() string` + +GetRelayUsername returns the RelayUsername field if non-nil, zero value otherwise. + +### GetRelayUsernameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetRelayUsernameOk() (*string, bool)` + +GetRelayUsernameOk returns a tuple with the RelayUsername field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetRelayUsername(v string)` + +SetRelayUsername sets RelayUsername field to given value. + +### HasRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasRelayUsername() bool` + +HasRelayUsername returns a boolean if a field has been set. + +### GetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetSenderAccount() string` + +GetSenderAccount returns the SenderAccount field if non-nil, zero value otherwise. + +### GetSenderAccountOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetSenderAccountOk() (*string, bool)` + +GetSenderAccountOk returns a tuple with the SenderAccount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetSenderAccount(v string)` + +SetSenderAccount sets SenderAccount field to given value. + +### HasSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasSenderAccount() bool` + +HasSenderAccount returns a boolean if a field has been set. + +### GetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetSenderName() string` + +GetSenderName returns the SenderName field if non-nil, zero value otherwise. + +### GetSenderNameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetSenderNameOk() (*string, bool)` + +GetSenderNameOk returns a tuple with the SenderName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetSenderName(v string)` + +SetSenderName sets SenderName field to given value. + +### HasSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasSenderName() bool` + +HasSenderName returns a boolean if a field has been set. + +### GetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + +### HasUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPRequest) HasUseSSL() bool` + +HasUseSSL returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorAPIModelsSMTPSMTPResponse.md b/docs/KeyfactorAPIModelsSMTPSMTPResponse.md new file mode 100644 index 0000000..a8ad4f1 --- /dev/null +++ b/docs/KeyfactorAPIModelsSMTPSMTPResponse.md @@ -0,0 +1,238 @@ +# KeyfactorAPIModelsSMTPSMTPResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Host** | Pointer to **string** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**RelayAuthenticationType** | Pointer to **int32** | | [optional] +**RelayUsername** | Pointer to **string** | | [optional] +**SenderAccount** | Pointer to **string** | | [optional] +**SenderName** | Pointer to **string** | | [optional] +**UseSSL** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorAPIModelsSMTPSMTPResponse + +`func NewKeyfactorAPIModelsSMTPSMTPResponse() *KeyfactorAPIModelsSMTPSMTPResponse` + +NewKeyfactorAPIModelsSMTPSMTPResponse instantiates a new KeyfactorAPIModelsSMTPSMTPResponse 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 + +### NewKeyfactorAPIModelsSMTPSMTPResponseWithDefaults + +`func NewKeyfactorAPIModelsSMTPSMTPResponseWithDefaults() *KeyfactorAPIModelsSMTPSMTPResponse` + +NewKeyfactorAPIModelsSMTPSMTPResponseWithDefaults instantiates a new KeyfactorAPIModelsSMTPSMTPResponse 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 + +### GetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetHost() string` + +GetHost returns the Host field if non-nil, zero value otherwise. + +### GetHostOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetHostOk() (*string, bool)` + +GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetHost(v string)` + +SetHost sets Host field to given value. + +### HasHost + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasHost() bool` + +HasHost returns a boolean if a field has been set. + +### GetId + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) 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. + +### SetId + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetRelayAuthenticationType() int32` + +GetRelayAuthenticationType returns the RelayAuthenticationType field if non-nil, zero value otherwise. + +### GetRelayAuthenticationTypeOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetRelayAuthenticationTypeOk() (*int32, bool)` + +GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetRelayAuthenticationType(v int32)` + +SetRelayAuthenticationType sets RelayAuthenticationType field to given value. + +### HasRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasRelayAuthenticationType() bool` + +HasRelayAuthenticationType returns a boolean if a field has been set. + +### GetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetRelayUsername() string` + +GetRelayUsername returns the RelayUsername field if non-nil, zero value otherwise. + +### GetRelayUsernameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetRelayUsernameOk() (*string, bool)` + +GetRelayUsernameOk returns a tuple with the RelayUsername field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetRelayUsername(v string)` + +SetRelayUsername sets RelayUsername field to given value. + +### HasRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasRelayUsername() bool` + +HasRelayUsername returns a boolean if a field has been set. + +### GetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetSenderAccount() string` + +GetSenderAccount returns the SenderAccount field if non-nil, zero value otherwise. + +### GetSenderAccountOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetSenderAccountOk() (*string, bool)` + +GetSenderAccountOk returns a tuple with the SenderAccount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetSenderAccount(v string)` + +SetSenderAccount sets SenderAccount field to given value. + +### HasSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasSenderAccount() bool` + +HasSenderAccount returns a boolean if a field has been set. + +### GetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetSenderName() string` + +GetSenderName returns the SenderName field if non-nil, zero value otherwise. + +### GetSenderNameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetSenderNameOk() (*string, bool)` + +GetSenderNameOk returns a tuple with the SenderName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetSenderName(v string)` + +SetSenderName sets SenderName field to given value. + +### HasSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasSenderName() bool` + +HasSenderName returns a boolean if a field has been set. + +### GetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + +### HasUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPResponse) HasUseSSL() bool` + +HasUseSSL returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorAPIModelsSMTPSMTPTestRequest.md b/docs/KeyfactorAPIModelsSMTPSMTPTestRequest.md new file mode 100644 index 0000000..26dea71 --- /dev/null +++ b/docs/KeyfactorAPIModelsSMTPSMTPTestRequest.md @@ -0,0 +1,290 @@ +# KeyfactorAPIModelsSMTPSMTPTestRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Host** | Pointer to **string** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**RelayAuthenticationType** | Pointer to **int32** | | [optional] +**RelayPassword** | Pointer to **string** | | [optional] +**RelayUsername** | Pointer to **string** | | [optional] +**SenderAccount** | Pointer to **string** | | [optional] +**SenderName** | Pointer to **string** | | [optional] +**TestRecipient** | Pointer to **string** | | [optional] +**UseSSL** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorAPIModelsSMTPSMTPTestRequest + +`func NewKeyfactorAPIModelsSMTPSMTPTestRequest() *KeyfactorAPIModelsSMTPSMTPTestRequest` + +NewKeyfactorAPIModelsSMTPSMTPTestRequest instantiates a new KeyfactorAPIModelsSMTPSMTPTestRequest 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 + +### NewKeyfactorAPIModelsSMTPSMTPTestRequestWithDefaults + +`func NewKeyfactorAPIModelsSMTPSMTPTestRequestWithDefaults() *KeyfactorAPIModelsSMTPSMTPTestRequest` + +NewKeyfactorAPIModelsSMTPSMTPTestRequestWithDefaults instantiates a new KeyfactorAPIModelsSMTPSMTPTestRequest 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 + +### GetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetHost() string` + +GetHost returns the Host field if non-nil, zero value otherwise. + +### GetHostOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetHostOk() (*string, bool)` + +GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetHost(v string)` + +SetHost sets Host field to given value. + +### HasHost + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasHost() bool` + +HasHost returns a boolean if a field has been set. + +### GetId + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) 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. + +### SetId + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetRelayAuthenticationType() int32` + +GetRelayAuthenticationType returns the RelayAuthenticationType field if non-nil, zero value otherwise. + +### GetRelayAuthenticationTypeOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetRelayAuthenticationTypeOk() (*int32, bool)` + +GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetRelayAuthenticationType(v int32)` + +SetRelayAuthenticationType sets RelayAuthenticationType field to given value. + +### HasRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasRelayAuthenticationType() bool` + +HasRelayAuthenticationType returns a boolean if a field has been set. + +### GetRelayPassword + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetRelayPassword() string` + +GetRelayPassword returns the RelayPassword field if non-nil, zero value otherwise. + +### GetRelayPasswordOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetRelayPasswordOk() (*string, bool)` + +GetRelayPasswordOk returns a tuple with the RelayPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayPassword + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetRelayPassword(v string)` + +SetRelayPassword sets RelayPassword field to given value. + +### HasRelayPassword + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasRelayPassword() bool` + +HasRelayPassword returns a boolean if a field has been set. + +### GetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetRelayUsername() string` + +GetRelayUsername returns the RelayUsername field if non-nil, zero value otherwise. + +### GetRelayUsernameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetRelayUsernameOk() (*string, bool)` + +GetRelayUsernameOk returns a tuple with the RelayUsername field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetRelayUsername(v string)` + +SetRelayUsername sets RelayUsername field to given value. + +### HasRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasRelayUsername() bool` + +HasRelayUsername returns a boolean if a field has been set. + +### GetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetSenderAccount() string` + +GetSenderAccount returns the SenderAccount field if non-nil, zero value otherwise. + +### GetSenderAccountOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetSenderAccountOk() (*string, bool)` + +GetSenderAccountOk returns a tuple with the SenderAccount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetSenderAccount(v string)` + +SetSenderAccount sets SenderAccount field to given value. + +### HasSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasSenderAccount() bool` + +HasSenderAccount returns a boolean if a field has been set. + +### GetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetSenderName() string` + +GetSenderName returns the SenderName field if non-nil, zero value otherwise. + +### GetSenderNameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetSenderNameOk() (*string, bool)` + +GetSenderNameOk returns a tuple with the SenderName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetSenderName(v string)` + +SetSenderName sets SenderName field to given value. + +### HasSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasSenderName() bool` + +HasSenderName returns a boolean if a field has been set. + +### GetTestRecipient + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetTestRecipient() string` + +GetTestRecipient returns the TestRecipient field if non-nil, zero value otherwise. + +### GetTestRecipientOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetTestRecipientOk() (*string, bool)` + +GetTestRecipientOk returns a tuple with the TestRecipient field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTestRecipient + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetTestRecipient(v string)` + +SetTestRecipient sets TestRecipient field to given value. + +### HasTestRecipient + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasTestRecipient() bool` + +HasTestRecipient returns a boolean if a field has been set. + +### GetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + +### HasUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPTestRequest) HasUseSSL() bool` + +HasUseSSL returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorAPIModelsSMTPSMTPTestResponse.md b/docs/KeyfactorAPIModelsSMTPSMTPTestResponse.md new file mode 100644 index 0000000..89b80cb --- /dev/null +++ b/docs/KeyfactorAPIModelsSMTPSMTPTestResponse.md @@ -0,0 +1,264 @@ +# KeyfactorAPIModelsSMTPSMTPTestResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Host** | Pointer to **string** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**RelayAuthenticationType** | Pointer to **int32** | | [optional] +**RelayUsername** | Pointer to **string** | | [optional] +**SenderAccount** | Pointer to **string** | | [optional] +**SenderName** | Pointer to **string** | | [optional] +**TestRecipient** | Pointer to **string** | | [optional] +**UseSSL** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorAPIModelsSMTPSMTPTestResponse + +`func NewKeyfactorAPIModelsSMTPSMTPTestResponse() *KeyfactorAPIModelsSMTPSMTPTestResponse` + +NewKeyfactorAPIModelsSMTPSMTPTestResponse instantiates a new KeyfactorAPIModelsSMTPSMTPTestResponse 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 + +### NewKeyfactorAPIModelsSMTPSMTPTestResponseWithDefaults + +`func NewKeyfactorAPIModelsSMTPSMTPTestResponseWithDefaults() *KeyfactorAPIModelsSMTPSMTPTestResponse` + +NewKeyfactorAPIModelsSMTPSMTPTestResponseWithDefaults instantiates a new KeyfactorAPIModelsSMTPSMTPTestResponse 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 + +### GetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetHost() string` + +GetHost returns the Host field if non-nil, zero value otherwise. + +### GetHostOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetHostOk() (*string, bool)` + +GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHost + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetHost(v string)` + +SetHost sets Host field to given value. + +### HasHost + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasHost() bool` + +HasHost returns a boolean if a field has been set. + +### GetId + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) 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. + +### SetId + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetRelayAuthenticationType() int32` + +GetRelayAuthenticationType returns the RelayAuthenticationType field if non-nil, zero value otherwise. + +### GetRelayAuthenticationTypeOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetRelayAuthenticationTypeOk() (*int32, bool)` + +GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetRelayAuthenticationType(v int32)` + +SetRelayAuthenticationType sets RelayAuthenticationType field to given value. + +### HasRelayAuthenticationType + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasRelayAuthenticationType() bool` + +HasRelayAuthenticationType returns a boolean if a field has been set. + +### GetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetRelayUsername() string` + +GetRelayUsername returns the RelayUsername field if non-nil, zero value otherwise. + +### GetRelayUsernameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetRelayUsernameOk() (*string, bool)` + +GetRelayUsernameOk returns a tuple with the RelayUsername field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetRelayUsername(v string)` + +SetRelayUsername sets RelayUsername field to given value. + +### HasRelayUsername + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasRelayUsername() bool` + +HasRelayUsername returns a boolean if a field has been set. + +### GetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetSenderAccount() string` + +GetSenderAccount returns the SenderAccount field if non-nil, zero value otherwise. + +### GetSenderAccountOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetSenderAccountOk() (*string, bool)` + +GetSenderAccountOk returns a tuple with the SenderAccount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetSenderAccount(v string)` + +SetSenderAccount sets SenderAccount field to given value. + +### HasSenderAccount + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasSenderAccount() bool` + +HasSenderAccount returns a boolean if a field has been set. + +### GetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetSenderName() string` + +GetSenderName returns the SenderName field if non-nil, zero value otherwise. + +### GetSenderNameOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetSenderNameOk() (*string, bool)` + +GetSenderNameOk returns a tuple with the SenderName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetSenderName(v string)` + +SetSenderName sets SenderName field to given value. + +### HasSenderName + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasSenderName() bool` + +HasSenderName returns a boolean if a field has been set. + +### GetTestRecipient + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetTestRecipient() string` + +GetTestRecipient returns the TestRecipient field if non-nil, zero value otherwise. + +### GetTestRecipientOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetTestRecipientOk() (*string, bool)` + +GetTestRecipientOk returns a tuple with the TestRecipient field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTestRecipient + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetTestRecipient(v string)` + +SetTestRecipient sets TestRecipient field to given value. + +### HasTestRecipient + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasTestRecipient() bool` + +HasTestRecipient returns a boolean if a field has been set. + +### GetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + +### HasUseSSL + +`func (o *KeyfactorAPIModelsSMTPSMTPTestResponse) HasUseSSL() bool` + +HasUseSSL returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse.md b/docs/KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse.md new file mode 100644 index 0000000..8ec1069 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse + +`func NewKeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse() *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse` + +NewKeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse instantiates a new KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse 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 + +### NewKeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponseWithDefaults() *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse` + +NewKeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest.md b/docs/KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest.md new file mode 100644 index 0000000..38375db --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest + +`func NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest() *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest` + +NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest instantiates a new KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest 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 + +### NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequestWithDefaults() *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest` + +NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest 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 + +### GetSchedule + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleRequest) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse.md b/docs/KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse.md new file mode 100644 index 0000000..9414c6e --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse + +`func NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse() *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse` + +NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse instantiates a new KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse 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 + +### NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponseWithDefaults() *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse` + +NewKeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse 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 + +### GetSchedule + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsAlertsAlertScheduleAlertScheduleResponse) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md b/docs/KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md new file mode 100644 index 0000000..be94b23 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**ForestRoot** | Pointer to **string** | | [optional] +**ConfigurationTenant** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse + +`func NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse() *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse` + +NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse instantiates a new KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse 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 + +### NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponseWithDefaults() *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse` + +NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetForestRoot + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetForestRoot() string` + +GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise. + +### GetForestRootOk + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) 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. + +### SetForestRoot + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetForestRoot(v string)` + +SetForestRoot sets ForestRoot field to given value. + +### HasForestRoot + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasForestRoot() bool` + +HasForestRoot returns a boolean if a field has been set. + +### GetConfigurationTenant + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant() string` + +GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise. + +### GetConfigurationTenantOk + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) 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. + +### SetConfigurationTenant + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant(v string)` + +SetConfigurationTenant sets ConfigurationTenant field to given value. + +### HasConfigurationTenant + +`func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant() bool` + +HasConfigurationTenant returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest.md b/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest.md new file mode 100644 index 0000000..e99a56f --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest.md @@ -0,0 +1,207 @@ +# KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest + +`func NewKeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest(displayName string, subject string, message string, ) *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest` + +NewKeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest 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 + +### NewKeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequestWithDefaults() *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest` + +NewKeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetTemplateId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) 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. + +### SetTemplateId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertCreationRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse.md b/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse.md new file mode 100644 index 0000000..a16abb7 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**Template** | Pointer to [**KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse**](KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md) | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse**](KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse + +`func NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse() *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse 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 + +### NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponseWithDefaults() *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetTemplate + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetTemplate() KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetTemplateOk() (*KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetTemplate(v KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest.md b/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest.md new file mode 100644 index 0000000..bdbfe74 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest.md @@ -0,0 +1,233 @@ +# KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest + +`func NewKeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest(displayName string, subject string, message string, ) *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest 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 + +### NewKeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequestWithDefaults() *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetTemplateId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) 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. + +### SetTemplateId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertUpdateRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest.md new file mode 100644 index 0000000..097803f --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest.md @@ -0,0 +1,218 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**ExpirationWarningDays** | **int32** | | +**CertificateQueryId** | Pointer to **int32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest(displayName string, subject string, message string, expirationWarningDays int32, ) *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequestWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetExpirationWarningDays() int32` + +GetExpirationWarningDays returns the ExpirationWarningDays field if non-nil, zero value otherwise. + +### GetExpirationWarningDaysOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetExpirationWarningDaysOk() (*int32, bool)` + +GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetExpirationWarningDays(v int32)` + +SetExpirationWarningDays sets ExpirationWarningDays field to given value. + + +### GetCertificateQueryId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetCertificateQueryId() int32` + +GetCertificateQueryId returns the CertificateQueryId field if non-nil, zero value otherwise. + +### GetCertificateQueryIdOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetCertificateQueryIdOk() (*int32, bool)` + +GetCertificateQueryIdOk returns a tuple with the CertificateQueryId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateQueryId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetCertificateQueryId(v int32)` + +SetCertificateQueryId sets CertificateQueryId field to given value. + +### HasCertificateQueryId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) HasCertificateQueryId() bool` + +HasCertificateQueryId returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertCreationRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse.md new file mode 100644 index 0000000..9bb4e6b --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse.md @@ -0,0 +1,264 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**ExpirationWarningDays** | Pointer to **int32** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**CertificateQuery** | Pointer to [**KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse**](KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse.md) | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse**](KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse() *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponseWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDays() int32` + +GetExpirationWarningDays returns the ExpirationWarningDays field if non-nil, zero value otherwise. + +### GetExpirationWarningDaysOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDaysOk() (*int32, bool)` + +GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetExpirationWarningDays(v int32)` + +SetExpirationWarningDays sets ExpirationWarningDays field to given value. + +### HasExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasExpirationWarningDays() bool` + +HasExpirationWarningDays returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetCertificateQuery + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetCertificateQuery() KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse` + +GetCertificateQuery returns the CertificateQuery field if non-nil, zero value otherwise. + +### GetCertificateQueryOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetCertificateQueryOk() (*KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse, bool)` + +GetCertificateQueryOk returns a tuple with the CertificateQuery field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateQuery + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetCertificateQuery(v KeyfactorApiModelsAlertsAlertCertificateQueryAlertCertificateQueryResponse)` + +SetCertificateQuery sets CertificateQuery field to given value. + +### HasCertificateQuery + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasCertificateQuery() bool` + +HasCertificateQuery returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertDefinitionResponse) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertResponse.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertResponse.md new file mode 100644 index 0000000..32a8039 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertResponse.md @@ -0,0 +1,248 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CAName** | Pointer to **string** | | [optional] +**CARow** | Pointer to **int64** | | [optional] +**IssuedCN** | Pointer to **NullableString** | | [optional] +**Expiry** | Pointer to **string** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**SendDate** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponse + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponse() *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponse instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertResponse 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponseWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertResponse 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 + +### GetCAName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCAName() string` + +GetCAName returns the CAName field if non-nil, zero value otherwise. + +### GetCANameOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCANameOk() (*string, bool)` + +GetCANameOk returns a tuple with the CAName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCAName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetCAName(v string)` + +SetCAName sets CAName field to given value. + +### HasCAName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasCAName() bool` + +HasCAName returns a boolean if a field has been set. + +### GetCARow + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCARow() int64` + +GetCARow returns the CARow field if non-nil, zero value otherwise. + +### GetCARowOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetCARowOk() (*int64, bool)` + +GetCARowOk returns a tuple with the CARow field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARow + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetCARow(v int64)` + +SetCARow sets CARow field to given value. + +### HasCARow + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasCARow() bool` + +HasCARow returns a boolean if a field has been set. + +### GetIssuedCN + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetIssuedCN() string` + +GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise. + +### GetIssuedCNOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetIssuedCNOk() (*string, bool)` + +GetIssuedCNOk returns a tuple with the IssuedCN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedCN + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetIssuedCN(v string)` + +SetIssuedCN sets IssuedCN field to given value. + +### HasIssuedCN + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasIssuedCN() bool` + +HasIssuedCN returns a boolean if a field has been set. + +### SetIssuedCNNil + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetIssuedCNNil(b bool)` + + SetIssuedCNNil sets the value for IssuedCN to be an explicit nil + +### UnsetIssuedCN +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) UnsetIssuedCN()` + +UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil +### GetExpiry + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetExpiry() string` + +GetExpiry returns the Expiry field if non-nil, zero value otherwise. + +### GetExpiryOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetExpiryOk() (*string, bool)` + +GetExpiryOk returns a tuple with the Expiry field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpiry + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetExpiry(v string)` + +SetExpiry sets Expiry field to given value. + +### HasExpiry + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasExpiry() bool` + +HasExpiry returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetSendDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSendDate() string` + +GetSendDate returns the SendDate field if non-nil, zero value otherwise. + +### GetSendDateOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) GetSendDateOk() (*string, bool)` + +GetSendDateOk returns a tuple with the SendDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) SetSendDate(v string)` + +SetSendDate sets SendDate field to given value. + +### HasSendDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertResponse) HasSendDate() bool` + +HasSendDate returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest.md new file mode 100644 index 0000000..a62d149 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EvaluationDate** | Pointer to **time.Time** | | [optional] +**PreviousEvaluationDate** | Pointer to **time.Time** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequestWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest 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 + +### GetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetEvaluationDate() time.Time` + +GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise. + +### GetEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)` + +GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) SetEvaluationDate(v time.Time)` + +SetEvaluationDate sets EvaluationDate field to given value. + +### HasEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) HasEvaluationDate() bool` + +HasEvaluationDate returns a boolean if a field has been set. + +### GetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDate() time.Time` + +GetPreviousEvaluationDate returns the PreviousEvaluationDate field if non-nil, zero value otherwise. + +### GetPreviousEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)` + +GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) SetPreviousEvaluationDate(v time.Time)` + +SetPreviousEvaluationDate sets PreviousEvaluationDate field to given value. + +### HasPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) HasPreviousEvaluationDate() bool` + +HasPreviousEvaluationDate returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestAllRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest.md new file mode 100644 index 0000000..e0e27fc --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AlertId** | Pointer to **int32** | | [optional] +**EvaluationDate** | Pointer to **time.Time** | | [optional] +**PreviousEvaluationDate** | Pointer to **time.Time** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestRequestWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest 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 + +### GetAlertId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetAlertId() int32` + +GetAlertId returns the AlertId field if non-nil, zero value otherwise. + +### GetAlertIdOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetAlertIdOk() (*int32, bool)` + +GetAlertIdOk returns a tuple with the AlertId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) SetAlertId(v int32)` + +SetAlertId sets AlertId field to given value. + +### HasAlertId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) HasAlertId() bool` + +HasAlertId returns a boolean if a field has been set. + +### GetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetEvaluationDate() time.Time` + +GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise. + +### GetEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetEvaluationDateOk() (*time.Time, bool)` + +GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) SetEvaluationDate(v time.Time)` + +SetEvaluationDate sets EvaluationDate field to given value. + +### HasEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) HasEvaluationDate() bool` + +HasEvaluationDate returns a boolean if a field has been set. + +### GetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetPreviousEvaluationDate() time.Time` + +GetPreviousEvaluationDate returns the PreviousEvaluationDate field if non-nil, zero value otherwise. + +### GetPreviousEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)` + +GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) SetPreviousEvaluationDate(v time.Time)` + +SetPreviousEvaluationDate sets PreviousEvaluationDate field to given value. + +### HasPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) HasPreviousEvaluationDate() bool` + +HasPreviousEvaluationDate returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse.md new file mode 100644 index 0000000..49ba648 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ExpirationAlerts** | Pointer to [**[]KeyfactorApiModelsAlertsExpirationExpirationAlertResponse**](KeyfactorApiModelsAlertsExpirationExpirationAlertResponse.md) | | [optional] +**AlertBuildResult** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponseWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse 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 + +### GetExpirationAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetExpirationAlerts() []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse` + +GetExpirationAlerts returns the ExpirationAlerts field if non-nil, zero value otherwise. + +### GetExpirationAlertsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetExpirationAlertsOk() (*[]KeyfactorApiModelsAlertsExpirationExpirationAlertResponse, bool)` + +GetExpirationAlertsOk returns a tuple with the ExpirationAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) SetExpirationAlerts(v []KeyfactorApiModelsAlertsExpirationExpirationAlertResponse)` + +SetExpirationAlerts sets ExpirationAlerts field to given value. + +### HasExpirationAlerts + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) HasExpirationAlerts() bool` + +HasExpirationAlerts returns a boolean if a field has been set. + +### GetAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetAlertBuildResult() int32` + +GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise. + +### GetAlertBuildResultOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) GetAlertBuildResultOk() (*int32, bool)` + +GetAlertBuildResultOk returns a tuple with the AlertBuildResult field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) SetAlertBuildResult(v int32)` + +SetAlertBuildResult sets AlertBuildResult field to given value. + +### HasAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertTestResponse) HasAlertBuildResult() bool` + +HasAlertBuildResult returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest.md b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest.md new file mode 100644 index 0000000..969286c --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest.md @@ -0,0 +1,244 @@ +# KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**ExpirationWarningDays** | **int32** | | +**CertificateQueryId** | Pointer to **int32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest(displayName string, subject string, message string, expirationWarningDays int32, ) *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest 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 + +### NewKeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequestWithDefaults() *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDays() int32` + +GetExpirationWarningDays returns the ExpirationWarningDays field if non-nil, zero value otherwise. + +### GetExpirationWarningDaysOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDaysOk() (*int32, bool)` + +GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationWarningDays + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetExpirationWarningDays(v int32)` + +SetExpirationWarningDays sets ExpirationWarningDays field to given value. + + +### GetCertificateQueryId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryId() int32` + +GetCertificateQueryId returns the CertificateQueryId field if non-nil, zero value otherwise. + +### GetCertificateQueryIdOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryIdOk() (*int32, bool)` + +GetCertificateQueryIdOk returns a tuple with the CertificateQueryId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateQueryId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetCertificateQueryId(v int32)` + +SetCertificateQueryId sets CertificateQueryId field to given value. + +### HasCertificateQueryId + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) HasCertificateQueryId() bool` + +HasCertificateQueryId returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsExpirationExpirationAlertUpdateRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest.md b/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest.md new file mode 100644 index 0000000..d0d4d59 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest.md @@ -0,0 +1,207 @@ +# KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest + +`func NewKeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest(displayName string, subject string, message string, ) *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest` + +NewKeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest instantiates a new KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest 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 + +### NewKeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequestWithDefaults() *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest` + +NewKeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetTemplateId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) 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. + +### SetTemplateId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertCreationRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse.md b/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse.md new file mode 100644 index 0000000..c3c2269 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**Template** | Pointer to [**KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse**](KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md) | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse**](KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse + +`func NewKeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse() *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse instantiates a new KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse 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 + +### NewKeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponseWithDefaults() *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetTemplate + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetTemplate() KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetTemplateOk() (*KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetTemplate(v KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest.md b/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest.md new file mode 100644 index 0000000..63f0552 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest.md @@ -0,0 +1,233 @@ +# KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest + +`func NewKeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest(displayName string, subject string, message string, ) *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest instantiates a new KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest 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 + +### NewKeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequestWithDefaults() *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetTemplateId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) 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. + +### SetTemplateId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsIssuedIssuedAlertUpdateRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest.md new file mode 100644 index 0000000..4c0d89e --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest.md @@ -0,0 +1,166 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**RotationWarningDays** | **int32** | | +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest(displayName string, subject string, message string, rotationWarningDays int32, ) *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDays() int32` + +GetRotationWarningDays returns the RotationWarningDays field if non-nil, zero value otherwise. + +### GetRotationWarningDaysOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDaysOk() (*int32, bool)` + +GetRotationWarningDaysOk returns a tuple with the RotationWarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) SetRotationWarningDays(v int32)` + +SetRotationWarningDays sets RotationWarningDays field to given value. + + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertCreationRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse.md new file mode 100644 index 0000000..e55312d --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipient** | Pointer to **string** | | [optional] +**RotationWarningDays** | Pointer to **int32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse**](KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponseWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipient + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRecipient() string` + +GetRecipient returns the Recipient field if non-nil, zero value otherwise. + +### GetRecipientOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRecipientOk() (*string, bool)` + +GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipient + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRecipient(v string)` + +SetRecipient sets Recipient field to given value. + +### HasRecipient + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRecipient() bool` + +HasRecipient returns a boolean if a field has been set. + +### GetRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRotationWarningDays() int32` + +GetRotationWarningDays returns the RotationWarningDays field if non-nil, zero value otherwise. + +### GetRotationWarningDaysOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRotationWarningDaysOk() (*int32, bool)` + +GetRotationWarningDaysOk returns a tuple with the RotationWarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRotationWarningDays(v int32)` + +SetRotationWarningDays sets RotationWarningDays field to given value. + +### HasRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRotationWarningDays() bool` + +HasRotationWarningDays returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertDefinitionResponse) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse.md new file mode 100644 index 0000000..455350d --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipient** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponseWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse 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 + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipient + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetRecipient() string` + +GetRecipient returns the Recipient field if non-nil, zero value otherwise. + +### GetRecipientOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) GetRecipientOk() (*string, bool)` + +GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipient + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) SetRecipient(v string)` + +SetRecipient sets Recipient field to given value. + +### HasRecipient + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse) HasRecipient() bool` + +HasRecipient returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest.md new file mode 100644 index 0000000..95dc621 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EvaluationDate** | Pointer to **time.Time** | | [optional] +**PreviousEvaluationDate** | Pointer to **time.Time** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequestWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest 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 + +### GetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) GetEvaluationDate() time.Time` + +GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise. + +### GetEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)` + +GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) SetEvaluationDate(v time.Time)` + +SetEvaluationDate sets EvaluationDate field to given value. + +### HasEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) HasEvaluationDate() bool` + +HasEvaluationDate returns a boolean if a field has been set. + +### GetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) GetPreviousEvaluationDate() time.Time` + +GetPreviousEvaluationDate returns the PreviousEvaluationDate field if non-nil, zero value otherwise. + +### GetPreviousEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)` + +GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) SetPreviousEvaluationDate(v time.Time)` + +SetPreviousEvaluationDate sets PreviousEvaluationDate field to given value. + +### HasPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) HasPreviousEvaluationDate() bool` + +HasPreviousEvaluationDate returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestAllRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest.md new file mode 100644 index 0000000..dfffe8c --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AlertId** | Pointer to **int32** | | [optional] +**EvaluationDate** | Pointer to **time.Time** | | [optional] +**PreviousEvaluationDate** | Pointer to **time.Time** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequestWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest 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 + +### GetAlertId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetAlertId() int32` + +GetAlertId returns the AlertId field if non-nil, zero value otherwise. + +### GetAlertIdOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetAlertIdOk() (*int32, bool)` + +GetAlertIdOk returns a tuple with the AlertId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) SetAlertId(v int32)` + +SetAlertId sets AlertId field to given value. + +### HasAlertId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) HasAlertId() bool` + +HasAlertId returns a boolean if a field has been set. + +### GetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetEvaluationDate() time.Time` + +GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise. + +### GetEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetEvaluationDateOk() (*time.Time, bool)` + +GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) SetEvaluationDate(v time.Time)` + +SetEvaluationDate sets EvaluationDate field to given value. + +### HasEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) HasEvaluationDate() bool` + +HasEvaluationDate returns a boolean if a field has been set. + +### GetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetPreviousEvaluationDate() time.Time` + +GetPreviousEvaluationDate returns the PreviousEvaluationDate field if non-nil, zero value otherwise. + +### GetPreviousEvaluationDateOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)` + +GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) SetPreviousEvaluationDate(v time.Time)` + +SetPreviousEvaluationDate sets PreviousEvaluationDate field to given value. + +### HasPreviousEvaluationDate + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) HasPreviousEvaluationDate() bool` + +HasPreviousEvaluationDate returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse.md new file mode 100644 index 0000000..c6d7550 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeyRotationAlerts** | Pointer to [**[]KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse**](KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse.md) | | [optional] +**AlertBuildResult** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse 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 + +### GetKeyRotationAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlerts() []KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse` + +GetKeyRotationAlerts returns the KeyRotationAlerts field if non-nil, zero value otherwise. + +### GetKeyRotationAlertsOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlertsOk() (*[]KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse, bool)` + +GetKeyRotationAlertsOk returns a tuple with the KeyRotationAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyRotationAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) SetKeyRotationAlerts(v []KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertResponse)` + +SetKeyRotationAlerts sets KeyRotationAlerts field to given value. + +### HasKeyRotationAlerts + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) HasKeyRotationAlerts() bool` + +HasKeyRotationAlerts returns a boolean if a field has been set. + +### GetAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetAlertBuildResult() int32` + +GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise. + +### GetAlertBuildResultOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) GetAlertBuildResultOk() (*int32, bool)` + +GetAlertBuildResultOk returns a tuple with the AlertBuildResult field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) SetAlertBuildResult(v int32)` + +SetAlertBuildResult sets AlertBuildResult field to given value. + +### HasAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertTestResponse) HasAlertBuildResult() bool` + +HasAlertBuildResult returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest.md b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest.md new file mode 100644 index 0000000..6b424f8 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest.md @@ -0,0 +1,192 @@ +# KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**RotationWarningDays** | **int32** | | +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest(displayName string, subject string, message string, rotationWarningDays int32, ) *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest 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 + +### NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDays() int32` + +GetRotationWarningDays returns the RotationWarningDays field if non-nil, zero value otherwise. + +### GetRotationWarningDaysOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDaysOk() (*int32, bool)` + +GetRotationWarningDaysOk returns a tuple with the RotationWarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRotationWarningDays + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetRotationWarningDays(v int32)` + +SetRotationWarningDays sets RotationWarningDays field to given value. + + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest.md new file mode 100644 index 0000000..1e6df28 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest.md @@ -0,0 +1,207 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertCreationRequest + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertCreationRequest(displayName string, subject string, message string, ) *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertCreationRequest instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertCreationRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertCreationRequestWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertCreationRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetTemplateId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) 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. + +### SetTemplateId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertCreationRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse.md new file mode 100644 index 0000000..4c76be7 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**Template** | Pointer to [**KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse**](KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md) | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md) | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse**](KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse() *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponseWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse` + +NewKeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetTemplate + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetTemplate() KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetTemplateOk() (*KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetTemplate(v KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertDefinitionResponse) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertResponse.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertResponse.md new file mode 100644 index 0000000..9846aea --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertResponse.md @@ -0,0 +1,186 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**CARequestId** | Pointer to **int32** | | [optional] +**CommonName** | Pointer to **string** | | [optional] +**LogicalName** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertResponse + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertResponse() *KeyfactorApiModelsAlertsPendingPendingAlertResponse` + +NewKeyfactorApiModelsAlertsPendingPendingAlertResponse instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertResponse 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertResponseWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertResponse` + +NewKeyfactorApiModelsAlertsPendingPendingAlertResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertResponse 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 + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetCARequestId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCARequestId() int32` + +GetCARequestId returns the CARequestId field if non-nil, zero value otherwise. + +### GetCARequestIdOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCARequestIdOk() (*int32, bool)` + +GetCARequestIdOk returns a tuple with the CARequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARequestId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetCARequestId(v int32)` + +SetCARequestId sets CARequestId field to given value. + +### HasCARequestId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasCARequestId() bool` + +HasCARequestId returns a boolean if a field has been set. + +### GetCommonName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetCommonName() string` + +GetCommonName returns the CommonName field if non-nil, zero value otherwise. + +### GetCommonNameOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) 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. + +### SetCommonName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetCommonName(v string)` + +SetCommonName sets CommonName field to given value. + +### HasCommonName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasCommonName() bool` + +HasCommonName returns a boolean if a field has been set. + +### GetLogicalName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetLogicalName() string` + +GetLogicalName returns the LogicalName field if non-nil, zero value otherwise. + +### GetLogicalNameOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) GetLogicalNameOk() (*string, bool)` + +GetLogicalNameOk returns a tuple with the LogicalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogicalName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) SetLogicalName(v string)` + +SetLogicalName sets LogicalName field to given value. + +### HasLogicalName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertResponse) HasLogicalName() bool` + +HasLogicalName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest.md new file mode 100644 index 0000000..bc94454 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest() *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequestWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest 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 + +### GetSendAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestAllRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestRequest.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestRequest.md new file mode 100644 index 0000000..d646cc1 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertTestRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AlertId** | Pointer to **int32** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequest + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequest() *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequest instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestRequest 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequestWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertTestRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestRequest 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 + +### GetAlertId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetAlertId() int32` + +GetAlertId returns the AlertId field if non-nil, zero value otherwise. + +### GetAlertIdOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetAlertIdOk() (*int32, bool)` + +GetAlertIdOk returns a tuple with the AlertId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) SetAlertId(v int32)` + +SetAlertId sets AlertId field to given value. + +### HasAlertId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) HasAlertId() bool` + +HasAlertId returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestResponse.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestResponse.md new file mode 100644 index 0000000..49eb1ad --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertTestResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertTestResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PendingAlerts** | Pointer to [**[]KeyfactorApiModelsAlertsPendingPendingAlertResponse**](KeyfactorApiModelsAlertsPendingPendingAlertResponse.md) | | [optional] +**AlertBuildResult** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponse + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponse() *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse` + +NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponse instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestResponse 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponseWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponseWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse` + +NewKeyfactorApiModelsAlertsPendingPendingAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertTestResponse 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 + +### GetPendingAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetPendingAlerts() []KeyfactorApiModelsAlertsPendingPendingAlertResponse` + +GetPendingAlerts returns the PendingAlerts field if non-nil, zero value otherwise. + +### GetPendingAlertsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetPendingAlertsOk() (*[]KeyfactorApiModelsAlertsPendingPendingAlertResponse, bool)` + +GetPendingAlertsOk returns a tuple with the PendingAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPendingAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) SetPendingAlerts(v []KeyfactorApiModelsAlertsPendingPendingAlertResponse)` + +SetPendingAlerts sets PendingAlerts field to given value. + +### HasPendingAlerts + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) HasPendingAlerts() bool` + +HasPendingAlerts returns a boolean if a field has been set. + +### GetAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetAlertBuildResult() int32` + +GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise. + +### GetAlertBuildResultOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) GetAlertBuildResultOk() (*int32, bool)` + +GetAlertBuildResultOk returns a tuple with the AlertBuildResult field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) SetAlertBuildResult(v int32)` + +SetAlertBuildResult sets AlertBuildResult field to given value. + +### HasAlertBuildResult + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertTestResponse) HasAlertBuildResult() bool` + +HasAlertBuildResult returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest.md b/docs/KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest.md new file mode 100644 index 0000000..d37a558 --- /dev/null +++ b/docs/KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest.md @@ -0,0 +1,223 @@ +# KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | **string** | | +**Subject** | **string** | | +**Message** | **string** | | +**TemplateId** | Pointer to **int32** | | [optional] +**RegisteredEventHandler** | Pointer to [**KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest**](KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md) | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] +**EventHandlerParameters** | Pointer to [**[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest**](KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest(displayName string, subject string, message string, ) *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest 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 + +### NewKeyfactorApiModelsAlertsPendingPendingAlertUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsAlertsPendingPendingAlertUpdateRequestWithDefaults() *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest` + +NewKeyfactorApiModelsAlertsPendingPendingAlertUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + + +### GetTemplateId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) 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. + +### SetTemplateId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### GetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise. + +### GetRegisteredEventHandlerOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, bool)` + +GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)` + +SetRegisteredEventHandler sets RegisteredEventHandler field to given value. + +### HasRegisteredEventHandler + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) HasRegisteredEventHandler() bool` + +HasRegisteredEventHandler returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + +### GetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise. + +### GetEventHandlerParametersOk + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, bool)` + +GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)` + +SetEventHandlerParameters sets EventHandlerParameters field to given value. + +### HasEventHandlerParameters + +`func (o *KeyfactorApiModelsAlertsPendingPendingAlertUpdateRequest) HasEventHandlerParameters() bool` + +HasEventHandlerParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse.md b/docs/KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse.md new file mode 100644 index 0000000..f937824 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Success** | Pointer to **bool** | Whether the test succeeded or failed. | [optional] +**Message** | Pointer to **string** | The message returned by the test. | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse + +`func NewKeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse() *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse` + +NewKeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse instantiates a new KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse 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 + +### NewKeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponseWithDefaults + +`func NewKeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponseWithDefaults() *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse` + +NewKeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponseWithDefaults instantiates a new KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse 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 + +### GetSuccess + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) GetSuccess() bool` + +GetSuccess returns the Success field if non-nil, zero value otherwise. + +### GetSuccessOk + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) GetSuccessOk() (*bool, bool)` + +GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSuccess + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) SetSuccess(v bool)` + +SetSuccess sets Success field to given value. + +### HasSuccess + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) HasSuccess() bool` + +HasSuccess returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsCertificateAuthoritiesCertificateAuthorityTestResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest.md b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest.md new file mode 100644 index 0000000..a7f211a --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest.md @@ -0,0 +1,202 @@ +# KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CopyFromId** | **int32** | | +**Name** | **string** | | +**Description** | Pointer to **string** | | [optional] +**Query** | Pointer to **string** | | [optional] +**DuplicationField** | Pointer to **int32** | | [optional] +**ShowOnDashboard** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest(copyFromId int32, name string, ) *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest 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 + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequestWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest 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 + +### GetCopyFromId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromId() int32` + +GetCopyFromId returns the CopyFromId field if non-nil, zero value otherwise. + +### GetCopyFromIdOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromIdOk() (*int32, bool)` + +GetCopyFromIdOk returns a tuple with the CopyFromId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCopyFromId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetCopyFromId(v int32)` + +SetCopyFromId sets CopyFromId field to given value. + + +### GetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + +### GetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationField() int32` + +GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise. + +### GetDuplicationFieldOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationFieldOk() (*int32, bool)` + +GetDuplicationFieldOk returns a tuple with the DuplicationField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetDuplicationField(v int32)` + +SetDuplicationField sets DuplicationField field to given value. + +### HasDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasDuplicationField() bool` + +HasDuplicationField returns a boolean if a field has been set. + +### GetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboard() bool` + +GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise. + +### GetShowOnDashboardOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboardOk() (*bool, bool)` + +GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetShowOnDashboard(v bool)` + +SetShowOnDashboard sets ShowOnDashboard field to given value. + +### HasShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasShowOnDashboard() bool` + +HasShowOnDashboard returns a boolean if a field has been set. + +### GetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCopyRequest) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest.md b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest.md new file mode 100644 index 0000000..86b4d01 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest.md @@ -0,0 +1,233 @@ +# KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CopyFromId** | Pointer to **int32** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**Name** | **string** | | +**Description** | Pointer to **string** | | [optional] +**Query** | Pointer to **string** | | [optional] +**DuplicationField** | Pointer to **int32** | | [optional] +**ShowOnDashboard** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest(name string, ) *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest 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 + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequestWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest 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 + +### GetCopyFromId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetCopyFromId() int32` + +GetCopyFromId returns the CopyFromId field if non-nil, zero value otherwise. + +### GetCopyFromIdOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetCopyFromIdOk() (*int32, bool)` + +GetCopyFromIdOk returns a tuple with the CopyFromId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCopyFromId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetCopyFromId(v int32)` + +SetCopyFromId sets CopyFromId field to given value. + +### HasCopyFromId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasCopyFromId() bool` + +HasCopyFromId returns a boolean if a field has been set. + +### GetId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + +### GetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetDuplicationField() int32` + +GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise. + +### GetDuplicationFieldOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetDuplicationFieldOk() (*int32, bool)` + +GetDuplicationFieldOk returns a tuple with the DuplicationField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetDuplicationField(v int32)` + +SetDuplicationField sets DuplicationField field to given value. + +### HasDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasDuplicationField() bool` + +HasDuplicationField returns a boolean if a field has been set. + +### GetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetShowOnDashboard() bool` + +GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise. + +### GetShowOnDashboardOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetShowOnDashboardOk() (*bool, bool)` + +GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetShowOnDashboard(v bool)` + +SetShowOnDashboard sets ShowOnDashboard field to given value. + +### HasShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasShowOnDashboard() bool` + +HasShowOnDashboard returns a boolean if a field has been set. + +### GetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionCreateRequest) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse.md b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse.md new file mode 100644 index 0000000..42d29ba --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**Content** | Pointer to **string** | | [optional] [readonly] +**Query** | Pointer to **string** | | [optional] +**DuplicationField** | Pointer to **int32** | | [optional] +**ShowOnDashboard** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse 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 + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponseWithDefaults + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponseWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionResponseWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetContent + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetContent() string` + +GetContent returns the Content field if non-nil, zero value otherwise. + +### GetContentOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetContentOk() (*string, bool)` + +GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContent + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetContent(v string)` + +SetContent sets Content field to given value. + +### HasContent + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasContent() bool` + +HasContent returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + +### GetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetDuplicationField() int32` + +GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise. + +### GetDuplicationFieldOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetDuplicationFieldOk() (*int32, bool)` + +GetDuplicationFieldOk returns a tuple with the DuplicationField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetDuplicationField(v int32)` + +SetDuplicationField sets DuplicationField field to given value. + +### HasDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasDuplicationField() bool` + +HasDuplicationField returns a boolean if a field has been set. + +### GetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetShowOnDashboard() bool` + +GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise. + +### GetShowOnDashboardOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetShowOnDashboardOk() (*bool, bool)` + +GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetShowOnDashboard(v bool)` + +SetShowOnDashboard sets ShowOnDashboard field to given value. + +### HasShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasShowOnDashboard() bool` + +HasShowOnDashboard returns a boolean if a field has been set. + +### GetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionResponse) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest.md b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest.md new file mode 100644 index 0000000..50db618 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest.md @@ -0,0 +1,202 @@ +# KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**Name** | **string** | | +**Description** | Pointer to **string** | | [optional] +**Query** | Pointer to **string** | | [optional] +**DuplicationField** | Pointer to **int32** | | [optional] +**ShowOnDashboard** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest(id int32, name string, ) *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest 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 + +### NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequestWithDefaults() *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest` + +NewKeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + +### GetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetDuplicationField() int32` + +GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise. + +### GetDuplicationFieldOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetDuplicationFieldOk() (*int32, bool)` + +GetDuplicationFieldOk returns a tuple with the DuplicationField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetDuplicationField(v int32)` + +SetDuplicationField sets DuplicationField field to given value. + +### HasDuplicationField + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) HasDuplicationField() bool` + +HasDuplicationField returns a boolean if a field has been set. + +### GetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetShowOnDashboard() bool` + +GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise. + +### GetShowOnDashboardOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetShowOnDashboardOk() (*bool, bool)` + +GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetShowOnDashboard(v bool)` + +SetShowOnDashboard sets ShowOnDashboard field to given value. + +### HasShowOnDashboard + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) HasShowOnDashboard() bool` + +HasShowOnDashboard returns a boolean if a field has been set. + +### GetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *KeyfactorApiModelsCertificateCollectionsCertificateCollectionUpdateRequest) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresAddCertificateRequest.md b/docs/KeyfactorApiModelsCertificateStoresAddCertificateRequest.md new file mode 100644 index 0000000..1673010 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresAddCertificateRequest.md @@ -0,0 +1,119 @@ +# KeyfactorApiModelsCertificateStoresAddCertificateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateId** | **int32** | | +**CertificateStores** | [**[]ModelsCertificateStoreEntry**](ModelsCertificateStoreEntry.md) | | +**Schedule** | [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | +**CollectionId** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresAddCertificateRequest + +`func NewKeyfactorApiModelsCertificateStoresAddCertificateRequest(certificateId int32, certificateStores []ModelsCertificateStoreEntry, schedule KeyfactorCommonSchedulingKeyfactorSchedule, ) *KeyfactorApiModelsCertificateStoresAddCertificateRequest` + +NewKeyfactorApiModelsCertificateStoresAddCertificateRequest instantiates a new KeyfactorApiModelsCertificateStoresAddCertificateRequest 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 + +### NewKeyfactorApiModelsCertificateStoresAddCertificateRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresAddCertificateRequestWithDefaults() *KeyfactorApiModelsCertificateStoresAddCertificateRequest` + +NewKeyfactorApiModelsCertificateStoresAddCertificateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresAddCertificateRequest 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 + +### GetCertificateId + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetCertificateId() int32` + +GetCertificateId returns the CertificateId field if non-nil, zero value otherwise. + +### GetCertificateIdOk + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetCertificateIdOk() (*int32, bool)` + +GetCertificateIdOk returns a tuple with the CertificateId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateId + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) SetCertificateId(v int32)` + +SetCertificateId sets CertificateId field to given value. + + +### GetCertificateStores + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetCertificateStores() []ModelsCertificateStoreEntry` + +GetCertificateStores returns the CertificateStores field if non-nil, zero value otherwise. + +### GetCertificateStoresOk + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetCertificateStoresOk() (*[]ModelsCertificateStoreEntry, bool)` + +GetCertificateStoresOk returns a tuple with the CertificateStores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateStores + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) SetCertificateStores(v []ModelsCertificateStoreEntry)` + +SetCertificateStores sets CertificateStores field to given value. + + +### GetSchedule + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + + +### GetCollectionId + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetCollectionId() int32` + +GetCollectionId returns the CollectionId field if non-nil, zero value otherwise. + +### GetCollectionIdOk + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) GetCollectionIdOk() (*int32, bool)` + +GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCollectionId + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) SetCollectionId(v int32)` + +SetCollectionId sets CollectionId field to given value. + +### HasCollectionId + +`func (o *KeyfactorApiModelsCertificateStoresAddCertificateRequest) HasCollectionId() bool` + +HasCollectionId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest.md b/docs/KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest.md new file mode 100644 index 0000000..7fb231a --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**ContainerId** | Pointer to **int32** | | [optional] +**CertStoreType** | Pointer to **int32** | | [optional] +**Properties** | Pointer to **string** | | [optional] +**Password** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest + +`func NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest() *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest` + +NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest instantiates a new KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest 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 + +### NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequestWithDefaults() *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest` + +NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetContainerId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetCertStoreType + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetCertStoreType() int32` + +GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise. + +### GetCertStoreTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetCertStoreTypeOk() (*int32, bool)` + +GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreType + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetCertStoreType(v int32)` + +SetCertStoreType sets CertStoreType field to given value. + +### HasCertStoreType + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasCertStoreType() bool` + +HasCertStoreType returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetPassword + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPassword() ModelsKeyfactorAPISecret` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetPassword(v ModelsKeyfactorAPISecret)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresCertificateStoreResponse.md b/docs/KeyfactorApiModelsCertificateStoresCertificateStoreResponse.md new file mode 100644 index 0000000..4f13217 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresCertificateStoreResponse.md @@ -0,0 +1,446 @@ +# KeyfactorApiModelsCertificateStoresCertificateStoreResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | A string indicating the GUID of the certificate store within Keyfactor Command. This ID is automatically set by Keyfactor Command. | [optional] +**ContainerId** | Pointer to **int32** | An integer indicating the ID of the certificate store's associated certificate store container, if applicable (see GET Certificate Store Containers). | [optional] +**DisplayName** | Pointer to **string** | A string indicating the display name of the certificate store. | [optional] +**ClientMachine** | Pointer to **string** | The string value of the client machine. The value for this will vary depending on the certificate store type. For example, for a Java keystore or an F5 device, it is the hostname of the machine on which the store is located, but for an Amazon Web Services store, it is the FQDN of the Keyfactor Command Windows Orchestrator. See Adding or Modifying a Certificate Store in the Keyfactor Command Reference Guide for more information. | [optional] +**Storepath** | Pointer to **string** | A string indicating the path to the certificate store on the target. The format for this path will vary depending on the certificate store type. For example, for a Java keystore, this will be a file path (e.g. /opt/myapp/store.jks), but for an F5 device, this will be a partition name on the device (e.g. Common). See Adding or Modifying a Certificate Store in the Keyfactor Command Reference Guide for more information. The maximum number of characters supported in this field is 722. | [optional] +**CertStoreInventoryJobId** | Pointer to **string** | A string indicating the GUID that identifies the inventory job for the certificate store in the Keyfactor Command database. This will be null if an inventory schedule is not set for the certificate store. | [optional] +**CertStoreType** | Pointer to **int32** | An integer indicating the ID of the certificate store type, as defined in Keyfactor Command, for this certificate store. (0-Javakeystore,2-PEMFile, 3-F5SSLProfiles,4-IISRoots, 5-NetScaler, 6-IISPersonal, 7-F5WebServer, 8-IISRevoked, 9-F5WebServerREST, 10-F5SSLProfilesREST, 11-F5CABundlesREST, 100-AmazonWebServices, 101-FileTransferProtocol) | [optional] +**Approved** | Pointer to **bool** | A Boolean that indicates whether a certificate store is approved (true) or not (false). If a certificate store is approved, it can be used and updated. A certificate store that has been discovered using the discover feature but not yet marked as approved will be false here. | [optional] +**CreateIfMissing** | Pointer to **bool** | A Boolean that indicates whether a new certificate store should be created with the information provided (true) or not (false). This option is only valid for Java keystores and any custom certificate store types you have defined to support this functionality. | [optional] +**Properties** | Pointer to **string** | Some types of certificate stores have additional properties that are stored in this parameter. The data is stored in a series of, typically, key value pairs that define the property name and value (see GET Certificate Store Types for more information). As of Keyfactor Command v10, this parameter is used to store certificate store server usernames, server passwords, and the UseSSL flag. Built-in certificate stores that typically require configuration of certificate store server parameters include NetScaler and F5 stores. The legacy methods for managing certificate store server credentials have been deprecated but are retained for backwards compatiblity. For more information, see POST Certificate Stores Server. When reading this field, the values are returned as simple key value pairs, with the values being individual values. When writing, the values are specified as objects, though they are typically single values. | [optional] +**AgentId** | Pointer to **string** | A string indicating the Keyfactor Command GUID of the orchestrator for this store. | [optional] +**AgentAssigned** | Pointer to **bool** | A Boolean that indicates whether there is an orchestrator assigned to this certificate store (true) or not (false). | [optional] +**ContainerName** | Pointer to **string** | A string indicating the name of the certificate store's associated container, if applicable. | [optional] +**InventorySchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**ReenrollmentStatus** | Pointer to [**ModelsReenrollmentStatus**](ModelsReenrollmentStatus.md) | | [optional] +**SetNewPasswordAllowed** | Pointer to **bool** | A Boolean that indicates whether the store password can be changed (true) or not (false). | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresCertificateStoreResponse + +`func NewKeyfactorApiModelsCertificateStoresCertificateStoreResponse() *KeyfactorApiModelsCertificateStoresCertificateStoreResponse` + +NewKeyfactorApiModelsCertificateStoresCertificateStoreResponse instantiates a new KeyfactorApiModelsCertificateStoresCertificateStoreResponse 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 + +### NewKeyfactorApiModelsCertificateStoresCertificateStoreResponseWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresCertificateStoreResponseWithDefaults() *KeyfactorApiModelsCertificateStoresCertificateStoreResponse` + +NewKeyfactorApiModelsCertificateStoresCertificateStoreResponseWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresCertificateStoreResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetContainerId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetStorepath + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetStorepath() string` + +GetStorepath returns the Storepath field if non-nil, zero value otherwise. + +### GetStorepathOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetStorepathOk() (*string, bool)` + +GetStorepathOk returns a tuple with the Storepath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorepath + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetStorepath(v string)` + +SetStorepath sets Storepath field to given value. + +### HasStorepath + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasStorepath() bool` + +HasStorepath returns a boolean if a field has been set. + +### GetCertStoreInventoryJobId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetCertStoreInventoryJobId() string` + +GetCertStoreInventoryJobId returns the CertStoreInventoryJobId field if non-nil, zero value otherwise. + +### GetCertStoreInventoryJobIdOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetCertStoreInventoryJobIdOk() (*string, bool)` + +GetCertStoreInventoryJobIdOk returns a tuple with the CertStoreInventoryJobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreInventoryJobId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetCertStoreInventoryJobId(v string)` + +SetCertStoreInventoryJobId sets CertStoreInventoryJobId field to given value. + +### HasCertStoreInventoryJobId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasCertStoreInventoryJobId() bool` + +HasCertStoreInventoryJobId returns a boolean if a field has been set. + +### GetCertStoreType + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetCertStoreType() int32` + +GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise. + +### GetCertStoreTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetCertStoreTypeOk() (*int32, bool)` + +GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreType + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetCertStoreType(v int32)` + +SetCertStoreType sets CertStoreType field to given value. + +### HasCertStoreType + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasCertStoreType() bool` + +HasCertStoreType returns a boolean if a field has been set. + +### GetApproved + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetApproved() bool` + +GetApproved returns the Approved field if non-nil, zero value otherwise. + +### GetApprovedOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetApprovedOk() (*bool, bool)` + +GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetApproved + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetApproved(v bool)` + +SetApproved sets Approved field to given value. + +### HasApproved + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasApproved() bool` + +HasApproved returns a boolean if a field has been set. + +### GetCreateIfMissing + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetCreateIfMissing() bool` + +GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise. + +### GetCreateIfMissingOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetCreateIfMissingOk() (*bool, bool)` + +GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreateIfMissing + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetCreateIfMissing(v bool)` + +SetCreateIfMissing sets CreateIfMissing field to given value. + +### HasCreateIfMissing + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasCreateIfMissing() bool` + +HasCreateIfMissing returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetAgentId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetAgentAssigned + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetAgentAssigned() bool` + +GetAgentAssigned returns the AgentAssigned field if non-nil, zero value otherwise. + +### GetAgentAssignedOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetAgentAssignedOk() (*bool, bool)` + +GetAgentAssignedOk returns a tuple with the AgentAssigned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentAssigned + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetAgentAssigned(v bool)` + +SetAgentAssigned sets AgentAssigned field to given value. + +### HasAgentAssigned + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasAgentAssigned() bool` + +HasAgentAssigned returns a boolean if a field has been set. + +### GetContainerName + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetContainerName() string` + +GetContainerName returns the ContainerName field if non-nil, zero value otherwise. + +### GetContainerNameOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetContainerNameOk() (*string, bool)` + +GetContainerNameOk returns a tuple with the ContainerName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerName + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetContainerName(v string)` + +SetContainerName sets ContainerName field to given value. + +### HasContainerName + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasContainerName() bool` + +HasContainerName returns a boolean if a field has been set. + +### GetInventorySchedule + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise. + +### GetInventoryScheduleOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetInventoryScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetInventoryScheduleOk returns a tuple with the InventorySchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventorySchedule + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetInventorySchedule sets InventorySchedule field to given value. + +### HasInventorySchedule + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasInventorySchedule() bool` + +HasInventorySchedule returns a boolean if a field has been set. + +### GetReenrollmentStatus + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetReenrollmentStatus() ModelsReenrollmentStatus` + +GetReenrollmentStatus returns the ReenrollmentStatus field if non-nil, zero value otherwise. + +### GetReenrollmentStatusOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetReenrollmentStatusOk() (*ModelsReenrollmentStatus, bool)` + +GetReenrollmentStatusOk returns a tuple with the ReenrollmentStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReenrollmentStatus + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetReenrollmentStatus(v ModelsReenrollmentStatus)` + +SetReenrollmentStatus sets ReenrollmentStatus field to given value. + +### HasReenrollmentStatus + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasReenrollmentStatus() bool` + +HasReenrollmentStatus returns a boolean if a field has been set. + +### GetSetNewPasswordAllowed + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetSetNewPasswordAllowed() bool` + +GetSetNewPasswordAllowed returns the SetNewPasswordAllowed field if non-nil, zero value otherwise. + +### GetSetNewPasswordAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) GetSetNewPasswordAllowedOk() (*bool, bool)` + +GetSetNewPasswordAllowedOk returns a tuple with the SetNewPasswordAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSetNewPasswordAllowed + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) SetSetNewPasswordAllowed(v bool)` + +SetSetNewPasswordAllowed sets SetNewPasswordAllowed field to given value. + +### HasSetNewPasswordAllowed + +`func (o *KeyfactorApiModelsCertificateStoresCertificateStoreResponse) HasSetNewPasswordAllowed() bool` + +HasSetNewPasswordAllowed returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresJobHistoryResponse.md b/docs/KeyfactorApiModelsCertificateStoresJobHistoryResponse.md new file mode 100644 index 0000000..909290e --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresJobHistoryResponse.md @@ -0,0 +1,342 @@ +# KeyfactorApiModelsCertificateStoresJobHistoryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobHistoryId** | Pointer to **int64** | | [optional] +**AgentMachine** | Pointer to **string** | | [optional] +**JobId** | Pointer to **string** | | [optional] +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**JobType** | Pointer to **string** | | [optional] +**OperationStart** | Pointer to **time.Time** | | [optional] +**OperationEnd** | Pointer to **time.Time** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Result** | Pointer to **int32** | | [optional] +**Status** | Pointer to **int32** | | [optional] +**StorePath** | Pointer to **string** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresJobHistoryResponse + +`func NewKeyfactorApiModelsCertificateStoresJobHistoryResponse() *KeyfactorApiModelsCertificateStoresJobHistoryResponse` + +NewKeyfactorApiModelsCertificateStoresJobHistoryResponse instantiates a new KeyfactorApiModelsCertificateStoresJobHistoryResponse 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 + +### NewKeyfactorApiModelsCertificateStoresJobHistoryResponseWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresJobHistoryResponseWithDefaults() *KeyfactorApiModelsCertificateStoresJobHistoryResponse` + +NewKeyfactorApiModelsCertificateStoresJobHistoryResponseWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresJobHistoryResponse 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 + +### GetJobHistoryId + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetJobHistoryId() int64` + +GetJobHistoryId returns the JobHistoryId field if non-nil, zero value otherwise. + +### GetJobHistoryIdOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetJobHistoryIdOk() (*int64, bool)` + +GetJobHistoryIdOk returns a tuple with the JobHistoryId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobHistoryId + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetJobHistoryId(v int64)` + +SetJobHistoryId sets JobHistoryId field to given value. + +### HasJobHistoryId + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasJobHistoryId() bool` + +HasJobHistoryId returns a boolean if a field has been set. + +### GetAgentMachine + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetAgentMachine() string` + +GetAgentMachine returns the AgentMachine field if non-nil, zero value otherwise. + +### GetAgentMachineOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetAgentMachineOk() (*string, bool)` + +GetAgentMachineOk returns a tuple with the AgentMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentMachine + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetAgentMachine(v string)` + +SetAgentMachine sets AgentMachine field to given value. + +### HasAgentMachine + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasAgentMachine() bool` + +HasAgentMachine returns a boolean if a field has been set. + +### GetJobId + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetJobId() string` + +GetJobId returns the JobId field if non-nil, zero value otherwise. + +### GetJobIdOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetJobIdOk() (*string, bool)` + +GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobId + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetJobId(v string)` + +SetJobId sets JobId field to given value. + +### HasJobId + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasJobId() bool` + +HasJobId returns a boolean if a field has been set. + +### GetSchedule + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetJobType + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetJobType() string` + +GetJobType returns the JobType field if non-nil, zero value otherwise. + +### GetJobTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetJobTypeOk() (*string, bool)` + +GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobType + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetJobType(v string)` + +SetJobType sets JobType field to given value. + +### HasJobType + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasJobType() bool` + +HasJobType returns a boolean if a field has been set. + +### GetOperationStart + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetOperationStart() time.Time` + +GetOperationStart returns the OperationStart field if non-nil, zero value otherwise. + +### GetOperationStartOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetOperationStartOk() (*time.Time, bool)` + +GetOperationStartOk returns a tuple with the OperationStart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOperationStart + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetOperationStart(v time.Time)` + +SetOperationStart sets OperationStart field to given value. + +### HasOperationStart + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasOperationStart() bool` + +HasOperationStart returns a boolean if a field has been set. + +### GetOperationEnd + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetOperationEnd() time.Time` + +GetOperationEnd returns the OperationEnd field if non-nil, zero value otherwise. + +### GetOperationEndOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetOperationEndOk() (*time.Time, bool)` + +GetOperationEndOk returns a tuple with the OperationEnd field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOperationEnd + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetOperationEnd(v time.Time)` + +SetOperationEnd sets OperationEnd field to given value. + +### HasOperationEnd + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasOperationEnd() bool` + +HasOperationEnd returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetResult + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetResult() int32` + +GetResult returns the Result field if non-nil, zero value otherwise. + +### GetResultOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetResultOk() (*int32, bool)` + +GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetResult + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetResult(v int32)` + +SetResult sets Result field to given value. + +### HasResult + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasResult() bool` + +HasResult returns a boolean if a field has been set. + +### GetStatus + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetStorePath + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *KeyfactorApiModelsCertificateStoresJobHistoryResponse) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresReenrollmentRequest.md b/docs/KeyfactorApiModelsCertificateStoresReenrollmentRequest.md new file mode 100644 index 0000000..5317110 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresReenrollmentRequest.md @@ -0,0 +1,212 @@ +# KeyfactorApiModelsCertificateStoresReenrollmentRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeystoreId** | Pointer to **string** | | [optional] +**SubjectName** | Pointer to **string** | | [optional] +**AgentGuid** | Pointer to **string** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**JobProperties** | Pointer to **map[string]map[string]interface{}** | | [optional] +**CertificateAuthority** | Pointer to **string** | | [optional] +**CertificateTemplate** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresReenrollmentRequest + +`func NewKeyfactorApiModelsCertificateStoresReenrollmentRequest() *KeyfactorApiModelsCertificateStoresReenrollmentRequest` + +NewKeyfactorApiModelsCertificateStoresReenrollmentRequest instantiates a new KeyfactorApiModelsCertificateStoresReenrollmentRequest 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 + +### NewKeyfactorApiModelsCertificateStoresReenrollmentRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresReenrollmentRequestWithDefaults() *KeyfactorApiModelsCertificateStoresReenrollmentRequest` + +NewKeyfactorApiModelsCertificateStoresReenrollmentRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresReenrollmentRequest 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 + +### GetKeystoreId + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetKeystoreId() string` + +GetKeystoreId returns the KeystoreId field if non-nil, zero value otherwise. + +### GetKeystoreIdOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetKeystoreIdOk() (*string, bool)` + +GetKeystoreIdOk returns a tuple with the KeystoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeystoreId + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetKeystoreId(v string)` + +SetKeystoreId sets KeystoreId field to given value. + +### HasKeystoreId + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasKeystoreId() bool` + +HasKeystoreId returns a boolean if a field has been set. + +### GetSubjectName + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetSubjectName() string` + +GetSubjectName returns the SubjectName field if non-nil, zero value otherwise. + +### GetSubjectNameOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetSubjectNameOk() (*string, bool)` + +GetSubjectNameOk returns a tuple with the SubjectName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectName + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetSubjectName(v string)` + +SetSubjectName sets SubjectName field to given value. + +### HasSubjectName + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasSubjectName() bool` + +HasSubjectName returns a boolean if a field has been set. + +### GetAgentGuid + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetAgentGuid() string` + +GetAgentGuid returns the AgentGuid field if non-nil, zero value otherwise. + +### GetAgentGuidOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetAgentGuidOk() (*string, bool)` + +GetAgentGuidOk returns a tuple with the AgentGuid field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentGuid + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetAgentGuid(v string)` + +SetAgentGuid sets AgentGuid field to given value. + +### HasAgentGuid + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasAgentGuid() bool` + +HasAgentGuid returns a boolean if a field has been set. + +### GetAlias + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetJobProperties + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetJobProperties() map[string]map[string]interface{}` + +GetJobProperties returns the JobProperties field if non-nil, zero value otherwise. + +### GetJobPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetJobPropertiesOk() (*map[string]map[string]interface{}, bool)` + +GetJobPropertiesOk returns a tuple with the JobProperties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobProperties + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetJobProperties(v map[string]map[string]interface{})` + +SetJobProperties sets JobProperties field to given value. + +### HasJobProperties + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasJobProperties() bool` + +HasJobProperties returns a boolean if a field has been set. + +### GetCertificateAuthority + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetCertificateAuthority() string` + +GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise. + +### GetCertificateAuthorityOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetCertificateAuthorityOk() (*string, bool)` + +GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthority + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetCertificateAuthority(v string)` + +SetCertificateAuthority sets CertificateAuthority field to given value. + +### HasCertificateAuthority + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasCertificateAuthority() bool` + +HasCertificateAuthority returns a boolean if a field has been set. + +### GetCertificateTemplate + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetCertificateTemplate() string` + +GetCertificateTemplate returns the CertificateTemplate field if non-nil, zero value otherwise. + +### GetCertificateTemplateOk + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) GetCertificateTemplateOk() (*string, bool)` + +GetCertificateTemplateOk returns a tuple with the CertificateTemplate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateTemplate + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) SetCertificateTemplate(v string)` + +SetCertificateTemplate sets CertificateTemplate field to given value. + +### HasCertificateTemplate + +`func (o *KeyfactorApiModelsCertificateStoresReenrollmentRequest) HasCertificateTemplate() bool` + +HasCertificateTemplate returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresRemoveCertificateRequest.md b/docs/KeyfactorApiModelsCertificateStoresRemoveCertificateRequest.md new file mode 100644 index 0000000..fbbdd52 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresRemoveCertificateRequest.md @@ -0,0 +1,98 @@ +# KeyfactorApiModelsCertificateStoresRemoveCertificateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateStores** | [**[]ModelsCertificateLocationSpecifier**](ModelsCertificateLocationSpecifier.md) | | +**Schedule** | [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | +**CollectionId** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresRemoveCertificateRequest + +`func NewKeyfactorApiModelsCertificateStoresRemoveCertificateRequest(certificateStores []ModelsCertificateLocationSpecifier, schedule KeyfactorCommonSchedulingKeyfactorSchedule, ) *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest` + +NewKeyfactorApiModelsCertificateStoresRemoveCertificateRequest instantiates a new KeyfactorApiModelsCertificateStoresRemoveCertificateRequest 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 + +### NewKeyfactorApiModelsCertificateStoresRemoveCertificateRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresRemoveCertificateRequestWithDefaults() *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest` + +NewKeyfactorApiModelsCertificateStoresRemoveCertificateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresRemoveCertificateRequest 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 + +### GetCertificateStores + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) GetCertificateStores() []ModelsCertificateLocationSpecifier` + +GetCertificateStores returns the CertificateStores field if non-nil, zero value otherwise. + +### GetCertificateStoresOk + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) GetCertificateStoresOk() (*[]ModelsCertificateLocationSpecifier, bool)` + +GetCertificateStoresOk returns a tuple with the CertificateStores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateStores + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) SetCertificateStores(v []ModelsCertificateLocationSpecifier)` + +SetCertificateStores sets CertificateStores field to given value. + + +### GetSchedule + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + + +### GetCollectionId + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) GetCollectionId() int32` + +GetCollectionId returns the CollectionId field if non-nil, zero value otherwise. + +### GetCollectionIdOk + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) GetCollectionIdOk() (*int32, bool)` + +GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCollectionId + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) SetCollectionId(v int32)` + +SetCollectionId sets CollectionId field to given value. + +### HasCollectionId + +`func (o *KeyfactorApiModelsCertificateStoresRemoveCertificateRequest) HasCollectionId() bool` + +HasCollectionId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest.md b/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest.md new file mode 100644 index 0000000..e5048a0 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest.md @@ -0,0 +1,566 @@ +# KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**ShortName** | **string** | | +**Capability** | Pointer to **string** | | [optional] +**LocalStore** | Pointer to **bool** | | [optional] +**SupportedOperations** | Pointer to [**ModelsCertStoreTypeSupportedOperations**](ModelsCertStoreTypeSupportedOperations.md) | | [optional] +**Properties** | Pointer to [**[]ModelsCertificateStoreTypeProperty**](ModelsCertificateStoreTypeProperty.md) | | [optional] +**PasswordOptions** | Pointer to [**ModelsCertStoreTypePasswordOptions**](ModelsCertStoreTypePasswordOptions.md) | | [optional] +**StorePathType** | Pointer to **string** | | [optional] +**StorePathValue** | Pointer to **string** | | [optional] +**PrivateKeyAllowed** | Pointer to **string** | | [optional] +**ServerRequired** | Pointer to **bool** | | [optional] +**PowerShell** | Pointer to **bool** | | [optional] +**BlueprintAllowed** | Pointer to **bool** | | [optional] +**CustomAliasAllowed** | Pointer to **string** | | [optional] +**ServerRegistration** | Pointer to **int32** | | [optional] +**InventoryEndpoint** | Pointer to **string** | | [optional] +**InventoryJobTypeId** | Pointer to **string** | | [optional] +**ManagementJobTypeId** | Pointer to **string** | | [optional] +**DiscoveryJobTypeId** | Pointer to **string** | | [optional] +**EnrollmentJobTypeId** | Pointer to **string** | | [optional] +**EntryParameters** | Pointer to [**[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter**](ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest + +`func NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest(name string, shortName string, ) *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest` + +NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest instantiates a new KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest 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 + +### NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequestWithDefaults() *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest` + +NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest 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 + +### GetName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetShortName() string` + +GetShortName returns the ShortName field if non-nil, zero value otherwise. + +### GetShortNameOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetShortNameOk() (*string, bool)` + +GetShortNameOk returns a tuple with the ShortName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetShortName(v string)` + +SetShortName sets ShortName field to given value. + + +### GetCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetCapability() string` + +GetCapability returns the Capability field if non-nil, zero value otherwise. + +### GetCapabilityOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetCapabilityOk() (*string, bool)` + +GetCapabilityOk returns a tuple with the Capability field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetCapability(v string)` + +SetCapability sets Capability field to given value. + +### HasCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasCapability() bool` + +HasCapability returns a boolean if a field has been set. + +### GetLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetLocalStore() bool` + +GetLocalStore returns the LocalStore field if non-nil, zero value otherwise. + +### GetLocalStoreOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetLocalStoreOk() (*bool, bool)` + +GetLocalStoreOk returns a tuple with the LocalStore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetLocalStore(v bool)` + +SetLocalStore sets LocalStore field to given value. + +### HasLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasLocalStore() bool` + +HasLocalStore returns a boolean if a field has been set. + +### GetSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetSupportedOperations() ModelsCertStoreTypeSupportedOperations` + +GetSupportedOperations returns the SupportedOperations field if non-nil, zero value otherwise. + +### GetSupportedOperationsOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetSupportedOperationsOk() (*ModelsCertStoreTypeSupportedOperations, bool)` + +GetSupportedOperationsOk returns a tuple with the SupportedOperations field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetSupportedOperations(v ModelsCertStoreTypeSupportedOperations)` + +SetSupportedOperations sets SupportedOperations field to given value. + +### HasSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasSupportedOperations() bool` + +HasSupportedOperations returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetProperties() []ModelsCertificateStoreTypeProperty` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPropertiesOk() (*[]ModelsCertificateStoreTypeProperty, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetProperties(v []ModelsCertificateStoreTypeProperty)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPasswordOptions() ModelsCertStoreTypePasswordOptions` + +GetPasswordOptions returns the PasswordOptions field if non-nil, zero value otherwise. + +### GetPasswordOptionsOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPasswordOptionsOk() (*ModelsCertStoreTypePasswordOptions, bool)` + +GetPasswordOptionsOk returns a tuple with the PasswordOptions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetPasswordOptions(v ModelsCertStoreTypePasswordOptions)` + +SetPasswordOptions sets PasswordOptions field to given value. + +### HasPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasPasswordOptions() bool` + +HasPasswordOptions returns a boolean if a field has been set. + +### GetStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathType() string` + +GetStorePathType returns the StorePathType field if non-nil, zero value otherwise. + +### GetStorePathTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathTypeOk() (*string, bool)` + +GetStorePathTypeOk returns a tuple with the StorePathType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetStorePathType(v string)` + +SetStorePathType sets StorePathType field to given value. + +### HasStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasStorePathType() bool` + +HasStorePathType returns a boolean if a field has been set. + +### GetStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathValue() string` + +GetStorePathValue returns the StorePathValue field if non-nil, zero value otherwise. + +### GetStorePathValueOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathValueOk() (*string, bool)` + +GetStorePathValueOk returns a tuple with the StorePathValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetStorePathValue(v string)` + +SetStorePathValue sets StorePathValue field to given value. + +### HasStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasStorePathValue() bool` + +HasStorePathValue returns a boolean if a field has been set. + +### GetPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPrivateKeyAllowed() string` + +GetPrivateKeyAllowed returns the PrivateKeyAllowed field if non-nil, zero value otherwise. + +### GetPrivateKeyAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPrivateKeyAllowedOk() (*string, bool)` + +GetPrivateKeyAllowedOk returns a tuple with the PrivateKeyAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetPrivateKeyAllowed(v string)` + +SetPrivateKeyAllowed sets PrivateKeyAllowed field to given value. + +### HasPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasPrivateKeyAllowed() bool` + +HasPrivateKeyAllowed returns a boolean if a field has been set. + +### GetServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRequired() bool` + +GetServerRequired returns the ServerRequired field if non-nil, zero value otherwise. + +### GetServerRequiredOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRequiredOk() (*bool, bool)` + +GetServerRequiredOk returns a tuple with the ServerRequired field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetServerRequired(v bool)` + +SetServerRequired sets ServerRequired field to given value. + +### HasServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasServerRequired() bool` + +HasServerRequired returns a boolean if a field has been set. + +### GetPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPowerShell() bool` + +GetPowerShell returns the PowerShell field if non-nil, zero value otherwise. + +### GetPowerShellOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetPowerShellOk() (*bool, bool)` + +GetPowerShellOk returns a tuple with the PowerShell field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetPowerShell(v bool)` + +SetPowerShell sets PowerShell field to given value. + +### HasPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasPowerShell() bool` + +HasPowerShell returns a boolean if a field has been set. + +### GetBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetBlueprintAllowed() bool` + +GetBlueprintAllowed returns the BlueprintAllowed field if non-nil, zero value otherwise. + +### GetBlueprintAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetBlueprintAllowedOk() (*bool, bool)` + +GetBlueprintAllowedOk returns a tuple with the BlueprintAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetBlueprintAllowed(v bool)` + +SetBlueprintAllowed sets BlueprintAllowed field to given value. + +### HasBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasBlueprintAllowed() bool` + +HasBlueprintAllowed returns a boolean if a field has been set. + +### GetCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetCustomAliasAllowed() string` + +GetCustomAliasAllowed returns the CustomAliasAllowed field if non-nil, zero value otherwise. + +### GetCustomAliasAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetCustomAliasAllowedOk() (*string, bool)` + +GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetCustomAliasAllowed(v string)` + +SetCustomAliasAllowed sets CustomAliasAllowed field to given value. + +### HasCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasCustomAliasAllowed() bool` + +HasCustomAliasAllowed returns a boolean if a field has been set. + +### GetServerRegistration + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRegistration() int32` + +GetServerRegistration returns the ServerRegistration field if non-nil, zero value otherwise. + +### GetServerRegistrationOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRegistrationOk() (*int32, bool)` + +GetServerRegistrationOk returns a tuple with the ServerRegistration field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerRegistration + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetServerRegistration(v int32)` + +SetServerRegistration sets ServerRegistration field to given value. + +### HasServerRegistration + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasServerRegistration() bool` + +HasServerRegistration returns a boolean if a field has been set. + +### GetInventoryEndpoint + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryEndpoint() string` + +GetInventoryEndpoint returns the InventoryEndpoint field if non-nil, zero value otherwise. + +### GetInventoryEndpointOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryEndpointOk() (*string, bool)` + +GetInventoryEndpointOk returns a tuple with the InventoryEndpoint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventoryEndpoint + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetInventoryEndpoint(v string)` + +SetInventoryEndpoint sets InventoryEndpoint field to given value. + +### HasInventoryEndpoint + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasInventoryEndpoint() bool` + +HasInventoryEndpoint returns a boolean if a field has been set. + +### GetInventoryJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryJobTypeId() string` + +GetInventoryJobTypeId returns the InventoryJobTypeId field if non-nil, zero value otherwise. + +### GetInventoryJobTypeIdOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryJobTypeIdOk() (*string, bool)` + +GetInventoryJobTypeIdOk returns a tuple with the InventoryJobTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventoryJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetInventoryJobTypeId(v string)` + +SetInventoryJobTypeId sets InventoryJobTypeId field to given value. + +### HasInventoryJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasInventoryJobTypeId() bool` + +HasInventoryJobTypeId returns a boolean if a field has been set. + +### GetManagementJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetManagementJobTypeId() string` + +GetManagementJobTypeId returns the ManagementJobTypeId field if non-nil, zero value otherwise. + +### GetManagementJobTypeIdOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetManagementJobTypeIdOk() (*string, bool)` + +GetManagementJobTypeIdOk returns a tuple with the ManagementJobTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetManagementJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetManagementJobTypeId(v string)` + +SetManagementJobTypeId sets ManagementJobTypeId field to given value. + +### HasManagementJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasManagementJobTypeId() bool` + +HasManagementJobTypeId returns a boolean if a field has been set. + +### GetDiscoveryJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetDiscoveryJobTypeId() string` + +GetDiscoveryJobTypeId returns the DiscoveryJobTypeId field if non-nil, zero value otherwise. + +### GetDiscoveryJobTypeIdOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetDiscoveryJobTypeIdOk() (*string, bool)` + +GetDiscoveryJobTypeIdOk returns a tuple with the DiscoveryJobTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoveryJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetDiscoveryJobTypeId(v string)` + +SetDiscoveryJobTypeId sets DiscoveryJobTypeId field to given value. + +### HasDiscoveryJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasDiscoveryJobTypeId() bool` + +HasDiscoveryJobTypeId returns a boolean if a field has been set. + +### GetEnrollmentJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetEnrollmentJobTypeId() string` + +GetEnrollmentJobTypeId returns the EnrollmentJobTypeId field if non-nil, zero value otherwise. + +### GetEnrollmentJobTypeIdOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetEnrollmentJobTypeIdOk() (*string, bool)` + +GetEnrollmentJobTypeIdOk returns a tuple with the EnrollmentJobTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollmentJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetEnrollmentJobTypeId(v string)` + +SetEnrollmentJobTypeId sets EnrollmentJobTypeId field to given value. + +### HasEnrollmentJobTypeId + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasEnrollmentJobTypeId() bool` + +HasEnrollmentJobTypeId returns a boolean if a field has been set. + +### GetEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetEntryParameters() []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter` + +GetEntryParameters returns the EntryParameters field if non-nil, zero value otherwise. + +### GetEntryParametersOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) GetEntryParametersOk() (*[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter, bool)` + +GetEntryParametersOk returns a tuple with the EntryParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) SetEntryParameters(v []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter)` + +SetEntryParameters sets EntryParameters field to given value. + +### HasEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeCreationRequest) HasEntryParameters() bool` + +HasEntryParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse.md b/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse.md new file mode 100644 index 0000000..22d2dfd --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse.md @@ -0,0 +1,654 @@ +# KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | | [optional] +**ShortName** | Pointer to **string** | | [optional] +**Capability** | Pointer to **string** | | [optional] +**StoreType** | Pointer to **int32** | | [optional] +**ImportType** | Pointer to **int32** | | [optional] +**LocalStore** | Pointer to **bool** | | [optional] +**SupportedOperations** | Pointer to [**ModelsCertStoreTypeSupportedOperations**](ModelsCertStoreTypeSupportedOperations.md) | | [optional] +**Properties** | Pointer to [**[]ModelsCertificateStoreTypeProperty**](ModelsCertificateStoreTypeProperty.md) | | [optional] +**EntryParameters** | Pointer to [**[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter**](ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md) | | [optional] +**PasswordOptions** | Pointer to [**ModelsCertStoreTypePasswordOptions**](ModelsCertStoreTypePasswordOptions.md) | | [optional] +**StorePathType** | Pointer to **string** | | [optional] +**StorePathValue** | Pointer to **string** | | [optional] +**PrivateKeyAllowed** | Pointer to **string** | | [optional] +**JobProperties** | Pointer to **[]string** | | [optional] [readonly] +**ServerRequired** | Pointer to **bool** | | [optional] +**PowerShell** | Pointer to **bool** | | [optional] +**BlueprintAllowed** | Pointer to **bool** | | [optional] +**CustomAliasAllowed** | Pointer to **string** | | [optional] +**ServerRegistration** | Pointer to **int32** | | [optional] +**InventoryEndpoint** | Pointer to **string** | | [optional] +**InventoryJobType** | Pointer to **string** | | [optional] +**ManagementJobType** | Pointer to **string** | | [optional] +**DiscoveryJobType** | Pointer to **string** | | [optional] +**EnrollmentJobType** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse + +`func NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse() *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse` + +NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse instantiates a new KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse 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 + +### NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponseWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponseWithDefaults() *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse` + +NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponseWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse 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 + +### GetName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetShortName() string` + +GetShortName returns the ShortName field if non-nil, zero value otherwise. + +### GetShortNameOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetShortNameOk() (*string, bool)` + +GetShortNameOk returns a tuple with the ShortName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetShortName(v string)` + +SetShortName sets ShortName field to given value. + +### HasShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasShortName() bool` + +HasShortName returns a boolean if a field has been set. + +### GetCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetCapability() string` + +GetCapability returns the Capability field if non-nil, zero value otherwise. + +### GetCapabilityOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetCapabilityOk() (*string, bool)` + +GetCapabilityOk returns a tuple with the Capability field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetCapability(v string)` + +SetCapability sets Capability field to given value. + +### HasCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasCapability() bool` + +HasCapability returns a boolean if a field has been set. + +### GetStoreType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetStoreType() int32` + +GetStoreType returns the StoreType field if non-nil, zero value otherwise. + +### GetStoreTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetStoreTypeOk() (*int32, bool)` + +GetStoreTypeOk returns a tuple with the StoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetStoreType(v int32)` + +SetStoreType sets StoreType field to given value. + +### HasStoreType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasStoreType() bool` + +HasStoreType returns a boolean if a field has been set. + +### GetImportType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetImportType() int32` + +GetImportType returns the ImportType field if non-nil, zero value otherwise. + +### GetImportTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetImportTypeOk() (*int32, bool)` + +GetImportTypeOk returns a tuple with the ImportType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetImportType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetImportType(v int32)` + +SetImportType sets ImportType field to given value. + +### HasImportType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasImportType() bool` + +HasImportType returns a boolean if a field has been set. + +### GetLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetLocalStore() bool` + +GetLocalStore returns the LocalStore field if non-nil, zero value otherwise. + +### GetLocalStoreOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetLocalStoreOk() (*bool, bool)` + +GetLocalStoreOk returns a tuple with the LocalStore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetLocalStore(v bool)` + +SetLocalStore sets LocalStore field to given value. + +### HasLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasLocalStore() bool` + +HasLocalStore returns a boolean if a field has been set. + +### GetSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetSupportedOperations() ModelsCertStoreTypeSupportedOperations` + +GetSupportedOperations returns the SupportedOperations field if non-nil, zero value otherwise. + +### GetSupportedOperationsOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetSupportedOperationsOk() (*ModelsCertStoreTypeSupportedOperations, bool)` + +GetSupportedOperationsOk returns a tuple with the SupportedOperations field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetSupportedOperations(v ModelsCertStoreTypeSupportedOperations)` + +SetSupportedOperations sets SupportedOperations field to given value. + +### HasSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasSupportedOperations() bool` + +HasSupportedOperations returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetProperties() []ModelsCertificateStoreTypeProperty` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPropertiesOk() (*[]ModelsCertificateStoreTypeProperty, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetProperties(v []ModelsCertificateStoreTypeProperty)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetEntryParameters() []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter` + +GetEntryParameters returns the EntryParameters field if non-nil, zero value otherwise. + +### GetEntryParametersOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetEntryParametersOk() (*[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter, bool)` + +GetEntryParametersOk returns a tuple with the EntryParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetEntryParameters(v []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter)` + +SetEntryParameters sets EntryParameters field to given value. + +### HasEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasEntryParameters() bool` + +HasEntryParameters returns a boolean if a field has been set. + +### GetPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPasswordOptions() ModelsCertStoreTypePasswordOptions` + +GetPasswordOptions returns the PasswordOptions field if non-nil, zero value otherwise. + +### GetPasswordOptionsOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPasswordOptionsOk() (*ModelsCertStoreTypePasswordOptions, bool)` + +GetPasswordOptionsOk returns a tuple with the PasswordOptions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetPasswordOptions(v ModelsCertStoreTypePasswordOptions)` + +SetPasswordOptions sets PasswordOptions field to given value. + +### HasPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasPasswordOptions() bool` + +HasPasswordOptions returns a boolean if a field has been set. + +### GetStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetStorePathType() string` + +GetStorePathType returns the StorePathType field if non-nil, zero value otherwise. + +### GetStorePathTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetStorePathTypeOk() (*string, bool)` + +GetStorePathTypeOk returns a tuple with the StorePathType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetStorePathType(v string)` + +SetStorePathType sets StorePathType field to given value. + +### HasStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasStorePathType() bool` + +HasStorePathType returns a boolean if a field has been set. + +### GetStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetStorePathValue() string` + +GetStorePathValue returns the StorePathValue field if non-nil, zero value otherwise. + +### GetStorePathValueOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetStorePathValueOk() (*string, bool)` + +GetStorePathValueOk returns a tuple with the StorePathValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetStorePathValue(v string)` + +SetStorePathValue sets StorePathValue field to given value. + +### HasStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasStorePathValue() bool` + +HasStorePathValue returns a boolean if a field has been set. + +### GetPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPrivateKeyAllowed() string` + +GetPrivateKeyAllowed returns the PrivateKeyAllowed field if non-nil, zero value otherwise. + +### GetPrivateKeyAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPrivateKeyAllowedOk() (*string, bool)` + +GetPrivateKeyAllowedOk returns a tuple with the PrivateKeyAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetPrivateKeyAllowed(v string)` + +SetPrivateKeyAllowed sets PrivateKeyAllowed field to given value. + +### HasPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasPrivateKeyAllowed() bool` + +HasPrivateKeyAllowed returns a boolean if a field has been set. + +### GetJobProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetJobProperties() []string` + +GetJobProperties returns the JobProperties field if non-nil, zero value otherwise. + +### GetJobPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetJobPropertiesOk() (*[]string, bool)` + +GetJobPropertiesOk returns a tuple with the JobProperties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetJobProperties(v []string)` + +SetJobProperties sets JobProperties field to given value. + +### HasJobProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasJobProperties() bool` + +HasJobProperties returns a boolean if a field has been set. + +### GetServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetServerRequired() bool` + +GetServerRequired returns the ServerRequired field if non-nil, zero value otherwise. + +### GetServerRequiredOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetServerRequiredOk() (*bool, bool)` + +GetServerRequiredOk returns a tuple with the ServerRequired field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetServerRequired(v bool)` + +SetServerRequired sets ServerRequired field to given value. + +### HasServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasServerRequired() bool` + +HasServerRequired returns a boolean if a field has been set. + +### GetPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPowerShell() bool` + +GetPowerShell returns the PowerShell field if non-nil, zero value otherwise. + +### GetPowerShellOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetPowerShellOk() (*bool, bool)` + +GetPowerShellOk returns a tuple with the PowerShell field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetPowerShell(v bool)` + +SetPowerShell sets PowerShell field to given value. + +### HasPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasPowerShell() bool` + +HasPowerShell returns a boolean if a field has been set. + +### GetBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetBlueprintAllowed() bool` + +GetBlueprintAllowed returns the BlueprintAllowed field if non-nil, zero value otherwise. + +### GetBlueprintAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetBlueprintAllowedOk() (*bool, bool)` + +GetBlueprintAllowedOk returns a tuple with the BlueprintAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetBlueprintAllowed(v bool)` + +SetBlueprintAllowed sets BlueprintAllowed field to given value. + +### HasBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasBlueprintAllowed() bool` + +HasBlueprintAllowed returns a boolean if a field has been set. + +### GetCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetCustomAliasAllowed() string` + +GetCustomAliasAllowed returns the CustomAliasAllowed field if non-nil, zero value otherwise. + +### GetCustomAliasAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetCustomAliasAllowedOk() (*string, bool)` + +GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetCustomAliasAllowed(v string)` + +SetCustomAliasAllowed sets CustomAliasAllowed field to given value. + +### HasCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasCustomAliasAllowed() bool` + +HasCustomAliasAllowed returns a boolean if a field has been set. + +### GetServerRegistration + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetServerRegistration() int32` + +GetServerRegistration returns the ServerRegistration field if non-nil, zero value otherwise. + +### GetServerRegistrationOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetServerRegistrationOk() (*int32, bool)` + +GetServerRegistrationOk returns a tuple with the ServerRegistration field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerRegistration + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetServerRegistration(v int32)` + +SetServerRegistration sets ServerRegistration field to given value. + +### HasServerRegistration + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasServerRegistration() bool` + +HasServerRegistration returns a boolean if a field has been set. + +### GetInventoryEndpoint + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetInventoryEndpoint() string` + +GetInventoryEndpoint returns the InventoryEndpoint field if non-nil, zero value otherwise. + +### GetInventoryEndpointOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetInventoryEndpointOk() (*string, bool)` + +GetInventoryEndpointOk returns a tuple with the InventoryEndpoint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventoryEndpoint + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetInventoryEndpoint(v string)` + +SetInventoryEndpoint sets InventoryEndpoint field to given value. + +### HasInventoryEndpoint + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasInventoryEndpoint() bool` + +HasInventoryEndpoint returns a boolean if a field has been set. + +### GetInventoryJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetInventoryJobType() string` + +GetInventoryJobType returns the InventoryJobType field if non-nil, zero value otherwise. + +### GetInventoryJobTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetInventoryJobTypeOk() (*string, bool)` + +GetInventoryJobTypeOk returns a tuple with the InventoryJobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventoryJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetInventoryJobType(v string)` + +SetInventoryJobType sets InventoryJobType field to given value. + +### HasInventoryJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasInventoryJobType() bool` + +HasInventoryJobType returns a boolean if a field has been set. + +### GetManagementJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetManagementJobType() string` + +GetManagementJobType returns the ManagementJobType field if non-nil, zero value otherwise. + +### GetManagementJobTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetManagementJobTypeOk() (*string, bool)` + +GetManagementJobTypeOk returns a tuple with the ManagementJobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetManagementJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetManagementJobType(v string)` + +SetManagementJobType sets ManagementJobType field to given value. + +### HasManagementJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasManagementJobType() bool` + +HasManagementJobType returns a boolean if a field has been set. + +### GetDiscoveryJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetDiscoveryJobType() string` + +GetDiscoveryJobType returns the DiscoveryJobType field if non-nil, zero value otherwise. + +### GetDiscoveryJobTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetDiscoveryJobTypeOk() (*string, bool)` + +GetDiscoveryJobTypeOk returns a tuple with the DiscoveryJobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoveryJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetDiscoveryJobType(v string)` + +SetDiscoveryJobType sets DiscoveryJobType field to given value. + +### HasDiscoveryJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasDiscoveryJobType() bool` + +HasDiscoveryJobType returns a boolean if a field has been set. + +### GetEnrollmentJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetEnrollmentJobType() string` + +GetEnrollmentJobType returns the EnrollmentJobType field if non-nil, zero value otherwise. + +### GetEnrollmentJobTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) GetEnrollmentJobTypeOk() (*string, bool)` + +GetEnrollmentJobTypeOk returns a tuple with the EnrollmentJobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollmentJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) SetEnrollmentJobType(v string)` + +SetEnrollmentJobType sets EnrollmentJobType field to given value. + +### HasEnrollmentJobType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeResponse) HasEnrollmentJobType() bool` + +HasEnrollmentJobType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest.md b/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest.md new file mode 100644 index 0000000..791b8fa --- /dev/null +++ b/docs/KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest.md @@ -0,0 +1,431 @@ +# KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreType** | **int32** | | +**Name** | **string** | | +**ShortName** | **string** | | +**Capability** | Pointer to **string** | | [optional] +**LocalStore** | Pointer to **bool** | | [optional] +**SupportedOperations** | Pointer to [**ModelsCertStoreTypeSupportedOperations**](ModelsCertStoreTypeSupportedOperations.md) | | [optional] +**Properties** | Pointer to [**[]ModelsCertificateStoreTypeProperty**](ModelsCertificateStoreTypeProperty.md) | | [optional] +**PasswordOptions** | Pointer to [**ModelsCertStoreTypePasswordOptions**](ModelsCertStoreTypePasswordOptions.md) | | [optional] +**StorePathType** | Pointer to **string** | | [optional] +**StorePathValue** | Pointer to **string** | | [optional] +**PrivateKeyAllowed** | Pointer to **string** | | [optional] +**ServerRequired** | Pointer to **bool** | | [optional] +**PowerShell** | Pointer to **bool** | | [optional] +**BlueprintAllowed** | Pointer to **bool** | | [optional] +**CustomAliasAllowed** | Pointer to **string** | | [optional] +**EntryParameters** | Pointer to [**[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter**](ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest + +`func NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest(storeType int32, name string, shortName string, ) *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest` + +NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest instantiates a new KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest 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 + +### NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequestWithDefaults() *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest` + +NewKeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest 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 + +### GetStoreType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStoreType() int32` + +GetStoreType returns the StoreType field if non-nil, zero value otherwise. + +### GetStoreTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStoreTypeOk() (*int32, bool)` + +GetStoreTypeOk returns a tuple with the StoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStoreType(v int32)` + +SetStoreType sets StoreType field to given value. + + +### GetName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetShortName() string` + +GetShortName returns the ShortName field if non-nil, zero value otherwise. + +### GetShortNameOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetShortNameOk() (*string, bool)` + +GetShortNameOk returns a tuple with the ShortName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShortName + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetShortName(v string)` + +SetShortName sets ShortName field to given value. + + +### GetCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCapability() string` + +GetCapability returns the Capability field if non-nil, zero value otherwise. + +### GetCapabilityOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCapabilityOk() (*string, bool)` + +GetCapabilityOk returns a tuple with the Capability field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetCapability(v string)` + +SetCapability sets Capability field to given value. + +### HasCapability + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasCapability() bool` + +HasCapability returns a boolean if a field has been set. + +### GetLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetLocalStore() bool` + +GetLocalStore returns the LocalStore field if non-nil, zero value otherwise. + +### GetLocalStoreOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetLocalStoreOk() (*bool, bool)` + +GetLocalStoreOk returns a tuple with the LocalStore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetLocalStore(v bool)` + +SetLocalStore sets LocalStore field to given value. + +### HasLocalStore + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasLocalStore() bool` + +HasLocalStore returns a boolean if a field has been set. + +### GetSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetSupportedOperations() ModelsCertStoreTypeSupportedOperations` + +GetSupportedOperations returns the SupportedOperations field if non-nil, zero value otherwise. + +### GetSupportedOperationsOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetSupportedOperationsOk() (*ModelsCertStoreTypeSupportedOperations, bool)` + +GetSupportedOperationsOk returns a tuple with the SupportedOperations field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetSupportedOperations(v ModelsCertStoreTypeSupportedOperations)` + +SetSupportedOperations sets SupportedOperations field to given value. + +### HasSupportedOperations + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasSupportedOperations() bool` + +HasSupportedOperations returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetProperties() []ModelsCertificateStoreTypeProperty` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPropertiesOk() (*[]ModelsCertificateStoreTypeProperty, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetProperties(v []ModelsCertificateStoreTypeProperty)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPasswordOptions() ModelsCertStoreTypePasswordOptions` + +GetPasswordOptions returns the PasswordOptions field if non-nil, zero value otherwise. + +### GetPasswordOptionsOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPasswordOptionsOk() (*ModelsCertStoreTypePasswordOptions, bool)` + +GetPasswordOptionsOk returns a tuple with the PasswordOptions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetPasswordOptions(v ModelsCertStoreTypePasswordOptions)` + +SetPasswordOptions sets PasswordOptions field to given value. + +### HasPasswordOptions + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasPasswordOptions() bool` + +HasPasswordOptions returns a boolean if a field has been set. + +### GetStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathType() string` + +GetStorePathType returns the StorePathType field if non-nil, zero value otherwise. + +### GetStorePathTypeOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathTypeOk() (*string, bool)` + +GetStorePathTypeOk returns a tuple with the StorePathType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStorePathType(v string)` + +SetStorePathType sets StorePathType field to given value. + +### HasStorePathType + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasStorePathType() bool` + +HasStorePathType returns a boolean if a field has been set. + +### GetStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathValue() string` + +GetStorePathValue returns the StorePathValue field if non-nil, zero value otherwise. + +### GetStorePathValueOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathValueOk() (*string, bool)` + +GetStorePathValueOk returns a tuple with the StorePathValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStorePathValue(v string)` + +SetStorePathValue sets StorePathValue field to given value. + +### HasStorePathValue + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasStorePathValue() bool` + +HasStorePathValue returns a boolean if a field has been set. + +### GetPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPrivateKeyAllowed() string` + +GetPrivateKeyAllowed returns the PrivateKeyAllowed field if non-nil, zero value otherwise. + +### GetPrivateKeyAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPrivateKeyAllowedOk() (*string, bool)` + +GetPrivateKeyAllowedOk returns a tuple with the PrivateKeyAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetPrivateKeyAllowed(v string)` + +SetPrivateKeyAllowed sets PrivateKeyAllowed field to given value. + +### HasPrivateKeyAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasPrivateKeyAllowed() bool` + +HasPrivateKeyAllowed returns a boolean if a field has been set. + +### GetServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetServerRequired() bool` + +GetServerRequired returns the ServerRequired field if non-nil, zero value otherwise. + +### GetServerRequiredOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetServerRequiredOk() (*bool, bool)` + +GetServerRequiredOk returns a tuple with the ServerRequired field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetServerRequired(v bool)` + +SetServerRequired sets ServerRequired field to given value. + +### HasServerRequired + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasServerRequired() bool` + +HasServerRequired returns a boolean if a field has been set. + +### GetPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPowerShell() bool` + +GetPowerShell returns the PowerShell field if non-nil, zero value otherwise. + +### GetPowerShellOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPowerShellOk() (*bool, bool)` + +GetPowerShellOk returns a tuple with the PowerShell field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetPowerShell(v bool)` + +SetPowerShell sets PowerShell field to given value. + +### HasPowerShell + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasPowerShell() bool` + +HasPowerShell returns a boolean if a field has been set. + +### GetBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetBlueprintAllowed() bool` + +GetBlueprintAllowed returns the BlueprintAllowed field if non-nil, zero value otherwise. + +### GetBlueprintAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetBlueprintAllowedOk() (*bool, bool)` + +GetBlueprintAllowedOk returns a tuple with the BlueprintAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetBlueprintAllowed(v bool)` + +SetBlueprintAllowed sets BlueprintAllowed field to given value. + +### HasBlueprintAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasBlueprintAllowed() bool` + +HasBlueprintAllowed returns a boolean if a field has been set. + +### GetCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCustomAliasAllowed() string` + +GetCustomAliasAllowed returns the CustomAliasAllowed field if non-nil, zero value otherwise. + +### GetCustomAliasAllowedOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCustomAliasAllowedOk() (*string, bool)` + +GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetCustomAliasAllowed(v string)` + +SetCustomAliasAllowed sets CustomAliasAllowed field to given value. + +### HasCustomAliasAllowed + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasCustomAliasAllowed() bool` + +HasCustomAliasAllowed returns a boolean if a field has been set. + +### GetEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetEntryParameters() []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter` + +GetEntryParameters returns the EntryParameters field if non-nil, zero value otherwise. + +### GetEntryParametersOk + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) GetEntryParametersOk() (*[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter, bool)` + +GetEntryParametersOk returns a tuple with the EntryParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) SetEntryParameters(v []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter)` + +SetEntryParameters sets EntryParameters field to given value. + +### HasEntryParameters + +`func (o *KeyfactorApiModelsCertificateStoresTypesCertificateStoreTypeUpdateRequest) HasEntryParameters() bool` + +HasEntryParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificatesAnalyzeCertificateRequest.md b/docs/KeyfactorApiModelsCertificatesAnalyzeCertificateRequest.md new file mode 100644 index 0000000..057e5ee --- /dev/null +++ b/docs/KeyfactorApiModelsCertificatesAnalyzeCertificateRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsCertificatesAnalyzeCertificateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Certificate** | Pointer to **string** | | [optional] +**Password** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificatesAnalyzeCertificateRequest + +`func NewKeyfactorApiModelsCertificatesAnalyzeCertificateRequest() *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest` + +NewKeyfactorApiModelsCertificatesAnalyzeCertificateRequest instantiates a new KeyfactorApiModelsCertificatesAnalyzeCertificateRequest 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 + +### NewKeyfactorApiModelsCertificatesAnalyzeCertificateRequestWithDefaults + +`func NewKeyfactorApiModelsCertificatesAnalyzeCertificateRequestWithDefaults() *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest` + +NewKeyfactorApiModelsCertificatesAnalyzeCertificateRequestWithDefaults instantiates a new KeyfactorApiModelsCertificatesAnalyzeCertificateRequest 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 + +### GetCertificate + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) GetCertificate() string` + +GetCertificate returns the Certificate field if non-nil, zero value otherwise. + +### GetCertificateOk + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) GetCertificateOk() (*string, bool)` + +GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificate + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) SetCertificate(v string)` + +SetCertificate sets Certificate field to given value. + +### HasCertificate + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) HasCertificate() bool` + +HasCertificate returns a boolean if a field has been set. + +### GetPassword + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *KeyfactorApiModelsCertificatesAnalyzeCertificateRequest) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse.md b/docs/KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse.md new file mode 100644 index 0000000..a823974 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | Id of the account represented by the audit response | [optional] +**AccountName** | Pointer to **string** | Name of the account represented by the audit response | [optional] +**IdentityType** | Pointer to **string** | The type of account represented by the audit response (User or Group) | [optional] +**SID** | Pointer to **string** | The SID of the account represented by the audit reponse | [optional] +**Permissions** | Pointer to [**[]KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission**](KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission.md) | Permissions granted to the account represented by the audit reponse on the specified certifcate | [optional] [readonly] + +## Methods + +### NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponse + +`func NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponse() *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse` + +NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponse instantiates a new KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse 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 + +### NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseWithDefaults + +`func NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseWithDefaults() *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse` + +NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseWithDefaults instantiates a new KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetAccountName + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetAccountName() string` + +GetAccountName returns the AccountName field if non-nil, zero value otherwise. + +### GetAccountNameOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetAccountNameOk() (*string, bool)` + +GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAccountName + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetAccountName(v string)` + +SetAccountName sets AccountName field to given value. + +### HasAccountName + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasAccountName() bool` + +HasAccountName returns a boolean if a field has been set. + +### GetIdentityType + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetIdentityType() string` + +GetIdentityType returns the IdentityType field if non-nil, zero value otherwise. + +### GetIdentityTypeOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetIdentityTypeOk() (*string, bool)` + +GetIdentityTypeOk returns a tuple with the IdentityType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIdentityType + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetIdentityType(v string)` + +SetIdentityType sets IdentityType field to given value. + +### HasIdentityType + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasIdentityType() bool` + +HasIdentityType returns a boolean if a field has been set. + +### GetSID + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetSID() string` + +GetSID returns the SID field if non-nil, zero value otherwise. + +### GetSIDOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetSIDOk() (*string, bool)` + +GetSIDOk returns a tuple with the SID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSID + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetSID(v string)` + +SetSID sets SID field to given value. + +### HasSID + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasSID() bool` + +HasSID returns a boolean if a field has been set. + +### GetPermissions + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetPermissions() []KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission` + +GetPermissions returns the Permissions field if non-nil, zero value otherwise. + +### GetPermissionsOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetPermissionsOk() (*[]KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission, bool)` + +GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermissions + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetPermissions(v []KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission)` + +SetPermissions sets Permissions field to given value. + +### HasPermissions + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasPermissions() bool` + +HasPermissions returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission.md b/docs/KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission.md new file mode 100644 index 0000000..35de5e4 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | The name of the permission | [optional] +**GrantedBy** | Pointer to **[]string** | A list of roles or collections that grant the given permission | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission + +`func NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission() *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission` + +NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission instantiates a new KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission 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 + +### NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermissionWithDefaults + +`func NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermissionWithDefaults() *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission` + +NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermissionWithDefaults instantiates a new KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission 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 + +### GetName + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetGrantedBy + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) GetGrantedBy() []string` + +GetGrantedBy returns the GrantedBy field if non-nil, zero value otherwise. + +### GetGrantedByOk + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) GetGrantedByOk() (*[]string, bool)` + +GetGrantedByOk returns a tuple with the GrantedBy field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGrantedBy + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) SetGrantedBy(v []string)` + +SetGrantedBy sets GrantedBy field to given value. + +### HasGrantedBy + +`func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission) HasGrantedBy() bool` + +HasGrantedBy returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificatesCertificateLocationsResponse.md b/docs/KeyfactorApiModelsCertificatesCertificateLocationsResponse.md new file mode 100644 index 0000000..3902405 --- /dev/null +++ b/docs/KeyfactorApiModelsCertificatesCertificateLocationsResponse.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsCertificatesCertificateLocationsResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Details** | Pointer to [**[]ModelsCertStoreLocationsCertificateLocationsGroup**](ModelsCertStoreLocationsCertificateLocationsGroup.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificatesCertificateLocationsResponse + +`func NewKeyfactorApiModelsCertificatesCertificateLocationsResponse() *KeyfactorApiModelsCertificatesCertificateLocationsResponse` + +NewKeyfactorApiModelsCertificatesCertificateLocationsResponse instantiates a new KeyfactorApiModelsCertificatesCertificateLocationsResponse 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 + +### NewKeyfactorApiModelsCertificatesCertificateLocationsResponseWithDefaults + +`func NewKeyfactorApiModelsCertificatesCertificateLocationsResponseWithDefaults() *KeyfactorApiModelsCertificatesCertificateLocationsResponse` + +NewKeyfactorApiModelsCertificatesCertificateLocationsResponseWithDefaults instantiates a new KeyfactorApiModelsCertificatesCertificateLocationsResponse 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 + +### GetDetails + +`func (o *KeyfactorApiModelsCertificatesCertificateLocationsResponse) GetDetails() []ModelsCertStoreLocationsCertificateLocationsGroup` + +GetDetails returns the Details field if non-nil, zero value otherwise. + +### GetDetailsOk + +`func (o *KeyfactorApiModelsCertificatesCertificateLocationsResponse) GetDetailsOk() (*[]ModelsCertStoreLocationsCertificateLocationsGroup, bool)` + +GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDetails + +`func (o *KeyfactorApiModelsCertificatesCertificateLocationsResponse) SetDetails(v []ModelsCertStoreLocationsCertificateLocationsGroup)` + +SetDetails sets Details field to given value. + +### HasDetails + +`func (o *KeyfactorApiModelsCertificatesCertificateLocationsResponse) HasDetails() bool` + +HasDetails returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsCertificatesCertificateQueryRequest.md b/docs/KeyfactorApiModelsCertificatesCertificateQueryRequest.md new file mode 100644 index 0000000..5d0930c --- /dev/null +++ b/docs/KeyfactorApiModelsCertificatesCertificateQueryRequest.md @@ -0,0 +1,212 @@ +# KeyfactorApiModelsCertificatesCertificateQueryRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] +**IncludeRevoked** | Pointer to **bool** | Select 'true' to include revoked certificates in the results | [optional] +**IncludeExpired** | Pointer to **bool** | Select 'true' to include expired certificates in the results | [optional] + +## Methods + +### NewKeyfactorApiModelsCertificatesCertificateQueryRequest + +`func NewKeyfactorApiModelsCertificatesCertificateQueryRequest() *KeyfactorApiModelsCertificatesCertificateQueryRequest` + +NewKeyfactorApiModelsCertificatesCertificateQueryRequest instantiates a new KeyfactorApiModelsCertificatesCertificateQueryRequest 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 + +### NewKeyfactorApiModelsCertificatesCertificateQueryRequestWithDefaults + +`func NewKeyfactorApiModelsCertificatesCertificateQueryRequestWithDefaults() *KeyfactorApiModelsCertificatesCertificateQueryRequest` + +NewKeyfactorApiModelsCertificatesCertificateQueryRequestWithDefaults instantiates a new KeyfactorApiModelsCertificatesCertificateQueryRequest 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 + +### GetQueryString + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + +### GetIncludeRevoked + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeRevoked() bool` + +GetIncludeRevoked returns the IncludeRevoked field if non-nil, zero value otherwise. + +### GetIncludeRevokedOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeRevokedOk() (*bool, bool)` + +GetIncludeRevokedOk returns a tuple with the IncludeRevoked field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeRevoked + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetIncludeRevoked(v bool)` + +SetIncludeRevoked sets IncludeRevoked field to given value. + +### HasIncludeRevoked + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasIncludeRevoked() bool` + +HasIncludeRevoked returns a boolean if a field has been set. + +### GetIncludeExpired + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeExpired() bool` + +GetIncludeExpired returns the IncludeExpired field if non-nil, zero value otherwise. + +### GetIncludeExpiredOk + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeExpiredOk() (*bool, bool)` + +GetIncludeExpiredOk returns a tuple with the IncludeExpired field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeExpired + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetIncludeExpired(v bool)` + +SetIncludeExpired sets IncludeExpired field to given value. + +### HasIncludeExpired + +`func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasIncludeExpired() bool` + +HasIncludeExpired returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest.md b/docs/KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest.md new file mode 100644 index 0000000..08f0daa --- /dev/null +++ b/docs/KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ConfigurationTenant** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsConfigurationTenantConfigurationTenantRequest + +`func NewKeyfactorApiModelsConfigurationTenantConfigurationTenantRequest() *KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest` + +NewKeyfactorApiModelsConfigurationTenantConfigurationTenantRequest instantiates a new KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest 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 + +### NewKeyfactorApiModelsConfigurationTenantConfigurationTenantRequestWithDefaults + +`func NewKeyfactorApiModelsConfigurationTenantConfigurationTenantRequestWithDefaults() *KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest` + +NewKeyfactorApiModelsConfigurationTenantConfigurationTenantRequestWithDefaults instantiates a new KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest 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 + +### GetConfigurationTenant + +`func (o *KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest) GetConfigurationTenant() string` + +GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise. + +### GetConfigurationTenantOk + +`func (o *KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest) 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. + +### SetConfigurationTenant + +`func (o *KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest) SetConfigurationTenant(v string)` + +SetConfigurationTenant sets ConfigurationTenant field to given value. + +### HasConfigurationTenant + +`func (o *KeyfactorApiModelsConfigurationTenantConfigurationTenantRequest) HasConfigurationTenant() bool` + +HasConfigurationTenant returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEnrollmentEnrollmentManagementRequest.md b/docs/KeyfactorApiModelsEnrollmentEnrollmentManagementRequest.md new file mode 100644 index 0000000..4eeef69 --- /dev/null +++ b/docs/KeyfactorApiModelsEnrollmentEnrollmentManagementRequest.md @@ -0,0 +1,207 @@ +# KeyfactorApiModelsEnrollmentEnrollmentManagementRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Stores** | Pointer to [**[]KeyfactorApiModelsEnrollmentManagementStoreRequest**](KeyfactorApiModelsEnrollmentManagementStoreRequest.md) | The stores to add the certificate to. Values in this collection will take precedence over values in {Models.Enrollment.SpecificEnrollmentManagementRequest.StoreTypes}. | [optional] +**StoreIds** | Pointer to **[]string** | | [optional] +**StoreTypes** | Pointer to [**[]KeyfactorApiModelsEnrollmentManagementStoreTypeRequest**](KeyfactorApiModelsEnrollmentManagementStoreTypeRequest.md) | | [optional] +**CertificateId** | Pointer to **int32** | | [optional] +**RequestId** | Pointer to **int32** | | [optional] +**Password** | **string** | | +**JobTime** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsEnrollmentEnrollmentManagementRequest + +`func NewKeyfactorApiModelsEnrollmentEnrollmentManagementRequest(password string, ) *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest` + +NewKeyfactorApiModelsEnrollmentEnrollmentManagementRequest instantiates a new KeyfactorApiModelsEnrollmentEnrollmentManagementRequest 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 + +### NewKeyfactorApiModelsEnrollmentEnrollmentManagementRequestWithDefaults + +`func NewKeyfactorApiModelsEnrollmentEnrollmentManagementRequestWithDefaults() *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest` + +NewKeyfactorApiModelsEnrollmentEnrollmentManagementRequestWithDefaults instantiates a new KeyfactorApiModelsEnrollmentEnrollmentManagementRequest 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 + +### GetStores + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetStores() []KeyfactorApiModelsEnrollmentManagementStoreRequest` + +GetStores returns the Stores field if non-nil, zero value otherwise. + +### GetStoresOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetStoresOk() (*[]KeyfactorApiModelsEnrollmentManagementStoreRequest, bool)` + +GetStoresOk returns a tuple with the Stores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStores + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetStores(v []KeyfactorApiModelsEnrollmentManagementStoreRequest)` + +SetStores sets Stores field to given value. + +### HasStores + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) HasStores() bool` + +HasStores returns a boolean if a field has been set. + +### GetStoreIds + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetStoreIds() []string` + +GetStoreIds returns the StoreIds field if non-nil, zero value otherwise. + +### GetStoreIdsOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetStoreIdsOk() (*[]string, bool)` + +GetStoreIdsOk returns a tuple with the StoreIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreIds + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetStoreIds(v []string)` + +SetStoreIds sets StoreIds field to given value. + +### HasStoreIds + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) HasStoreIds() bool` + +HasStoreIds returns a boolean if a field has been set. + +### GetStoreTypes + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetStoreTypes() []KeyfactorApiModelsEnrollmentManagementStoreTypeRequest` + +GetStoreTypes returns the StoreTypes field if non-nil, zero value otherwise. + +### GetStoreTypesOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetStoreTypesOk() (*[]KeyfactorApiModelsEnrollmentManagementStoreTypeRequest, bool)` + +GetStoreTypesOk returns a tuple with the StoreTypes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypes + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetStoreTypes(v []KeyfactorApiModelsEnrollmentManagementStoreTypeRequest)` + +SetStoreTypes sets StoreTypes field to given value. + +### HasStoreTypes + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) HasStoreTypes() bool` + +HasStoreTypes returns a boolean if a field has been set. + +### GetCertificateId + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetCertificateId() int32` + +GetCertificateId returns the CertificateId field if non-nil, zero value otherwise. + +### GetCertificateIdOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetCertificateIdOk() (*int32, bool)` + +GetCertificateIdOk returns a tuple with the CertificateId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateId + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetCertificateId(v int32)` + +SetCertificateId sets CertificateId field to given value. + +### HasCertificateId + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) HasCertificateId() bool` + +HasCertificateId returns a boolean if a field has been set. + +### GetRequestId + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetRequestId() int32` + +GetRequestId returns the RequestId field if non-nil, zero value otherwise. + +### GetRequestIdOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetRequestIdOk() (*int32, bool)` + +GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestId + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetRequestId(v int32)` + +SetRequestId sets RequestId field to given value. + +### HasRequestId + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) HasRequestId() bool` + +HasRequestId returns a boolean if a field has been set. + +### GetPassword + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetPassword(v string)` + +SetPassword sets Password field to given value. + + +### GetJobTime + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetJobTime() time.Time` + +GetJobTime returns the JobTime field if non-nil, zero value otherwise. + +### GetJobTimeOk + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) GetJobTimeOk() (*time.Time, bool)` + +GetJobTimeOk returns a tuple with the JobTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTime + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) SetJobTime(v time.Time)` + +SetJobTime sets JobTime field to given value. + +### HasJobTime + +`func (o *KeyfactorApiModelsEnrollmentEnrollmentManagementRequest) HasJobTime() bool` + +HasJobTime returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEnrollmentManagementStoreRequest.md b/docs/KeyfactorApiModelsEnrollmentManagementStoreRequest.md new file mode 100644 index 0000000..5a145ca --- /dev/null +++ b/docs/KeyfactorApiModelsEnrollmentManagementStoreRequest.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsEnrollmentManagementStoreRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreId** | Pointer to **string** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**Overwrite** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **map[string]map[string]interface{}** | | [optional] + +## Methods + +### NewKeyfactorApiModelsEnrollmentManagementStoreRequest + +`func NewKeyfactorApiModelsEnrollmentManagementStoreRequest() *KeyfactorApiModelsEnrollmentManagementStoreRequest` + +NewKeyfactorApiModelsEnrollmentManagementStoreRequest instantiates a new KeyfactorApiModelsEnrollmentManagementStoreRequest 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 + +### NewKeyfactorApiModelsEnrollmentManagementStoreRequestWithDefaults + +`func NewKeyfactorApiModelsEnrollmentManagementStoreRequestWithDefaults() *KeyfactorApiModelsEnrollmentManagementStoreRequest` + +NewKeyfactorApiModelsEnrollmentManagementStoreRequestWithDefaults instantiates a new KeyfactorApiModelsEnrollmentManagementStoreRequest 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 + +### GetStoreId + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetStoreId() string` + +GetStoreId returns the StoreId field if non-nil, zero value otherwise. + +### GetStoreIdOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetStoreIdOk() (*string, bool)` + +GetStoreIdOk returns a tuple with the StoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreId + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetStoreId(v string)` + +SetStoreId sets StoreId field to given value. + +### HasStoreId + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasStoreId() bool` + +HasStoreId returns a boolean if a field has been set. + +### GetAlias + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetOverwrite + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetOverwrite() bool` + +GetOverwrite returns the Overwrite field if non-nil, zero value otherwise. + +### GetOverwriteOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetOverwriteOk() (*bool, bool)` + +GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwrite + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetOverwrite(v bool)` + +SetOverwrite sets Overwrite field to given value. + +### HasOverwrite + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasOverwrite() bool` + +HasOverwrite returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetProperties() map[string]map[string]interface{}` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetPropertiesOk() (*map[string]map[string]interface{}, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetProperties(v map[string]map[string]interface{})` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEnrollmentManagementStoreTypeRequest.md b/docs/KeyfactorApiModelsEnrollmentManagementStoreTypeRequest.md new file mode 100644 index 0000000..cf69110 --- /dev/null +++ b/docs/KeyfactorApiModelsEnrollmentManagementStoreTypeRequest.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsEnrollmentManagementStoreTypeRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreTypeId** | Pointer to **int32** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**Overwrite** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **[]map[string]interface{}** | | [optional] + +## Methods + +### NewKeyfactorApiModelsEnrollmentManagementStoreTypeRequest + +`func NewKeyfactorApiModelsEnrollmentManagementStoreTypeRequest() *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest` + +NewKeyfactorApiModelsEnrollmentManagementStoreTypeRequest instantiates a new KeyfactorApiModelsEnrollmentManagementStoreTypeRequest 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 + +### NewKeyfactorApiModelsEnrollmentManagementStoreTypeRequestWithDefaults + +`func NewKeyfactorApiModelsEnrollmentManagementStoreTypeRequestWithDefaults() *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest` + +NewKeyfactorApiModelsEnrollmentManagementStoreTypeRequestWithDefaults instantiates a new KeyfactorApiModelsEnrollmentManagementStoreTypeRequest 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 + +### GetStoreTypeId + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetStoreTypeId() int32` + +GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise. + +### GetStoreTypeIdOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetStoreTypeIdOk() (*int32, bool)` + +GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypeId + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) SetStoreTypeId(v int32)` + +SetStoreTypeId sets StoreTypeId field to given value. + +### HasStoreTypeId + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) HasStoreTypeId() bool` + +HasStoreTypeId returns a boolean if a field has been set. + +### GetAlias + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetOverwrite + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetOverwrite() bool` + +GetOverwrite returns the Overwrite field if non-nil, zero value otherwise. + +### GetOverwriteOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetOverwriteOk() (*bool, bool)` + +GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwrite + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) SetOverwrite(v bool)` + +SetOverwrite sets Overwrite field to given value. + +### HasOverwrite + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) HasOverwrite() bool` + +HasOverwrite returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetProperties() []map[string]interface{}` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) GetPropertiesOk() (*[]map[string]interface{}, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) SetProperties(v []map[string]interface{})` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsEnrollmentManagementStoreTypeRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md b/docs/KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md new file mode 100644 index 0000000..5df8e1b --- /dev/null +++ b/docs/KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md @@ -0,0 +1,93 @@ +# KeyfactorApiModelsEventHandlerEventHandlerParameterRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Key** | **string** | | +**DefaultValue** | **string** | | +**ParameterType** | **string** | | + +## Methods + +### NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequest + +`func NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequest(key string, defaultValue string, parameterType string, ) *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequest instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterRequest 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 + +### NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequestWithDefaults + +`func NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequestWithDefaults() *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest` + +NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequestWithDefaults instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterRequest 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 + +### GetKey + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetKey() string` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetKeyOk() (*string, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) SetKey(v string)` + +SetKey sets Key field to given value. + + +### GetDefaultValue + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + + +### GetParameterType + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetParameterType() string` + +GetParameterType returns the ParameterType field if non-nil, zero value otherwise. + +### GetParameterTypeOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetParameterTypeOk() (*string, bool)` + +GetParameterTypeOk returns a tuple with the ParameterType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameterType + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) SetParameterType(v string)` + +SetParameterType sets ParameterType field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md b/docs/KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md new file mode 100644 index 0000000..b934a46 --- /dev/null +++ b/docs/KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsEventHandlerEventHandlerParameterResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Key** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**ParameterType** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponse + +`func NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponse() *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponse instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterResponse 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 + +### NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponseWithDefaults + +`func NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponseWithDefaults() *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse` + +NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponseWithDefaults instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetKey + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetKey() string` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetKeyOk() (*string, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetKey(v string)` + +SetKey sets Key field to given value. + +### HasKey + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasKey() bool` + +HasKey returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetParameterType + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetParameterType() string` + +GetParameterType returns the ParameterType field if non-nil, zero value otherwise. + +### GetParameterTypeOk + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetParameterTypeOk() (*string, bool)` + +GetParameterTypeOk returns a tuple with the ParameterType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameterType + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetParameterType(v string)` + +SetParameterType sets ParameterType field to given value. + +### HasParameterType + +`func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasParameterType() bool` + +HasParameterType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md b/docs/KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md new file mode 100644 index 0000000..d6e0860 --- /dev/null +++ b/docs/KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest.md @@ -0,0 +1,72 @@ +# KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**UseHandler** | **bool** | | + +## Methods + +### NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest + +`func NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest(id int32, useHandler bool, ) *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest instantiates a new KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest 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 + +### NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerRequestWithDefaults + +`func NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerRequestWithDefaults() *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest` + +NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerRequestWithDefaults instantiates a new KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetUseHandler + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest) GetUseHandler() bool` + +GetUseHandler returns the UseHandler field if non-nil, zero value otherwise. + +### GetUseHandlerOk + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest) GetUseHandlerOk() (*bool, bool)` + +GetUseHandlerOk returns a tuple with the UseHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseHandler + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest) SetUseHandler(v bool)` + +SetUseHandler sets UseHandler field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md b/docs/KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md new file mode 100644 index 0000000..9fe7cd6 --- /dev/null +++ b/docs/KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**UseHandler** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse + +`func NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse() *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse instantiates a new KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse 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 + +### NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerResponseWithDefaults + +`func NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerResponseWithDefaults() *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse` + +NewKeyfactorApiModelsEventHandlerRegisteredEventHandlerResponseWithDefaults instantiates a new KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetUseHandler + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) GetUseHandler() bool` + +GetUseHandler returns the UseHandler field if non-nil, zero value otherwise. + +### GetUseHandlerOk + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) GetUseHandlerOk() (*bool, bool)` + +GetUseHandlerOk returns a tuple with the UseHandler field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseHandler + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) SetUseHandler(v bool)` + +SetUseHandler sets UseHandler field to given value. + +### HasUseHandler + +`func (o *KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse) HasUseHandler() bool` + +HasUseHandler returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsLicenseLicenseResponse.md b/docs/KeyfactorApiModelsLicenseLicenseResponse.md new file mode 100644 index 0000000..6f80e05 --- /dev/null +++ b/docs/KeyfactorApiModelsLicenseLicenseResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsLicenseLicenseResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeyfactorVersion** | Pointer to **string** | | [optional] [readonly] +**LicenseData** | Pointer to [**KeyfactorApiModelsLicenseLicenseResponseLicense**](KeyfactorApiModelsLicenseLicenseResponseLicense.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsLicenseLicenseResponse + +`func NewKeyfactorApiModelsLicenseLicenseResponse() *KeyfactorApiModelsLicenseLicenseResponse` + +NewKeyfactorApiModelsLicenseLicenseResponse instantiates a new KeyfactorApiModelsLicenseLicenseResponse 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 + +### NewKeyfactorApiModelsLicenseLicenseResponseWithDefaults + +`func NewKeyfactorApiModelsLicenseLicenseResponseWithDefaults() *KeyfactorApiModelsLicenseLicenseResponse` + +NewKeyfactorApiModelsLicenseLicenseResponseWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponse 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 + +### GetKeyfactorVersion + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) GetKeyfactorVersion() string` + +GetKeyfactorVersion returns the KeyfactorVersion field if non-nil, zero value otherwise. + +### GetKeyfactorVersionOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) GetKeyfactorVersionOk() (*string, bool)` + +GetKeyfactorVersionOk returns a tuple with the KeyfactorVersion field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorVersion + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) SetKeyfactorVersion(v string)` + +SetKeyfactorVersion sets KeyfactorVersion field to given value. + +### HasKeyfactorVersion + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) HasKeyfactorVersion() bool` + +HasKeyfactorVersion returns a boolean if a field has been set. + +### GetLicenseData + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) GetLicenseData() KeyfactorApiModelsLicenseLicenseResponseLicense` + +GetLicenseData returns the LicenseData field if non-nil, zero value otherwise. + +### GetLicenseDataOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) GetLicenseDataOk() (*KeyfactorApiModelsLicenseLicenseResponseLicense, bool)` + +GetLicenseDataOk returns a tuple with the LicenseData field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLicenseData + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) SetLicenseData(v KeyfactorApiModelsLicenseLicenseResponseLicense)` + +SetLicenseData sets LicenseData field to given value. + +### HasLicenseData + +`func (o *KeyfactorApiModelsLicenseLicenseResponse) HasLicenseData() bool` + +HasLicenseData returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsLicenseLicenseResponseLicense.md b/docs/KeyfactorApiModelsLicenseLicenseResponseLicense.md new file mode 100644 index 0000000..07d1c1f --- /dev/null +++ b/docs/KeyfactorApiModelsLicenseLicenseResponseLicense.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsLicenseLicenseResponseLicense + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**LicenseId** | Pointer to **string** | | [optional] +**Customer** | Pointer to [**KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer**](KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer.md) | | [optional] +**IssuedDate** | Pointer to **time.Time** | | [optional] +**ExpirationDate** | Pointer to **time.Time** | | [optional] +**LicensedProducts** | Pointer to [**[]KeyfactorApiModelsLicenseLicenseResponseLicensedProduct**](KeyfactorApiModelsLicenseLicenseResponseLicensedProduct.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsLicenseLicenseResponseLicense + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicense() *KeyfactorApiModelsLicenseLicenseResponseLicense` + +NewKeyfactorApiModelsLicenseLicenseResponseLicense instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicense 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 + +### NewKeyfactorApiModelsLicenseLicenseResponseLicenseWithDefaults + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicenseWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicense` + +NewKeyfactorApiModelsLicenseLicenseResponseLicenseWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicense 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 + +### GetLicenseId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicenseId() string` + +GetLicenseId returns the LicenseId field if non-nil, zero value otherwise. + +### GetLicenseIdOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicenseIdOk() (*string, bool)` + +GetLicenseIdOk returns a tuple with the LicenseId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLicenseId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetLicenseId(v string)` + +SetLicenseId sets LicenseId field to given value. + +### HasLicenseId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasLicenseId() bool` + +HasLicenseId returns a boolean if a field has been set. + +### GetCustomer + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetCustomer() KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer` + +GetCustomer returns the Customer field if non-nil, zero value otherwise. + +### GetCustomerOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetCustomerOk() (*KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer, bool)` + +GetCustomerOk returns a tuple with the Customer field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomer + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetCustomer(v KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer)` + +SetCustomer sets Customer field to given value. + +### HasCustomer + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasCustomer() bool` + +HasCustomer returns a boolean if a field has been set. + +### GetIssuedDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetIssuedDate() time.Time` + +GetIssuedDate returns the IssuedDate field if non-nil, zero value otherwise. + +### GetIssuedDateOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetIssuedDateOk() (*time.Time, bool)` + +GetIssuedDateOk returns a tuple with the IssuedDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetIssuedDate(v time.Time)` + +SetIssuedDate sets IssuedDate field to given value. + +### HasIssuedDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasIssuedDate() bool` + +HasIssuedDate returns a boolean if a field has been set. + +### GetExpirationDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetExpirationDate() time.Time` + +GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise. + +### GetExpirationDateOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetExpirationDateOk() (*time.Time, bool)` + +GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetExpirationDate(v time.Time)` + +SetExpirationDate sets ExpirationDate field to given value. + +### HasExpirationDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasExpirationDate() bool` + +HasExpirationDate returns a boolean if a field has been set. + +### GetLicensedProducts + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicensedProducts() []KeyfactorApiModelsLicenseLicenseResponseLicensedProduct` + +GetLicensedProducts returns the LicensedProducts field if non-nil, zero value otherwise. + +### GetLicensedProductsOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicensedProductsOk() (*[]KeyfactorApiModelsLicenseLicenseResponseLicensedProduct, bool)` + +GetLicensedProductsOk returns a tuple with the LicensedProducts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLicensedProducts + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetLicensedProducts(v []KeyfactorApiModelsLicenseLicenseResponseLicensedProduct)` + +SetLicensedProducts sets LicensedProducts field to given value. + +### HasLicensedProducts + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasLicensedProducts() bool` + +HasLicensedProducts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer.md b/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer.md new file mode 100644 index 0000000..e1ab5ad --- /dev/null +++ b/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | | [optional] +**Id** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsLicenseLicenseResponseLicensedCustomer + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicensedCustomer() *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer` + +NewKeyfactorApiModelsLicenseLicenseResponseLicensedCustomer instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer 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 + +### NewKeyfactorApiModelsLicenseLicenseResponseLicensedCustomerWithDefaults + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicensedCustomerWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer` + +NewKeyfactorApiModelsLicenseLicenseResponseLicensedCustomerWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer 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 + +### GetName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer) HasId() bool` + +HasId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedFeature.md b/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedFeature.md new file mode 100644 index 0000000..a07a0bf --- /dev/null +++ b/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedFeature.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsLicenseLicenseResponseLicensedFeature + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**FeatureID** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Enabled** | Pointer to **bool** | | [optional] +**Quantity** | Pointer to **int32** | | [optional] +**ExpirationDate** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeature + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeature() *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature` + +NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeature instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedFeature 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 + +### NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeatureWithDefaults + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeatureWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature` + +NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeatureWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedFeature 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 + +### GetFeatureID + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetFeatureID() string` + +GetFeatureID returns the FeatureID field if non-nil, zero value otherwise. + +### GetFeatureIDOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetFeatureIDOk() (*string, bool)` + +GetFeatureIDOk returns a tuple with the FeatureID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFeatureID + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetFeatureID(v string)` + +SetFeatureID sets FeatureID field to given value. + +### HasFeatureID + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasFeatureID() bool` + +HasFeatureID returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetEnabled + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetQuantity + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetQuantity() int32` + +GetQuantity returns the Quantity field if non-nil, zero value otherwise. + +### GetQuantityOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetQuantityOk() (*int32, bool)` + +GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuantity + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetQuantity(v int32)` + +SetQuantity sets Quantity field to given value. + +### HasQuantity + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasQuantity() bool` + +HasQuantity returns a boolean if a field has been set. + +### GetExpirationDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetExpirationDate() time.Time` + +GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise. + +### GetExpirationDateOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetExpirationDateOk() (*time.Time, bool)` + +GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetExpirationDate(v time.Time)` + +SetExpirationDate sets ExpirationDate field to given value. + +### HasExpirationDate + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasExpirationDate() bool` + +HasExpirationDate returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedProduct.md b/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedProduct.md new file mode 100644 index 0000000..3981e9f --- /dev/null +++ b/docs/KeyfactorApiModelsLicenseLicenseResponseLicensedProduct.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsLicenseLicenseResponseLicensedProduct + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ProductId** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**MajorRev** | Pointer to **string** | | [optional] +**MinorRev** | Pointer to **string** | | [optional] +**LicensedFeatures** | Pointer to [**[]KeyfactorApiModelsLicenseLicenseResponseLicensedFeature**](KeyfactorApiModelsLicenseLicenseResponseLicensedFeature.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsLicenseLicenseResponseLicensedProduct + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicensedProduct() *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct` + +NewKeyfactorApiModelsLicenseLicenseResponseLicensedProduct instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedProduct 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 + +### NewKeyfactorApiModelsLicenseLicenseResponseLicensedProductWithDefaults + +`func NewKeyfactorApiModelsLicenseLicenseResponseLicensedProductWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct` + +NewKeyfactorApiModelsLicenseLicenseResponseLicensedProductWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedProduct 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 + +### GetProductId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetProductId() string` + +GetProductId returns the ProductId field if non-nil, zero value otherwise. + +### GetProductIdOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetProductIdOk() (*string, bool)` + +GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProductId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetProductId(v string)` + +SetProductId sets ProductId field to given value. + +### HasProductId + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasProductId() bool` + +HasProductId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetMajorRev + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMajorRev() string` + +GetMajorRev returns the MajorRev field if non-nil, zero value otherwise. + +### GetMajorRevOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMajorRevOk() (*string, bool)` + +GetMajorRevOk returns a tuple with the MajorRev field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMajorRev + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetMajorRev(v string)` + +SetMajorRev sets MajorRev field to given value. + +### HasMajorRev + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasMajorRev() bool` + +HasMajorRev returns a boolean if a field has been set. + +### GetMinorRev + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMinorRev() string` + +GetMinorRev returns the MinorRev field if non-nil, zero value otherwise. + +### GetMinorRevOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMinorRevOk() (*string, bool)` + +GetMinorRevOk returns a tuple with the MinorRev field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMinorRev + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetMinorRev(v string)` + +SetMinorRev sets MinorRev field to given value. + +### HasMinorRev + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasMinorRev() bool` + +HasMinorRev returns a boolean if a field has been set. + +### GetLicensedFeatures + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetLicensedFeatures() []KeyfactorApiModelsLicenseLicenseResponseLicensedFeature` + +GetLicensedFeatures returns the LicensedFeatures field if non-nil, zero value otherwise. + +### GetLicensedFeaturesOk + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetLicensedFeaturesOk() (*[]KeyfactorApiModelsLicenseLicenseResponseLicensedFeature, bool)` + +GetLicensedFeaturesOk returns a tuple with the LicensedFeatures field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLicensedFeatures + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetLicensedFeatures(v []KeyfactorApiModelsLicenseLicenseResponseLicensedFeature)` + +SetLicensedFeatures sets LicensedFeatures field to given value. + +### HasLicensedFeatures + +`func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasLicensedFeatures() bool` + +HasLicensedFeatures returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel.md b/docs/KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel.md new file mode 100644 index 0000000..4183d60 --- /dev/null +++ b/docs/KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel.md @@ -0,0 +1,186 @@ +# KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Enabled** | Pointer to **bool** | | [optional] +**Interval** | Pointer to **int32** | | [optional] +**UseMetadata** | Pointer to **bool** | | [optional] +**MetadataField** | Pointer to **string** | | [optional] +**MetadataValue** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel + +`func NewKeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel() *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel` + +NewKeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel instantiates a new KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel 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 + +### NewKeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModelWithDefaults + +`func NewKeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModelWithDefaults() *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel` + +NewKeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModelWithDefaults instantiates a new KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel 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 + +### GetId + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) 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. + +### SetId + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetEnabled + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetInterval + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetInterval() int32` + +GetInterval returns the Interval field if non-nil, zero value otherwise. + +### GetIntervalOk + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetIntervalOk() (*int32, bool)` + +GetIntervalOk returns a tuple with the Interval field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInterval + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) SetInterval(v int32)` + +SetInterval sets Interval field to given value. + +### HasInterval + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) HasInterval() bool` + +HasInterval returns a boolean if a field has been set. + +### GetUseMetadata + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetUseMetadata() bool` + +GetUseMetadata returns the UseMetadata field if non-nil, zero value otherwise. + +### GetUseMetadataOk + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetUseMetadataOk() (*bool, bool)` + +GetUseMetadataOk returns a tuple with the UseMetadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseMetadata + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) SetUseMetadata(v bool)` + +SetUseMetadata sets UseMetadata field to given value. + +### HasUseMetadata + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) HasUseMetadata() bool` + +HasUseMetadata returns a boolean if a field has been set. + +### GetMetadataField + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetMetadataField() string` + +GetMetadataField returns the MetadataField field if non-nil, zero value otherwise. + +### GetMetadataFieldOk + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetMetadataFieldOk() (*string, bool)` + +GetMetadataFieldOk returns a tuple with the MetadataField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadataField + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) SetMetadataField(v string)` + +SetMetadataField sets MetadataField field to given value. + +### HasMetadataField + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) HasMetadataField() bool` + +HasMetadataField returns a boolean if a field has been set. + +### GetMetadataValue + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetMetadataValue() string` + +GetMetadataValue returns the MetadataValue field if non-nil, zero value otherwise. + +### GetMetadataValueOk + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) GetMetadataValueOk() (*string, bool)` + +GetMetadataValueOk returns a tuple with the MetadataValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadataValue + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) SetMetadataValue(v string)` + +SetMetadataValue sets MetadataValue field to given value. + +### HasMetadataValue + +`func (o *KeyfactorApiModelsMacEnrollmentMacEnrollmentAPIModel) HasMetadataValue() bool` + +HasMetadataValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest.md b/docs/KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest.md new file mode 100644 index 0000000..513212a --- /dev/null +++ b/docs/KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest.md @@ -0,0 +1,275 @@ +# KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**Description** | **string** | | +**DataType** | **int32** | | +**Hint** | Pointer to **string** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Options** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**DisplayOrder** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest + +`func NewKeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest(name string, description string, dataType int32, ) *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest` + +NewKeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest 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 + +### NewKeyfactorApiModelsMetadataFieldMetadataFieldCreateRequestWithDefaults + +`func NewKeyfactorApiModelsMetadataFieldMetadataFieldCreateRequestWithDefaults() *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest` + +NewKeyfactorApiModelsMetadataFieldMetadataFieldCreateRequestWithDefaults instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest 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 + +### GetName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + + +### GetHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetHint() string` + +GetHint returns the Hint field if non-nil, zero value otherwise. + +### GetHintOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetHintOk() (*string, bool)` + +GetHintOk returns a tuple with the Hint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetHint(v string)` + +SetHint sets Hint field to given value. + +### HasHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasHint() bool` + +HasHint returns a boolean if a field has been set. + +### GetValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetOptions() string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetOptionsOk() (*string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetOptions(v string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDisplayOrder() int32` + +GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise. + +### GetDisplayOrderOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) GetDisplayOrderOk() (*int32, bool)` + +GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) SetDisplayOrder(v int32)` + +SetDisplayOrder sets DisplayOrder field to given value. + +### HasDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldCreateRequest) HasDisplayOrder() bool` + +HasDisplayOrder returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMetadataFieldMetadataFieldResponse.md b/docs/KeyfactorApiModelsMetadataFieldMetadataFieldResponse.md new file mode 100644 index 0000000..8c710b0 --- /dev/null +++ b/docs/KeyfactorApiModelsMetadataFieldMetadataFieldResponse.md @@ -0,0 +1,316 @@ +# KeyfactorApiModelsMetadataFieldMetadataFieldResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] +**Hint** | Pointer to **string** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Options** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**DisplayOrder** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMetadataFieldMetadataFieldResponse + +`func NewKeyfactorApiModelsMetadataFieldMetadataFieldResponse() *KeyfactorApiModelsMetadataFieldMetadataFieldResponse` + +NewKeyfactorApiModelsMetadataFieldMetadataFieldResponse instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldResponse 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 + +### NewKeyfactorApiModelsMetadataFieldMetadataFieldResponseWithDefaults + +`func NewKeyfactorApiModelsMetadataFieldMetadataFieldResponseWithDefaults() *KeyfactorApiModelsMetadataFieldMetadataFieldResponse` + +NewKeyfactorApiModelsMetadataFieldMetadataFieldResponseWithDefaults instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + +### GetHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetHint() string` + +GetHint returns the Hint field if non-nil, zero value otherwise. + +### GetHintOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetHintOk() (*string, bool)` + +GetHintOk returns a tuple with the Hint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetHint(v string)` + +SetHint sets Hint field to given value. + +### HasHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasHint() bool` + +HasHint returns a boolean if a field has been set. + +### GetValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetOptions() string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetOptionsOk() (*string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetOptions(v string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDisplayOrder() int32` + +GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise. + +### GetDisplayOrderOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDisplayOrderOk() (*int32, bool)` + +GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDisplayOrder(v int32)` + +SetDisplayOrder sets DisplayOrder field to given value. + +### HasDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDisplayOrder() bool` + +HasDisplayOrder returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest.md b/docs/KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest.md new file mode 100644 index 0000000..b13a9c1 --- /dev/null +++ b/docs/KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest.md @@ -0,0 +1,296 @@ +# KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**Name** | **string** | | +**Description** | **string** | | +**DataType** | **int32** | | +**Hint** | Pointer to **string** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Options** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**DisplayOrder** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest + +`func NewKeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest(id int32, name string, description string, dataType int32, ) *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest` + +NewKeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest 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 + +### NewKeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequestWithDefaults() *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest` + +NewKeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + + +### GetHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetHint() string` + +GetHint returns the Hint field if non-nil, zero value otherwise. + +### GetHintOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetHintOk() (*string, bool)` + +GetHintOk returns a tuple with the Hint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetHint(v string)` + +SetHint sets Hint field to given value. + +### HasHint + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasHint() bool` + +HasHint returns a boolean if a field has been set. + +### GetValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetOptions() string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetOptionsOk() (*string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetOptions(v string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDisplayOrder() int32` + +GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise. + +### GetDisplayOrderOk + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) GetDisplayOrderOk() (*int32, bool)` + +GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) SetDisplayOrder(v int32)` + +SetDisplayOrder sets DisplayOrder field to given value. + +### HasDisplayOrder + +`func (o *KeyfactorApiModelsMetadataFieldMetadataFieldUpdateRequest) HasDisplayOrder() bool` + +HasDisplayOrder returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringDashboardRequest.md b/docs/KeyfactorApiModelsMonitoringDashboardRequest.md new file mode 100644 index 0000000..f3b2cb4 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringDashboardRequest.md @@ -0,0 +1,77 @@ +# KeyfactorApiModelsMonitoringDashboardRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Show** | **bool** | | +**WarningHours** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringDashboardRequest + +`func NewKeyfactorApiModelsMonitoringDashboardRequest(show bool, ) *KeyfactorApiModelsMonitoringDashboardRequest` + +NewKeyfactorApiModelsMonitoringDashboardRequest instantiates a new KeyfactorApiModelsMonitoringDashboardRequest 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 + +### NewKeyfactorApiModelsMonitoringDashboardRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringDashboardRequestWithDefaults() *KeyfactorApiModelsMonitoringDashboardRequest` + +NewKeyfactorApiModelsMonitoringDashboardRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringDashboardRequest 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 + +### GetShow + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetShow() bool` + +GetShow returns the Show field if non-nil, zero value otherwise. + +### GetShowOk + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetShowOk() (*bool, bool)` + +GetShowOk returns a tuple with the Show field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShow + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) SetShow(v bool)` + +SetShow sets Show field to given value. + + +### GetWarningHours + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetWarningHours() int32` + +GetWarningHours returns the WarningHours field if non-nil, zero value otherwise. + +### GetWarningHoursOk + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetWarningHoursOk() (*int32, bool)` + +GetWarningHoursOk returns a tuple with the WarningHours field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWarningHours + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) SetWarningHours(v int32)` + +SetWarningHours sets WarningHours field to given value. + +### HasWarningHours + +`func (o *KeyfactorApiModelsMonitoringDashboardRequest) HasWarningHours() bool` + +HasWarningHours returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringDashboardResponse.md b/docs/KeyfactorApiModelsMonitoringDashboardResponse.md new file mode 100644 index 0000000..700919b --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringDashboardResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsMonitoringDashboardResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Show** | Pointer to **bool** | | [optional] +**WarningHours** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringDashboardResponse + +`func NewKeyfactorApiModelsMonitoringDashboardResponse() *KeyfactorApiModelsMonitoringDashboardResponse` + +NewKeyfactorApiModelsMonitoringDashboardResponse instantiates a new KeyfactorApiModelsMonitoringDashboardResponse 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 + +### NewKeyfactorApiModelsMonitoringDashboardResponseWithDefaults + +`func NewKeyfactorApiModelsMonitoringDashboardResponseWithDefaults() *KeyfactorApiModelsMonitoringDashboardResponse` + +NewKeyfactorApiModelsMonitoringDashboardResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringDashboardResponse 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 + +### GetShow + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) GetShow() bool` + +GetShow returns the Show field if non-nil, zero value otherwise. + +### GetShowOk + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) GetShowOk() (*bool, bool)` + +GetShowOk returns a tuple with the Show field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShow + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) SetShow(v bool)` + +SetShow sets Show field to given value. + +### HasShow + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) HasShow() bool` + +HasShow returns a boolean if a field has been set. + +### GetWarningHours + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) GetWarningHours() int32` + +GetWarningHours returns the WarningHours field if non-nil, zero value otherwise. + +### GetWarningHoursOk + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) GetWarningHoursOk() (*int32, bool)` + +GetWarningHoursOk returns a tuple with the WarningHours field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWarningHours + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) SetWarningHours(v int32)` + +SetWarningHours sets WarningHours field to given value. + +### HasWarningHours + +`func (o *KeyfactorApiModelsMonitoringDashboardResponse) HasWarningHours() bool` + +HasWarningHours returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringEmailRequest.md b/docs/KeyfactorApiModelsMonitoringEmailRequest.md new file mode 100644 index 0000000..a24a492 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringEmailRequest.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsMonitoringEmailRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EnableReminder** | Pointer to **bool** | | [optional] +**WarningDays** | Pointer to **int32** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringEmailRequest + +`func NewKeyfactorApiModelsMonitoringEmailRequest() *KeyfactorApiModelsMonitoringEmailRequest` + +NewKeyfactorApiModelsMonitoringEmailRequest instantiates a new KeyfactorApiModelsMonitoringEmailRequest 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 + +### NewKeyfactorApiModelsMonitoringEmailRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringEmailRequestWithDefaults() *KeyfactorApiModelsMonitoringEmailRequest` + +NewKeyfactorApiModelsMonitoringEmailRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringEmailRequest 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 + +### GetEnableReminder + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) GetEnableReminder() bool` + +GetEnableReminder returns the EnableReminder field if non-nil, zero value otherwise. + +### GetEnableReminderOk + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) GetEnableReminderOk() (*bool, bool)` + +GetEnableReminderOk returns a tuple with the EnableReminder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnableReminder + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) SetEnableReminder(v bool)` + +SetEnableReminder sets EnableReminder field to given value. + +### HasEnableReminder + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) HasEnableReminder() bool` + +HasEnableReminder returns a boolean if a field has been set. + +### GetWarningDays + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) GetWarningDays() int32` + +GetWarningDays returns the WarningDays field if non-nil, zero value otherwise. + +### GetWarningDaysOk + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) GetWarningDaysOk() (*int32, bool)` + +GetWarningDaysOk returns a tuple with the WarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWarningDays + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) SetWarningDays(v int32)` + +SetWarningDays sets WarningDays field to given value. + +### HasWarningDays + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) HasWarningDays() bool` + +HasWarningDays returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsMonitoringEmailRequest) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringEmailResponse.md b/docs/KeyfactorApiModelsMonitoringEmailResponse.md new file mode 100644 index 0000000..71ec620 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringEmailResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsMonitoringEmailResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EnableReminder** | Pointer to **bool** | | [optional] +**WarningDays** | Pointer to **int32** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringEmailResponse + +`func NewKeyfactorApiModelsMonitoringEmailResponse() *KeyfactorApiModelsMonitoringEmailResponse` + +NewKeyfactorApiModelsMonitoringEmailResponse instantiates a new KeyfactorApiModelsMonitoringEmailResponse 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 + +### NewKeyfactorApiModelsMonitoringEmailResponseWithDefaults + +`func NewKeyfactorApiModelsMonitoringEmailResponseWithDefaults() *KeyfactorApiModelsMonitoringEmailResponse` + +NewKeyfactorApiModelsMonitoringEmailResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringEmailResponse 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 + +### GetEnableReminder + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) GetEnableReminder() bool` + +GetEnableReminder returns the EnableReminder field if non-nil, zero value otherwise. + +### GetEnableReminderOk + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) GetEnableReminderOk() (*bool, bool)` + +GetEnableReminderOk returns a tuple with the EnableReminder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnableReminder + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) SetEnableReminder(v bool)` + +SetEnableReminder sets EnableReminder field to given value. + +### HasEnableReminder + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) HasEnableReminder() bool` + +HasEnableReminder returns a boolean if a field has been set. + +### GetWarningDays + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) GetWarningDays() int32` + +GetWarningDays returns the WarningDays field if non-nil, zero value otherwise. + +### GetWarningDaysOk + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) GetWarningDaysOk() (*int32, bool)` + +GetWarningDaysOk returns a tuple with the WarningDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWarningDays + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) SetWarningDays(v int32)` + +SetWarningDays sets WarningDays field to given value. + +### HasWarningDays + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) HasWarningDays() bool` + +HasWarningDays returns a boolean if a field has been set. + +### GetRecipients + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *KeyfactorApiModelsMonitoringEmailResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringOCSPParametersRequest.md b/docs/KeyfactorApiModelsMonitoringOCSPParametersRequest.md new file mode 100644 index 0000000..cf5eea7 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringOCSPParametersRequest.md @@ -0,0 +1,186 @@ +# KeyfactorApiModelsMonitoringOCSPParametersRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateContents** | Pointer to **string** | | [optional] +**CertificateAuthorityId** | Pointer to **int32** | | [optional] +**AuthorityName** | Pointer to **string** | | [optional] +**AuthorityNameId** | Pointer to **string** | | [optional] +**AuthorityKeyId** | Pointer to **string** | | [optional] +**SampleSerialNumber** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringOCSPParametersRequest + +`func NewKeyfactorApiModelsMonitoringOCSPParametersRequest() *KeyfactorApiModelsMonitoringOCSPParametersRequest` + +NewKeyfactorApiModelsMonitoringOCSPParametersRequest instantiates a new KeyfactorApiModelsMonitoringOCSPParametersRequest 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 + +### NewKeyfactorApiModelsMonitoringOCSPParametersRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringOCSPParametersRequestWithDefaults() *KeyfactorApiModelsMonitoringOCSPParametersRequest` + +NewKeyfactorApiModelsMonitoringOCSPParametersRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringOCSPParametersRequest 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 + +### GetCertificateContents + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetCertificateContents() string` + +GetCertificateContents returns the CertificateContents field if non-nil, zero value otherwise. + +### GetCertificateContentsOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetCertificateContentsOk() (*string, bool)` + +GetCertificateContentsOk returns a tuple with the CertificateContents field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateContents + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) SetCertificateContents(v string)` + +SetCertificateContents sets CertificateContents field to given value. + +### HasCertificateContents + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) HasCertificateContents() bool` + +HasCertificateContents returns a boolean if a field has been set. + +### GetCertificateAuthorityId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetCertificateAuthorityId() int32` + +GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise. + +### GetCertificateAuthorityIdOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetCertificateAuthorityIdOk() (*int32, bool)` + +GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthorityId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) SetCertificateAuthorityId(v int32)` + +SetCertificateAuthorityId sets CertificateAuthorityId field to given value. + +### HasCertificateAuthorityId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) HasCertificateAuthorityId() bool` + +HasCertificateAuthorityId returns a boolean if a field has been set. + +### GetAuthorityName + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetAuthorityName() string` + +GetAuthorityName returns the AuthorityName field if non-nil, zero value otherwise. + +### GetAuthorityNameOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetAuthorityNameOk() (*string, bool)` + +GetAuthorityNameOk returns a tuple with the AuthorityName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthorityName + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) SetAuthorityName(v string)` + +SetAuthorityName sets AuthorityName field to given value. + +### HasAuthorityName + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) HasAuthorityName() bool` + +HasAuthorityName returns a boolean if a field has been set. + +### GetAuthorityNameId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetAuthorityNameId() string` + +GetAuthorityNameId returns the AuthorityNameId field if non-nil, zero value otherwise. + +### GetAuthorityNameIdOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetAuthorityNameIdOk() (*string, bool)` + +GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthorityNameId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) SetAuthorityNameId(v string)` + +SetAuthorityNameId sets AuthorityNameId field to given value. + +### HasAuthorityNameId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) HasAuthorityNameId() bool` + +HasAuthorityNameId returns a boolean if a field has been set. + +### GetAuthorityKeyId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetAuthorityKeyId() string` + +GetAuthorityKeyId returns the AuthorityKeyId field if non-nil, zero value otherwise. + +### GetAuthorityKeyIdOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetAuthorityKeyIdOk() (*string, bool)` + +GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthorityKeyId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) SetAuthorityKeyId(v string)` + +SetAuthorityKeyId sets AuthorityKeyId field to given value. + +### HasAuthorityKeyId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) HasAuthorityKeyId() bool` + +HasAuthorityKeyId returns a boolean if a field has been set. + +### GetSampleSerialNumber + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetSampleSerialNumber() string` + +GetSampleSerialNumber returns the SampleSerialNumber field if non-nil, zero value otherwise. + +### GetSampleSerialNumberOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) GetSampleSerialNumberOk() (*string, bool)` + +GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSampleSerialNumber + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) SetSampleSerialNumber(v string)` + +SetSampleSerialNumber sets SampleSerialNumber field to given value. + +### HasSampleSerialNumber + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersRequest) HasSampleSerialNumber() bool` + +HasSampleSerialNumber returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringOCSPParametersResponse.md b/docs/KeyfactorApiModelsMonitoringOCSPParametersResponse.md new file mode 100644 index 0000000..251406f --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringOCSPParametersResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsMonitoringOCSPParametersResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateAuthorityId** | Pointer to **int32** | | [optional] +**AuthorityName** | Pointer to **string** | | [optional] +**AuthorityNameId** | Pointer to **string** | | [optional] +**AuthorityKeyId** | Pointer to **string** | | [optional] +**SampleSerialNumber** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringOCSPParametersResponse + +`func NewKeyfactorApiModelsMonitoringOCSPParametersResponse() *KeyfactorApiModelsMonitoringOCSPParametersResponse` + +NewKeyfactorApiModelsMonitoringOCSPParametersResponse instantiates a new KeyfactorApiModelsMonitoringOCSPParametersResponse 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 + +### NewKeyfactorApiModelsMonitoringOCSPParametersResponseWithDefaults + +`func NewKeyfactorApiModelsMonitoringOCSPParametersResponseWithDefaults() *KeyfactorApiModelsMonitoringOCSPParametersResponse` + +NewKeyfactorApiModelsMonitoringOCSPParametersResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringOCSPParametersResponse 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 + +### GetCertificateAuthorityId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetCertificateAuthorityId() int32` + +GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise. + +### GetCertificateAuthorityIdOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetCertificateAuthorityIdOk() (*int32, bool)` + +GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthorityId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetCertificateAuthorityId(v int32)` + +SetCertificateAuthorityId sets CertificateAuthorityId field to given value. + +### HasCertificateAuthorityId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasCertificateAuthorityId() bool` + +HasCertificateAuthorityId returns a boolean if a field has been set. + +### GetAuthorityName + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityName() string` + +GetAuthorityName returns the AuthorityName field if non-nil, zero value otherwise. + +### GetAuthorityNameOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityNameOk() (*string, bool)` + +GetAuthorityNameOk returns a tuple with the AuthorityName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthorityName + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetAuthorityName(v string)` + +SetAuthorityName sets AuthorityName field to given value. + +### HasAuthorityName + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasAuthorityName() bool` + +HasAuthorityName returns a boolean if a field has been set. + +### GetAuthorityNameId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityNameId() string` + +GetAuthorityNameId returns the AuthorityNameId field if non-nil, zero value otherwise. + +### GetAuthorityNameIdOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityNameIdOk() (*string, bool)` + +GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthorityNameId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetAuthorityNameId(v string)` + +SetAuthorityNameId sets AuthorityNameId field to given value. + +### HasAuthorityNameId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasAuthorityNameId() bool` + +HasAuthorityNameId returns a boolean if a field has been set. + +### GetAuthorityKeyId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityKeyId() string` + +GetAuthorityKeyId returns the AuthorityKeyId field if non-nil, zero value otherwise. + +### GetAuthorityKeyIdOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityKeyIdOk() (*string, bool)` + +GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthorityKeyId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetAuthorityKeyId(v string)` + +SetAuthorityKeyId sets AuthorityKeyId field to given value. + +### HasAuthorityKeyId + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasAuthorityKeyId() bool` + +HasAuthorityKeyId returns a boolean if a field has been set. + +### GetSampleSerialNumber + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetSampleSerialNumber() string` + +GetSampleSerialNumber returns the SampleSerialNumber field if non-nil, zero value otherwise. + +### GetSampleSerialNumberOk + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetSampleSerialNumberOk() (*string, bool)` + +GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSampleSerialNumber + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetSampleSerialNumber(v string)` + +SetSampleSerialNumber sets SampleSerialNumber field to given value. + +### HasSampleSerialNumber + +`func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasSampleSerialNumber() bool` + +HasSampleSerialNumber returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest.md b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest.md new file mode 100644 index 0000000..0b02c07 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EvaluationDate** | Pointer to **time.Time** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest 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 + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest 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 + +### GetEvaluationDate + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDate() time.Time` + +GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise. + +### GetEvaluationDateOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)` + +GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEvaluationDate + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) SetEvaluationDate(v time.Time)` + +SetEvaluationDate sets EvaluationDate field to given value. + +### HasEvaluationDate + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) HasEvaluationDate() bool` + +HasEvaluationDate returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestAllRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest.md b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest.md new file mode 100644 index 0000000..03af7cf --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AlertId** | Pointer to **int32** | | [optional] +**EvaluationDate** | Pointer to **time.Time** | | [optional] +**SendAlerts** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest 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 + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequestWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest 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 + +### GetAlertId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) GetAlertId() int32` + +GetAlertId returns the AlertId field if non-nil, zero value otherwise. + +### GetAlertIdOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) GetAlertIdOk() (*int32, bool)` + +GetAlertIdOk returns a tuple with the AlertId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) SetAlertId(v int32)` + +SetAlertId sets AlertId field to given value. + +### HasAlertId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) HasAlertId() bool` + +HasAlertId returns a boolean if a field has been set. + +### GetEvaluationDate + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) GetEvaluationDate() time.Time` + +GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise. + +### GetEvaluationDateOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) GetEvaluationDateOk() (*time.Time, bool)` + +GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEvaluationDate + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) SetEvaluationDate(v time.Time)` + +SetEvaluationDate sets EvaluationDate field to given value. + +### HasEvaluationDate + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) HasEvaluationDate() bool` + +HasEvaluationDate returns a boolean if a field has been set. + +### GetSendAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) GetSendAlerts() bool` + +GetSendAlerts returns the SendAlerts field if non-nil, zero value otherwise. + +### GetSendAlertsOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) GetSendAlertsOk() (*bool, bool)` + +GetSendAlertsOk returns a tuple with the SendAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) SetSendAlerts(v bool)` + +SetSendAlerts sets SendAlerts field to given value. + +### HasSendAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestRequest) HasSendAlerts() bool` + +HasSendAlerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse.md b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse.md new file mode 100644 index 0000000..3711158 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**RevocationMonitoringAlerts** | Pointer to [**[]ModelsMonitoringRevocationMonitoringAlertResponse**](ModelsMonitoringRevocationMonitoringAlertResponse.md) | | [optional] +**AlertBuildResult** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse 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 + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponseWithDefaults + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponseWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse 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 + +### GetRevocationMonitoringAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetRevocationMonitoringAlerts() []ModelsMonitoringRevocationMonitoringAlertResponse` + +GetRevocationMonitoringAlerts returns the RevocationMonitoringAlerts field if non-nil, zero value otherwise. + +### GetRevocationMonitoringAlertsOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetRevocationMonitoringAlertsOk() (*[]ModelsMonitoringRevocationMonitoringAlertResponse, bool)` + +GetRevocationMonitoringAlertsOk returns a tuple with the RevocationMonitoringAlerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRevocationMonitoringAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) SetRevocationMonitoringAlerts(v []ModelsMonitoringRevocationMonitoringAlertResponse)` + +SetRevocationMonitoringAlerts sets RevocationMonitoringAlerts field to given value. + +### HasRevocationMonitoringAlerts + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) HasRevocationMonitoringAlerts() bool` + +HasRevocationMonitoringAlerts returns a boolean if a field has been set. + +### GetAlertBuildResult + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetAlertBuildResult() int32` + +GetAlertBuildResult returns the AlertBuildResult field if non-nil, zero value otherwise. + +### GetAlertBuildResultOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) GetAlertBuildResultOk() (*int32, bool)` + +GetAlertBuildResultOk returns a tuple with the AlertBuildResult field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlertBuildResult + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) SetAlertBuildResult(v int32)` + +SetAlertBuildResult sets AlertBuildResult field to given value. + +### HasAlertBuildResult + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringAlertTestResponse) HasAlertBuildResult() bool` + +HasAlertBuildResult returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest.md b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest.md new file mode 100644 index 0000000..3927cae --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest.md @@ -0,0 +1,192 @@ +# KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**EndpointType** | **string** | | +**Location** | **string** | | +**Email** | Pointer to [**KeyfactorApiModelsMonitoringEmailRequest**](KeyfactorApiModelsMonitoringEmailRequest.md) | | [optional] +**Dashboard** | [**KeyfactorApiModelsMonitoringDashboardRequest**](KeyfactorApiModelsMonitoringDashboardRequest.md) | | +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**OCSPParameters** | Pointer to [**KeyfactorApiModelsMonitoringOCSPParametersRequest**](KeyfactorApiModelsMonitoringOCSPParametersRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest(name string, endpointType string, location string, dashboard KeyfactorApiModelsMonitoringDashboardRequest, ) *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest 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 + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringCreationRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringCreationRequestWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringCreationRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest 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 + +### GetName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetEndpointType() string` + +GetEndpointType returns the EndpointType field if non-nil, zero value otherwise. + +### GetEndpointTypeOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetEndpointTypeOk() (*string, bool)` + +GetEndpointTypeOk returns a tuple with the EndpointType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetEndpointType(v string)` + +SetEndpointType sets EndpointType field to given value. + + +### GetLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetLocation() string` + +GetLocation returns the Location field if non-nil, zero value otherwise. + +### GetLocationOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetLocationOk() (*string, bool)` + +GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetLocation(v string)` + +SetLocation sets Location field to given value. + + +### GetEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetEmail() KeyfactorApiModelsMonitoringEmailRequest` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetEmailOk() (*KeyfactorApiModelsMonitoringEmailRequest, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetEmail(v KeyfactorApiModelsMonitoringEmailRequest)` + +SetEmail sets Email field to given value. + +### HasEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) HasEmail() bool` + +HasEmail returns a boolean if a field has been set. + +### GetDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetDashboard() KeyfactorApiModelsMonitoringDashboardRequest` + +GetDashboard returns the Dashboard field if non-nil, zero value otherwise. + +### GetDashboardOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetDashboardOk() (*KeyfactorApiModelsMonitoringDashboardRequest, bool)` + +GetDashboardOk returns a tuple with the Dashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetDashboard(v KeyfactorApiModelsMonitoringDashboardRequest)` + +SetDashboard sets Dashboard field to given value. + + +### GetSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetOCSPParameters() KeyfactorApiModelsMonitoringOCSPParametersRequest` + +GetOCSPParameters returns the OCSPParameters field if non-nil, zero value otherwise. + +### GetOCSPParametersOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) GetOCSPParametersOk() (*KeyfactorApiModelsMonitoringOCSPParametersRequest, bool)` + +GetOCSPParametersOk returns a tuple with the OCSPParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) SetOCSPParameters(v KeyfactorApiModelsMonitoringOCSPParametersRequest)` + +SetOCSPParameters sets OCSPParameters field to given value. + +### HasOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringCreationRequest) HasOCSPParameters() bool` + +HasOCSPParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse.md b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse.md new file mode 100644 index 0000000..3dab078 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**EndpointType** | Pointer to **string** | | [optional] +**Location** | Pointer to **string** | | [optional] +**Email** | Pointer to [**KeyfactorApiModelsMonitoringEmailResponse**](KeyfactorApiModelsMonitoringEmailResponse.md) | | [optional] +**Dashboard** | Pointer to [**KeyfactorApiModelsMonitoringDashboardResponse**](KeyfactorApiModelsMonitoringDashboardResponse.md) | | [optional] +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**OCSPParameters** | Pointer to [**KeyfactorApiModelsMonitoringOCSPParametersResponse**](KeyfactorApiModelsMonitoringOCSPParametersResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse() *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse 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 + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponseWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetEndpointType() string` + +GetEndpointType returns the EndpointType field if non-nil, zero value otherwise. + +### GetEndpointTypeOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetEndpointTypeOk() (*string, bool)` + +GetEndpointTypeOk returns a tuple with the EndpointType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetEndpointType(v string)` + +SetEndpointType sets EndpointType field to given value. + +### HasEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasEndpointType() bool` + +HasEndpointType returns a boolean if a field has been set. + +### GetLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetLocation() string` + +GetLocation returns the Location field if non-nil, zero value otherwise. + +### GetLocationOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetLocationOk() (*string, bool)` + +GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetLocation(v string)` + +SetLocation sets Location field to given value. + +### HasLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasLocation() bool` + +HasLocation returns a boolean if a field has been set. + +### GetEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetEmail() KeyfactorApiModelsMonitoringEmailResponse` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetEmailOk() (*KeyfactorApiModelsMonitoringEmailResponse, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetEmail(v KeyfactorApiModelsMonitoringEmailResponse)` + +SetEmail sets Email field to given value. + +### HasEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasEmail() bool` + +HasEmail returns a boolean if a field has been set. + +### GetDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetDashboard() KeyfactorApiModelsMonitoringDashboardResponse` + +GetDashboard returns the Dashboard field if non-nil, zero value otherwise. + +### GetDashboardOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetDashboardOk() (*KeyfactorApiModelsMonitoringDashboardResponse, bool)` + +GetDashboardOk returns a tuple with the Dashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetDashboard(v KeyfactorApiModelsMonitoringDashboardResponse)` + +SetDashboard sets Dashboard field to given value. + +### HasDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasDashboard() bool` + +HasDashboard returns a boolean if a field has been set. + +### GetSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetOCSPParameters() KeyfactorApiModelsMonitoringOCSPParametersResponse` + +GetOCSPParameters returns the OCSPParameters field if non-nil, zero value otherwise. + +### GetOCSPParametersOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) GetOCSPParametersOk() (*KeyfactorApiModelsMonitoringOCSPParametersResponse, bool)` + +GetOCSPParametersOk returns a tuple with the OCSPParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) SetOCSPParameters(v KeyfactorApiModelsMonitoringOCSPParametersResponse)` + +SetOCSPParameters sets OCSPParameters field to given value. + +### HasOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringDefinitionResponse) HasOCSPParameters() bool` + +HasOCSPParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest.md b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest.md new file mode 100644 index 0000000..9977d25 --- /dev/null +++ b/docs/KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest.md @@ -0,0 +1,218 @@ +# KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | **string** | | +**EndpointType** | **string** | | +**Location** | **string** | | +**Email** | Pointer to [**KeyfactorApiModelsMonitoringEmailRequest**](KeyfactorApiModelsMonitoringEmailRequest.md) | | [optional] +**Dashboard** | [**KeyfactorApiModelsMonitoringDashboardRequest**](KeyfactorApiModelsMonitoringDashboardRequest.md) | | +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**OCSPParameters** | Pointer to [**KeyfactorApiModelsMonitoringOCSPParametersRequest**](KeyfactorApiModelsMonitoringOCSPParametersRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest(name string, endpointType string, location string, dashboard KeyfactorApiModelsMonitoringDashboardRequest, ) *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest 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 + +### NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequestWithDefaults() *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest` + +NewKeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest 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 + +### GetId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) 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. + +### SetId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEndpointType() string` + +GetEndpointType returns the EndpointType field if non-nil, zero value otherwise. + +### GetEndpointTypeOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEndpointTypeOk() (*string, bool)` + +GetEndpointTypeOk returns a tuple with the EndpointType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointType + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetEndpointType(v string)` + +SetEndpointType sets EndpointType field to given value. + + +### GetLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetLocation() string` + +GetLocation returns the Location field if non-nil, zero value otherwise. + +### GetLocationOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetLocationOk() (*string, bool)` + +GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocation + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetLocation(v string)` + +SetLocation sets Location field to given value. + + +### GetEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEmail() KeyfactorApiModelsMonitoringEmailRequest` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetEmailOk() (*KeyfactorApiModelsMonitoringEmailRequest, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetEmail(v KeyfactorApiModelsMonitoringEmailRequest)` + +SetEmail sets Email field to given value. + +### HasEmail + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasEmail() bool` + +HasEmail returns a boolean if a field has been set. + +### GetDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetDashboard() KeyfactorApiModelsMonitoringDashboardRequest` + +GetDashboard returns the Dashboard field if non-nil, zero value otherwise. + +### GetDashboardOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetDashboardOk() (*KeyfactorApiModelsMonitoringDashboardRequest, bool)` + +GetDashboardOk returns a tuple with the Dashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDashboard + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetDashboard(v KeyfactorApiModelsMonitoringDashboardRequest)` + +SetDashboard sets Dashboard field to given value. + + +### GetSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetOCSPParameters() KeyfactorApiModelsMonitoringOCSPParametersRequest` + +GetOCSPParameters returns the OCSPParameters field if non-nil, zero value otherwise. + +### GetOCSPParametersOk + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) GetOCSPParametersOk() (*KeyfactorApiModelsMonitoringOCSPParametersRequest, bool)` + +GetOCSPParametersOk returns a tuple with the OCSPParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) SetOCSPParameters(v KeyfactorApiModelsMonitoringOCSPParametersRequest)` + +SetOCSPParameters sets OCSPParameters field to given value. + +### HasOCSPParameters + +`func (o *KeyfactorApiModelsMonitoringRevocationMonitoringUpdateRequest) HasOCSPParameters() bool` + +HasOCSPParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest.md b/docs/KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest.md new file mode 100644 index 0000000..f67d40d --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobAuditIds** | Pointer to **[]int64** | List of orchestrator job audit ids to be acknowledged | [optional] +**Query** | Pointer to **string** | Query identifying orchestrator jobs to be acknowledged | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest + +`func NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest() *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest` + +NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest instantiates a new KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest 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 + +### NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequestWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequestWithDefaults() *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest` + +NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequestWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest 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 + +### GetJobAuditIds + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetJobAuditIds() []int64` + +GetJobAuditIds returns the JobAuditIds field if non-nil, zero value otherwise. + +### GetJobAuditIdsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetJobAuditIdsOk() (*[]int64, bool)` + +GetJobAuditIdsOk returns a tuple with the JobAuditIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobAuditIds + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) SetJobAuditIds(v []int64)` + +SetJobAuditIds sets JobAuditIds field to given value. + +### HasJobAuditIds + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) HasJobAuditIds() bool` + +HasJobAuditIds returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsBulkJobResponse.md b/docs/KeyfactorApiModelsOrchestratorJobsBulkJobResponse.md new file mode 100644 index 0000000..cd5960b --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsBulkJobResponse.md @@ -0,0 +1,186 @@ +# KeyfactorApiModelsOrchestratorJobsBulkJobResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**OrchestratorJobPairs** | Pointer to [**[]ModelsOrchestratorJobsBulkOrchestratorJobPair**](ModelsOrchestratorJobsBulkOrchestratorJobPair.md) | | [optional] +**FailedOrchestratorIds** | Pointer to **[]string** | | [optional] +**JobTypeName** | Pointer to **string** | | [optional] +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**JobFields** | Pointer to [**[]KeyfactorApiModelsOrchestratorJobsJobFieldResponse**](KeyfactorApiModelsOrchestratorJobsJobFieldResponse.md) | | [optional] +**RequestTimestamp** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsBulkJobResponse + +`func NewKeyfactorApiModelsOrchestratorJobsBulkJobResponse() *KeyfactorApiModelsOrchestratorJobsBulkJobResponse` + +NewKeyfactorApiModelsOrchestratorJobsBulkJobResponse instantiates a new KeyfactorApiModelsOrchestratorJobsBulkJobResponse 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 + +### NewKeyfactorApiModelsOrchestratorJobsBulkJobResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsBulkJobResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsBulkJobResponse` + +NewKeyfactorApiModelsOrchestratorJobsBulkJobResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsBulkJobResponse 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 + +### GetOrchestratorJobPairs + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetOrchestratorJobPairs() []ModelsOrchestratorJobsBulkOrchestratorJobPair` + +GetOrchestratorJobPairs returns the OrchestratorJobPairs field if non-nil, zero value otherwise. + +### GetOrchestratorJobPairsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetOrchestratorJobPairsOk() (*[]ModelsOrchestratorJobsBulkOrchestratorJobPair, bool)` + +GetOrchestratorJobPairsOk returns a tuple with the OrchestratorJobPairs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOrchestratorJobPairs + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) SetOrchestratorJobPairs(v []ModelsOrchestratorJobsBulkOrchestratorJobPair)` + +SetOrchestratorJobPairs sets OrchestratorJobPairs field to given value. + +### HasOrchestratorJobPairs + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) HasOrchestratorJobPairs() bool` + +HasOrchestratorJobPairs returns a boolean if a field has been set. + +### GetFailedOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetFailedOrchestratorIds() []string` + +GetFailedOrchestratorIds returns the FailedOrchestratorIds field if non-nil, zero value otherwise. + +### GetFailedOrchestratorIdsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetFailedOrchestratorIdsOk() (*[]string, bool)` + +GetFailedOrchestratorIdsOk returns a tuple with the FailedOrchestratorIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFailedOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) SetFailedOrchestratorIds(v []string)` + +SetFailedOrchestratorIds sets FailedOrchestratorIds field to given value. + +### HasFailedOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) HasFailedOrchestratorIds() bool` + +HasFailedOrchestratorIds returns a boolean if a field has been set. + +### GetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + +### HasJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) HasJobTypeName() bool` + +HasJobTypeName returns a boolean if a field has been set. + +### GetSchedule + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetJobFields + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetJobFields() []KeyfactorApiModelsOrchestratorJobsJobFieldResponse` + +GetJobFields returns the JobFields field if non-nil, zero value otherwise. + +### GetJobFieldsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetJobFieldsOk() (*[]KeyfactorApiModelsOrchestratorJobsJobFieldResponse, bool)` + +GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobFields + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) SetJobFields(v []KeyfactorApiModelsOrchestratorJobsJobFieldResponse)` + +SetJobFields sets JobFields field to given value. + +### HasJobFields + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) HasJobFields() bool` + +HasJobFields returns a boolean if a field has been set. + +### GetRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetRequestTimestamp() time.Time` + +GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise. + +### GetRequestTimestampOk + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) GetRequestTimestampOk() (*time.Time, bool)` + +GetRequestTimestampOk returns a tuple with the RequestTimestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) SetRequestTimestamp(v time.Time)` + +SetRequestTimestamp sets RequestTimestamp field to given value. + +### HasRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorJobsBulkJobResponse) HasRequestTimestamp() bool` + +HasRequestTimestamp returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse.md b/docs/KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse.md new file mode 100644 index 0000000..6fd93b5 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobHistoryId** | Pointer to **int64** | | [optional] +**Data** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse + +`func NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse() *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse` + +NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse instantiates a new KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse 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 + +### NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse` + +NewKeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse 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 + +### GetJobHistoryId + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetJobHistoryId() int64` + +GetJobHistoryId returns the JobHistoryId field if non-nil, zero value otherwise. + +### GetJobHistoryIdOk + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetJobHistoryIdOk() (*int64, bool)` + +GetJobHistoryIdOk returns a tuple with the JobHistoryId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobHistoryId + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) SetJobHistoryId(v int64)` + +SetJobHistoryId sets JobHistoryId field to given value. + +### HasJobHistoryId + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) HasJobHistoryId() bool` + +HasJobHistoryId returns a boolean if a field has been set. + +### GetData + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetData() string` + +GetData returns the Data field if non-nil, zero value otherwise. + +### GetDataOk + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) GetDataOk() (*string, bool)` + +GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetData + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) SetData(v string)` + +SetData sets Data field to given value. + +### HasData + +`func (o *KeyfactorApiModelsOrchestratorJobsCustomJobResultDataResponse) HasData() bool` + +HasData returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsJobFieldResponse.md b/docs/KeyfactorApiModelsOrchestratorJobsJobFieldResponse.md new file mode 100644 index 0000000..95db179 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsJobFieldResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsOrchestratorJobsJobFieldResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobTypeField** | Pointer to **string** | | [optional] +**Value** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsJobFieldResponse + +`func NewKeyfactorApiModelsOrchestratorJobsJobFieldResponse() *KeyfactorApiModelsOrchestratorJobsJobFieldResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobFieldResponse instantiates a new KeyfactorApiModelsOrchestratorJobsJobFieldResponse 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 + +### NewKeyfactorApiModelsOrchestratorJobsJobFieldResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsJobFieldResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsJobFieldResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobFieldResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsJobFieldResponse 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 + +### GetJobTypeField + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetJobTypeField() string` + +GetJobTypeField returns the JobTypeField field if non-nil, zero value otherwise. + +### GetJobTypeFieldOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetJobTypeFieldOk() (*string, bool)` + +GetJobTypeFieldOk returns a tuple with the JobTypeField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeField + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) SetJobTypeField(v string)` + +SetJobTypeField sets JobTypeField field to given value. + +### HasJobTypeField + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) HasJobTypeField() bool` + +HasJobTypeField returns a boolean if a field has been set. + +### GetValue + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *KeyfactorApiModelsOrchestratorJobsJobFieldResponse) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsJobResponse.md b/docs/KeyfactorApiModelsOrchestratorJobsJobResponse.md new file mode 100644 index 0000000..f257f3f --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsJobResponse.md @@ -0,0 +1,186 @@ +# KeyfactorApiModelsOrchestratorJobsJobResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobId** | Pointer to **string** | | [optional] +**OrchestratorId** | Pointer to **string** | | [optional] +**JobTypeName** | Pointer to **string** | | [optional] +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**JobFields** | Pointer to [**[]KeyfactorApiModelsOrchestratorJobsJobFieldResponse**](KeyfactorApiModelsOrchestratorJobsJobFieldResponse.md) | | [optional] +**RequestTimestamp** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsJobResponse + +`func NewKeyfactorApiModelsOrchestratorJobsJobResponse() *KeyfactorApiModelsOrchestratorJobsJobResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobResponse instantiates a new KeyfactorApiModelsOrchestratorJobsJobResponse 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 + +### NewKeyfactorApiModelsOrchestratorJobsJobResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsJobResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsJobResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsJobResponse 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 + +### GetJobId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobId() string` + +GetJobId returns the JobId field if non-nil, zero value otherwise. + +### GetJobIdOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobIdOk() (*string, bool)` + +GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) SetJobId(v string)` + +SetJobId sets JobId field to given value. + +### HasJobId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasJobId() bool` + +HasJobId returns a boolean if a field has been set. + +### GetOrchestratorId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetOrchestratorId() string` + +GetOrchestratorId returns the OrchestratorId field if non-nil, zero value otherwise. + +### GetOrchestratorIdOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetOrchestratorIdOk() (*string, bool)` + +GetOrchestratorIdOk returns a tuple with the OrchestratorId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOrchestratorId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) SetOrchestratorId(v string)` + +SetOrchestratorId sets OrchestratorId field to given value. + +### HasOrchestratorId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasOrchestratorId() bool` + +HasOrchestratorId returns a boolean if a field has been set. + +### GetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + +### HasJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasJobTypeName() bool` + +HasJobTypeName returns a boolean if a field has been set. + +### GetSchedule + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetJobFields + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobFields() []KeyfactorApiModelsOrchestratorJobsJobFieldResponse` + +GetJobFields returns the JobFields field if non-nil, zero value otherwise. + +### GetJobFieldsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobFieldsOk() (*[]KeyfactorApiModelsOrchestratorJobsJobFieldResponse, bool)` + +GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobFields + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) SetJobFields(v []KeyfactorApiModelsOrchestratorJobsJobFieldResponse)` + +SetJobFields sets JobFields field to given value. + +### HasJobFields + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasJobFields() bool` + +HasJobFields returns a boolean if a field has been set. + +### GetRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetRequestTimestamp() time.Time` + +GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise. + +### GetRequestTimestampOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetRequestTimestampOk() (*time.Time, bool)` + +GetRequestTimestampOk returns a tuple with the RequestTimestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) SetRequestTimestamp(v time.Time)` + +SetRequestTimestamp sets RequestTimestamp field to given value. + +### HasRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasRequestTimestamp() bool` + +HasRequestTimestamp returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse.md b/docs/KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse.md new file mode 100644 index 0000000..f7cc4b5 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | | [optional] +**Type** | Pointer to **int32** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**Required** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse + +`func NewKeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse() *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse instantiates a new KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse 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 + +### NewKeyfactorApiModelsOrchestratorJobsJobTypeFieldResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsJobTypeFieldResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobTypeFieldResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse 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 + +### GetName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetType + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetType() int32` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetTypeOk() (*int32, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) SetType(v int32)` + +SetType sets Type field to given value. + +### HasType + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetRequired + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetRequired() bool` + +GetRequired returns the Required field if non-nil, zero value otherwise. + +### GetRequiredOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) GetRequiredOk() (*bool, bool)` + +GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequired + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) SetRequired(v bool)` + +SetRequired sets Required field to given value. + +### HasRequired + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse) HasRequired() bool` + +HasRequired returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsJobTypeResponse.md b/docs/KeyfactorApiModelsOrchestratorJobsJobTypeResponse.md new file mode 100644 index 0000000..8508650 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsJobTypeResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsOrchestratorJobsJobTypeResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**JobTypeName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**JobTypeFields** | Pointer to [**[]KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse**](KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsJobTypeResponse + +`func NewKeyfactorApiModelsOrchestratorJobsJobTypeResponse() *KeyfactorApiModelsOrchestratorJobsJobTypeResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobTypeResponse instantiates a new KeyfactorApiModelsOrchestratorJobsJobTypeResponse 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 + +### NewKeyfactorApiModelsOrchestratorJobsJobTypeResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsJobTypeResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsJobTypeResponse` + +NewKeyfactorApiModelsOrchestratorJobsJobTypeResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsJobTypeResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + +### HasJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) HasJobTypeName() bool` + +HasJobTypeName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetJobTypeFields + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetJobTypeFields() []KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse` + +GetJobTypeFields returns the JobTypeFields field if non-nil, zero value otherwise. + +### GetJobTypeFieldsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) GetJobTypeFieldsOk() (*[]KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse, bool)` + +GetJobTypeFieldsOk returns a tuple with the JobTypeFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeFields + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) SetJobTypeFields(v []KeyfactorApiModelsOrchestratorJobsJobTypeFieldResponse)` + +SetJobTypeFields sets JobTypeFields field to given value. + +### HasJobTypeFields + +`func (o *KeyfactorApiModelsOrchestratorJobsJobTypeResponse) HasJobTypeFields() bool` + +HasJobTypeFields returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest.md b/docs/KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest.md new file mode 100644 index 0000000..2994ab6 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobAuditIds** | Pointer to **[]int64** | List of orchestrator job audit ids to be rescheduled | [optional] +**Query** | Pointer to **string** | Query identifying orchestrator jobs to be rescheduled | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsRescheduleJobRequest + +`func NewKeyfactorApiModelsOrchestratorJobsRescheduleJobRequest() *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest` + +NewKeyfactorApiModelsOrchestratorJobsRescheduleJobRequest instantiates a new KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest 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 + +### NewKeyfactorApiModelsOrchestratorJobsRescheduleJobRequestWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsRescheduleJobRequestWithDefaults() *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest` + +NewKeyfactorApiModelsOrchestratorJobsRescheduleJobRequestWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest 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 + +### GetJobAuditIds + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) GetJobAuditIds() []int64` + +GetJobAuditIds returns the JobAuditIds field if non-nil, zero value otherwise. + +### GetJobAuditIdsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) GetJobAuditIdsOk() (*[]int64, bool)` + +GetJobAuditIdsOk returns a tuple with the JobAuditIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobAuditIds + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) SetJobAuditIds(v []int64)` + +SetJobAuditIds sets JobAuditIds field to given value. + +### HasJobAuditIds + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) HasJobAuditIds() bool` + +HasJobAuditIds returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsRescheduleJobRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest.md b/docs/KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest.md new file mode 100644 index 0000000..55b61bc --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobIds** | Pointer to **[]string** | List of orchestrator job ids to be unscheduled | [optional] +**Query** | Pointer to **string** | Query identifying orchestrator jobs to be unscheduled | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest + +`func NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest() *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest` + +NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest instantiates a new KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest 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 + +### NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequestWithDefaults + +`func NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequestWithDefaults() *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest` + +NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequestWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest 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 + +### GetJobIds + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetJobIds() []string` + +GetJobIds returns the JobIds field if non-nil, zero value otherwise. + +### GetJobIdsOk + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetJobIdsOk() (*[]string, bool)` + +GetJobIdsOk returns a tuple with the JobIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobIds + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) SetJobIds(v []string)` + +SetJobIds sets JobIds field to given value. + +### HasJobIds + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) HasJobIds() bool` + +HasJobIds returns a boolean if a field has been set. + +### GetQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse.md b/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse.md new file mode 100644 index 0000000..bab1565 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse.md @@ -0,0 +1,628 @@ +# KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentBlueprintJobId** | Pointer to **string** | | [optional] +**AgentBlueprintStoreId** | Pointer to **string** | | [optional] +**AgentBlueprintId** | Pointer to **string** | | [optional] +**JobType** | Pointer to **string** | | [optional] +**JobTypeName** | Pointer to **string** | | [optional] +**OperationType** | Pointer to **int32** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**Contents** | Pointer to **string** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**PrivateKeyEntry** | Pointer to **bool** | | [optional] +**Overwrite** | Pointer to **bool** | | [optional] +**HasEntryPassword** | Pointer to **bool** | | [optional] +**HasPfxPassword** | Pointer to **bool** | | [optional] +**RequestTimestamp** | Pointer to **time.Time** | | [optional] +**KeyfactorSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**Subject** | Pointer to **string** | | [optional] +**Directories** | Pointer to **string** | | [optional] +**IgnoredDirectories** | Pointer to **string** | | [optional] +**SymLinks** | Pointer to **bool** | | [optional] +**Compatibility** | Pointer to **bool** | | [optional] +**FileExtensions** | Pointer to **string** | | [optional] +**FileNamePatterns** | Pointer to **string** | | [optional] +**AgentBlueprintStores** | Pointer to [**KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse**](KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse + +`func NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse() *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse` + +NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse 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 + +### NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse` + +NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse 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 + +### GetAgentBlueprintJobId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobId() string` + +GetAgentBlueprintJobId returns the AgentBlueprintJobId field if non-nil, zero value otherwise. + +### GetAgentBlueprintJobIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobIdOk() (*string, bool)` + +GetAgentBlueprintJobIdOk returns a tuple with the AgentBlueprintJobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintJobId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintJobId(v string)` + +SetAgentBlueprintJobId sets AgentBlueprintJobId field to given value. + +### HasAgentBlueprintJobId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintJobId() bool` + +HasAgentBlueprintJobId returns a boolean if a field has been set. + +### GetAgentBlueprintStoreId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreId() string` + +GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field if non-nil, zero value otherwise. + +### GetAgentBlueprintStoreIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreIdOk() (*string, bool)` + +GetAgentBlueprintStoreIdOk returns a tuple with the AgentBlueprintStoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintStoreId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStoreId(v string)` + +SetAgentBlueprintStoreId sets AgentBlueprintStoreId field to given value. + +### HasAgentBlueprintStoreId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStoreId() bool` + +HasAgentBlueprintStoreId returns a boolean if a field has been set. + +### GetAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintId() string` + +GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise. + +### GetAgentBlueprintIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintIdOk() (*string, bool)` + +GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintId(v string)` + +SetAgentBlueprintId sets AgentBlueprintId field to given value. + +### HasAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintId() bool` + +HasAgentBlueprintId returns a boolean if a field has been set. + +### GetJobType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobType() string` + +GetJobType returns the JobType field if non-nil, zero value otherwise. + +### GetJobTypeOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobTypeOk() (*string, bool)` + +GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetJobType(v string)` + +SetJobType sets JobType field to given value. + +### HasJobType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasJobType() bool` + +HasJobType returns a boolean if a field has been set. + +### GetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + +### HasJobTypeName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasJobTypeName() bool` + +HasJobTypeName returns a boolean if a field has been set. + +### GetOperationType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOperationType() int32` + +GetOperationType returns the OperationType field if non-nil, zero value otherwise. + +### GetOperationTypeOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOperationTypeOk() (*int32, bool)` + +GetOperationTypeOk returns a tuple with the OperationType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOperationType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetOperationType(v int32)` + +SetOperationType sets OperationType field to given value. + +### HasOperationType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasOperationType() bool` + +HasOperationType returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetContents + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetContents() string` + +GetContents returns the Contents field if non-nil, zero value otherwise. + +### GetContentsOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetContentsOk() (*string, bool)` + +GetContentsOk returns a tuple with the Contents field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContents + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetContents(v string)` + +SetContents sets Contents field to given value. + +### HasContents + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasContents() bool` + +HasContents returns a boolean if a field has been set. + +### GetAlias + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetPrivateKeyEntry + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntry() bool` + +GetPrivateKeyEntry returns the PrivateKeyEntry field if non-nil, zero value otherwise. + +### GetPrivateKeyEntryOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntryOk() (*bool, bool)` + +GetPrivateKeyEntryOk returns a tuple with the PrivateKeyEntry field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKeyEntry + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntry(v bool)` + +SetPrivateKeyEntry sets PrivateKeyEntry field to given value. + +### HasPrivateKeyEntry + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasPrivateKeyEntry() bool` + +HasPrivateKeyEntry returns a boolean if a field has been set. + +### GetOverwrite + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOverwrite() bool` + +GetOverwrite returns the Overwrite field if non-nil, zero value otherwise. + +### GetOverwriteOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOverwriteOk() (*bool, bool)` + +GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwrite + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetOverwrite(v bool)` + +SetOverwrite sets Overwrite field to given value. + +### HasOverwrite + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasOverwrite() bool` + +HasOverwrite returns a boolean if a field has been set. + +### GetHasEntryPassword + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasEntryPassword() bool` + +GetHasEntryPassword returns the HasEntryPassword field if non-nil, zero value otherwise. + +### GetHasEntryPasswordOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasEntryPasswordOk() (*bool, bool)` + +GetHasEntryPasswordOk returns a tuple with the HasEntryPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHasEntryPassword + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetHasEntryPassword(v bool)` + +SetHasEntryPassword sets HasEntryPassword field to given value. + +### HasHasEntryPassword + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasHasEntryPassword() bool` + +HasHasEntryPassword returns a boolean if a field has been set. + +### GetHasPfxPassword + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasPfxPassword() bool` + +GetHasPfxPassword returns the HasPfxPassword field if non-nil, zero value otherwise. + +### GetHasPfxPasswordOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasPfxPasswordOk() (*bool, bool)` + +GetHasPfxPasswordOk returns a tuple with the HasPfxPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHasPfxPassword + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetHasPfxPassword(v bool)` + +SetHasPfxPassword sets HasPfxPassword field to given value. + +### HasHasPfxPassword + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasHasPfxPassword() bool` + +HasHasPfxPassword returns a boolean if a field has been set. + +### GetRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetRequestTimestamp() time.Time` + +GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise. + +### GetRequestTimestampOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetRequestTimestampOk() (*time.Time, bool)` + +GetRequestTimestampOk returns a tuple with the RequestTimestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetRequestTimestamp(v time.Time)` + +SetRequestTimestamp sets RequestTimestamp field to given value. + +### HasRequestTimestamp + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasRequestTimestamp() bool` + +HasRequestTimestamp returns a boolean if a field has been set. + +### GetKeyfactorSchedule + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetKeyfactorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetKeyfactorSchedule returns the KeyfactorSchedule field if non-nil, zero value otherwise. + +### GetKeyfactorScheduleOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetKeyfactorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorSchedule + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetKeyfactorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetKeyfactorSchedule sets KeyfactorSchedule field to given value. + +### HasKeyfactorSchedule + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasKeyfactorSchedule() bool` + +HasKeyfactorSchedule returns a boolean if a field has been set. + +### GetSubject + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetDirectories + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetDirectories() string` + +GetDirectories returns the Directories field if non-nil, zero value otherwise. + +### GetDirectoriesOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetDirectoriesOk() (*string, bool)` + +GetDirectoriesOk returns a tuple with the Directories field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDirectories + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetDirectories(v string)` + +SetDirectories sets Directories field to given value. + +### HasDirectories + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasDirectories() bool` + +HasDirectories returns a boolean if a field has been set. + +### GetIgnoredDirectories + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectories() string` + +GetIgnoredDirectories returns the IgnoredDirectories field if non-nil, zero value otherwise. + +### GetIgnoredDirectoriesOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectoriesOk() (*string, bool)` + +GetIgnoredDirectoriesOk returns a tuple with the IgnoredDirectories field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIgnoredDirectories + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectories(v string)` + +SetIgnoredDirectories sets IgnoredDirectories field to given value. + +### HasIgnoredDirectories + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasIgnoredDirectories() bool` + +HasIgnoredDirectories returns a boolean if a field has been set. + +### GetSymLinks + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSymLinks() bool` + +GetSymLinks returns the SymLinks field if non-nil, zero value otherwise. + +### GetSymLinksOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSymLinksOk() (*bool, bool)` + +GetSymLinksOk returns a tuple with the SymLinks field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSymLinks + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetSymLinks(v bool)` + +SetSymLinks sets SymLinks field to given value. + +### HasSymLinks + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasSymLinks() bool` + +HasSymLinks returns a boolean if a field has been set. + +### GetCompatibility + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetCompatibility() bool` + +GetCompatibility returns the Compatibility field if non-nil, zero value otherwise. + +### GetCompatibilityOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetCompatibilityOk() (*bool, bool)` + +GetCompatibilityOk returns a tuple with the Compatibility field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCompatibility + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetCompatibility(v bool)` + +SetCompatibility sets Compatibility field to given value. + +### HasCompatibility + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasCompatibility() bool` + +HasCompatibility returns a boolean if a field has been set. + +### GetFileExtensions + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileExtensions() string` + +GetFileExtensions returns the FileExtensions field if non-nil, zero value otherwise. + +### GetFileExtensionsOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileExtensionsOk() (*string, bool)` + +GetFileExtensionsOk returns a tuple with the FileExtensions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFileExtensions + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetFileExtensions(v string)` + +SetFileExtensions sets FileExtensions field to given value. + +### HasFileExtensions + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasFileExtensions() bool` + +HasFileExtensions returns a boolean if a field has been set. + +### GetFileNamePatterns + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileNamePatterns() string` + +GetFileNamePatterns returns the FileNamePatterns field if non-nil, zero value otherwise. + +### GetFileNamePatternsOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileNamePatternsOk() (*string, bool)` + +GetFileNamePatternsOk returns a tuple with the FileNamePatterns field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFileNamePatterns + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetFileNamePatterns(v string)` + +SetFileNamePatterns sets FileNamePatterns field to given value. + +### HasFileNamePatterns + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasFileNamePatterns() bool` + +HasFileNamePatterns returns a boolean if a field has been set. + +### GetAgentBlueprintStores + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStores() KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse` + +GetAgentBlueprintStores returns the AgentBlueprintStores field if non-nil, zero value otherwise. + +### GetAgentBlueprintStoresOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoresOk() (*KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse, bool)` + +GetAgentBlueprintStoresOk returns a tuple with the AgentBlueprintStores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintStores + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStores(v KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse)` + +SetAgentBlueprintStores sets AgentBlueprintStores field to given value. + +### HasAgentBlueprintStores + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStores() bool` + +HasAgentBlueprintStores returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintResponse.md b/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintResponse.md new file mode 100644 index 0000000..1b1ec2d --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsOrchestratorsAgentBlueprintResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentBlueprintId** | Pointer to **string** | | [optional] +**Name** | Pointer to **string** | | [optional] +**RequiredCapabilities** | Pointer to **[]string** | | [optional] +**LastModified** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponse + +`func NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponse() *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse` + +NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintResponse 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 + +### NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse` + +NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintResponse 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 + +### GetAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetAgentBlueprintId() string` + +GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise. + +### GetAgentBlueprintIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetAgentBlueprintIdOk() (*string, bool)` + +GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetAgentBlueprintId(v string)` + +SetAgentBlueprintId sets AgentBlueprintId field to given value. + +### HasAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasAgentBlueprintId() bool` + +HasAgentBlueprintId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetRequiredCapabilities + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetRequiredCapabilities() []string` + +GetRequiredCapabilities returns the RequiredCapabilities field if non-nil, zero value otherwise. + +### GetRequiredCapabilitiesOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetRequiredCapabilitiesOk() (*[]string, bool)` + +GetRequiredCapabilitiesOk returns a tuple with the RequiredCapabilities field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequiredCapabilities + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetRequiredCapabilities(v []string)` + +SetRequiredCapabilities sets RequiredCapabilities field to given value. + +### HasRequiredCapabilities + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasRequiredCapabilities() bool` + +HasRequiredCapabilities returns a boolean if a field has been set. + +### GetLastModified + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetLastModified() time.Time` + +GetLastModified returns the LastModified field if non-nil, zero value otherwise. + +### GetLastModifiedOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetLastModifiedOk() (*time.Time, bool)` + +GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastModified + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetLastModified(v time.Time)` + +SetLastModified sets LastModified field to given value. + +### HasLastModified + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasLastModified() bool` + +HasLastModified returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse.md b/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse.md new file mode 100644 index 0000000..944e3c0 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse.md @@ -0,0 +1,264 @@ +# KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentBlueprintStoreId** | Pointer to **string** | | [optional] +**AgentBlueprintId** | Pointer to **string** | | [optional] +**StorePath** | Pointer to **string** | | [optional] +**ContainerId** | Pointer to **int32** | | [optional] +**CertStoreType** | Pointer to **int32** | | [optional] +**CertStoreTypeName** | Pointer to **string** | | [optional] +**Approved** | Pointer to **bool** | | [optional] +**CreateIfMissing** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse + +`func NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse() *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse` + +NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse 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 + +### NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse` + +NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse 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 + +### GetAgentBlueprintStoreId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreId() string` + +GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field if non-nil, zero value otherwise. + +### GetAgentBlueprintStoreIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreIdOk() (*string, bool)` + +GetAgentBlueprintStoreIdOk returns a tuple with the AgentBlueprintStoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintStoreId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintStoreId(v string)` + +SetAgentBlueprintStoreId sets AgentBlueprintStoreId field to given value. + +### HasAgentBlueprintStoreId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintStoreId() bool` + +HasAgentBlueprintStoreId returns a boolean if a field has been set. + +### GetAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintId() string` + +GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise. + +### GetAgentBlueprintIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintIdOk() (*string, bool)` + +GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintId(v string)` + +SetAgentBlueprintId sets AgentBlueprintId field to given value. + +### HasAgentBlueprintId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintId() bool` + +HasAgentBlueprintId returns a boolean if a field has been set. + +### GetStorePath + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + +### GetContainerId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetCertStoreType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreType() int32` + +GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise. + +### GetCertStoreTypeOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeOk() (*int32, bool)` + +GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetCertStoreType(v int32)` + +SetCertStoreType sets CertStoreType field to given value. + +### HasCertStoreType + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasCertStoreType() bool` + +HasCertStoreType returns a boolean if a field has been set. + +### GetCertStoreTypeName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeName() string` + +GetCertStoreTypeName returns the CertStoreTypeName field if non-nil, zero value otherwise. + +### GetCertStoreTypeNameOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeNameOk() (*string, bool)` + +GetCertStoreTypeNameOk returns a tuple with the CertStoreTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreTypeName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetCertStoreTypeName(v string)` + +SetCertStoreTypeName sets CertStoreTypeName field to given value. + +### HasCertStoreTypeName + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasCertStoreTypeName() bool` + +HasCertStoreTypeName returns a boolean if a field has been set. + +### GetApproved + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetApproved() bool` + +GetApproved returns the Approved field if non-nil, zero value otherwise. + +### GetApprovedOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetApprovedOk() (*bool, bool)` + +GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetApproved + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetApproved(v bool)` + +SetApproved sets Approved field to given value. + +### HasApproved + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasApproved() bool` + +HasApproved returns a boolean if a field has been set. + +### GetCreateIfMissing + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissing() bool` + +GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise. + +### GetCreateIfMissingOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissingOk() (*bool, bool)` + +GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreateIfMissing + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetCreateIfMissing(v bool)` + +SetCreateIfMissing sets CreateIfMissing field to given value. + +### HasCreateIfMissing + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasCreateIfMissing() bool` + +HasCreateIfMissing returns a boolean if a field has been set. + +### GetProperties + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorsAgentResponse.md b/docs/KeyfactorApiModelsOrchestratorsAgentResponse.md new file mode 100644 index 0000000..3cdf6ec --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorsAgentResponse.md @@ -0,0 +1,420 @@ +# KeyfactorApiModelsOrchestratorsAgentResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentId** | Pointer to **string** | A string indicating the GUID of the orchestrator. | [optional] +**ClientMachine** | Pointer to **string** | A string indicating the client machine on which the orchestrator is installed. | [optional] +**Username** | Pointer to **string** | A string indicating the Active Directory user or service account the orchestrator is using to connect to Keyfactor Command. | [optional] +**AgentPlatform** | Pointer to **int32** | An integer indicating the platform for the orchestrator. - 0 = Unknown - 1 = Keyfactor Windows Orchestrator - 2 = Keyfactor Java Agent - 3 = Keyfactor Mac Auto-Enrollment Agent - 4 = Keyfactor Android Agent - 5 = Keyfactor Native Agent - 6 = Keyfactor Bash Orchestrator - 7 = Keyfactor Universal Orchestrator | [optional] +**Version** | Pointer to **string** | A string indicating the version of the orchestrator. | [optional] +**Status** | Pointer to **int32** | An integer indicating the orchestrator status: - 1 = New - 2 = Approved - 3 = Disapproved | [optional] +**LastSeen** | Pointer to **time.Time** | The time, in UTC, at which the orchestrator last contacted Keyfactor Command. | [optional] +**Capabilities** | Pointer to **[]string** | An array of strings indicating the capabilities reported by the orchestrator. These may be built-in or custom capabilities. | [optional] +**Blueprint** | Pointer to **string** | A string indicating the name of the blueprint associated with the orchestrator. | [optional] +**Thumbprint** | Pointer to **string** | A string indicating the thumbprint of the certificate that Keyfactor Command is expecting the orchestrator to use for client certificate authentication. | [optional] +**LegacyThumbprint** | Pointer to **string** | A string indicating the thumbprint of the certificate previously used by the orchestrator for client certificate authentication before a certificate renewal operation took place (rotating the current thumbprint into the legacy thumbprint). The legacy thumbprint is cleared once the orchestrator successfully registers with the new thumbprint. | [optional] +**AuthCertificateReenrollment** | Pointer to **string** | An integer indicating the value of the orchestrator certificate reenrollment request or require status. Possible values: - 0 = None—Unset the value so that the orchestrator will not request a new client authentication certificate (based on this value). - 1 = Requested—The orchestrator will request a new client authentication certificate when it next registers for a session. Orchestrator activity will be allowed to continue as usual. - 2 = Required—The orchestrator will request a new client authentication certificate when it next registers for a session. A new session will not be granted and orchestrator activity will not be allowed to continue until the orchestrator acquires a new certificate. | [optional] +**LastThumbprintUsed** | Pointer to **string** | A string indicating the thumbprint of the certificate that the orchestrator most recently used for client certificate authentication. In most cases, this will match the Thumbprint. | [optional] +**LastErrorCode** | Pointer to **int64** | An integer indicating the last error code, if any, reported from the orchestrator when trying to register a session. This code is cleared on successful session registration. | [optional] +**LastErrorMessage** | Pointer to **string** | A string indicating the last error message, if any, reported from the orchestrator when trying to register a session. This message is cleared on successful session registration. | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorsAgentResponse + +`func NewKeyfactorApiModelsOrchestratorsAgentResponse() *KeyfactorApiModelsOrchestratorsAgentResponse` + +NewKeyfactorApiModelsOrchestratorsAgentResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentResponse 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 + +### NewKeyfactorApiModelsOrchestratorsAgentResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorsAgentResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentResponse` + +NewKeyfactorApiModelsOrchestratorsAgentResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentResponse 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 + +### GetAgentId + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetUsername + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetAgentPlatform + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetAgentPlatform() int32` + +GetAgentPlatform returns the AgentPlatform field if non-nil, zero value otherwise. + +### GetAgentPlatformOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetAgentPlatformOk() (*int32, bool)` + +GetAgentPlatformOk returns a tuple with the AgentPlatform field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPlatform + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetAgentPlatform(v int32)` + +SetAgentPlatform sets AgentPlatform field to given value. + +### HasAgentPlatform + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasAgentPlatform() bool` + +HasAgentPlatform returns a boolean if a field has been set. + +### GetVersion + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetVersion() string` + +GetVersion returns the Version field if non-nil, zero value otherwise. + +### GetVersionOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetVersionOk() (*string, bool)` + +GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetVersion + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetVersion(v string)` + +SetVersion sets Version field to given value. + +### HasVersion + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasVersion() bool` + +HasVersion returns a boolean if a field has been set. + +### GetStatus + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetLastSeen + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastSeen() time.Time` + +GetLastSeen returns the LastSeen field if non-nil, zero value otherwise. + +### GetLastSeenOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastSeenOk() (*time.Time, bool)` + +GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastSeen + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetLastSeen(v time.Time)` + +SetLastSeen sets LastSeen field to given value. + +### HasLastSeen + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasLastSeen() bool` + +HasLastSeen returns a boolean if a field has been set. + +### GetCapabilities + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetCapabilities() []string` + +GetCapabilities returns the Capabilities field if non-nil, zero value otherwise. + +### GetCapabilitiesOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetCapabilitiesOk() (*[]string, bool)` + +GetCapabilitiesOk returns a tuple with the Capabilities field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCapabilities + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetCapabilities(v []string)` + +SetCapabilities sets Capabilities field to given value. + +### HasCapabilities + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasCapabilities() bool` + +HasCapabilities returns a boolean if a field has been set. + +### GetBlueprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetBlueprint() string` + +GetBlueprint returns the Blueprint field if non-nil, zero value otherwise. + +### GetBlueprintOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetBlueprintOk() (*string, bool)` + +GetBlueprintOk returns a tuple with the Blueprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetBlueprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetBlueprint(v string)` + +SetBlueprint sets Blueprint field to given value. + +### HasBlueprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasBlueprint() bool` + +HasBlueprint returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetLegacyThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLegacyThumbprint() string` + +GetLegacyThumbprint returns the LegacyThumbprint field if non-nil, zero value otherwise. + +### GetLegacyThumbprintOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLegacyThumbprintOk() (*string, bool)` + +GetLegacyThumbprintOk returns a tuple with the LegacyThumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLegacyThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetLegacyThumbprint(v string)` + +SetLegacyThumbprint sets LegacyThumbprint field to given value. + +### HasLegacyThumbprint + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasLegacyThumbprint() bool` + +HasLegacyThumbprint returns a boolean if a field has been set. + +### GetAuthCertificateReenrollment + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetAuthCertificateReenrollment() string` + +GetAuthCertificateReenrollment returns the AuthCertificateReenrollment field if non-nil, zero value otherwise. + +### GetAuthCertificateReenrollmentOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetAuthCertificateReenrollmentOk() (*string, bool)` + +GetAuthCertificateReenrollmentOk returns a tuple with the AuthCertificateReenrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthCertificateReenrollment + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetAuthCertificateReenrollment(v string)` + +SetAuthCertificateReenrollment sets AuthCertificateReenrollment field to given value. + +### HasAuthCertificateReenrollment + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasAuthCertificateReenrollment() bool` + +HasAuthCertificateReenrollment returns a boolean if a field has been set. + +### GetLastThumbprintUsed + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastThumbprintUsed() string` + +GetLastThumbprintUsed returns the LastThumbprintUsed field if non-nil, zero value otherwise. + +### GetLastThumbprintUsedOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastThumbprintUsedOk() (*string, bool)` + +GetLastThumbprintUsedOk returns a tuple with the LastThumbprintUsed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastThumbprintUsed + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetLastThumbprintUsed(v string)` + +SetLastThumbprintUsed sets LastThumbprintUsed field to given value. + +### HasLastThumbprintUsed + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasLastThumbprintUsed() bool` + +HasLastThumbprintUsed returns a boolean if a field has been set. + +### GetLastErrorCode + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastErrorCode() int64` + +GetLastErrorCode returns the LastErrorCode field if non-nil, zero value otherwise. + +### GetLastErrorCodeOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastErrorCodeOk() (*int64, bool)` + +GetLastErrorCodeOk returns a tuple with the LastErrorCode field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastErrorCode + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetLastErrorCode(v int64)` + +SetLastErrorCode sets LastErrorCode field to given value. + +### HasLastErrorCode + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasLastErrorCode() bool` + +HasLastErrorCode returns a boolean if a field has been set. + +### GetLastErrorMessage + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastErrorMessage() string` + +GetLastErrorMessage returns the LastErrorMessage field if non-nil, zero value otherwise. + +### GetLastErrorMessageOk + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) GetLastErrorMessageOk() (*string, bool)` + +GetLastErrorMessageOk returns a tuple with the LastErrorMessage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastErrorMessage + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) SetLastErrorMessage(v string)` + +SetLastErrorMessage sets LastErrorMessage field to given value. + +### HasLastErrorMessage + +`func (o *KeyfactorApiModelsOrchestratorsAgentResponse) HasLastErrorMessage() bool` + +HasLastErrorMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest.md b/docs/KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest.md new file mode 100644 index 0000000..7279cc6 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest.md @@ -0,0 +1,77 @@ +# KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**OrchestratorIds** | Pointer to **[]string** | | [optional] +**Status** | **string** | | + +## Methods + +### NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest + +`func NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest(status string, ) *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest` + +NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest instantiates a new KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest 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 + +### NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequestWithDefaults + +`func NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequestWithDefaults() *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest` + +NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequestWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest 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 + +### GetOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetOrchestratorIds() []string` + +GetOrchestratorIds returns the OrchestratorIds field if non-nil, zero value otherwise. + +### GetOrchestratorIdsOk + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetOrchestratorIdsOk() (*[]string, bool)` + +GetOrchestratorIdsOk returns a tuple with the OrchestratorIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) SetOrchestratorIds(v []string)` + +SetOrchestratorIds sets OrchestratorIds field to given value. + +### HasOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) HasOrchestratorIds() bool` + +HasOrchestratorIds returns a boolean if a field has been set. + +### GetStatus + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetStatus() string` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetStatusOk() (*string, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) SetStatus(v string)` + +SetStatus sets Status field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse.md b/docs/KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse.md new file mode 100644 index 0000000..92436c8 --- /dev/null +++ b/docs/KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**FailedOrchestratorIds** | Pointer to **[]string** | | [optional] +**Status** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse + +`func NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse() *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse` + +NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse instantiates a new KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse 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 + +### NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponseWithDefaults + +`func NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponseWithDefaults() *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse` + +NewKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse 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 + +### GetFailedOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetFailedOrchestratorIds() []string` + +GetFailedOrchestratorIds returns the FailedOrchestratorIds field if non-nil, zero value otherwise. + +### GetFailedOrchestratorIdsOk + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetFailedOrchestratorIdsOk() (*[]string, bool)` + +GetFailedOrchestratorIdsOk returns a tuple with the FailedOrchestratorIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFailedOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) SetFailedOrchestratorIds(v []string)` + +SetFailedOrchestratorIds sets FailedOrchestratorIds field to given value. + +### HasFailedOrchestratorIds + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) HasFailedOrchestratorIds() bool` + +HasFailedOrchestratorIds returns a boolean if a field has been set. + +### GetStatus + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *KeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesAreaPermissionResponse.md b/docs/KeyfactorApiModelsSecurityRolesAreaPermissionResponse.md new file mode 100644 index 0000000..629d423 --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesAreaPermissionResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsSecurityRolesAreaPermissionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Type** | Pointer to **string** | | [optional] +**Area** | Pointer to **string** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesAreaPermissionResponse + +`func NewKeyfactorApiModelsSecurityRolesAreaPermissionResponse() *KeyfactorApiModelsSecurityRolesAreaPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesAreaPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesAreaPermissionResponse 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 + +### NewKeyfactorApiModelsSecurityRolesAreaPermissionResponseWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesAreaPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesAreaPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesAreaPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesAreaPermissionResponse 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 + +### GetType + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetType() string` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetTypeOk() (*string, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) SetType(v string)` + +SetType sets Type field to given value. + +### HasType + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetArea + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetArea() string` + +GetArea returns the Area field if non-nil, zero value otherwise. + +### GetAreaOk + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetAreaOk() (*string, bool)` + +GetAreaOk returns a tuple with the Area field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetArea + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) SetArea(v string)` + +SetArea sets Area field to given value. + +### HasArea + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) HasArea() bool` + +HasArea returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesContainerPermissionRequest.md b/docs/KeyfactorApiModelsSecurityRolesContainerPermissionRequest.md new file mode 100644 index 0000000..d25ce9e --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesContainerPermissionRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsSecurityRolesContainerPermissionRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ContainerId** | Pointer to **int32** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest + +`func NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest() *KeyfactorApiModelsSecurityRolesContainerPermissionRequest` + +NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionRequest 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 + +### NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults() *KeyfactorApiModelsSecurityRolesContainerPermissionRequest` + +NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionRequest 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 + +### GetContainerId + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesContainerPermissionResponse.md b/docs/KeyfactorApiModelsSecurityRolesContainerPermissionResponse.md new file mode 100644 index 0000000..d96bf87 --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesContainerPermissionResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsSecurityRolesContainerPermissionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ContainerId** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesContainerPermissionResponse + +`func NewKeyfactorApiModelsSecurityRolesContainerPermissionResponse() *KeyfactorApiModelsSecurityRolesContainerPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesContainerPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionResponse 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 + +### NewKeyfactorApiModelsSecurityRolesContainerPermissionResponseWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesContainerPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesContainerPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesContainerPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionResponse 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 + +### GetContainerId + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest.md b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest.md new file mode 100644 index 0000000..ba9c136 --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CollectionId** | Pointer to **int32** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest 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 + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequestWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequestWithDefaults() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest 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 + +### GetCollectionId + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) GetCollectionId() int32` + +GetCollectionId returns the CollectionId field if non-nil, zero value otherwise. + +### GetCollectionIdOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) GetCollectionIdOk() (*int32, bool)` + +GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCollectionId + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) SetCollectionId(v int32)` + +SetCollectionId sets CollectionId field to given value. + +### HasCollectionId + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) HasCollectionId() bool` + +HasCollectionId returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionRequest) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse.md b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse.md new file mode 100644 index 0000000..6513fae --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CollectionId** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse 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 + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponseWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse 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 + +### GetCollectionId + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetCollectionId() int32` + +GetCollectionId returns the CollectionId field if non-nil, zero value otherwise. + +### GetCollectionIdOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetCollectionIdOk() (*int32, bool)` + +GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCollectionId + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) SetCollectionId(v int32)` + +SetCollectionId sets CollectionId field to given value. + +### HasCollectionId + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) HasCollectionId() bool` + +HasCollectionId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest.md b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest.md new file mode 100644 index 0000000..2ea72fe --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Area** | Pointer to **string** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest 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 + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequestWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequestWithDefaults() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest 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 + +### GetArea + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) GetArea() string` + +GetArea returns the Area field if non-nil, zero value otherwise. + +### GetAreaOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) GetAreaOk() (*string, bool)` + +GetAreaOk returns a tuple with the Area field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetArea + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) SetArea(v string)` + +SetArea sets Area field to given value. + +### HasArea + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) HasArea() bool` + +HasArea returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionRequest) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse.md b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse.md new file mode 100644 index 0000000..efdbb61 --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Area** | Pointer to **string** | | [optional] +**Permission** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse 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 + +### NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponseWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse` + +NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse 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 + +### GetArea + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetArea() string` + +GetArea returns the Area field if non-nil, zero value otherwise. + +### GetAreaOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetAreaOk() (*string, bool)` + +GetAreaOk returns a tuple with the Area field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetArea + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) SetArea(v string)` + +SetArea sets Area field to given value. + +### HasArea + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) HasArea() bool` + +HasArea returns a boolean if a field has been set. + +### GetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest.md b/docs/KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest.md new file mode 100644 index 0000000..502d70f --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Ids** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesRoleIdentitiesRequest + +`func NewKeyfactorApiModelsSecurityRolesRoleIdentitiesRequest() *KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest` + +NewKeyfactorApiModelsSecurityRolesRoleIdentitiesRequest instantiates a new KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest 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 + +### NewKeyfactorApiModelsSecurityRolesRoleIdentitiesRequestWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesRoleIdentitiesRequestWithDefaults() *KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest` + +NewKeyfactorApiModelsSecurityRolesRoleIdentitiesRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest 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 + +### GetIds + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest) GetIds() []int32` + +GetIds returns the Ids field if non-nil, zero value otherwise. + +### GetIdsOk + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest) GetIdsOk() (*[]int32, bool)` + +GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIds + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest) SetIds(v []int32)` + +SetIds sets Ids field to given value. + +### HasIds + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesRequest) HasIds() bool` + +HasIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse.md b/docs/KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse.md new file mode 100644 index 0000000..fe9bfb9 --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesRoleIdentitiesResponse + +`func NewKeyfactorApiModelsSecurityRolesRoleIdentitiesResponse() *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse` + +NewKeyfactorApiModelsSecurityRolesRoleIdentitiesResponse instantiates a new KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse 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 + +### NewKeyfactorApiModelsSecurityRolesRoleIdentitiesResponseWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesRoleIdentitiesResponseWithDefaults() *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse` + +NewKeyfactorApiModelsSecurityRolesRoleIdentitiesResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) 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. + +### SetId + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsSecurityRolesRoleIdentitiesResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest.md b/docs/KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest.md new file mode 100644 index 0000000..ae1646c --- /dev/null +++ b/docs/KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest + +`func NewKeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest() *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest` + +NewKeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest instantiates a new KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest 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 + +### NewKeyfactorApiModelsSecurityRolesSecurityRoleCopyRequestWithDefaults + +`func NewKeyfactorApiModelsSecurityRolesSecurityRoleCopyRequestWithDefaults() *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest` + +NewKeyfactorApiModelsSecurityRolesSecurityRoleCopyRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest 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 + +### GetName + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsSecurityRolesSecurityRoleCopyRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSslCreateNetworkRequest.md b/docs/KeyfactorApiModelsSslCreateNetworkRequest.md new file mode 100644 index 0000000..57628fe --- /dev/null +++ b/docs/KeyfactorApiModelsSslCreateNetworkRequest.md @@ -0,0 +1,353 @@ +# KeyfactorApiModelsSslCreateNetworkRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**AgentPoolName** | **string** | | +**Description** | **string** | | +**Enabled** | Pointer to **bool** | | [optional] +**DiscoverSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**MonitorSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**SslAlertRecipients** | Pointer to **[]string** | | [optional] +**AutoMonitor** | Pointer to **bool** | | [optional] +**GetRobots** | Pointer to **bool** | | [optional] +**DiscoverTimeoutMs** | Pointer to **float64** | | [optional] +**MonitorTimeoutMs** | Pointer to **float64** | | [optional] +**ExpirationAlertDays** | Pointer to **float64** | | [optional] +**QuietHours** | Pointer to [**[]KeyfactorApiModelsSslQuietHourRequest**](KeyfactorApiModelsSslQuietHourRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsSslCreateNetworkRequest + +`func NewKeyfactorApiModelsSslCreateNetworkRequest(name string, agentPoolName string, description string, ) *KeyfactorApiModelsSslCreateNetworkRequest` + +NewKeyfactorApiModelsSslCreateNetworkRequest instantiates a new KeyfactorApiModelsSslCreateNetworkRequest 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 + +### NewKeyfactorApiModelsSslCreateNetworkRequestWithDefaults + +`func NewKeyfactorApiModelsSslCreateNetworkRequestWithDefaults() *KeyfactorApiModelsSslCreateNetworkRequest` + +NewKeyfactorApiModelsSslCreateNetworkRequestWithDefaults instantiates a new KeyfactorApiModelsSslCreateNetworkRequest 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 + +### GetName + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetAgentPoolName + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAgentPoolName() string` + +GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise. + +### GetAgentPoolNameOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAgentPoolNameOk() (*string, bool)` + +GetAgentPoolNameOk returns a tuple with the AgentPoolName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolName + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetAgentPoolName(v string)` + +SetAgentPoolName sets AgentPoolName field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetEnabled + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetDiscoverSchedule returns the DiscoverSchedule field if non-nil, zero value otherwise. + +### GetDiscoverScheduleOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetDiscoverSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetDiscoverSchedule sets DiscoverSchedule field to given value. + +### HasDiscoverSchedule + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasDiscoverSchedule() bool` + +HasDiscoverSchedule returns a boolean if a field has been set. + +### GetMonitorSchedule + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetMonitorSchedule returns the MonitorSchedule field if non-nil, zero value otherwise. + +### GetMonitorScheduleOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetMonitorScheduleOk returns a tuple with the MonitorSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorSchedule + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetMonitorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetMonitorSchedule sets MonitorSchedule field to given value. + +### HasMonitorSchedule + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasMonitorSchedule() bool` + +HasMonitorSchedule returns a boolean if a field has been set. + +### GetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetSslAlertRecipients() []string` + +GetSslAlertRecipients returns the SslAlertRecipients field if non-nil, zero value otherwise. + +### GetSslAlertRecipientsOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetSslAlertRecipientsOk() (*[]string, bool)` + +GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetSslAlertRecipients(v []string)` + +SetSslAlertRecipients sets SslAlertRecipients field to given value. + +### HasSslAlertRecipients + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasSslAlertRecipients() bool` + +HasSslAlertRecipients returns a boolean if a field has been set. + +### GetAutoMonitor + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAutoMonitor() bool` + +GetAutoMonitor returns the AutoMonitor field if non-nil, zero value otherwise. + +### GetAutoMonitorOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAutoMonitorOk() (*bool, bool)` + +GetAutoMonitorOk returns a tuple with the AutoMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAutoMonitor + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetAutoMonitor(v bool)` + +SetAutoMonitor sets AutoMonitor field to given value. + +### HasAutoMonitor + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasAutoMonitor() bool` + +HasAutoMonitor returns a boolean if a field has been set. + +### GetGetRobots + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetGetRobots() bool` + +GetGetRobots returns the GetRobots field if non-nil, zero value otherwise. + +### GetGetRobotsOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetGetRobotsOk() (*bool, bool)` + +GetGetRobotsOk returns a tuple with the GetRobots field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGetRobots + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetGetRobots(v bool)` + +SetGetRobots sets GetRobots field to given value. + +### HasGetRobots + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasGetRobots() bool` + +HasGetRobots returns a boolean if a field has been set. + +### GetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverTimeoutMs() float64` + +GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field if non-nil, zero value otherwise. + +### GetDiscoverTimeoutMsOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverTimeoutMsOk() (*float64, bool)` + +GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetDiscoverTimeoutMs(v float64)` + +SetDiscoverTimeoutMs sets DiscoverTimeoutMs field to given value. + +### HasDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasDiscoverTimeoutMs() bool` + +HasDiscoverTimeoutMs returns a boolean if a field has been set. + +### GetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorTimeoutMs() float64` + +GetMonitorTimeoutMs returns the MonitorTimeoutMs field if non-nil, zero value otherwise. + +### GetMonitorTimeoutMsOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorTimeoutMsOk() (*float64, bool)` + +GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetMonitorTimeoutMs(v float64)` + +SetMonitorTimeoutMs sets MonitorTimeoutMs field to given value. + +### HasMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasMonitorTimeoutMs() bool` + +HasMonitorTimeoutMs returns a boolean if a field has been set. + +### GetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetExpirationAlertDays() float64` + +GetExpirationAlertDays returns the ExpirationAlertDays field if non-nil, zero value otherwise. + +### GetExpirationAlertDaysOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetExpirationAlertDaysOk() (*float64, bool)` + +GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetExpirationAlertDays(v float64)` + +SetExpirationAlertDays sets ExpirationAlertDays field to given value. + +### HasExpirationAlertDays + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasExpirationAlertDays() bool` + +HasExpirationAlertDays returns a boolean if a field has been set. + +### GetQuietHours + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetQuietHours() []KeyfactorApiModelsSslQuietHourRequest` + +GetQuietHours returns the QuietHours field if non-nil, zero value otherwise. + +### GetQuietHoursOk + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetQuietHoursOk() (*[]KeyfactorApiModelsSslQuietHourRequest, bool)` + +GetQuietHoursOk returns a tuple with the QuietHours field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuietHours + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetQuietHours(v []KeyfactorApiModelsSslQuietHourRequest)` + +SetQuietHours sets QuietHours field to given value. + +### HasQuietHours + +`func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasQuietHours() bool` + +HasQuietHours returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSslNetworkQueryResponse.md b/docs/KeyfactorApiModelsSslNetworkQueryResponse.md new file mode 100644 index 0000000..1730506 --- /dev/null +++ b/docs/KeyfactorApiModelsSslNetworkQueryResponse.md @@ -0,0 +1,628 @@ +# KeyfactorApiModelsSslNetworkQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**NetworkId** | Pointer to **string** | | [optional] +**Name** | Pointer to **string** | | [optional] +**AgentPoolName** | Pointer to **string** | | [optional] +**AgentPoolId** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**Enabled** | Pointer to **bool** | | [optional] +**DiscoverSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**MonitorSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**DiscoverPercentComplete** | Pointer to **float64** | | [optional] +**MonitorPercentComplete** | Pointer to **float64** | | [optional] +**DiscoverStatus** | Pointer to **int32** | | [optional] +**MonitorStatus** | Pointer to **int32** | | [optional] +**DiscoverLastScanned** | Pointer to **time.Time** | | [optional] +**MonitorLastScanned** | Pointer to **time.Time** | | [optional] +**SslAlertRecipients** | Pointer to **[]string** | | [optional] +**AutoMonitor** | Pointer to **bool** | | [optional] +**GetRobots** | Pointer to **bool** | | [optional] +**DiscoverTimeoutMs** | Pointer to **float64** | | [optional] +**MonitorTimeoutMs** | Pointer to **float64** | | [optional] +**ExpirationAlertDays** | Pointer to **float64** | | [optional] +**DiscoverJobParts** | Pointer to **int32** | | [optional] +**MonitorJobParts** | Pointer to **int32** | | [optional] +**QuietHours** | Pointer to [**[]KeyfactorApiModelsSslQuietHourResponse**](KeyfactorApiModelsSslQuietHourResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsSslNetworkQueryResponse + +`func NewKeyfactorApiModelsSslNetworkQueryResponse() *KeyfactorApiModelsSslNetworkQueryResponse` + +NewKeyfactorApiModelsSslNetworkQueryResponse instantiates a new KeyfactorApiModelsSslNetworkQueryResponse 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 + +### NewKeyfactorApiModelsSslNetworkQueryResponseWithDefaults + +`func NewKeyfactorApiModelsSslNetworkQueryResponseWithDefaults() *KeyfactorApiModelsSslNetworkQueryResponse` + +NewKeyfactorApiModelsSslNetworkQueryResponseWithDefaults instantiates a new KeyfactorApiModelsSslNetworkQueryResponse 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 + +### GetNetworkId + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetNetworkId() string` + +GetNetworkId returns the NetworkId field if non-nil, zero value otherwise. + +### GetNetworkIdOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetNetworkIdOk() (*string, bool)` + +GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkId + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetNetworkId(v string)` + +SetNetworkId sets NetworkId field to given value. + +### HasNetworkId + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasNetworkId() bool` + +HasNetworkId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetAgentPoolName + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetAgentPoolName() string` + +GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise. + +### GetAgentPoolNameOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetAgentPoolNameOk() (*string, bool)` + +GetAgentPoolNameOk returns a tuple with the AgentPoolName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolName + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetAgentPoolName(v string)` + +SetAgentPoolName sets AgentPoolName field to given value. + +### HasAgentPoolName + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasAgentPoolName() bool` + +HasAgentPoolName returns a boolean if a field has been set. + +### GetAgentPoolId + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetAgentPoolId() string` + +GetAgentPoolId returns the AgentPoolId field if non-nil, zero value otherwise. + +### GetAgentPoolIdOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetAgentPoolIdOk() (*string, bool)` + +GetAgentPoolIdOk returns a tuple with the AgentPoolId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolId + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetAgentPoolId(v string)` + +SetAgentPoolId sets AgentPoolId field to given value. + +### HasAgentPoolId + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasAgentPoolId() bool` + +HasAgentPoolId returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetEnabled + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetDiscoverSchedule returns the DiscoverSchedule field if non-nil, zero value otherwise. + +### GetDiscoverScheduleOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDiscoverSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetDiscoverSchedule sets DiscoverSchedule field to given value. + +### HasDiscoverSchedule + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDiscoverSchedule() bool` + +HasDiscoverSchedule returns a boolean if a field has been set. + +### GetMonitorSchedule + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetMonitorSchedule returns the MonitorSchedule field if non-nil, zero value otherwise. + +### GetMonitorScheduleOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetMonitorScheduleOk returns a tuple with the MonitorSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorSchedule + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetMonitorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetMonitorSchedule sets MonitorSchedule field to given value. + +### HasMonitorSchedule + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasMonitorSchedule() bool` + +HasMonitorSchedule returns a boolean if a field has been set. + +### GetDiscoverPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverPercentComplete() float64` + +GetDiscoverPercentComplete returns the DiscoverPercentComplete field if non-nil, zero value otherwise. + +### GetDiscoverPercentCompleteOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverPercentCompleteOk() (*float64, bool)` + +GetDiscoverPercentCompleteOk returns a tuple with the DiscoverPercentComplete field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDiscoverPercentComplete(v float64)` + +SetDiscoverPercentComplete sets DiscoverPercentComplete field to given value. + +### HasDiscoverPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDiscoverPercentComplete() bool` + +HasDiscoverPercentComplete returns a boolean if a field has been set. + +### GetMonitorPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorPercentComplete() float64` + +GetMonitorPercentComplete returns the MonitorPercentComplete field if non-nil, zero value otherwise. + +### GetMonitorPercentCompleteOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorPercentCompleteOk() (*float64, bool)` + +GetMonitorPercentCompleteOk returns a tuple with the MonitorPercentComplete field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetMonitorPercentComplete(v float64)` + +SetMonitorPercentComplete sets MonitorPercentComplete field to given value. + +### HasMonitorPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasMonitorPercentComplete() bool` + +HasMonitorPercentComplete returns a boolean if a field has been set. + +### GetDiscoverStatus + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverStatus() int32` + +GetDiscoverStatus returns the DiscoverStatus field if non-nil, zero value otherwise. + +### GetDiscoverStatusOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverStatusOk() (*int32, bool)` + +GetDiscoverStatusOk returns a tuple with the DiscoverStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverStatus + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDiscoverStatus(v int32)` + +SetDiscoverStatus sets DiscoverStatus field to given value. + +### HasDiscoverStatus + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDiscoverStatus() bool` + +HasDiscoverStatus returns a boolean if a field has been set. + +### GetMonitorStatus + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorStatus() int32` + +GetMonitorStatus returns the MonitorStatus field if non-nil, zero value otherwise. + +### GetMonitorStatusOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorStatusOk() (*int32, bool)` + +GetMonitorStatusOk returns a tuple with the MonitorStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorStatus + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetMonitorStatus(v int32)` + +SetMonitorStatus sets MonitorStatus field to given value. + +### HasMonitorStatus + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasMonitorStatus() bool` + +HasMonitorStatus returns a boolean if a field has been set. + +### GetDiscoverLastScanned + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverLastScanned() time.Time` + +GetDiscoverLastScanned returns the DiscoverLastScanned field if non-nil, zero value otherwise. + +### GetDiscoverLastScannedOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverLastScannedOk() (*time.Time, bool)` + +GetDiscoverLastScannedOk returns a tuple with the DiscoverLastScanned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverLastScanned + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDiscoverLastScanned(v time.Time)` + +SetDiscoverLastScanned sets DiscoverLastScanned field to given value. + +### HasDiscoverLastScanned + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDiscoverLastScanned() bool` + +HasDiscoverLastScanned returns a boolean if a field has been set. + +### GetMonitorLastScanned + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorLastScanned() time.Time` + +GetMonitorLastScanned returns the MonitorLastScanned field if non-nil, zero value otherwise. + +### GetMonitorLastScannedOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorLastScannedOk() (*time.Time, bool)` + +GetMonitorLastScannedOk returns a tuple with the MonitorLastScanned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorLastScanned + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetMonitorLastScanned(v time.Time)` + +SetMonitorLastScanned sets MonitorLastScanned field to given value. + +### HasMonitorLastScanned + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasMonitorLastScanned() bool` + +HasMonitorLastScanned returns a boolean if a field has been set. + +### GetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetSslAlertRecipients() []string` + +GetSslAlertRecipients returns the SslAlertRecipients field if non-nil, zero value otherwise. + +### GetSslAlertRecipientsOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetSslAlertRecipientsOk() (*[]string, bool)` + +GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetSslAlertRecipients(v []string)` + +SetSslAlertRecipients sets SslAlertRecipients field to given value. + +### HasSslAlertRecipients + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasSslAlertRecipients() bool` + +HasSslAlertRecipients returns a boolean if a field has been set. + +### GetAutoMonitor + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetAutoMonitor() bool` + +GetAutoMonitor returns the AutoMonitor field if non-nil, zero value otherwise. + +### GetAutoMonitorOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetAutoMonitorOk() (*bool, bool)` + +GetAutoMonitorOk returns a tuple with the AutoMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAutoMonitor + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetAutoMonitor(v bool)` + +SetAutoMonitor sets AutoMonitor field to given value. + +### HasAutoMonitor + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasAutoMonitor() bool` + +HasAutoMonitor returns a boolean if a field has been set. + +### GetGetRobots + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetGetRobots() bool` + +GetGetRobots returns the GetRobots field if non-nil, zero value otherwise. + +### GetGetRobotsOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetGetRobotsOk() (*bool, bool)` + +GetGetRobotsOk returns a tuple with the GetRobots field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGetRobots + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetGetRobots(v bool)` + +SetGetRobots sets GetRobots field to given value. + +### HasGetRobots + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasGetRobots() bool` + +HasGetRobots returns a boolean if a field has been set. + +### GetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverTimeoutMs() float64` + +GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field if non-nil, zero value otherwise. + +### GetDiscoverTimeoutMsOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverTimeoutMsOk() (*float64, bool)` + +GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDiscoverTimeoutMs(v float64)` + +SetDiscoverTimeoutMs sets DiscoverTimeoutMs field to given value. + +### HasDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDiscoverTimeoutMs() bool` + +HasDiscoverTimeoutMs returns a boolean if a field has been set. + +### GetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorTimeoutMs() float64` + +GetMonitorTimeoutMs returns the MonitorTimeoutMs field if non-nil, zero value otherwise. + +### GetMonitorTimeoutMsOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorTimeoutMsOk() (*float64, bool)` + +GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetMonitorTimeoutMs(v float64)` + +SetMonitorTimeoutMs sets MonitorTimeoutMs field to given value. + +### HasMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasMonitorTimeoutMs() bool` + +HasMonitorTimeoutMs returns a boolean if a field has been set. + +### GetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetExpirationAlertDays() float64` + +GetExpirationAlertDays returns the ExpirationAlertDays field if non-nil, zero value otherwise. + +### GetExpirationAlertDaysOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetExpirationAlertDaysOk() (*float64, bool)` + +GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetExpirationAlertDays(v float64)` + +SetExpirationAlertDays sets ExpirationAlertDays field to given value. + +### HasExpirationAlertDays + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasExpirationAlertDays() bool` + +HasExpirationAlertDays returns a boolean if a field has been set. + +### GetDiscoverJobParts + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverJobParts() int32` + +GetDiscoverJobParts returns the DiscoverJobParts field if non-nil, zero value otherwise. + +### GetDiscoverJobPartsOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetDiscoverJobPartsOk() (*int32, bool)` + +GetDiscoverJobPartsOk returns a tuple with the DiscoverJobParts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverJobParts + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetDiscoverJobParts(v int32)` + +SetDiscoverJobParts sets DiscoverJobParts field to given value. + +### HasDiscoverJobParts + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasDiscoverJobParts() bool` + +HasDiscoverJobParts returns a boolean if a field has been set. + +### GetMonitorJobParts + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorJobParts() int32` + +GetMonitorJobParts returns the MonitorJobParts field if non-nil, zero value otherwise. + +### GetMonitorJobPartsOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetMonitorJobPartsOk() (*int32, bool)` + +GetMonitorJobPartsOk returns a tuple with the MonitorJobParts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorJobParts + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetMonitorJobParts(v int32)` + +SetMonitorJobParts sets MonitorJobParts field to given value. + +### HasMonitorJobParts + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasMonitorJobParts() bool` + +HasMonitorJobParts returns a boolean if a field has been set. + +### GetQuietHours + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetQuietHours() []KeyfactorApiModelsSslQuietHourResponse` + +GetQuietHours returns the QuietHours field if non-nil, zero value otherwise. + +### GetQuietHoursOk + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) GetQuietHoursOk() (*[]KeyfactorApiModelsSslQuietHourResponse, bool)` + +GetQuietHoursOk returns a tuple with the QuietHours field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuietHours + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) SetQuietHours(v []KeyfactorApiModelsSslQuietHourResponse)` + +SetQuietHours sets QuietHours field to given value. + +### HasQuietHours + +`func (o *KeyfactorApiModelsSslNetworkQueryResponse) HasQuietHours() bool` + +HasQuietHours returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSslNetworkResponse.md b/docs/KeyfactorApiModelsSslNetworkResponse.md new file mode 100644 index 0000000..9b41189 --- /dev/null +++ b/docs/KeyfactorApiModelsSslNetworkResponse.md @@ -0,0 +1,628 @@ +# KeyfactorApiModelsSslNetworkResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**NetworkId** | Pointer to **string** | | [optional] +**Name** | Pointer to **string** | | [optional] +**AgentPoolName** | Pointer to **string** | | [optional] +**AgentPoolId** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**Enabled** | Pointer to **bool** | | [optional] +**DiscoverSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**MonitorSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**DiscoverPercentComplete** | Pointer to **float64** | | [optional] +**MonitorPercentComplete** | Pointer to **float64** | | [optional] +**DiscoverStatus** | Pointer to **int32** | | [optional] +**MonitorStatus** | Pointer to **int32** | | [optional] +**DiscoverLastScanned** | Pointer to **time.Time** | | [optional] +**MonitorLastScanned** | Pointer to **time.Time** | | [optional] +**SslAlertRecipients** | Pointer to **[]string** | | [optional] +**AutoMonitor** | Pointer to **bool** | | [optional] +**GetRobots** | Pointer to **bool** | | [optional] +**DiscoverTimeoutMs** | Pointer to **float64** | | [optional] +**MonitorTimeoutMs** | Pointer to **float64** | | [optional] +**ExpirationAlertDays** | Pointer to **float64** | | [optional] +**DiscoverJobParts** | Pointer to **int32** | | [optional] +**MonitorJobParts** | Pointer to **int32** | | [optional] +**QuietHours** | Pointer to [**[]KeyfactorApiModelsSslQuietHourResponse**](KeyfactorApiModelsSslQuietHourResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsSslNetworkResponse + +`func NewKeyfactorApiModelsSslNetworkResponse() *KeyfactorApiModelsSslNetworkResponse` + +NewKeyfactorApiModelsSslNetworkResponse instantiates a new KeyfactorApiModelsSslNetworkResponse 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 + +### NewKeyfactorApiModelsSslNetworkResponseWithDefaults + +`func NewKeyfactorApiModelsSslNetworkResponseWithDefaults() *KeyfactorApiModelsSslNetworkResponse` + +NewKeyfactorApiModelsSslNetworkResponseWithDefaults instantiates a new KeyfactorApiModelsSslNetworkResponse 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 + +### GetNetworkId + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetNetworkId() string` + +GetNetworkId returns the NetworkId field if non-nil, zero value otherwise. + +### GetNetworkIdOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetNetworkIdOk() (*string, bool)` + +GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkId + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetNetworkId(v string)` + +SetNetworkId sets NetworkId field to given value. + +### HasNetworkId + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasNetworkId() bool` + +HasNetworkId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetAgentPoolName + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetAgentPoolName() string` + +GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise. + +### GetAgentPoolNameOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetAgentPoolNameOk() (*string, bool)` + +GetAgentPoolNameOk returns a tuple with the AgentPoolName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolName + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetAgentPoolName(v string)` + +SetAgentPoolName sets AgentPoolName field to given value. + +### HasAgentPoolName + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasAgentPoolName() bool` + +HasAgentPoolName returns a boolean if a field has been set. + +### GetAgentPoolId + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetAgentPoolId() string` + +GetAgentPoolId returns the AgentPoolId field if non-nil, zero value otherwise. + +### GetAgentPoolIdOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetAgentPoolIdOk() (*string, bool)` + +GetAgentPoolIdOk returns a tuple with the AgentPoolId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolId + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetAgentPoolId(v string)` + +SetAgentPoolId sets AgentPoolId field to given value. + +### HasAgentPoolId + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasAgentPoolId() bool` + +HasAgentPoolId returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetEnabled + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetDiscoverSchedule returns the DiscoverSchedule field if non-nil, zero value otherwise. + +### GetDiscoverScheduleOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDiscoverSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetDiscoverSchedule sets DiscoverSchedule field to given value. + +### HasDiscoverSchedule + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDiscoverSchedule() bool` + +HasDiscoverSchedule returns a boolean if a field has been set. + +### GetMonitorSchedule + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetMonitorSchedule returns the MonitorSchedule field if non-nil, zero value otherwise. + +### GetMonitorScheduleOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetMonitorScheduleOk returns a tuple with the MonitorSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorSchedule + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetMonitorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetMonitorSchedule sets MonitorSchedule field to given value. + +### HasMonitorSchedule + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasMonitorSchedule() bool` + +HasMonitorSchedule returns a boolean if a field has been set. + +### GetDiscoverPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverPercentComplete() float64` + +GetDiscoverPercentComplete returns the DiscoverPercentComplete field if non-nil, zero value otherwise. + +### GetDiscoverPercentCompleteOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverPercentCompleteOk() (*float64, bool)` + +GetDiscoverPercentCompleteOk returns a tuple with the DiscoverPercentComplete field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDiscoverPercentComplete(v float64)` + +SetDiscoverPercentComplete sets DiscoverPercentComplete field to given value. + +### HasDiscoverPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDiscoverPercentComplete() bool` + +HasDiscoverPercentComplete returns a boolean if a field has been set. + +### GetMonitorPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorPercentComplete() float64` + +GetMonitorPercentComplete returns the MonitorPercentComplete field if non-nil, zero value otherwise. + +### GetMonitorPercentCompleteOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorPercentCompleteOk() (*float64, bool)` + +GetMonitorPercentCompleteOk returns a tuple with the MonitorPercentComplete field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetMonitorPercentComplete(v float64)` + +SetMonitorPercentComplete sets MonitorPercentComplete field to given value. + +### HasMonitorPercentComplete + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasMonitorPercentComplete() bool` + +HasMonitorPercentComplete returns a boolean if a field has been set. + +### GetDiscoverStatus + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverStatus() int32` + +GetDiscoverStatus returns the DiscoverStatus field if non-nil, zero value otherwise. + +### GetDiscoverStatusOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverStatusOk() (*int32, bool)` + +GetDiscoverStatusOk returns a tuple with the DiscoverStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverStatus + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDiscoverStatus(v int32)` + +SetDiscoverStatus sets DiscoverStatus field to given value. + +### HasDiscoverStatus + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDiscoverStatus() bool` + +HasDiscoverStatus returns a boolean if a field has been set. + +### GetMonitorStatus + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorStatus() int32` + +GetMonitorStatus returns the MonitorStatus field if non-nil, zero value otherwise. + +### GetMonitorStatusOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorStatusOk() (*int32, bool)` + +GetMonitorStatusOk returns a tuple with the MonitorStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorStatus + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetMonitorStatus(v int32)` + +SetMonitorStatus sets MonitorStatus field to given value. + +### HasMonitorStatus + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasMonitorStatus() bool` + +HasMonitorStatus returns a boolean if a field has been set. + +### GetDiscoverLastScanned + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverLastScanned() time.Time` + +GetDiscoverLastScanned returns the DiscoverLastScanned field if non-nil, zero value otherwise. + +### GetDiscoverLastScannedOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverLastScannedOk() (*time.Time, bool)` + +GetDiscoverLastScannedOk returns a tuple with the DiscoverLastScanned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverLastScanned + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDiscoverLastScanned(v time.Time)` + +SetDiscoverLastScanned sets DiscoverLastScanned field to given value. + +### HasDiscoverLastScanned + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDiscoverLastScanned() bool` + +HasDiscoverLastScanned returns a boolean if a field has been set. + +### GetMonitorLastScanned + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorLastScanned() time.Time` + +GetMonitorLastScanned returns the MonitorLastScanned field if non-nil, zero value otherwise. + +### GetMonitorLastScannedOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorLastScannedOk() (*time.Time, bool)` + +GetMonitorLastScannedOk returns a tuple with the MonitorLastScanned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorLastScanned + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetMonitorLastScanned(v time.Time)` + +SetMonitorLastScanned sets MonitorLastScanned field to given value. + +### HasMonitorLastScanned + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasMonitorLastScanned() bool` + +HasMonitorLastScanned returns a boolean if a field has been set. + +### GetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetSslAlertRecipients() []string` + +GetSslAlertRecipients returns the SslAlertRecipients field if non-nil, zero value otherwise. + +### GetSslAlertRecipientsOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetSslAlertRecipientsOk() (*[]string, bool)` + +GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetSslAlertRecipients(v []string)` + +SetSslAlertRecipients sets SslAlertRecipients field to given value. + +### HasSslAlertRecipients + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasSslAlertRecipients() bool` + +HasSslAlertRecipients returns a boolean if a field has been set. + +### GetAutoMonitor + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetAutoMonitor() bool` + +GetAutoMonitor returns the AutoMonitor field if non-nil, zero value otherwise. + +### GetAutoMonitorOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetAutoMonitorOk() (*bool, bool)` + +GetAutoMonitorOk returns a tuple with the AutoMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAutoMonitor + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetAutoMonitor(v bool)` + +SetAutoMonitor sets AutoMonitor field to given value. + +### HasAutoMonitor + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasAutoMonitor() bool` + +HasAutoMonitor returns a boolean if a field has been set. + +### GetGetRobots + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetGetRobots() bool` + +GetGetRobots returns the GetRobots field if non-nil, zero value otherwise. + +### GetGetRobotsOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetGetRobotsOk() (*bool, bool)` + +GetGetRobotsOk returns a tuple with the GetRobots field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGetRobots + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetGetRobots(v bool)` + +SetGetRobots sets GetRobots field to given value. + +### HasGetRobots + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasGetRobots() bool` + +HasGetRobots returns a boolean if a field has been set. + +### GetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverTimeoutMs() float64` + +GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field if non-nil, zero value otherwise. + +### GetDiscoverTimeoutMsOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverTimeoutMsOk() (*float64, bool)` + +GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDiscoverTimeoutMs(v float64)` + +SetDiscoverTimeoutMs sets DiscoverTimeoutMs field to given value. + +### HasDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDiscoverTimeoutMs() bool` + +HasDiscoverTimeoutMs returns a boolean if a field has been set. + +### GetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorTimeoutMs() float64` + +GetMonitorTimeoutMs returns the MonitorTimeoutMs field if non-nil, zero value otherwise. + +### GetMonitorTimeoutMsOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorTimeoutMsOk() (*float64, bool)` + +GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetMonitorTimeoutMs(v float64)` + +SetMonitorTimeoutMs sets MonitorTimeoutMs field to given value. + +### HasMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasMonitorTimeoutMs() bool` + +HasMonitorTimeoutMs returns a boolean if a field has been set. + +### GetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetExpirationAlertDays() float64` + +GetExpirationAlertDays returns the ExpirationAlertDays field if non-nil, zero value otherwise. + +### GetExpirationAlertDaysOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetExpirationAlertDaysOk() (*float64, bool)` + +GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetExpirationAlertDays(v float64)` + +SetExpirationAlertDays sets ExpirationAlertDays field to given value. + +### HasExpirationAlertDays + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasExpirationAlertDays() bool` + +HasExpirationAlertDays returns a boolean if a field has been set. + +### GetDiscoverJobParts + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverJobParts() int32` + +GetDiscoverJobParts returns the DiscoverJobParts field if non-nil, zero value otherwise. + +### GetDiscoverJobPartsOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetDiscoverJobPartsOk() (*int32, bool)` + +GetDiscoverJobPartsOk returns a tuple with the DiscoverJobParts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverJobParts + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetDiscoverJobParts(v int32)` + +SetDiscoverJobParts sets DiscoverJobParts field to given value. + +### HasDiscoverJobParts + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasDiscoverJobParts() bool` + +HasDiscoverJobParts returns a boolean if a field has been set. + +### GetMonitorJobParts + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorJobParts() int32` + +GetMonitorJobParts returns the MonitorJobParts field if non-nil, zero value otherwise. + +### GetMonitorJobPartsOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetMonitorJobPartsOk() (*int32, bool)` + +GetMonitorJobPartsOk returns a tuple with the MonitorJobParts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorJobParts + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetMonitorJobParts(v int32)` + +SetMonitorJobParts sets MonitorJobParts field to given value. + +### HasMonitorJobParts + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasMonitorJobParts() bool` + +HasMonitorJobParts returns a boolean if a field has been set. + +### GetQuietHours + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetQuietHours() []KeyfactorApiModelsSslQuietHourResponse` + +GetQuietHours returns the QuietHours field if non-nil, zero value otherwise. + +### GetQuietHoursOk + +`func (o *KeyfactorApiModelsSslNetworkResponse) GetQuietHoursOk() (*[]KeyfactorApiModelsSslQuietHourResponse, bool)` + +GetQuietHoursOk returns a tuple with the QuietHours field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuietHours + +`func (o *KeyfactorApiModelsSslNetworkResponse) SetQuietHours(v []KeyfactorApiModelsSslQuietHourResponse)` + +SetQuietHours sets QuietHours field to given value. + +### HasQuietHours + +`func (o *KeyfactorApiModelsSslNetworkResponse) HasQuietHours() bool` + +HasQuietHours returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSslQuietHourRequest.md b/docs/KeyfactorApiModelsSslQuietHourRequest.md new file mode 100644 index 0000000..da66301 --- /dev/null +++ b/docs/KeyfactorApiModelsSslQuietHourRequest.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsSslQuietHourRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StartDay** | Pointer to **int32** | | [optional] +**StartTime** | Pointer to **time.Time** | | [optional] +**EndDay** | Pointer to **int32** | | [optional] +**EndTime** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSslQuietHourRequest + +`func NewKeyfactorApiModelsSslQuietHourRequest() *KeyfactorApiModelsSslQuietHourRequest` + +NewKeyfactorApiModelsSslQuietHourRequest instantiates a new KeyfactorApiModelsSslQuietHourRequest 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 + +### NewKeyfactorApiModelsSslQuietHourRequestWithDefaults + +`func NewKeyfactorApiModelsSslQuietHourRequestWithDefaults() *KeyfactorApiModelsSslQuietHourRequest` + +NewKeyfactorApiModelsSslQuietHourRequestWithDefaults instantiates a new KeyfactorApiModelsSslQuietHourRequest 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 + +### GetStartDay + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetStartDay() int32` + +GetStartDay returns the StartDay field if non-nil, zero value otherwise. + +### GetStartDayOk + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetStartDayOk() (*int32, bool)` + +GetStartDayOk returns a tuple with the StartDay field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartDay + +`func (o *KeyfactorApiModelsSslQuietHourRequest) SetStartDay(v int32)` + +SetStartDay sets StartDay field to given value. + +### HasStartDay + +`func (o *KeyfactorApiModelsSslQuietHourRequest) HasStartDay() bool` + +HasStartDay returns a boolean if a field has been set. + +### GetStartTime + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetStartTime() time.Time` + +GetStartTime returns the StartTime field if non-nil, zero value otherwise. + +### GetStartTimeOk + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetStartTimeOk() (*time.Time, bool)` + +GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartTime + +`func (o *KeyfactorApiModelsSslQuietHourRequest) SetStartTime(v time.Time)` + +SetStartTime sets StartTime field to given value. + +### HasStartTime + +`func (o *KeyfactorApiModelsSslQuietHourRequest) HasStartTime() bool` + +HasStartTime returns a boolean if a field has been set. + +### GetEndDay + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetEndDay() int32` + +GetEndDay returns the EndDay field if non-nil, zero value otherwise. + +### GetEndDayOk + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetEndDayOk() (*int32, bool)` + +GetEndDayOk returns a tuple with the EndDay field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndDay + +`func (o *KeyfactorApiModelsSslQuietHourRequest) SetEndDay(v int32)` + +SetEndDay sets EndDay field to given value. + +### HasEndDay + +`func (o *KeyfactorApiModelsSslQuietHourRequest) HasEndDay() bool` + +HasEndDay returns a boolean if a field has been set. + +### GetEndTime + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetEndTime() time.Time` + +GetEndTime returns the EndTime field if non-nil, zero value otherwise. + +### GetEndTimeOk + +`func (o *KeyfactorApiModelsSslQuietHourRequest) GetEndTimeOk() (*time.Time, bool)` + +GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndTime + +`func (o *KeyfactorApiModelsSslQuietHourRequest) SetEndTime(v time.Time)` + +SetEndTime sets EndTime field to given value. + +### HasEndTime + +`func (o *KeyfactorApiModelsSslQuietHourRequest) HasEndTime() bool` + +HasEndTime returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSslQuietHourResponse.md b/docs/KeyfactorApiModelsSslQuietHourResponse.md new file mode 100644 index 0000000..054d7f5 --- /dev/null +++ b/docs/KeyfactorApiModelsSslQuietHourResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsSslQuietHourResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StartDay** | Pointer to **int32** | | [optional] +**StartTime** | Pointer to **time.Time** | | [optional] +**EndDay** | Pointer to **int32** | | [optional] +**EndTime** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewKeyfactorApiModelsSslQuietHourResponse + +`func NewKeyfactorApiModelsSslQuietHourResponse() *KeyfactorApiModelsSslQuietHourResponse` + +NewKeyfactorApiModelsSslQuietHourResponse instantiates a new KeyfactorApiModelsSslQuietHourResponse 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 + +### NewKeyfactorApiModelsSslQuietHourResponseWithDefaults + +`func NewKeyfactorApiModelsSslQuietHourResponseWithDefaults() *KeyfactorApiModelsSslQuietHourResponse` + +NewKeyfactorApiModelsSslQuietHourResponseWithDefaults instantiates a new KeyfactorApiModelsSslQuietHourResponse 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 + +### GetStartDay + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartDay() int32` + +GetStartDay returns the StartDay field if non-nil, zero value otherwise. + +### GetStartDayOk + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartDayOk() (*int32, bool)` + +GetStartDayOk returns a tuple with the StartDay field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartDay + +`func (o *KeyfactorApiModelsSslQuietHourResponse) SetStartDay(v int32)` + +SetStartDay sets StartDay field to given value. + +### HasStartDay + +`func (o *KeyfactorApiModelsSslQuietHourResponse) HasStartDay() bool` + +HasStartDay returns a boolean if a field has been set. + +### GetStartTime + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartTime() time.Time` + +GetStartTime returns the StartTime field if non-nil, zero value otherwise. + +### GetStartTimeOk + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartTimeOk() (*time.Time, bool)` + +GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartTime + +`func (o *KeyfactorApiModelsSslQuietHourResponse) SetStartTime(v time.Time)` + +SetStartTime sets StartTime field to given value. + +### HasStartTime + +`func (o *KeyfactorApiModelsSslQuietHourResponse) HasStartTime() bool` + +HasStartTime returns a boolean if a field has been set. + +### GetEndDay + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndDay() int32` + +GetEndDay returns the EndDay field if non-nil, zero value otherwise. + +### GetEndDayOk + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndDayOk() (*int32, bool)` + +GetEndDayOk returns a tuple with the EndDay field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndDay + +`func (o *KeyfactorApiModelsSslQuietHourResponse) SetEndDay(v int32)` + +SetEndDay sets EndDay field to given value. + +### HasEndDay + +`func (o *KeyfactorApiModelsSslQuietHourResponse) HasEndDay() bool` + +HasEndDay returns a boolean if a field has been set. + +### GetEndTime + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndTime() time.Time` + +GetEndTime returns the EndTime field if non-nil, zero value otherwise. + +### GetEndTimeOk + +`func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndTimeOk() (*time.Time, bool)` + +GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndTime + +`func (o *KeyfactorApiModelsSslQuietHourResponse) SetEndTime(v time.Time)` + +SetEndTime sets EndTime field to given value. + +### HasEndTime + +`func (o *KeyfactorApiModelsSslQuietHourResponse) HasEndTime() bool` + +HasEndTime returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsSslUpdateNetworkRequest.md b/docs/KeyfactorApiModelsSslUpdateNetworkRequest.md new file mode 100644 index 0000000..abf75d6 --- /dev/null +++ b/docs/KeyfactorApiModelsSslUpdateNetworkRequest.md @@ -0,0 +1,374 @@ +# KeyfactorApiModelsSslUpdateNetworkRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**NetworkId** | **string** | | +**Name** | **string** | | +**AgentPoolName** | **string** | | +**Description** | **string** | | +**Enabled** | Pointer to **bool** | | [optional] +**DiscoverSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**MonitorSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**SslAlertRecipients** | Pointer to **[]string** | | [optional] +**AutoMonitor** | Pointer to **bool** | | [optional] +**GetRobots** | Pointer to **bool** | | [optional] +**DiscoverTimeoutMs** | Pointer to **float64** | | [optional] +**MonitorTimeoutMs** | Pointer to **float64** | | [optional] +**ExpirationAlertDays** | Pointer to **float64** | | [optional] +**QuietHours** | Pointer to [**[]KeyfactorApiModelsSslQuietHourRequest**](KeyfactorApiModelsSslQuietHourRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsSslUpdateNetworkRequest + +`func NewKeyfactorApiModelsSslUpdateNetworkRequest(networkId string, name string, agentPoolName string, description string, ) *KeyfactorApiModelsSslUpdateNetworkRequest` + +NewKeyfactorApiModelsSslUpdateNetworkRequest instantiates a new KeyfactorApiModelsSslUpdateNetworkRequest 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 + +### NewKeyfactorApiModelsSslUpdateNetworkRequestWithDefaults + +`func NewKeyfactorApiModelsSslUpdateNetworkRequestWithDefaults() *KeyfactorApiModelsSslUpdateNetworkRequest` + +NewKeyfactorApiModelsSslUpdateNetworkRequestWithDefaults instantiates a new KeyfactorApiModelsSslUpdateNetworkRequest 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 + +### GetNetworkId + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetNetworkId() string` + +GetNetworkId returns the NetworkId field if non-nil, zero value otherwise. + +### GetNetworkIdOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetNetworkIdOk() (*string, bool)` + +GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkId + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetNetworkId(v string)` + +SetNetworkId sets NetworkId field to given value. + + +### GetName + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetAgentPoolName + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetAgentPoolName() string` + +GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise. + +### GetAgentPoolNameOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetAgentPoolNameOk() (*string, bool)` + +GetAgentPoolNameOk returns a tuple with the AgentPoolName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolName + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetAgentPoolName(v string)` + +SetAgentPoolName sets AgentPoolName field to given value. + + +### GetDescription + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetEnabled + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetDiscoverSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetDiscoverSchedule returns the DiscoverSchedule field if non-nil, zero value otherwise. + +### GetDiscoverScheduleOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetDiscoverScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverSchedule + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetDiscoverSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetDiscoverSchedule sets DiscoverSchedule field to given value. + +### HasDiscoverSchedule + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasDiscoverSchedule() bool` + +HasDiscoverSchedule returns a boolean if a field has been set. + +### GetMonitorSchedule + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetMonitorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetMonitorSchedule returns the MonitorSchedule field if non-nil, zero value otherwise. + +### GetMonitorScheduleOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetMonitorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetMonitorScheduleOk returns a tuple with the MonitorSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorSchedule + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetMonitorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetMonitorSchedule sets MonitorSchedule field to given value. + +### HasMonitorSchedule + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasMonitorSchedule() bool` + +HasMonitorSchedule returns a boolean if a field has been set. + +### GetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetSslAlertRecipients() []string` + +GetSslAlertRecipients returns the SslAlertRecipients field if non-nil, zero value otherwise. + +### GetSslAlertRecipientsOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetSslAlertRecipientsOk() (*[]string, bool)` + +GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSslAlertRecipients + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetSslAlertRecipients(v []string)` + +SetSslAlertRecipients sets SslAlertRecipients field to given value. + +### HasSslAlertRecipients + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasSslAlertRecipients() bool` + +HasSslAlertRecipients returns a boolean if a field has been set. + +### GetAutoMonitor + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetAutoMonitor() bool` + +GetAutoMonitor returns the AutoMonitor field if non-nil, zero value otherwise. + +### GetAutoMonitorOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetAutoMonitorOk() (*bool, bool)` + +GetAutoMonitorOk returns a tuple with the AutoMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAutoMonitor + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetAutoMonitor(v bool)` + +SetAutoMonitor sets AutoMonitor field to given value. + +### HasAutoMonitor + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasAutoMonitor() bool` + +HasAutoMonitor returns a boolean if a field has been set. + +### GetGetRobots + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetGetRobots() bool` + +GetGetRobots returns the GetRobots field if non-nil, zero value otherwise. + +### GetGetRobotsOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetGetRobotsOk() (*bool, bool)` + +GetGetRobotsOk returns a tuple with the GetRobots field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGetRobots + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetGetRobots(v bool)` + +SetGetRobots sets GetRobots field to given value. + +### HasGetRobots + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasGetRobots() bool` + +HasGetRobots returns a boolean if a field has been set. + +### GetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetDiscoverTimeoutMs() float64` + +GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field if non-nil, zero value otherwise. + +### GetDiscoverTimeoutMsOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetDiscoverTimeoutMsOk() (*float64, bool)` + +GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetDiscoverTimeoutMs(v float64)` + +SetDiscoverTimeoutMs sets DiscoverTimeoutMs field to given value. + +### HasDiscoverTimeoutMs + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasDiscoverTimeoutMs() bool` + +HasDiscoverTimeoutMs returns a boolean if a field has been set. + +### GetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetMonitorTimeoutMs() float64` + +GetMonitorTimeoutMs returns the MonitorTimeoutMs field if non-nil, zero value otherwise. + +### GetMonitorTimeoutMsOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetMonitorTimeoutMsOk() (*float64, bool)` + +GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetMonitorTimeoutMs(v float64)` + +SetMonitorTimeoutMs sets MonitorTimeoutMs field to given value. + +### HasMonitorTimeoutMs + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasMonitorTimeoutMs() bool` + +HasMonitorTimeoutMs returns a boolean if a field has been set. + +### GetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetExpirationAlertDays() float64` + +GetExpirationAlertDays returns the ExpirationAlertDays field if non-nil, zero value otherwise. + +### GetExpirationAlertDaysOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetExpirationAlertDaysOk() (*float64, bool)` + +GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationAlertDays + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetExpirationAlertDays(v float64)` + +SetExpirationAlertDays sets ExpirationAlertDays field to given value. + +### HasExpirationAlertDays + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasExpirationAlertDays() bool` + +HasExpirationAlertDays returns a boolean if a field has been set. + +### GetQuietHours + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetQuietHours() []KeyfactorApiModelsSslQuietHourRequest` + +GetQuietHours returns the QuietHours field if non-nil, zero value otherwise. + +### GetQuietHoursOk + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) GetQuietHoursOk() (*[]KeyfactorApiModelsSslQuietHourRequest, bool)` + +GetQuietHoursOk returns a tuple with the QuietHours field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuietHours + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) SetQuietHours(v []KeyfactorApiModelsSslQuietHourRequest)` + +SetQuietHours sets QuietHours field to given value. + +### HasQuietHours + +`func (o *KeyfactorApiModelsSslUpdateNetworkRequest) HasQuietHours() bool` + +HasQuietHours returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest.md new file mode 100644 index 0000000..3dd02ea --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest.md @@ -0,0 +1,77 @@ +# KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | **string** | The subject part to apply the default to. | +**Value** | Pointer to **string** | The value to apply by default. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest(subjectPart string, ) *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest` + +NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultRequestWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultRequestWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest` + +NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultRequestWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + + +### GetValue + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse.md new file mode 100644 index 0000000..e1e5e8c --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | The subject part to apply the default to. | [optional] +**Value** | Pointer to **string** | The value to apply by default. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse() *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultResponseWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplateDefaultResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetValue + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest.md new file mode 100644 index 0000000..1b268e4 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest.md @@ -0,0 +1,135 @@ +# KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest + +## Properties + +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. | + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest + +`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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyRequestWithDefaults + +`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 + +### GetRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetRSAValidKeySizes() []int32` + +GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise. + +### GetRSAValidKeySizesOk + +`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. + +### SetRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetRSAValidKeySizes(v []int32)` + +SetRSAValidKeySizes sets RSAValidKeySizes field to given value. + + +### GetECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetECCValidCurves() []string` + +GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise. + +### GetECCValidCurvesOk + +`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. + +### SetECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetECCValidCurves(v []string)` + +SetECCValidCurves sets ECCValidCurves field to given value. + + +### GetAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetAllowKeyReuse() bool` + +GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise. + +### GetAllowKeyReuseOk + +`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. + +### SetAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetAllowKeyReuse(v bool)` + +SetAllowKeyReuse sets AllowKeyReuse field to given value. + + +### GetAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetAllowWildcards() bool` + +GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise. + +### GetAllowWildcardsOk + +`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. + +### SetAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetAllowWildcards(v bool)` + +SetAllowWildcards sets AllowWildcards field to given value. + + +### GetRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`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. + +### SetRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse.md new file mode 100644 index 0000000..367efb8 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**RSAValidKeySizes** | Pointer to **[]int32** | The allowed RSA key sizes. | [optional] +**ECCValidCurves** | Pointer to **[]string** | The allowed ECC curves. | [optional] +**AllowKeyReuse** | Pointer to **bool** | Whether or not keys can be reused. | [optional] +**AllowWildcards** | Pointer to **bool** | Whether or not wildcards can be used. | [optional] +**RFCEnforcement** | Pointer to **bool** | Whether or not RFC 2818 compliance should be enforced. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse + +`func NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse() *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse instantiates a new KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyResponseWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplatePolicyResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse 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 + +### GetRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) GetRSAValidKeySizes() []int32` + +GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise. + +### GetRSAValidKeySizesOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) 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. + +### SetRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) SetRSAValidKeySizes(v []int32)` + +SetRSAValidKeySizes sets RSAValidKeySizes field to given value. + +### HasRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) HasRSAValidKeySizes() bool` + +HasRSAValidKeySizes returns a boolean if a field has been set. + +### GetECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) GetECCValidCurves() []string` + +GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise. + +### GetECCValidCurvesOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) 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. + +### SetECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) SetECCValidCurves(v []string)` + +SetECCValidCurves sets ECCValidCurves field to given value. + +### HasECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) HasECCValidCurves() bool` + +HasECCValidCurves returns a boolean if a field has been set. + +### GetAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) GetAllowKeyReuse() bool` + +GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise. + +### GetAllowKeyReuseOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) 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. + +### SetAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) SetAllowKeyReuse(v bool)` + +SetAllowKeyReuse sets AllowKeyReuse field to given value. + +### HasAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) HasAllowKeyReuse() bool` + +HasAllowKeyReuse returns a boolean if a field has been set. + +### GetAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) GetAllowWildcards() bool` + +GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise. + +### GetAllowWildcardsOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) 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. + +### SetAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) SetAllowWildcards(v bool)` + +SetAllowWildcards sets AllowWildcards field to given value. + +### HasAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) HasAllowWildcards() bool` + +HasAllowWildcards returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) 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. + +### SetRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest.md new file mode 100644 index 0000000..d34035a --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest.md @@ -0,0 +1,103 @@ +# KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | **string** | The subject part to apply the regular expression to. | +**Regex** | Pointer to **string** | The regular expression to apply to the subject part. | [optional] +**Error** | Pointer to **string** | The error message to show when the regex validation fails. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplateRegexRequest + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateRegexRequest(subjectPart string, ) *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest` + +NewKeyfactorApiModelsTemplatesGlobalTemplateRegexRequest instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplateRegexRequestWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateRegexRequestWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest` + +NewKeyfactorApiModelsTemplatesGlobalTemplateRegexRequestWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + + +### GetRegex + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse.md new file mode 100644 index 0000000..d5da1d4 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | The subject part to apply the regular expression to. | [optional] +**Regex** | Pointer to **string** | The regular expression to apply to the subject part. | [optional] +**Error** | Pointer to **string** | The error message to show when the regex validation fails. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponse + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponse() *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponse instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponseWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetRegex + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest.md new file mode 100644 index 0000000..04659eb --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest.md @@ -0,0 +1,93 @@ +# KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateRegexes** | [**[]KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest**](KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest.md) | The regular expressions to use for validation during enrollment. | +**TemplateDefaults** | [**[]KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest**](KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest.md) | The default values to use during enrollment. | +**TemplatePolicy** | [**KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest**](KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest.md) | | + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest(templateRegexes []KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest, templateDefaults []KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest, templatePolicy KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest, ) *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest` + +NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsRequestWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsRequestWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest` + +NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsRequestWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest 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 + +### GetTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) GetTemplateRegexes() []KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest` + +GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise. + +### GetTemplateRegexesOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) GetTemplateRegexesOk() (*[]KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest, 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. + +### SetTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) SetTemplateRegexes(v []KeyfactorApiModelsTemplatesGlobalTemplateRegexRequest)` + +SetTemplateRegexes sets TemplateRegexes field to given value. + + +### GetTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) GetTemplateDefaults() []KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest` + +GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise. + +### GetTemplateDefaultsOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) GetTemplateDefaultsOk() (*[]KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest, 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. + +### SetTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) SetTemplateDefaults(v []KeyfactorApiModelsTemplatesGlobalTemplateDefaultRequest)` + +SetTemplateDefaults sets TemplateDefaults field to given value. + + +### GetTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) GetTemplatePolicy() KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest` + +GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise. + +### GetTemplatePolicyOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) GetTemplatePolicyOk() (*KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest, 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. + +### SetTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsRequest) SetTemplatePolicy(v KeyfactorApiModelsTemplatesGlobalTemplatePolicyRequest)` + +SetTemplatePolicy sets TemplatePolicy field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse.md b/docs/KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse.md new file mode 100644 index 0000000..f443314 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateRegexes** | Pointer to [**[]KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse**](KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse.md) | The regular expressions to use for validation during enrollment. | [optional] +**TemplateDefaults** | Pointer to [**[]KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse**](KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse.md) | The default values to use during enrollment. | [optional] +**TemplatePolicy** | Pointer to [**KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse**](KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse() *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse 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 + +### NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsResponseWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse` + +NewKeyfactorApiModelsTemplatesGlobalTemplateSettingsResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse 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 + +### GetTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) GetTemplateRegexes() []KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse` + +GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise. + +### GetTemplateRegexesOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) GetTemplateRegexesOk() (*[]KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse, 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. + +### SetTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) SetTemplateRegexes(v []KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse)` + +SetTemplateRegexes sets TemplateRegexes field to given value. + +### HasTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) HasTemplateRegexes() bool` + +HasTemplateRegexes returns a boolean if a field has been set. + +### GetTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) GetTemplateDefaults() []KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse` + +GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise. + +### GetTemplateDefaultsOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) GetTemplateDefaultsOk() (*[]KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse, 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. + +### SetTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) SetTemplateDefaults(v []KeyfactorApiModelsTemplatesGlobalTemplateDefaultResponse)` + +SetTemplateDefaults sets TemplateDefaults field to given value. + +### HasTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) HasTemplateDefaults() bool` + +HasTemplateDefaults returns a boolean if a field has been set. + +### GetTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) GetTemplatePolicy() KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse` + +GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise. + +### GetTemplatePolicyOk + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) GetTemplatePolicyOk() (*KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse, 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. + +### SetTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) SetTemplatePolicy(v KeyfactorApiModelsTemplatesGlobalTemplatePolicyResponse)` + +SetTemplatePolicy sets TemplatePolicy field to given value. + +### HasTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesGlobalTemplateSettingsResponse) HasTemplatePolicy() bool` + +HasTemplatePolicy returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse.md b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse.md new file mode 100644 index 0000000..0eca8a8 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | The subject part to apply the default to. | [optional] +**Value** | Pointer to **string** | The value to apply by default. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse() *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse 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 + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponseWithDefaults() *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetValue + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse.md b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse.md new file mode 100644 index 0000000..21fe4d7 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**RSAValidKeySizes** | Pointer to **[]int32** | The allowed RSA key sizes. | [optional] +**ECCValidCurves** | Pointer to **[]string** | The allowed ECC curves. | [optional] +**AllowKeyReuse** | Pointer to **bool** | Whether or not keys can be reused. | [optional] +**AllowWildcards** | Pointer to **bool** | Whether or not wildcards can be used. | [optional] +**RFCEnforcement** | Pointer to **bool** | Whether or not RFC 2818 compliance should be enforced. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse() *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse 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 + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponseWithDefaults() *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse 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 + +### GetRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) GetRSAValidKeySizes() []int32` + +GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise. + +### GetRSAValidKeySizesOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) 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. + +### SetRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) SetRSAValidKeySizes(v []int32)` + +SetRSAValidKeySizes sets RSAValidKeySizes field to given value. + +### HasRSAValidKeySizes + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) HasRSAValidKeySizes() bool` + +HasRSAValidKeySizes returns a boolean if a field has been set. + +### GetECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) GetECCValidCurves() []string` + +GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise. + +### GetECCValidCurvesOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) 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. + +### SetECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) SetECCValidCurves(v []string)` + +SetECCValidCurves sets ECCValidCurves field to given value. + +### HasECCValidCurves + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) HasECCValidCurves() bool` + +HasECCValidCurves returns a boolean if a field has been set. + +### GetAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) GetAllowKeyReuse() bool` + +GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise. + +### GetAllowKeyReuseOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) 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. + +### SetAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) SetAllowKeyReuse(v bool)` + +SetAllowKeyReuse sets AllowKeyReuse field to given value. + +### HasAllowKeyReuse + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) HasAllowKeyReuse() bool` + +HasAllowKeyReuse returns a boolean if a field has been set. + +### GetAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) GetAllowWildcards() bool` + +GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise. + +### GetAllowWildcardsOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) 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. + +### SetAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) SetAllowWildcards(v bool)` + +SetAllowWildcards sets AllowWildcards field to given value. + +### HasAllowWildcards + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) HasAllowWildcards() bool` + +HasAllowWildcards returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) 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. + +### SetRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse.md b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse.md new file mode 100644 index 0000000..f8c387b --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | The subject part to apply the regular expression to. | [optional] +**Regex** | Pointer to **string** | The regular expression to apply to the subject part. | [optional] +**Error** | Pointer to **string** | The error message to show when the regex validation fails. | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse() *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse 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 + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponseWithDefaults() *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetRegex + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse.md b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse.md new file mode 100644 index 0000000..d38868c --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateRegexes** | Pointer to [**[]KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse**](KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse.md) | The regular expressions to use for validation during enrollment. | [optional] +**TemplateDefaults** | Pointer to [**[]KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse**](KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse.md) | The default values to use during enrollment. | [optional] +**TemplatePolicy** | Pointer to [**KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse**](KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse() *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse 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 + +### NewKeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponseWithDefaults() *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse` + +NewKeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse 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 + +### GetTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) GetTemplateRegexes() []KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse` + +GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise. + +### GetTemplateRegexesOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) GetTemplateRegexesOk() (*[]KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse, 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. + +### SetTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) SetTemplateRegexes(v []KeyfactorApiModelsTemplatesTemplateEnrollmentRegexResponse)` + +SetTemplateRegexes sets TemplateRegexes field to given value. + +### HasTemplateRegexes + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) HasTemplateRegexes() bool` + +HasTemplateRegexes returns a boolean if a field has been set. + +### GetTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) GetTemplateDefaults() []KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse` + +GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise. + +### GetTemplateDefaultsOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) GetTemplateDefaultsOk() (*[]KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse, 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. + +### SetTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) SetTemplateDefaults(v []KeyfactorApiModelsTemplatesTemplateEnrollmentDefaultResponse)` + +SetTemplateDefaults sets TemplateDefaults field to given value. + +### HasTemplateDefaults + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) HasTemplateDefaults() bool` + +HasTemplateDefaults returns a boolean if a field has been set. + +### GetTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) GetTemplatePolicy() KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse` + +GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise. + +### GetTemplatePolicyOk + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) GetTemplatePolicyOk() (*KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse, 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. + +### SetTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) SetTemplatePolicy(v KeyfactorApiModelsTemplatesTemplateEnrollmentPolicyResponse)` + +SetTemplatePolicy sets TemplatePolicy field to given value. + +### HasTemplatePolicy + +`func (o *KeyfactorApiModelsTemplatesTemplateEnrollmentSettingsResponse) HasTemplatePolicy() bool` + +HasTemplatePolicy returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsTemplatesValidSubjectPartResponse.md b/docs/KeyfactorApiModelsTemplatesValidSubjectPartResponse.md new file mode 100644 index 0000000..6359311 --- /dev/null +++ b/docs/KeyfactorApiModelsTemplatesValidSubjectPartResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsTemplatesValidSubjectPartResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | | [optional] +**SubjectPartName** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsTemplatesValidSubjectPartResponse + +`func NewKeyfactorApiModelsTemplatesValidSubjectPartResponse() *KeyfactorApiModelsTemplatesValidSubjectPartResponse` + +NewKeyfactorApiModelsTemplatesValidSubjectPartResponse instantiates a new KeyfactorApiModelsTemplatesValidSubjectPartResponse 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 + +### NewKeyfactorApiModelsTemplatesValidSubjectPartResponseWithDefaults + +`func NewKeyfactorApiModelsTemplatesValidSubjectPartResponseWithDefaults() *KeyfactorApiModelsTemplatesValidSubjectPartResponse` + +NewKeyfactorApiModelsTemplatesValidSubjectPartResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesValidSubjectPartResponse 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 + +### GetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetSubjectPartName + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPartName() string` + +GetSubjectPartName returns the SubjectPartName field if non-nil, zero value otherwise. + +### GetSubjectPartNameOk + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPartNameOk() (*string, bool)` + +GetSubjectPartNameOk returns a tuple with the SubjectPartName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPartName + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) SetSubjectPartName(v string)` + +SetSubjectPartName sets SubjectPartName field to given value. + +### HasSubjectPartName + +`func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) HasSubjectPartName() bool` + +HasSubjectPartName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsAvailableSignalResponse.md b/docs/KeyfactorApiModelsWorkflowsAvailableSignalResponse.md new file mode 100644 index 0000000..f3cc3be --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsAvailableSignalResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiModelsWorkflowsAvailableSignalResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SignalName** | Pointer to **string** | The name of the signal. | [optional] +**StepSignalId** | Pointer to **string** | The signal Id. | [optional] +**SignalReceived** | Pointer to **bool** | Whether or not the signal has been received. | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsAvailableSignalResponse + +`func NewKeyfactorApiModelsWorkflowsAvailableSignalResponse() *KeyfactorApiModelsWorkflowsAvailableSignalResponse` + +NewKeyfactorApiModelsWorkflowsAvailableSignalResponse instantiates a new KeyfactorApiModelsWorkflowsAvailableSignalResponse 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 + +### NewKeyfactorApiModelsWorkflowsAvailableSignalResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsAvailableSignalResponseWithDefaults() *KeyfactorApiModelsWorkflowsAvailableSignalResponse` + +NewKeyfactorApiModelsWorkflowsAvailableSignalResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsAvailableSignalResponse 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 + +### GetSignalName + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalName() string` + +GetSignalName returns the SignalName field if non-nil, zero value otherwise. + +### GetSignalNameOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalNameOk() (*string, bool)` + +GetSignalNameOk returns a tuple with the SignalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalName + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) SetSignalName(v string)` + +SetSignalName sets SignalName field to given value. + +### HasSignalName + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) HasSignalName() bool` + +HasSignalName returns a boolean if a field has been set. + +### GetStepSignalId + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetStepSignalId() string` + +GetStepSignalId returns the StepSignalId field if non-nil, zero value otherwise. + +### GetStepSignalIdOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetStepSignalIdOk() (*string, bool)` + +GetStepSignalIdOk returns a tuple with the StepSignalId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStepSignalId + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) SetStepSignalId(v string)` + +SetStepSignalId sets StepSignalId field to given value. + +### HasStepSignalId + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) HasStepSignalId() bool` + +HasStepSignalId returns a boolean if a field has been set. + +### GetSignalReceived + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalReceived() bool` + +GetSignalReceived returns the SignalReceived field if non-nil, zero value otherwise. + +### GetSignalReceivedOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalReceivedOk() (*bool, bool)` + +GetSignalReceivedOk returns a tuple with the SignalReceived field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalReceived + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) SetSignalReceived(v bool)` + +SetSignalReceived sets SignalReceived field to given value. + +### HasSignalReceived + +`func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) HasSignalReceived() bool` + +HasSignalReceived returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsAvailableStepQueryResponse.md b/docs/KeyfactorApiModelsWorkflowsAvailableStepQueryResponse.md new file mode 100644 index 0000000..a028008 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsAvailableStepQueryResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsWorkflowsAvailableStepQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | Pointer to **string** | The display name of the step. | [optional] +**ExtensionName** | Pointer to **string** | The extension name of the step. | [optional] +**SupportedWorkflowTypes** | Pointer to **[]string** | The workflow types which this step can be a part of. | [optional] +**ConfigurationParametersDefinition** | Pointer to [**map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse**](KeyfactorApiModelsWorkflowsParameterDefinitionResponse.md) | | [optional] +**SignalsDefinition** | Pointer to [**map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse**](KeyfactorApiModelsWorkflowsSignalDefinitionResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsAvailableStepQueryResponse + +`func NewKeyfactorApiModelsWorkflowsAvailableStepQueryResponse() *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse` + +NewKeyfactorApiModelsWorkflowsAvailableStepQueryResponse instantiates a new KeyfactorApiModelsWorkflowsAvailableStepQueryResponse 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 + +### NewKeyfactorApiModelsWorkflowsAvailableStepQueryResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsAvailableStepQueryResponseWithDefaults() *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse` + +NewKeyfactorApiModelsWorkflowsAvailableStepQueryResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsAvailableStepQueryResponse 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetExtensionName() string` + +GetExtensionName returns the ExtensionName field if non-nil, zero value otherwise. + +### GetExtensionNameOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetExtensionNameOk() (*string, bool)` + +GetExtensionNameOk returns a tuple with the ExtensionName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) SetExtensionName(v string)` + +SetExtensionName sets ExtensionName field to given value. + +### HasExtensionName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) HasExtensionName() bool` + +HasExtensionName returns a boolean if a field has been set. + +### GetSupportedWorkflowTypes + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetSupportedWorkflowTypes() []string` + +GetSupportedWorkflowTypes returns the SupportedWorkflowTypes field if non-nil, zero value otherwise. + +### GetSupportedWorkflowTypesOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetSupportedWorkflowTypesOk() (*[]string, bool)` + +GetSupportedWorkflowTypesOk returns a tuple with the SupportedWorkflowTypes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSupportedWorkflowTypes + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) SetSupportedWorkflowTypes(v []string)` + +SetSupportedWorkflowTypes sets SupportedWorkflowTypes field to given value. + +### HasSupportedWorkflowTypes + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) HasSupportedWorkflowTypes() bool` + +HasSupportedWorkflowTypes returns a boolean if a field has been set. + +### GetConfigurationParametersDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetConfigurationParametersDefinition() map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse` + +GetConfigurationParametersDefinition returns the ConfigurationParametersDefinition field if non-nil, zero value otherwise. + +### GetConfigurationParametersDefinitionOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetConfigurationParametersDefinitionOk() (*map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse, bool)` + +GetConfigurationParametersDefinitionOk returns a tuple with the ConfigurationParametersDefinition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetConfigurationParametersDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) SetConfigurationParametersDefinition(v map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse)` + +SetConfigurationParametersDefinition sets ConfigurationParametersDefinition field to given value. + +### HasConfigurationParametersDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) HasConfigurationParametersDefinition() bool` + +HasConfigurationParametersDefinition returns a boolean if a field has been set. + +### GetSignalsDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetSignalsDefinition() map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse` + +GetSignalsDefinition returns the SignalsDefinition field if non-nil, zero value otherwise. + +### GetSignalsDefinitionOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) GetSignalsDefinitionOk() (*map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse, bool)` + +GetSignalsDefinitionOk returns a tuple with the SignalsDefinition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalsDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) SetSignalsDefinition(v map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse)` + +SetSignalsDefinition sets SignalsDefinition field to given value. + +### HasSignalsDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepQueryResponse) HasSignalsDefinition() bool` + +HasSignalsDefinition returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsAvailableStepResponse.md b/docs/KeyfactorApiModelsWorkflowsAvailableStepResponse.md new file mode 100644 index 0000000..4d720bc --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsAvailableStepResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiModelsWorkflowsAvailableStepResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | Pointer to **string** | The display name of the step. | [optional] +**ExtensionName** | Pointer to **string** | The name of the extension. | [optional] +**Outputs** | Pointer to **[]string** | The possible outputs of the step. | [optional] +**ConfigurationParametersDefinition** | Pointer to [**map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse**](KeyfactorApiModelsWorkflowsParameterDefinitionResponse.md) | | [optional] +**SignalsDefinition** | Pointer to [**map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse**](KeyfactorApiModelsWorkflowsSignalDefinitionResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsAvailableStepResponse + +`func NewKeyfactorApiModelsWorkflowsAvailableStepResponse() *KeyfactorApiModelsWorkflowsAvailableStepResponse` + +NewKeyfactorApiModelsWorkflowsAvailableStepResponse instantiates a new KeyfactorApiModelsWorkflowsAvailableStepResponse 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 + +### NewKeyfactorApiModelsWorkflowsAvailableStepResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsAvailableStepResponseWithDefaults() *KeyfactorApiModelsWorkflowsAvailableStepResponse` + +NewKeyfactorApiModelsWorkflowsAvailableStepResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsAvailableStepResponse 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetExtensionName() string` + +GetExtensionName returns the ExtensionName field if non-nil, zero value otherwise. + +### GetExtensionNameOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetExtensionNameOk() (*string, bool)` + +GetExtensionNameOk returns a tuple with the ExtensionName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetExtensionName(v string)` + +SetExtensionName sets ExtensionName field to given value. + +### HasExtensionName + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasExtensionName() bool` + +HasExtensionName returns a boolean if a field has been set. + +### GetOutputs + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetOutputs() []string` + +GetOutputs returns the Outputs field if non-nil, zero value otherwise. + +### GetOutputsOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetOutputsOk() (*[]string, bool)` + +GetOutputsOk returns a tuple with the Outputs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOutputs + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetOutputs(v []string)` + +SetOutputs sets Outputs field to given value. + +### HasOutputs + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasOutputs() bool` + +HasOutputs returns a boolean if a field has been set. + +### GetConfigurationParametersDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetConfigurationParametersDefinition() map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse` + +GetConfigurationParametersDefinition returns the ConfigurationParametersDefinition field if non-nil, zero value otherwise. + +### GetConfigurationParametersDefinitionOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetConfigurationParametersDefinitionOk() (*map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse, bool)` + +GetConfigurationParametersDefinitionOk returns a tuple with the ConfigurationParametersDefinition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetConfigurationParametersDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetConfigurationParametersDefinition(v map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse)` + +SetConfigurationParametersDefinition sets ConfigurationParametersDefinition field to given value. + +### HasConfigurationParametersDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasConfigurationParametersDefinition() bool` + +HasConfigurationParametersDefinition returns a boolean if a field has been set. + +### GetSignalsDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetSignalsDefinition() map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse` + +GetSignalsDefinition returns the SignalsDefinition field if non-nil, zero value otherwise. + +### GetSignalsDefinitionOk + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetSignalsDefinitionOk() (*map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse, bool)` + +GetSignalsDefinitionOk returns a tuple with the SignalsDefinition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalsDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetSignalsDefinition(v map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse)` + +SetSignalsDefinition sets SignalsDefinition field to given value. + +### HasSignalsDefinition + +`func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasSignalsDefinition() bool` + +HasSignalsDefinition returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsConditionConfigurationRequest.md b/docs/KeyfactorApiModelsWorkflowsConditionConfigurationRequest.md new file mode 100644 index 0000000..f139d35 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsConditionConfigurationRequest.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsWorkflowsConditionConfigurationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Value** | Pointer to **string** | The value to compare to true when evaluating conditions. | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsConditionConfigurationRequest + +`func NewKeyfactorApiModelsWorkflowsConditionConfigurationRequest() *KeyfactorApiModelsWorkflowsConditionConfigurationRequest` + +NewKeyfactorApiModelsWorkflowsConditionConfigurationRequest instantiates a new KeyfactorApiModelsWorkflowsConditionConfigurationRequest 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 + +### NewKeyfactorApiModelsWorkflowsConditionConfigurationRequestWithDefaults + +`func NewKeyfactorApiModelsWorkflowsConditionConfigurationRequestWithDefaults() *KeyfactorApiModelsWorkflowsConditionConfigurationRequest` + +NewKeyfactorApiModelsWorkflowsConditionConfigurationRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsConditionConfigurationRequest 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 + +### GetValue + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationRequest) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationRequest) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationRequest) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationRequest) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsConditionConfigurationResponse.md b/docs/KeyfactorApiModelsWorkflowsConditionConfigurationResponse.md new file mode 100644 index 0000000..1f772bb --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsConditionConfigurationResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsWorkflowsConditionConfigurationResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | The Id of the condition. | [optional] +**Value** | Pointer to **string** | The value to compare to. This value will be compared to a true value. | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsConditionConfigurationResponse + +`func NewKeyfactorApiModelsWorkflowsConditionConfigurationResponse() *KeyfactorApiModelsWorkflowsConditionConfigurationResponse` + +NewKeyfactorApiModelsWorkflowsConditionConfigurationResponse instantiates a new KeyfactorApiModelsWorkflowsConditionConfigurationResponse 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 + +### NewKeyfactorApiModelsWorkflowsConditionConfigurationResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsConditionConfigurationResponseWithDefaults() *KeyfactorApiModelsWorkflowsConditionConfigurationResponse` + +NewKeyfactorApiModelsWorkflowsConditionConfigurationResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsConditionConfigurationResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetValue + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *KeyfactorApiModelsWorkflowsConditionConfigurationResponse) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionCreateRequest.md b/docs/KeyfactorApiModelsWorkflowsDefinitionCreateRequest.md new file mode 100644 index 0000000..f338f5c --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionCreateRequest.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsWorkflowsDefinitionCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | Pointer to **string** | Display name of the Definition | [optional] +**Description** | Pointer to **string** | Description of the Definition | [optional] +**Key** | Pointer to **string** | Key to be used to look up definition when starting a new workflow. For enrollment workflowTypes, this should be a template | [optional] +**WorkflowType** | Pointer to **string** | The Type of Workflow | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionCreateRequest + +`func NewKeyfactorApiModelsWorkflowsDefinitionCreateRequest() *KeyfactorApiModelsWorkflowsDefinitionCreateRequest` + +NewKeyfactorApiModelsWorkflowsDefinitionCreateRequest instantiates a new KeyfactorApiModelsWorkflowsDefinitionCreateRequest 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionCreateRequestWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionCreateRequestWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionCreateRequest` + +NewKeyfactorApiModelsWorkflowsDefinitionCreateRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionCreateRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetKey() string` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetKeyOk() (*string, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) SetKey(v string)` + +SetKey sets Key field to given value. + +### HasKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) HasKey() bool` + +HasKey returns a boolean if a field has been set. + +### GetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetWorkflowType() string` + +GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise. + +### GetWorkflowTypeOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) GetWorkflowTypeOk() (*string, bool)` + +GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) SetWorkflowType(v string)` + +SetWorkflowType sets WorkflowType field to given value. + +### HasWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionCreateRequest) HasWorkflowType() bool` + +HasWorkflowType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionQueryResponse.md b/docs/KeyfactorApiModelsWorkflowsDefinitionQueryResponse.md new file mode 100644 index 0000000..2b4b750 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionQueryResponse.md @@ -0,0 +1,212 @@ +# KeyfactorApiModelsWorkflowsDefinitionQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Key** | Pointer to **string** | | [optional] +**KeyDisplayName** | Pointer to **string** | | [optional] +**WorkflowType** | Pointer to **string** | | [optional] +**DraftVersion** | Pointer to **int32** | | [optional] +**PublishedVersion** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionQueryResponse + +`func NewKeyfactorApiModelsWorkflowsDefinitionQueryResponse() *KeyfactorApiModelsWorkflowsDefinitionQueryResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionQueryResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionQueryResponse 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionQueryResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionQueryResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionQueryResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionQueryResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionQueryResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKey() string` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKeyOk() (*string, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetKey(v string)` + +SetKey sets Key field to given value. + +### HasKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasKey() bool` + +HasKey returns a boolean if a field has been set. + +### GetKeyDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKeyDisplayName() string` + +GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise. + +### GetKeyDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKeyDisplayNameOk() (*string, bool)` + +GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetKeyDisplayName(v string)` + +SetKeyDisplayName sets KeyDisplayName field to given value. + +### HasKeyDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasKeyDisplayName() bool` + +HasKeyDisplayName returns a boolean if a field has been set. + +### GetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetWorkflowType() string` + +GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise. + +### GetWorkflowTypeOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetWorkflowTypeOk() (*string, bool)` + +GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetWorkflowType(v string)` + +SetWorkflowType sets WorkflowType field to given value. + +### HasWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasWorkflowType() bool` + +HasWorkflowType returns a boolean if a field has been set. + +### GetDraftVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetDraftVersion() int32` + +GetDraftVersion returns the DraftVersion field if non-nil, zero value otherwise. + +### GetDraftVersionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetDraftVersionOk() (*int32, bool)` + +GetDraftVersionOk returns a tuple with the DraftVersion field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDraftVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetDraftVersion(v int32)` + +SetDraftVersion sets DraftVersion field to given value. + +### HasDraftVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasDraftVersion() bool` + +HasDraftVersion returns a boolean if a field has been set. + +### GetPublishedVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetPublishedVersion() int32` + +GetPublishedVersion returns the PublishedVersion field if non-nil, zero value otherwise. + +### GetPublishedVersionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetPublishedVersionOk() (*int32, bool)` + +GetPublishedVersionOk returns a tuple with the PublishedVersion field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPublishedVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetPublishedVersion(v int32)` + +SetPublishedVersion sets PublishedVersion field to given value. + +### HasPublishedVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasPublishedVersion() bool` + +HasPublishedVersion returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionResponse.md b/docs/KeyfactorApiModelsWorkflowsDefinitionResponse.md new file mode 100644 index 0000000..e121bd1 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionResponse.md @@ -0,0 +1,290 @@ +# KeyfactorApiModelsWorkflowsDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**Key** | Pointer to **string** | | [optional] +**KeyDisplayName** | Pointer to **string** | | [optional] +**IsPublished** | Pointer to **bool** | | [optional] +**WorkflowType** | Pointer to **string** | | [optional] +**Steps** | Pointer to [**[]KeyfactorApiModelsWorkflowsDefinitionStepResponse**](KeyfactorApiModelsWorkflowsDefinitionStepResponse.md) | | [optional] +**DraftVersion** | Pointer to **int32** | | [optional] +**PublishedVersion** | Pointer to **int32** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionResponse + +`func NewKeyfactorApiModelsWorkflowsDefinitionResponse() *KeyfactorApiModelsWorkflowsDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionResponse 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKey() string` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKeyOk() (*string, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetKey(v string)` + +SetKey sets Key field to given value. + +### HasKey + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasKey() bool` + +HasKey returns a boolean if a field has been set. + +### GetKeyDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKeyDisplayName() string` + +GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise. + +### GetKeyDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKeyDisplayNameOk() (*string, bool)` + +GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetKeyDisplayName(v string)` + +SetKeyDisplayName sets KeyDisplayName field to given value. + +### HasKeyDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasKeyDisplayName() bool` + +HasKeyDisplayName returns a boolean if a field has been set. + +### GetIsPublished + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetIsPublished() bool` + +GetIsPublished returns the IsPublished field if non-nil, zero value otherwise. + +### GetIsPublishedOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetIsPublishedOk() (*bool, bool)` + +GetIsPublishedOk returns a tuple with the IsPublished field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIsPublished + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetIsPublished(v bool)` + +SetIsPublished sets IsPublished field to given value. + +### HasIsPublished + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasIsPublished() bool` + +HasIsPublished returns a boolean if a field has been set. + +### GetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetWorkflowType() string` + +GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise. + +### GetWorkflowTypeOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetWorkflowTypeOk() (*string, bool)` + +GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetWorkflowType(v string)` + +SetWorkflowType sets WorkflowType field to given value. + +### HasWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasWorkflowType() bool` + +HasWorkflowType returns a boolean if a field has been set. + +### GetSteps + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetSteps() []KeyfactorApiModelsWorkflowsDefinitionStepResponse` + +GetSteps returns the Steps field if non-nil, zero value otherwise. + +### GetStepsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetStepsOk() (*[]KeyfactorApiModelsWorkflowsDefinitionStepResponse, bool)` + +GetStepsOk returns a tuple with the Steps field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSteps + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetSteps(v []KeyfactorApiModelsWorkflowsDefinitionStepResponse)` + +SetSteps sets Steps field to given value. + +### HasSteps + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasSteps() bool` + +HasSteps returns a boolean if a field has been set. + +### GetDraftVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDraftVersion() int32` + +GetDraftVersion returns the DraftVersion field if non-nil, zero value otherwise. + +### GetDraftVersionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDraftVersionOk() (*int32, bool)` + +GetDraftVersionOk returns a tuple with the DraftVersion field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDraftVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDraftVersion(v int32)` + +SetDraftVersion sets DraftVersion field to given value. + +### HasDraftVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDraftVersion() bool` + +HasDraftVersion returns a boolean if a field has been set. + +### GetPublishedVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetPublishedVersion() int32` + +GetPublishedVersion returns the PublishedVersion field if non-nil, zero value otherwise. + +### GetPublishedVersionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetPublishedVersionOk() (*int32, bool)` + +GetPublishedVersionOk returns a tuple with the PublishedVersion field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPublishedVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetPublishedVersion(v int32)` + +SetPublishedVersion sets PublishedVersion field to given value. + +### HasPublishedVersion + +`func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasPublishedVersion() bool` + +HasPublishedVersion returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionStepRequest.md b/docs/KeyfactorApiModelsWorkflowsDefinitionStepRequest.md new file mode 100644 index 0000000..a9659e5 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionStepRequest.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsWorkflowsDefinitionStepRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ExtensionName** | Pointer to **string** | | [optional] +**UniqueName** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Enabled** | Pointer to **bool** | | [optional] +**ConfigurationParameters** | Pointer to **map[string]map[string]interface{}** | | [optional] +**Signals** | Pointer to [**[]KeyfactorApiModelsWorkflowsSignalConfigurationRequest**](KeyfactorApiModelsWorkflowsSignalConfigurationRequest.md) | | [optional] +**Conditions** | Pointer to [**[]KeyfactorApiModelsWorkflowsConditionConfigurationRequest**](KeyfactorApiModelsWorkflowsConditionConfigurationRequest.md) | | [optional] +**Outputs** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionStepRequest + +`func NewKeyfactorApiModelsWorkflowsDefinitionStepRequest() *KeyfactorApiModelsWorkflowsDefinitionStepRequest` + +NewKeyfactorApiModelsWorkflowsDefinitionStepRequest instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepRequest 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionStepRequestWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionStepRequestWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionStepRequest` + +NewKeyfactorApiModelsWorkflowsDefinitionStepRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepRequest 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 + +### GetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetExtensionName() string` + +GetExtensionName returns the ExtensionName field if non-nil, zero value otherwise. + +### GetExtensionNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetExtensionNameOk() (*string, bool)` + +GetExtensionNameOk returns a tuple with the ExtensionName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetExtensionName(v string)` + +SetExtensionName sets ExtensionName field to given value. + +### HasExtensionName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasExtensionName() bool` + +HasExtensionName returns a boolean if a field has been set. + +### GetUniqueName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetUniqueName() string` + +GetUniqueName returns the UniqueName field if non-nil, zero value otherwise. + +### GetUniqueNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetUniqueNameOk() (*string, bool)` + +GetUniqueNameOk returns a tuple with the UniqueName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUniqueName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetUniqueName(v string)` + +SetUniqueName sets UniqueName field to given value. + +### HasUniqueName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasUniqueName() bool` + +HasUniqueName returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetEnabled + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetConfigurationParameters + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetConfigurationParameters() map[string]map[string]interface{}` + +GetConfigurationParameters returns the ConfigurationParameters field if non-nil, zero value otherwise. + +### GetConfigurationParametersOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetConfigurationParametersOk() (*map[string]map[string]interface{}, bool)` + +GetConfigurationParametersOk returns a tuple with the ConfigurationParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetConfigurationParameters + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetConfigurationParameters(v map[string]map[string]interface{})` + +SetConfigurationParameters sets ConfigurationParameters field to given value. + +### HasConfigurationParameters + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasConfigurationParameters() bool` + +HasConfigurationParameters returns a boolean if a field has been set. + +### GetSignals + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetSignals() []KeyfactorApiModelsWorkflowsSignalConfigurationRequest` + +GetSignals returns the Signals field if non-nil, zero value otherwise. + +### GetSignalsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetSignalsOk() (*[]KeyfactorApiModelsWorkflowsSignalConfigurationRequest, bool)` + +GetSignalsOk returns a tuple with the Signals field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignals + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetSignals(v []KeyfactorApiModelsWorkflowsSignalConfigurationRequest)` + +SetSignals sets Signals field to given value. + +### HasSignals + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasSignals() bool` + +HasSignals returns a boolean if a field has been set. + +### GetConditions + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetConditions() []KeyfactorApiModelsWorkflowsConditionConfigurationRequest` + +GetConditions returns the Conditions field if non-nil, zero value otherwise. + +### GetConditionsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetConditionsOk() (*[]KeyfactorApiModelsWorkflowsConditionConfigurationRequest, bool)` + +GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetConditions + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetConditions(v []KeyfactorApiModelsWorkflowsConditionConfigurationRequest)` + +SetConditions sets Conditions field to given value. + +### HasConditions + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasConditions() bool` + +HasConditions returns a boolean if a field has been set. + +### GetOutputs + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetOutputs() map[string]string` + +GetOutputs returns the Outputs field if non-nil, zero value otherwise. + +### GetOutputsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) GetOutputsOk() (*map[string]string, bool)` + +GetOutputsOk returns a tuple with the Outputs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOutputs + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) SetOutputs(v map[string]string)` + +SetOutputs sets Outputs field to given value. + +### HasOutputs + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepRequest) HasOutputs() bool` + +HasOutputs returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionStepResponse.md b/docs/KeyfactorApiModelsWorkflowsDefinitionStepResponse.md new file mode 100644 index 0000000..d932d58 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionStepResponse.md @@ -0,0 +1,264 @@ +# KeyfactorApiModelsWorkflowsDefinitionStepResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**UniqueName** | Pointer to **string** | | [optional] +**ExtensionName** | Pointer to **string** | | [optional] +**Enabled** | Pointer to **bool** | | [optional] +**ConfigurationParameters** | Pointer to **map[string]map[string]interface{}** | | [optional] +**Signals** | Pointer to [**[]KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse**](KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse.md) | | [optional] +**Conditions** | Pointer to [**[]KeyfactorApiModelsWorkflowsConditionConfigurationResponse**](KeyfactorApiModelsWorkflowsConditionConfigurationResponse.md) | | [optional] +**Outputs** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionStepResponse + +`func NewKeyfactorApiModelsWorkflowsDefinitionStepResponse() *KeyfactorApiModelsWorkflowsDefinitionStepResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionStepResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepResponse 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionStepResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionStepResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionStepResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionStepResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetUniqueName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetUniqueName() string` + +GetUniqueName returns the UniqueName field if non-nil, zero value otherwise. + +### GetUniqueNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetUniqueNameOk() (*string, bool)` + +GetUniqueNameOk returns a tuple with the UniqueName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUniqueName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetUniqueName(v string)` + +SetUniqueName sets UniqueName field to given value. + +### HasUniqueName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasUniqueName() bool` + +HasUniqueName returns a boolean if a field has been set. + +### GetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetExtensionName() string` + +GetExtensionName returns the ExtensionName field if non-nil, zero value otherwise. + +### GetExtensionNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetExtensionNameOk() (*string, bool)` + +GetExtensionNameOk returns a tuple with the ExtensionName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExtensionName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetExtensionName(v string)` + +SetExtensionName sets ExtensionName field to given value. + +### HasExtensionName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasExtensionName() bool` + +HasExtensionName returns a boolean if a field has been set. + +### GetEnabled + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetConfigurationParameters + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetConfigurationParameters() map[string]map[string]interface{}` + +GetConfigurationParameters returns the ConfigurationParameters field if non-nil, zero value otherwise. + +### GetConfigurationParametersOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetConfigurationParametersOk() (*map[string]map[string]interface{}, bool)` + +GetConfigurationParametersOk returns a tuple with the ConfigurationParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetConfigurationParameters + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetConfigurationParameters(v map[string]map[string]interface{})` + +SetConfigurationParameters sets ConfigurationParameters field to given value. + +### HasConfigurationParameters + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasConfigurationParameters() bool` + +HasConfigurationParameters returns a boolean if a field has been set. + +### GetSignals + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetSignals() []KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse` + +GetSignals returns the Signals field if non-nil, zero value otherwise. + +### GetSignalsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetSignalsOk() (*[]KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse, bool)` + +GetSignalsOk returns a tuple with the Signals field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignals + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetSignals(v []KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse)` + +SetSignals sets Signals field to given value. + +### HasSignals + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasSignals() bool` + +HasSignals returns a boolean if a field has been set. + +### GetConditions + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetConditions() []KeyfactorApiModelsWorkflowsConditionConfigurationResponse` + +GetConditions returns the Conditions field if non-nil, zero value otherwise. + +### GetConditionsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetConditionsOk() (*[]KeyfactorApiModelsWorkflowsConditionConfigurationResponse, bool)` + +GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetConditions + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetConditions(v []KeyfactorApiModelsWorkflowsConditionConfigurationResponse)` + +SetConditions sets Conditions field to given value. + +### HasConditions + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasConditions() bool` + +HasConditions returns a boolean if a field has been set. + +### GetOutputs + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetOutputs() map[string]string` + +GetOutputs returns the Outputs field if non-nil, zero value otherwise. + +### GetOutputsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) GetOutputsOk() (*map[string]string, bool)` + +GetOutputsOk returns a tuple with the Outputs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOutputs + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) SetOutputs(v map[string]string)` + +SetOutputs sets Outputs field to given value. + +### HasOutputs + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepResponse) HasOutputs() bool` + +HasOutputs returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse.md b/docs/KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse.md new file mode 100644 index 0000000..cca8036 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**RoleIds** | Pointer to **[]int32** | The roles that are allowed to send this signal. | [optional] +**SignalName** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponse + +`func NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponse() *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse` + +NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse 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 + +### GetRoleIds + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetRoleIds() []int32` + +GetRoleIds returns the RoleIds field if non-nil, zero value otherwise. + +### GetRoleIdsOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetRoleIdsOk() (*[]int32, bool)` + +GetRoleIdsOk returns a tuple with the RoleIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRoleIds + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) SetRoleIds(v []int32)` + +SetRoleIds sets RoleIds field to given value. + +### HasRoleIds + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) HasRoleIds() bool` + +HasRoleIds returns a boolean if a field has been set. + +### GetSignalName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetSignalName() string` + +GetSignalName returns the SignalName field if non-nil, zero value otherwise. + +### GetSignalNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetSignalNameOk() (*string, bool)` + +GetSignalNameOk returns a tuple with the SignalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) SetSignalName(v string)` + +SetSignalName sets SignalName field to given value. + +### HasSignalName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) HasSignalName() bool` + +HasSignalName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsDefinitionUpdateRequest.md b/docs/KeyfactorApiModelsWorkflowsDefinitionUpdateRequest.md new file mode 100644 index 0000000..575344c --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsDefinitionUpdateRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsWorkflowsDefinitionUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequest + +`func NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequest() *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest` + +NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequest instantiates a new KeyfactorApiModelsWorkflowsDefinitionUpdateRequest 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 + +### NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequestWithDefaults + +`func NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequestWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest` + +NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionUpdateRequest 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsInstanceDefinitionResponse.md b/docs/KeyfactorApiModelsWorkflowsInstanceDefinitionResponse.md new file mode 100644 index 0000000..f30209e --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsInstanceDefinitionResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsWorkflowsInstanceDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Version** | Pointer to **int32** | | [optional] +**WorkflowType** | Pointer to **string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponse + +`func NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponse() *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsInstanceDefinitionResponse 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 + +### NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsInstanceDefinitionResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetVersion + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetVersion() int32` + +GetVersion returns the Version field if non-nil, zero value otherwise. + +### GetVersionOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetVersionOk() (*int32, bool)` + +GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetVersion + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetVersion(v int32)` + +SetVersion sets Version field to given value. + +### HasVersion + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasVersion() bool` + +HasVersion returns a boolean if a field has been set. + +### GetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetWorkflowType() string` + +GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise. + +### GetWorkflowTypeOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetWorkflowTypeOk() (*string, bool)` + +GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetWorkflowType(v string)` + +SetWorkflowType sets WorkflowType field to given value. + +### HasWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasWorkflowType() bool` + +HasWorkflowType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsInstanceQueryResponse.md b/docs/KeyfactorApiModelsWorkflowsInstanceQueryResponse.md new file mode 100644 index 0000000..cafed1b --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsInstanceQueryResponse.md @@ -0,0 +1,316 @@ +# KeyfactorApiModelsWorkflowsInstanceQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**Status** | Pointer to **int32** | | [optional] +**CurrentStepId** | Pointer to **string** | | [optional] +**StatusMessage** | Pointer to **string** | | [optional] +**Definition** | Pointer to [**KeyfactorApiModelsWorkflowsInstanceDefinitionResponse**](KeyfactorApiModelsWorkflowsInstanceDefinitionResponse.md) | | [optional] +**CurrentStepDisplayName** | Pointer to **string** | | [optional] +**CurrentStepUniqueName** | Pointer to **string** | | [optional] +**Title** | Pointer to **string** | | [optional] +**LastModified** | Pointer to **time.Time** | | [optional] +**StartDate** | Pointer to **time.Time** | | [optional] +**ReferenceId** | Pointer to **int64** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsInstanceQueryResponse + +`func NewKeyfactorApiModelsWorkflowsInstanceQueryResponse() *KeyfactorApiModelsWorkflowsInstanceQueryResponse` + +NewKeyfactorApiModelsWorkflowsInstanceQueryResponse instantiates a new KeyfactorApiModelsWorkflowsInstanceQueryResponse 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 + +### NewKeyfactorApiModelsWorkflowsInstanceQueryResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsInstanceQueryResponseWithDefaults() *KeyfactorApiModelsWorkflowsInstanceQueryResponse` + +NewKeyfactorApiModelsWorkflowsInstanceQueryResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsInstanceQueryResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetStatus + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetCurrentStepId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepId() string` + +GetCurrentStepId returns the CurrentStepId field if non-nil, zero value otherwise. + +### GetCurrentStepIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepIdOk() (*string, bool)` + +GetCurrentStepIdOk returns a tuple with the CurrentStepId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStepId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetCurrentStepId(v string)` + +SetCurrentStepId sets CurrentStepId field to given value. + +### HasCurrentStepId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasCurrentStepId() bool` + +HasCurrentStepId returns a boolean if a field has been set. + +### GetStatusMessage + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatusMessage() string` + +GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise. + +### GetStatusMessageOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatusMessageOk() (*string, bool)` + +GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatusMessage + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetStatusMessage(v string)` + +SetStatusMessage sets StatusMessage field to given value. + +### HasStatusMessage + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasStatusMessage() bool` + +HasStatusMessage returns a boolean if a field has been set. + +### GetDefinition + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetDefinition() KeyfactorApiModelsWorkflowsInstanceDefinitionResponse` + +GetDefinition returns the Definition field if non-nil, zero value otherwise. + +### GetDefinitionOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetDefinitionOk() (*KeyfactorApiModelsWorkflowsInstanceDefinitionResponse, bool)` + +GetDefinitionOk returns a tuple with the Definition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefinition + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetDefinition(v KeyfactorApiModelsWorkflowsInstanceDefinitionResponse)` + +SetDefinition sets Definition field to given value. + +### HasDefinition + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasDefinition() bool` + +HasDefinition returns a boolean if a field has been set. + +### GetCurrentStepDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepDisplayName() string` + +GetCurrentStepDisplayName returns the CurrentStepDisplayName field if non-nil, zero value otherwise. + +### GetCurrentStepDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepDisplayNameOk() (*string, bool)` + +GetCurrentStepDisplayNameOk returns a tuple with the CurrentStepDisplayName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStepDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetCurrentStepDisplayName(v string)` + +SetCurrentStepDisplayName sets CurrentStepDisplayName field to given value. + +### HasCurrentStepDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasCurrentStepDisplayName() bool` + +HasCurrentStepDisplayName returns a boolean if a field has been set. + +### GetCurrentStepUniqueName + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepUniqueName() string` + +GetCurrentStepUniqueName returns the CurrentStepUniqueName field if non-nil, zero value otherwise. + +### GetCurrentStepUniqueNameOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepUniqueNameOk() (*string, bool)` + +GetCurrentStepUniqueNameOk returns a tuple with the CurrentStepUniqueName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStepUniqueName + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetCurrentStepUniqueName(v string)` + +SetCurrentStepUniqueName sets CurrentStepUniqueName field to given value. + +### HasCurrentStepUniqueName + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasCurrentStepUniqueName() bool` + +HasCurrentStepUniqueName returns a boolean if a field has been set. + +### GetTitle + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetTitle() string` + +GetTitle returns the Title field if non-nil, zero value otherwise. + +### GetTitleOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetTitleOk() (*string, bool)` + +GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTitle + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetTitle(v string)` + +SetTitle sets Title field to given value. + +### HasTitle + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasTitle() bool` + +HasTitle returns a boolean if a field has been set. + +### GetLastModified + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetLastModified() time.Time` + +GetLastModified returns the LastModified field if non-nil, zero value otherwise. + +### GetLastModifiedOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetLastModifiedOk() (*time.Time, bool)` + +GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastModified + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetLastModified(v time.Time)` + +SetLastModified sets LastModified field to given value. + +### HasLastModified + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasLastModified() bool` + +HasLastModified returns a boolean if a field has been set. + +### GetStartDate + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStartDate() time.Time` + +GetStartDate returns the StartDate field if non-nil, zero value otherwise. + +### GetStartDateOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStartDateOk() (*time.Time, bool)` + +GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartDate + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetStartDate(v time.Time)` + +SetStartDate sets StartDate field to given value. + +### HasStartDate + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasStartDate() bool` + +HasStartDate returns a boolean if a field has been set. + +### GetReferenceId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetReferenceId() int64` + +GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise. + +### GetReferenceIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetReferenceIdOk() (*int64, bool)` + +GetReferenceIdOk returns a tuple with the ReferenceId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReferenceId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetReferenceId(v int64)` + +SetReferenceId sets ReferenceId field to given value. + +### HasReferenceId + +`func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasReferenceId() bool` + +HasReferenceId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsInstanceResponse.md b/docs/KeyfactorApiModelsWorkflowsInstanceResponse.md new file mode 100644 index 0000000..d1145e6 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsInstanceResponse.md @@ -0,0 +1,394 @@ +# KeyfactorApiModelsWorkflowsInstanceResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**Status** | Pointer to **int32** | | [optional] +**CurrentStepId** | Pointer to **string** | | [optional] +**StatusMessage** | Pointer to **string** | | [optional] +**Signals** | Pointer to [**[]KeyfactorApiModelsWorkflowsAvailableSignalResponse**](KeyfactorApiModelsWorkflowsAvailableSignalResponse.md) | | [optional] +**Definition** | Pointer to [**KeyfactorApiModelsWorkflowsInstanceDefinitionResponse**](KeyfactorApiModelsWorkflowsInstanceDefinitionResponse.md) | | [optional] +**CurrentStepDisplayName** | Pointer to **string** | | [optional] +**CurrentStepUniqueName** | Pointer to **string** | | [optional] +**Title** | Pointer to **string** | | [optional] +**LastModified** | Pointer to **time.Time** | | [optional] +**StartDate** | Pointer to **time.Time** | | [optional] +**InitialData** | Pointer to **map[string]map[string]interface{}** | | [optional] +**CurrentStateData** | Pointer to **map[string]map[string]interface{}** | | [optional] +**ReferenceId** | Pointer to **int64** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsInstanceResponse + +`func NewKeyfactorApiModelsWorkflowsInstanceResponse() *KeyfactorApiModelsWorkflowsInstanceResponse` + +NewKeyfactorApiModelsWorkflowsInstanceResponse instantiates a new KeyfactorApiModelsWorkflowsInstanceResponse 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 + +### NewKeyfactorApiModelsWorkflowsInstanceResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsInstanceResponseWithDefaults() *KeyfactorApiModelsWorkflowsInstanceResponse` + +NewKeyfactorApiModelsWorkflowsInstanceResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsInstanceResponse 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 + +### GetId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetStatus + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetCurrentStepId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStepId() string` + +GetCurrentStepId returns the CurrentStepId field if non-nil, zero value otherwise. + +### GetCurrentStepIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStepIdOk() (*string, bool)` + +GetCurrentStepIdOk returns a tuple with the CurrentStepId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStepId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetCurrentStepId(v string)` + +SetCurrentStepId sets CurrentStepId field to given value. + +### HasCurrentStepId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasCurrentStepId() bool` + +HasCurrentStepId returns a boolean if a field has been set. + +### GetStatusMessage + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetStatusMessage() string` + +GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise. + +### GetStatusMessageOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetStatusMessageOk() (*string, bool)` + +GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatusMessage + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetStatusMessage(v string)` + +SetStatusMessage sets StatusMessage field to given value. + +### HasStatusMessage + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasStatusMessage() bool` + +HasStatusMessage returns a boolean if a field has been set. + +### GetSignals + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetSignals() []KeyfactorApiModelsWorkflowsAvailableSignalResponse` + +GetSignals returns the Signals field if non-nil, zero value otherwise. + +### GetSignalsOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetSignalsOk() (*[]KeyfactorApiModelsWorkflowsAvailableSignalResponse, bool)` + +GetSignalsOk returns a tuple with the Signals field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignals + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetSignals(v []KeyfactorApiModelsWorkflowsAvailableSignalResponse)` + +SetSignals sets Signals field to given value. + +### HasSignals + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasSignals() bool` + +HasSignals returns a boolean if a field has been set. + +### GetDefinition + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetDefinition() KeyfactorApiModelsWorkflowsInstanceDefinitionResponse` + +GetDefinition returns the Definition field if non-nil, zero value otherwise. + +### GetDefinitionOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetDefinitionOk() (*KeyfactorApiModelsWorkflowsInstanceDefinitionResponse, bool)` + +GetDefinitionOk returns a tuple with the Definition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefinition + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetDefinition(v KeyfactorApiModelsWorkflowsInstanceDefinitionResponse)` + +SetDefinition sets Definition field to given value. + +### HasDefinition + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasDefinition() bool` + +HasDefinition returns a boolean if a field has been set. + +### GetCurrentStepDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStepDisplayName() string` + +GetCurrentStepDisplayName returns the CurrentStepDisplayName field if non-nil, zero value otherwise. + +### GetCurrentStepDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStepDisplayNameOk() (*string, bool)` + +GetCurrentStepDisplayNameOk returns a tuple with the CurrentStepDisplayName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStepDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetCurrentStepDisplayName(v string)` + +SetCurrentStepDisplayName sets CurrentStepDisplayName field to given value. + +### HasCurrentStepDisplayName + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasCurrentStepDisplayName() bool` + +HasCurrentStepDisplayName returns a boolean if a field has been set. + +### GetCurrentStepUniqueName + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStepUniqueName() string` + +GetCurrentStepUniqueName returns the CurrentStepUniqueName field if non-nil, zero value otherwise. + +### GetCurrentStepUniqueNameOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStepUniqueNameOk() (*string, bool)` + +GetCurrentStepUniqueNameOk returns a tuple with the CurrentStepUniqueName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStepUniqueName + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetCurrentStepUniqueName(v string)` + +SetCurrentStepUniqueName sets CurrentStepUniqueName field to given value. + +### HasCurrentStepUniqueName + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasCurrentStepUniqueName() bool` + +HasCurrentStepUniqueName returns a boolean if a field has been set. + +### GetTitle + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetTitle() string` + +GetTitle returns the Title field if non-nil, zero value otherwise. + +### GetTitleOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetTitleOk() (*string, bool)` + +GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTitle + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetTitle(v string)` + +SetTitle sets Title field to given value. + +### HasTitle + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasTitle() bool` + +HasTitle returns a boolean if a field has been set. + +### GetLastModified + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetLastModified() time.Time` + +GetLastModified returns the LastModified field if non-nil, zero value otherwise. + +### GetLastModifiedOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetLastModifiedOk() (*time.Time, bool)` + +GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastModified + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetLastModified(v time.Time)` + +SetLastModified sets LastModified field to given value. + +### HasLastModified + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasLastModified() bool` + +HasLastModified returns a boolean if a field has been set. + +### GetStartDate + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetStartDate() time.Time` + +GetStartDate returns the StartDate field if non-nil, zero value otherwise. + +### GetStartDateOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetStartDateOk() (*time.Time, bool)` + +GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartDate + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetStartDate(v time.Time)` + +SetStartDate sets StartDate field to given value. + +### HasStartDate + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasStartDate() bool` + +HasStartDate returns a boolean if a field has been set. + +### GetInitialData + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetInitialData() map[string]map[string]interface{}` + +GetInitialData returns the InitialData field if non-nil, zero value otherwise. + +### GetInitialDataOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetInitialDataOk() (*map[string]map[string]interface{}, bool)` + +GetInitialDataOk returns a tuple with the InitialData field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInitialData + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetInitialData(v map[string]map[string]interface{})` + +SetInitialData sets InitialData field to given value. + +### HasInitialData + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasInitialData() bool` + +HasInitialData returns a boolean if a field has been set. + +### GetCurrentStateData + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStateData() map[string]map[string]interface{}` + +GetCurrentStateData returns the CurrentStateData field if non-nil, zero value otherwise. + +### GetCurrentStateDataOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetCurrentStateDataOk() (*map[string]map[string]interface{}, bool)` + +GetCurrentStateDataOk returns a tuple with the CurrentStateData field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCurrentStateData + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetCurrentStateData(v map[string]map[string]interface{})` + +SetCurrentStateData sets CurrentStateData field to given value. + +### HasCurrentStateData + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasCurrentStateData() bool` + +HasCurrentStateData returns a boolean if a field has been set. + +### GetReferenceId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetReferenceId() int64` + +GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise. + +### GetReferenceIdOk + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) GetReferenceIdOk() (*int64, bool)` + +GetReferenceIdOk returns a tuple with the ReferenceId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReferenceId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) SetReferenceId(v int64)` + +SetReferenceId sets ReferenceId field to given value. + +### HasReferenceId + +`func (o *KeyfactorApiModelsWorkflowsInstanceResponse) HasReferenceId() bool` + +HasReferenceId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsParameterDefinitionResponse.md b/docs/KeyfactorApiModelsWorkflowsParameterDefinitionResponse.md new file mode 100644 index 0000000..23ee96a --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsParameterDefinitionResponse.md @@ -0,0 +1,238 @@ +# KeyfactorApiModelsWorkflowsParameterDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DisplayName** | Pointer to **string** | | [optional] +**ParameterType** | Pointer to **int32** | | [optional] +**Required** | Pointer to **bool** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**ControlType** | Pointer to **int32** | | [optional] +**PotentialValues** | Pointer to **map[string]string** | | [optional] +**SupportTokenReplacement** | Pointer to **bool** | | [optional] +**DependsOn** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsParameterDefinitionResponse + +`func NewKeyfactorApiModelsWorkflowsParameterDefinitionResponse() *KeyfactorApiModelsWorkflowsParameterDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsParameterDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsParameterDefinitionResponse 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 + +### NewKeyfactorApiModelsWorkflowsParameterDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsParameterDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsParameterDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsParameterDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsParameterDefinitionResponse 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 + +### GetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetParameterType + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetParameterType() int32` + +GetParameterType returns the ParameterType field if non-nil, zero value otherwise. + +### GetParameterTypeOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetParameterTypeOk() (*int32, bool)` + +GetParameterTypeOk returns a tuple with the ParameterType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameterType + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetParameterType(v int32)` + +SetParameterType sets ParameterType field to given value. + +### HasParameterType + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasParameterType() bool` + +HasParameterType returns a boolean if a field has been set. + +### GetRequired + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetRequired() bool` + +GetRequired returns the Required field if non-nil, zero value otherwise. + +### GetRequiredOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetRequiredOk() (*bool, bool)` + +GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequired + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetRequired(v bool)` + +SetRequired sets Required field to given value. + +### HasRequired + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasRequired() bool` + +HasRequired returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetControlType + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetControlType() int32` + +GetControlType returns the ControlType field if non-nil, zero value otherwise. + +### GetControlTypeOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetControlTypeOk() (*int32, bool)` + +GetControlTypeOk returns a tuple with the ControlType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetControlType + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetControlType(v int32)` + +SetControlType sets ControlType field to given value. + +### HasControlType + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasControlType() bool` + +HasControlType returns a boolean if a field has been set. + +### GetPotentialValues + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetPotentialValues() map[string]string` + +GetPotentialValues returns the PotentialValues field if non-nil, zero value otherwise. + +### GetPotentialValuesOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetPotentialValuesOk() (*map[string]string, bool)` + +GetPotentialValuesOk returns a tuple with the PotentialValues field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPotentialValues + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetPotentialValues(v map[string]string)` + +SetPotentialValues sets PotentialValues field to given value. + +### HasPotentialValues + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasPotentialValues() bool` + +HasPotentialValues returns a boolean if a field has been set. + +### GetSupportTokenReplacement + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetSupportTokenReplacement() bool` + +GetSupportTokenReplacement returns the SupportTokenReplacement field if non-nil, zero value otherwise. + +### GetSupportTokenReplacementOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetSupportTokenReplacementOk() (*bool, bool)` + +GetSupportTokenReplacementOk returns a tuple with the SupportTokenReplacement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSupportTokenReplacement + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetSupportTokenReplacement(v bool)` + +SetSupportTokenReplacement sets SupportTokenReplacement field to given value. + +### HasSupportTokenReplacement + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasSupportTokenReplacement() bool` + +HasSupportTokenReplacement returns a boolean if a field has been set. + +### GetDependsOn + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDependsOn() map[string]string` + +GetDependsOn returns the DependsOn field if non-nil, zero value otherwise. + +### GetDependsOnOk + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDependsOnOk() (*map[string]string, bool)` + +GetDependsOnOk returns a tuple with the DependsOn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDependsOn + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetDependsOn(v map[string]string)` + +SetDependsOn sets DependsOn field to given value. + +### HasDependsOn + +`func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasDependsOn() bool` + +HasDependsOn returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsSignalConfigurationRequest.md b/docs/KeyfactorApiModelsWorkflowsSignalConfigurationRequest.md new file mode 100644 index 0000000..9e1d389 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsSignalConfigurationRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsWorkflowsSignalConfigurationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SignalName** | Pointer to **string** | The name of the signal. | [optional] +**RoleIds** | Pointer to **[]int32** | The roles that are allowed to send the signal. | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsSignalConfigurationRequest + +`func NewKeyfactorApiModelsWorkflowsSignalConfigurationRequest() *KeyfactorApiModelsWorkflowsSignalConfigurationRequest` + +NewKeyfactorApiModelsWorkflowsSignalConfigurationRequest instantiates a new KeyfactorApiModelsWorkflowsSignalConfigurationRequest 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 + +### NewKeyfactorApiModelsWorkflowsSignalConfigurationRequestWithDefaults + +`func NewKeyfactorApiModelsWorkflowsSignalConfigurationRequestWithDefaults() *KeyfactorApiModelsWorkflowsSignalConfigurationRequest` + +NewKeyfactorApiModelsWorkflowsSignalConfigurationRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsSignalConfigurationRequest 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 + +### GetSignalName + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) GetSignalName() string` + +GetSignalName returns the SignalName field if non-nil, zero value otherwise. + +### GetSignalNameOk + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) GetSignalNameOk() (*string, bool)` + +GetSignalNameOk returns a tuple with the SignalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalName + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) SetSignalName(v string)` + +SetSignalName sets SignalName field to given value. + +### HasSignalName + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) HasSignalName() bool` + +HasSignalName returns a boolean if a field has been set. + +### GetRoleIds + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) GetRoleIds() []int32` + +GetRoleIds returns the RoleIds field if non-nil, zero value otherwise. + +### GetRoleIdsOk + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) GetRoleIdsOk() (*[]int32, bool)` + +GetRoleIdsOk returns a tuple with the RoleIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRoleIds + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) SetRoleIds(v []int32)` + +SetRoleIds sets RoleIds field to given value. + +### HasRoleIds + +`func (o *KeyfactorApiModelsWorkflowsSignalConfigurationRequest) HasRoleIds() bool` + +HasRoleIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsSignalDefinitionResponse.md b/docs/KeyfactorApiModelsWorkflowsSignalDefinitionResponse.md new file mode 100644 index 0000000..9a8ef03 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsSignalDefinitionResponse.md @@ -0,0 +1,56 @@ +# KeyfactorApiModelsWorkflowsSignalDefinitionResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**InputParameters** | Pointer to [**map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse**](KeyfactorApiModelsWorkflowsParameterDefinitionResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsSignalDefinitionResponse + +`func NewKeyfactorApiModelsWorkflowsSignalDefinitionResponse() *KeyfactorApiModelsWorkflowsSignalDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsSignalDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsSignalDefinitionResponse 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 + +### NewKeyfactorApiModelsWorkflowsSignalDefinitionResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsSignalDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsSignalDefinitionResponse` + +NewKeyfactorApiModelsWorkflowsSignalDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsSignalDefinitionResponse 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 + +### GetInputParameters + +`func (o *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) GetInputParameters() map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse` + +GetInputParameters returns the InputParameters field if non-nil, zero value otherwise. + +### GetInputParametersOk + +`func (o *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) GetInputParametersOk() (*map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse, bool)` + +GetInputParametersOk returns a tuple with the InputParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInputParameters + +`func (o *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) SetInputParameters(v map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse)` + +SetInputParameters sets InputParameters field to given value. + +### HasInputParameters + +`func (o *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) HasInputParameters() bool` + +HasInputParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsSignalRequest.md b/docs/KeyfactorApiModelsWorkflowsSignalRequest.md new file mode 100644 index 0000000..5b06c08 --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsSignalRequest.md @@ -0,0 +1,82 @@ +# KeyfactorApiModelsWorkflowsSignalRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SignalKey** | Pointer to **string** | The signal key. This is expected to be in a format like \"STEP_NAME.SIGNAL_NAME\" | [optional] +**Data** | Pointer to **map[string]map[string]interface{}** | Arbitrary data to associate with the signal. | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsSignalRequest + +`func NewKeyfactorApiModelsWorkflowsSignalRequest() *KeyfactorApiModelsWorkflowsSignalRequest` + +NewKeyfactorApiModelsWorkflowsSignalRequest instantiates a new KeyfactorApiModelsWorkflowsSignalRequest 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 + +### NewKeyfactorApiModelsWorkflowsSignalRequestWithDefaults + +`func NewKeyfactorApiModelsWorkflowsSignalRequestWithDefaults() *KeyfactorApiModelsWorkflowsSignalRequest` + +NewKeyfactorApiModelsWorkflowsSignalRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsSignalRequest 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 + +### GetSignalKey + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) GetSignalKey() string` + +GetSignalKey returns the SignalKey field if non-nil, zero value otherwise. + +### GetSignalKeyOk + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) GetSignalKeyOk() (*string, bool)` + +GetSignalKeyOk returns a tuple with the SignalKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSignalKey + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) SetSignalKey(v string)` + +SetSignalKey sets SignalKey field to given value. + +### HasSignalKey + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) HasSignalKey() bool` + +HasSignalKey returns a boolean if a field has been set. + +### GetData + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) GetData() map[string]map[string]interface{}` + +GetData returns the Data field if non-nil, zero value otherwise. + +### GetDataOk + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) GetDataOk() (*map[string]map[string]interface{}, bool)` + +GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetData + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) SetData(v map[string]map[string]interface{})` + +SetData sets Data field to given value. + +### HasData + +`func (o *KeyfactorApiModelsWorkflowsSignalRequest) HasData() bool` + +HasData returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse.md b/docs/KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse.md new file mode 100644 index 0000000..ec79b7e --- /dev/null +++ b/docs/KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse.md @@ -0,0 +1,134 @@ +# KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**WorkflowType** | Pointer to **string** | | [optional] +**KeyType** | Pointer to **string** | | [optional] +**ContextParameters** | Pointer to **[]string** | | [optional] +**BuiltInSteps** | Pointer to [**[]KeyfactorApiModelsWorkflowsAvailableStepResponse**](KeyfactorApiModelsWorkflowsAvailableStepResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse + +`func NewKeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse() *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse` + +NewKeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse instantiates a new KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse 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 + +### NewKeyfactorApiModelsWorkflowsWorkflowTypeQueryResponseWithDefaults + +`func NewKeyfactorApiModelsWorkflowsWorkflowTypeQueryResponseWithDefaults() *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse` + +NewKeyfactorApiModelsWorkflowsWorkflowTypeQueryResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse 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 + +### GetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetWorkflowType() string` + +GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise. + +### GetWorkflowTypeOk + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetWorkflowTypeOk() (*string, bool)` + +GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) SetWorkflowType(v string)` + +SetWorkflowType sets WorkflowType field to given value. + +### HasWorkflowType + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) HasWorkflowType() bool` + +HasWorkflowType returns a boolean if a field has been set. + +### GetKeyType + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) 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. + +### SetKeyType + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetContextParameters + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetContextParameters() []string` + +GetContextParameters returns the ContextParameters field if non-nil, zero value otherwise. + +### GetContextParametersOk + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetContextParametersOk() (*[]string, bool)` + +GetContextParametersOk returns a tuple with the ContextParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContextParameters + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) SetContextParameters(v []string)` + +SetContextParameters sets ContextParameters field to given value. + +### HasContextParameters + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) HasContextParameters() bool` + +HasContextParameters returns a boolean if a field has been set. + +### GetBuiltInSteps + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetBuiltInSteps() []KeyfactorApiModelsWorkflowsAvailableStepResponse` + +GetBuiltInSteps returns the BuiltInSteps field if non-nil, zero value otherwise. + +### GetBuiltInStepsOk + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) GetBuiltInStepsOk() (*[]KeyfactorApiModelsWorkflowsAvailableStepResponse, bool)` + +GetBuiltInStepsOk returns a tuple with the BuiltInSteps field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetBuiltInSteps + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) SetBuiltInSteps(v []KeyfactorApiModelsWorkflowsAvailableStepResponse)` + +SetBuiltInSteps sets BuiltInSteps field to given value. + +### HasBuiltInSteps + +`func (o *KeyfactorApiModelsWorkflowsWorkflowTypeQueryResponse) HasBuiltInSteps() bool` + +HasBuiltInSteps returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiPAMProviderTypeCreateRequest.md b/docs/KeyfactorApiPAMProviderTypeCreateRequest.md new file mode 100644 index 0000000..f875439 --- /dev/null +++ b/docs/KeyfactorApiPAMProviderTypeCreateRequest.md @@ -0,0 +1,77 @@ +# KeyfactorApiPAMProviderTypeCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**Parameters** | Pointer to [**[]KeyfactorApiPAMProviderTypeParameterCreateRequest**](KeyfactorApiPAMProviderTypeParameterCreateRequest.md) | | [optional] + +## Methods + +### NewKeyfactorApiPAMProviderTypeCreateRequest + +`func NewKeyfactorApiPAMProviderTypeCreateRequest(name string, ) *KeyfactorApiPAMProviderTypeCreateRequest` + +NewKeyfactorApiPAMProviderTypeCreateRequest instantiates a new KeyfactorApiPAMProviderTypeCreateRequest 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 + +### NewKeyfactorApiPAMProviderTypeCreateRequestWithDefaults + +`func NewKeyfactorApiPAMProviderTypeCreateRequestWithDefaults() *KeyfactorApiPAMProviderTypeCreateRequest` + +NewKeyfactorApiPAMProviderTypeCreateRequestWithDefaults instantiates a new KeyfactorApiPAMProviderTypeCreateRequest 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 + +### GetName + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetParameters + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) GetParameters() []KeyfactorApiPAMProviderTypeParameterCreateRequest` + +GetParameters returns the Parameters field if non-nil, zero value otherwise. + +### GetParametersOk + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) GetParametersOk() (*[]KeyfactorApiPAMProviderTypeParameterCreateRequest, bool)` + +GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameters + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) SetParameters(v []KeyfactorApiPAMProviderTypeParameterCreateRequest)` + +SetParameters sets Parameters field to given value. + +### HasParameters + +`func (o *KeyfactorApiPAMProviderTypeCreateRequest) HasParameters() bool` + +HasParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiPAMProviderTypeParameterCreateRequest.md b/docs/KeyfactorApiPAMProviderTypeParameterCreateRequest.md new file mode 100644 index 0000000..e18b309 --- /dev/null +++ b/docs/KeyfactorApiPAMProviderTypeParameterCreateRequest.md @@ -0,0 +1,129 @@ +# KeyfactorApiPAMProviderTypeParameterCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**DisplayName** | Pointer to **string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] +**InstanceLevel** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiPAMProviderTypeParameterCreateRequest + +`func NewKeyfactorApiPAMProviderTypeParameterCreateRequest(name string, ) *KeyfactorApiPAMProviderTypeParameterCreateRequest` + +NewKeyfactorApiPAMProviderTypeParameterCreateRequest instantiates a new KeyfactorApiPAMProviderTypeParameterCreateRequest 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 + +### NewKeyfactorApiPAMProviderTypeParameterCreateRequestWithDefaults + +`func NewKeyfactorApiPAMProviderTypeParameterCreateRequestWithDefaults() *KeyfactorApiPAMProviderTypeParameterCreateRequest` + +NewKeyfactorApiPAMProviderTypeParameterCreateRequestWithDefaults instantiates a new KeyfactorApiPAMProviderTypeParameterCreateRequest 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 + +### GetName + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDisplayName + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) 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. + +### SetDisplayName + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDataType + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + +### GetInstanceLevel + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetInstanceLevel() bool` + +GetInstanceLevel returns the InstanceLevel field if non-nil, zero value otherwise. + +### GetInstanceLevelOk + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) GetInstanceLevelOk() (*bool, bool)` + +GetInstanceLevelOk returns a tuple with the InstanceLevel field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInstanceLevel + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) SetInstanceLevel(v bool)` + +SetInstanceLevel sets InstanceLevel field to given value. + +### HasInstanceLevel + +`func (o *KeyfactorApiPAMProviderTypeParameterCreateRequest) HasInstanceLevel() bool` + +HasInstanceLevel returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiPAMProviderTypeParameterResponse.md b/docs/KeyfactorApiPAMProviderTypeParameterResponse.md new file mode 100644 index 0000000..4017971 --- /dev/null +++ b/docs/KeyfactorApiPAMProviderTypeParameterResponse.md @@ -0,0 +1,160 @@ +# KeyfactorApiPAMProviderTypeParameterResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] +**InstanceLevel** | Pointer to **bool** | | [optional] + +## Methods + +### NewKeyfactorApiPAMProviderTypeParameterResponse + +`func NewKeyfactorApiPAMProviderTypeParameterResponse() *KeyfactorApiPAMProviderTypeParameterResponse` + +NewKeyfactorApiPAMProviderTypeParameterResponse instantiates a new KeyfactorApiPAMProviderTypeParameterResponse 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 + +### NewKeyfactorApiPAMProviderTypeParameterResponseWithDefaults + +`func NewKeyfactorApiPAMProviderTypeParameterResponseWithDefaults() *KeyfactorApiPAMProviderTypeParameterResponse` + +NewKeyfactorApiPAMProviderTypeParameterResponseWithDefaults instantiates a new KeyfactorApiPAMProviderTypeParameterResponse 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 + +### GetId + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) 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. + +### SetId + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) 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. + +### SetDisplayName + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDataType + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + +### GetInstanceLevel + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetInstanceLevel() bool` + +GetInstanceLevel returns the InstanceLevel field if non-nil, zero value otherwise. + +### GetInstanceLevelOk + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) GetInstanceLevelOk() (*bool, bool)` + +GetInstanceLevelOk returns a tuple with the InstanceLevel field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInstanceLevel + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) SetInstanceLevel(v bool)` + +SetInstanceLevel sets InstanceLevel field to given value. + +### HasInstanceLevel + +`func (o *KeyfactorApiPAMProviderTypeParameterResponse) HasInstanceLevel() bool` + +HasInstanceLevel returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/KeyfactorApiPAMProviderTypeResponse.md b/docs/KeyfactorApiPAMProviderTypeResponse.md new file mode 100644 index 0000000..c86287e --- /dev/null +++ b/docs/KeyfactorApiPAMProviderTypeResponse.md @@ -0,0 +1,108 @@ +# KeyfactorApiPAMProviderTypeResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Parameters** | Pointer to [**[]KeyfactorApiPAMProviderTypeParameterResponse**](KeyfactorApiPAMProviderTypeParameterResponse.md) | | [optional] + +## Methods + +### NewKeyfactorApiPAMProviderTypeResponse + +`func NewKeyfactorApiPAMProviderTypeResponse() *KeyfactorApiPAMProviderTypeResponse` + +NewKeyfactorApiPAMProviderTypeResponse instantiates a new KeyfactorApiPAMProviderTypeResponse 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 + +### NewKeyfactorApiPAMProviderTypeResponseWithDefaults + +`func NewKeyfactorApiPAMProviderTypeResponseWithDefaults() *KeyfactorApiPAMProviderTypeResponse` + +NewKeyfactorApiPAMProviderTypeResponseWithDefaults instantiates a new KeyfactorApiPAMProviderTypeResponse 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 + +### GetId + +`func (o *KeyfactorApiPAMProviderTypeResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *KeyfactorApiPAMProviderTypeResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *KeyfactorApiPAMProviderTypeResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *KeyfactorApiPAMProviderTypeResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *KeyfactorApiPAMProviderTypeResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *KeyfactorApiPAMProviderTypeResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *KeyfactorApiPAMProviderTypeResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *KeyfactorApiPAMProviderTypeResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetParameters + +`func (o *KeyfactorApiPAMProviderTypeResponse) GetParameters() []KeyfactorApiPAMProviderTypeParameterResponse` + +GetParameters returns the Parameters field if non-nil, zero value otherwise. + +### GetParametersOk + +`func (o *KeyfactorApiPAMProviderTypeResponse) GetParametersOk() (*[]KeyfactorApiPAMProviderTypeParameterResponse, bool)` + +GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameters + +`func (o *KeyfactorApiPAMProviderTypeResponse) SetParameters(v []KeyfactorApiPAMProviderTypeParameterResponse)` + +SetParameters sets Parameters field to given value. + +### HasParameters + +`func (o *KeyfactorApiPAMProviderTypeResponse) HasParameters() bool` + +HasParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsAgentsAgentPool.md b/docs/ModelsAgentsAgentPool.md new file mode 100644 index 0000000..0bd1dea --- /dev/null +++ b/docs/ModelsAgentsAgentPool.md @@ -0,0 +1,155 @@ +# ModelsAgentsAgentPool + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentPoolId** | Pointer to **string** | GUID identifier of the agent pool | [optional] +**Name** | **string** | Name of the agent pool | +**DiscoverAgentsCount** | Pointer to **int32** | Number of agents that can perform discovery jobs | [optional] +**MonitorAgentsCount** | Pointer to **int32** | Number of agents that can perform monitoring jobs | [optional] +**Agents** | Pointer to [**[]ModelsAgentsAgentPoolAgent**](ModelsAgentsAgentPoolAgent.md) | List of the agents assigned to the pool | [optional] + +## Methods + +### NewModelsAgentsAgentPool + +`func NewModelsAgentsAgentPool(name string, ) *ModelsAgentsAgentPool` + +NewModelsAgentsAgentPool instantiates a new ModelsAgentsAgentPool 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 + +### NewModelsAgentsAgentPoolWithDefaults + +`func NewModelsAgentsAgentPoolWithDefaults() *ModelsAgentsAgentPool` + +NewModelsAgentsAgentPoolWithDefaults instantiates a new ModelsAgentsAgentPool 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 + +### GetAgentPoolId + +`func (o *ModelsAgentsAgentPool) GetAgentPoolId() string` + +GetAgentPoolId returns the AgentPoolId field if non-nil, zero value otherwise. + +### GetAgentPoolIdOk + +`func (o *ModelsAgentsAgentPool) GetAgentPoolIdOk() (*string, bool)` + +GetAgentPoolIdOk returns a tuple with the AgentPoolId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolId + +`func (o *ModelsAgentsAgentPool) SetAgentPoolId(v string)` + +SetAgentPoolId sets AgentPoolId field to given value. + +### HasAgentPoolId + +`func (o *ModelsAgentsAgentPool) HasAgentPoolId() bool` + +HasAgentPoolId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsAgentsAgentPool) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsAgentsAgentPool) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsAgentsAgentPool) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDiscoverAgentsCount + +`func (o *ModelsAgentsAgentPool) GetDiscoverAgentsCount() int32` + +GetDiscoverAgentsCount returns the DiscoverAgentsCount field if non-nil, zero value otherwise. + +### GetDiscoverAgentsCountOk + +`func (o *ModelsAgentsAgentPool) GetDiscoverAgentsCountOk() (*int32, bool)` + +GetDiscoverAgentsCountOk returns a tuple with the DiscoverAgentsCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoverAgentsCount + +`func (o *ModelsAgentsAgentPool) SetDiscoverAgentsCount(v int32)` + +SetDiscoverAgentsCount sets DiscoverAgentsCount field to given value. + +### HasDiscoverAgentsCount + +`func (o *ModelsAgentsAgentPool) HasDiscoverAgentsCount() bool` + +HasDiscoverAgentsCount returns a boolean if a field has been set. + +### GetMonitorAgentsCount + +`func (o *ModelsAgentsAgentPool) GetMonitorAgentsCount() int32` + +GetMonitorAgentsCount returns the MonitorAgentsCount field if non-nil, zero value otherwise. + +### GetMonitorAgentsCountOk + +`func (o *ModelsAgentsAgentPool) GetMonitorAgentsCountOk() (*int32, bool)` + +GetMonitorAgentsCountOk returns a tuple with the MonitorAgentsCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorAgentsCount + +`func (o *ModelsAgentsAgentPool) SetMonitorAgentsCount(v int32)` + +SetMonitorAgentsCount sets MonitorAgentsCount field to given value. + +### HasMonitorAgentsCount + +`func (o *ModelsAgentsAgentPool) HasMonitorAgentsCount() bool` + +HasMonitorAgentsCount returns a boolean if a field has been set. + +### GetAgents + +`func (o *ModelsAgentsAgentPool) GetAgents() []ModelsAgentsAgentPoolAgent` + +GetAgents returns the Agents field if non-nil, zero value otherwise. + +### GetAgentsOk + +`func (o *ModelsAgentsAgentPool) GetAgentsOk() (*[]ModelsAgentsAgentPoolAgent, bool)` + +GetAgentsOk returns a tuple with the Agents field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgents + +`func (o *ModelsAgentsAgentPool) SetAgents(v []ModelsAgentsAgentPoolAgent)` + +SetAgents sets Agents field to given value. + +### HasAgents + +`func (o *ModelsAgentsAgentPool) HasAgents() bool` + +HasAgents returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsAgentsAgentPoolAgent.md b/docs/ModelsAgentsAgentPoolAgent.md new file mode 100644 index 0000000..fa9d7d6 --- /dev/null +++ b/docs/ModelsAgentsAgentPoolAgent.md @@ -0,0 +1,212 @@ +# ModelsAgentsAgentPoolAgent + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentId** | Pointer to **string** | | [optional] +**EnableDiscover** | Pointer to **bool** | | [optional] +**EnableMonitor** | Pointer to **bool** | | [optional] +**Version** | Pointer to **string** | | [optional] +**AllowsDiscover** | Pointer to **bool** | | [optional] +**AllowsMonitor** | Pointer to **bool** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsAgentsAgentPoolAgent + +`func NewModelsAgentsAgentPoolAgent() *ModelsAgentsAgentPoolAgent` + +NewModelsAgentsAgentPoolAgent instantiates a new ModelsAgentsAgentPoolAgent 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 + +### NewModelsAgentsAgentPoolAgentWithDefaults + +`func NewModelsAgentsAgentPoolAgentWithDefaults() *ModelsAgentsAgentPoolAgent` + +NewModelsAgentsAgentPoolAgentWithDefaults instantiates a new ModelsAgentsAgentPoolAgent 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 + +### GetAgentId + +`func (o *ModelsAgentsAgentPoolAgent) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsAgentsAgentPoolAgent) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsAgentsAgentPoolAgent) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsAgentsAgentPoolAgent) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetEnableDiscover + +`func (o *ModelsAgentsAgentPoolAgent) GetEnableDiscover() bool` + +GetEnableDiscover returns the EnableDiscover field if non-nil, zero value otherwise. + +### GetEnableDiscoverOk + +`func (o *ModelsAgentsAgentPoolAgent) GetEnableDiscoverOk() (*bool, bool)` + +GetEnableDiscoverOk returns a tuple with the EnableDiscover field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnableDiscover + +`func (o *ModelsAgentsAgentPoolAgent) SetEnableDiscover(v bool)` + +SetEnableDiscover sets EnableDiscover field to given value. + +### HasEnableDiscover + +`func (o *ModelsAgentsAgentPoolAgent) HasEnableDiscover() bool` + +HasEnableDiscover returns a boolean if a field has been set. + +### GetEnableMonitor + +`func (o *ModelsAgentsAgentPoolAgent) GetEnableMonitor() bool` + +GetEnableMonitor returns the EnableMonitor field if non-nil, zero value otherwise. + +### GetEnableMonitorOk + +`func (o *ModelsAgentsAgentPoolAgent) GetEnableMonitorOk() (*bool, bool)` + +GetEnableMonitorOk returns a tuple with the EnableMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnableMonitor + +`func (o *ModelsAgentsAgentPoolAgent) SetEnableMonitor(v bool)` + +SetEnableMonitor sets EnableMonitor field to given value. + +### HasEnableMonitor + +`func (o *ModelsAgentsAgentPoolAgent) HasEnableMonitor() bool` + +HasEnableMonitor returns a boolean if a field has been set. + +### GetVersion + +`func (o *ModelsAgentsAgentPoolAgent) GetVersion() string` + +GetVersion returns the Version field if non-nil, zero value otherwise. + +### GetVersionOk + +`func (o *ModelsAgentsAgentPoolAgent) GetVersionOk() (*string, bool)` + +GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetVersion + +`func (o *ModelsAgentsAgentPoolAgent) SetVersion(v string)` + +SetVersion sets Version field to given value. + +### HasVersion + +`func (o *ModelsAgentsAgentPoolAgent) HasVersion() bool` + +HasVersion returns a boolean if a field has been set. + +### GetAllowsDiscover + +`func (o *ModelsAgentsAgentPoolAgent) GetAllowsDiscover() bool` + +GetAllowsDiscover returns the AllowsDiscover field if non-nil, zero value otherwise. + +### GetAllowsDiscoverOk + +`func (o *ModelsAgentsAgentPoolAgent) GetAllowsDiscoverOk() (*bool, bool)` + +GetAllowsDiscoverOk returns a tuple with the AllowsDiscover field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAllowsDiscover + +`func (o *ModelsAgentsAgentPoolAgent) SetAllowsDiscover(v bool)` + +SetAllowsDiscover sets AllowsDiscover field to given value. + +### HasAllowsDiscover + +`func (o *ModelsAgentsAgentPoolAgent) HasAllowsDiscover() bool` + +HasAllowsDiscover returns a boolean if a field has been set. + +### GetAllowsMonitor + +`func (o *ModelsAgentsAgentPoolAgent) GetAllowsMonitor() bool` + +GetAllowsMonitor returns the AllowsMonitor field if non-nil, zero value otherwise. + +### GetAllowsMonitorOk + +`func (o *ModelsAgentsAgentPoolAgent) GetAllowsMonitorOk() (*bool, bool)` + +GetAllowsMonitorOk returns a tuple with the AllowsMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAllowsMonitor + +`func (o *ModelsAgentsAgentPoolAgent) SetAllowsMonitor(v bool)` + +SetAllowsMonitor sets AllowsMonitor field to given value. + +### HasAllowsMonitor + +`func (o *ModelsAgentsAgentPoolAgent) HasAllowsMonitor() bool` + +HasAllowsMonitor returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsAgentsAgentPoolAgent) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsAgentsAgentPoolAgent) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsAgentsAgentPoolAgent) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsAgentsAgentPoolAgent) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCRLRequestModel.md b/docs/ModelsCRLRequestModel.md new file mode 100644 index 0000000..3962fe9 --- /dev/null +++ b/docs/ModelsCRLRequestModel.md @@ -0,0 +1,77 @@ +# ModelsCRLRequestModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateAuthorityLogicalName** | **string** | | +**CertificateAuthorityHostName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCRLRequestModel + +`func NewModelsCRLRequestModel(certificateAuthorityLogicalName string, ) *ModelsCRLRequestModel` + +NewModelsCRLRequestModel instantiates a new ModelsCRLRequestModel 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 + +### NewModelsCRLRequestModelWithDefaults + +`func NewModelsCRLRequestModelWithDefaults() *ModelsCRLRequestModel` + +NewModelsCRLRequestModelWithDefaults instantiates a new ModelsCRLRequestModel 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 + +### GetCertificateAuthorityLogicalName + +`func (o *ModelsCRLRequestModel) GetCertificateAuthorityLogicalName() string` + +GetCertificateAuthorityLogicalName returns the CertificateAuthorityLogicalName field if non-nil, zero value otherwise. + +### GetCertificateAuthorityLogicalNameOk + +`func (o *ModelsCRLRequestModel) GetCertificateAuthorityLogicalNameOk() (*string, bool)` + +GetCertificateAuthorityLogicalNameOk returns a tuple with the CertificateAuthorityLogicalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthorityLogicalName + +`func (o *ModelsCRLRequestModel) SetCertificateAuthorityLogicalName(v string)` + +SetCertificateAuthorityLogicalName sets CertificateAuthorityLogicalName field to given value. + + +### GetCertificateAuthorityHostName + +`func (o *ModelsCRLRequestModel) GetCertificateAuthorityHostName() string` + +GetCertificateAuthorityHostName returns the CertificateAuthorityHostName field if non-nil, zero value otherwise. + +### GetCertificateAuthorityHostNameOk + +`func (o *ModelsCRLRequestModel) GetCertificateAuthorityHostNameOk() (*string, bool)` + +GetCertificateAuthorityHostNameOk returns a tuple with the CertificateAuthorityHostName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthorityHostName + +`func (o *ModelsCRLRequestModel) SetCertificateAuthorityHostName(v string)` + +SetCertificateAuthorityHostName sets CertificateAuthorityHostName field to given value. + +### HasCertificateAuthorityHostName + +`func (o *ModelsCRLRequestModel) HasCertificateAuthorityHostName() bool` + +HasCertificateAuthorityHostName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCSRContents.md b/docs/ModelsCSRContents.md new file mode 100644 index 0000000..ad4ec15 --- /dev/null +++ b/docs/ModelsCSRContents.md @@ -0,0 +1,51 @@ +# ModelsCSRContents + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CSR** | **string** | | + +## Methods + +### NewModelsCSRContents + +`func NewModelsCSRContents(cSR string, ) *ModelsCSRContents` + +NewModelsCSRContents instantiates a new ModelsCSRContents 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 + +### NewModelsCSRContentsWithDefaults + +`func NewModelsCSRContentsWithDefaults() *ModelsCSRContents` + +NewModelsCSRContentsWithDefaults instantiates a new ModelsCSRContents 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 + +### GetCSR + +`func (o *ModelsCSRContents) GetCSR() string` + +GetCSR returns the CSR field if non-nil, zero value otherwise. + +### GetCSROk + +`func (o *ModelsCSRContents) GetCSROk() (*string, bool)` + +GetCSROk returns a tuple with the CSR field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCSR + +`func (o *ModelsCSRContents) SetCSR(v string)` + +SetCSR sets CSR field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCSRGenerationResponseModel.md b/docs/ModelsCSRGenerationResponseModel.md new file mode 100644 index 0000000..2fa6e3e --- /dev/null +++ b/docs/ModelsCSRGenerationResponseModel.md @@ -0,0 +1,82 @@ +# ModelsCSRGenerationResponseModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CSRFilePath** | Pointer to **string** | | [optional] +**CSRText** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCSRGenerationResponseModel + +`func NewModelsCSRGenerationResponseModel() *ModelsCSRGenerationResponseModel` + +NewModelsCSRGenerationResponseModel instantiates a new ModelsCSRGenerationResponseModel 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 + +### NewModelsCSRGenerationResponseModelWithDefaults + +`func NewModelsCSRGenerationResponseModelWithDefaults() *ModelsCSRGenerationResponseModel` + +NewModelsCSRGenerationResponseModelWithDefaults instantiates a new ModelsCSRGenerationResponseModel 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 + +### GetCSRFilePath + +`func (o *ModelsCSRGenerationResponseModel) GetCSRFilePath() string` + +GetCSRFilePath returns the CSRFilePath field if non-nil, zero value otherwise. + +### GetCSRFilePathOk + +`func (o *ModelsCSRGenerationResponseModel) GetCSRFilePathOk() (*string, bool)` + +GetCSRFilePathOk returns a tuple with the CSRFilePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCSRFilePath + +`func (o *ModelsCSRGenerationResponseModel) SetCSRFilePath(v string)` + +SetCSRFilePath sets CSRFilePath field to given value. + +### HasCSRFilePath + +`func (o *ModelsCSRGenerationResponseModel) HasCSRFilePath() bool` + +HasCSRFilePath returns a boolean if a field has been set. + +### GetCSRText + +`func (o *ModelsCSRGenerationResponseModel) GetCSRText() string` + +GetCSRText returns the CSRText field if non-nil, zero value otherwise. + +### GetCSRTextOk + +`func (o *ModelsCSRGenerationResponseModel) GetCSRTextOk() (*string, bool)` + +GetCSRTextOk returns a tuple with the CSRText field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCSRText + +`func (o *ModelsCSRGenerationResponseModel) SetCSRText(v string)` + +SetCSRText sets CSRText field to given value. + +### HasCSRText + +`func (o *ModelsCSRGenerationResponseModel) HasCSRText() bool` + +HasCSRText returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertStoreLocationsCertificateLocationsGroup.md b/docs/ModelsCertStoreLocationsCertificateLocationsGroup.md new file mode 100644 index 0000000..396df29 --- /dev/null +++ b/docs/ModelsCertStoreLocationsCertificateLocationsGroup.md @@ -0,0 +1,134 @@ +# ModelsCertStoreLocationsCertificateLocationsGroup + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreType** | Pointer to **string** | | [optional] [readonly] +**StoreTypeId** | Pointer to **int32** | | [optional] [readonly] +**StoreCount** | Pointer to **int32** | | [optional] [readonly] +**Locations** | Pointer to [**[]ModelsCertStoreLocationsCertificateStoreLocationsDetail**](ModelsCertStoreLocationsCertificateStoreLocationsDetail.md) | | [optional] + +## Methods + +### NewModelsCertStoreLocationsCertificateLocationsGroup + +`func NewModelsCertStoreLocationsCertificateLocationsGroup() *ModelsCertStoreLocationsCertificateLocationsGroup` + +NewModelsCertStoreLocationsCertificateLocationsGroup instantiates a new ModelsCertStoreLocationsCertificateLocationsGroup 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 + +### NewModelsCertStoreLocationsCertificateLocationsGroupWithDefaults + +`func NewModelsCertStoreLocationsCertificateLocationsGroupWithDefaults() *ModelsCertStoreLocationsCertificateLocationsGroup` + +NewModelsCertStoreLocationsCertificateLocationsGroupWithDefaults instantiates a new ModelsCertStoreLocationsCertificateLocationsGroup 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 + +### GetStoreType + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetStoreType() string` + +GetStoreType returns the StoreType field if non-nil, zero value otherwise. + +### GetStoreTypeOk + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeOk() (*string, bool)` + +GetStoreTypeOk returns a tuple with the StoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreType + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) SetStoreType(v string)` + +SetStoreType sets StoreType field to given value. + +### HasStoreType + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) HasStoreType() bool` + +HasStoreType returns a boolean if a field has been set. + +### GetStoreTypeId + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeId() int32` + +GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise. + +### GetStoreTypeIdOk + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeIdOk() (*int32, bool)` + +GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypeId + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) SetStoreTypeId(v int32)` + +SetStoreTypeId sets StoreTypeId field to given value. + +### HasStoreTypeId + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) HasStoreTypeId() bool` + +HasStoreTypeId returns a boolean if a field has been set. + +### GetStoreCount + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetStoreCount() int32` + +GetStoreCount returns the StoreCount field if non-nil, zero value otherwise. + +### GetStoreCountOk + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetStoreCountOk() (*int32, bool)` + +GetStoreCountOk returns a tuple with the StoreCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreCount + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) SetStoreCount(v int32)` + +SetStoreCount sets StoreCount field to given value. + +### HasStoreCount + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) HasStoreCount() bool` + +HasStoreCount returns a boolean if a field has been set. + +### GetLocations + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetLocations() []ModelsCertStoreLocationsCertificateStoreLocationsDetail` + +GetLocations returns the Locations field if non-nil, zero value otherwise. + +### GetLocationsOk + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) GetLocationsOk() (*[]ModelsCertStoreLocationsCertificateStoreLocationsDetail, bool)` + +GetLocationsOk returns a tuple with the Locations field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocations + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) SetLocations(v []ModelsCertStoreLocationsCertificateStoreLocationsDetail)` + +SetLocations sets Locations field to given value. + +### HasLocations + +`func (o *ModelsCertStoreLocationsCertificateLocationsGroup) HasLocations() bool` + +HasLocations returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertStoreLocationsCertificateStoreLocationsDetail.md b/docs/ModelsCertStoreLocationsCertificateStoreLocationsDetail.md new file mode 100644 index 0000000..ce2bf7e --- /dev/null +++ b/docs/ModelsCertStoreLocationsCertificateStoreLocationsDetail.md @@ -0,0 +1,264 @@ +# ModelsCertStoreLocationsCertificateStoreLocationsDetail + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreId** | Pointer to **string** | | [optional] +**StoreTypeId** | Pointer to **int32** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] +**StorePath** | Pointer to **string** | | [optional] +**AgentPool** | Pointer to **string** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**IPAddress** | Pointer to **string** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**NetworkName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertStoreLocationsCertificateStoreLocationsDetail + +`func NewModelsCertStoreLocationsCertificateStoreLocationsDetail() *ModelsCertStoreLocationsCertificateStoreLocationsDetail` + +NewModelsCertStoreLocationsCertificateStoreLocationsDetail instantiates a new ModelsCertStoreLocationsCertificateStoreLocationsDetail 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 + +### NewModelsCertStoreLocationsCertificateStoreLocationsDetailWithDefaults + +`func NewModelsCertStoreLocationsCertificateStoreLocationsDetailWithDefaults() *ModelsCertStoreLocationsCertificateStoreLocationsDetail` + +NewModelsCertStoreLocationsCertificateStoreLocationsDetailWithDefaults instantiates a new ModelsCertStoreLocationsCertificateStoreLocationsDetail 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 + +### GetStoreId + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreId() string` + +GetStoreId returns the StoreId field if non-nil, zero value otherwise. + +### GetStoreIdOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreIdOk() (*string, bool)` + +GetStoreIdOk returns a tuple with the StoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreId + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStoreId(v string)` + +SetStoreId sets StoreId field to given value. + +### HasStoreId + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasStoreId() bool` + +HasStoreId returns a boolean if a field has been set. + +### GetStoreTypeId + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreTypeId() int32` + +GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise. + +### GetStoreTypeIdOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreTypeIdOk() (*int32, bool)` + +GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypeId + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStoreTypeId(v int32)` + +SetStoreTypeId sets StoreTypeId field to given value. + +### HasStoreTypeId + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasStoreTypeId() bool` + +HasStoreTypeId returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetStorePath + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + +### GetAgentPool + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAgentPool() string` + +GetAgentPool returns the AgentPool field if non-nil, zero value otherwise. + +### GetAgentPoolOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAgentPoolOk() (*string, bool)` + +GetAgentPoolOk returns a tuple with the AgentPool field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPool + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetAgentPool(v string)` + +SetAgentPool sets AgentPool field to given value. + +### HasAgentPool + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasAgentPool() bool` + +HasAgentPool returns a boolean if a field has been set. + +### GetAlias + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetIPAddress + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetIPAddress() string` + +GetIPAddress returns the IPAddress field if non-nil, zero value otherwise. + +### GetIPAddressOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetIPAddressOk() (*string, bool)` + +GetIPAddressOk returns a tuple with the IPAddress field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIPAddress + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetIPAddress(v string)` + +SetIPAddress sets IPAddress field to given value. + +### HasIPAddress + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasIPAddress() bool` + +HasIPAddress returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetNetworkName + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetNetworkName() string` + +GetNetworkName returns the NetworkName field if non-nil, zero value otherwise. + +### GetNetworkNameOk + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) GetNetworkNameOk() (*string, bool)` + +GetNetworkNameOk returns a tuple with the NetworkName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkName + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) SetNetworkName(v string)` + +SetNetworkName sets NetworkName field to given value. + +### HasNetworkName + +`func (o *ModelsCertStoreLocationsCertificateStoreLocationsDetail) HasNetworkName() bool` + +HasNetworkName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertStoreNewPasswordRequest.md b/docs/ModelsCertStoreNewPasswordRequest.md new file mode 100644 index 0000000..4a8dd63 --- /dev/null +++ b/docs/ModelsCertStoreNewPasswordRequest.md @@ -0,0 +1,72 @@ +# ModelsCertStoreNewPasswordRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertStoreId** | **string** | | +**NewPassword** | **map[string]interface{}** | | + +## Methods + +### NewModelsCertStoreNewPasswordRequest + +`func NewModelsCertStoreNewPasswordRequest(certStoreId string, newPassword map[string]interface{}, ) *ModelsCertStoreNewPasswordRequest` + +NewModelsCertStoreNewPasswordRequest instantiates a new ModelsCertStoreNewPasswordRequest 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 + +### NewModelsCertStoreNewPasswordRequestWithDefaults + +`func NewModelsCertStoreNewPasswordRequestWithDefaults() *ModelsCertStoreNewPasswordRequest` + +NewModelsCertStoreNewPasswordRequestWithDefaults instantiates a new ModelsCertStoreNewPasswordRequest 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 + +### GetCertStoreId + +`func (o *ModelsCertStoreNewPasswordRequest) GetCertStoreId() string` + +GetCertStoreId returns the CertStoreId field if non-nil, zero value otherwise. + +### GetCertStoreIdOk + +`func (o *ModelsCertStoreNewPasswordRequest) GetCertStoreIdOk() (*string, bool)` + +GetCertStoreIdOk returns a tuple with the CertStoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreId + +`func (o *ModelsCertStoreNewPasswordRequest) SetCertStoreId(v string)` + +SetCertStoreId sets CertStoreId field to given value. + + +### GetNewPassword + +`func (o *ModelsCertStoreNewPasswordRequest) GetNewPassword() map[string]interface{}` + +GetNewPassword returns the NewPassword field if non-nil, zero value otherwise. + +### GetNewPasswordOk + +`func (o *ModelsCertStoreNewPasswordRequest) GetNewPasswordOk() (*map[string]interface{}, bool)` + +GetNewPasswordOk returns a tuple with the NewPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNewPassword + +`func (o *ModelsCertStoreNewPasswordRequest) SetNewPassword(v map[string]interface{})` + +SetNewPassword sets NewPassword field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertStoreTypePasswordOptions.md b/docs/ModelsCertStoreTypePasswordOptions.md new file mode 100644 index 0000000..920ec90 --- /dev/null +++ b/docs/ModelsCertStoreTypePasswordOptions.md @@ -0,0 +1,108 @@ +# ModelsCertStoreTypePasswordOptions + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EntrySupported** | Pointer to **bool** | | [optional] +**StoreRequired** | Pointer to **bool** | | [optional] +**Style** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertStoreTypePasswordOptions + +`func NewModelsCertStoreTypePasswordOptions() *ModelsCertStoreTypePasswordOptions` + +NewModelsCertStoreTypePasswordOptions instantiates a new ModelsCertStoreTypePasswordOptions 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 + +### NewModelsCertStoreTypePasswordOptionsWithDefaults + +`func NewModelsCertStoreTypePasswordOptionsWithDefaults() *ModelsCertStoreTypePasswordOptions` + +NewModelsCertStoreTypePasswordOptionsWithDefaults instantiates a new ModelsCertStoreTypePasswordOptions 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 + +### GetEntrySupported + +`func (o *ModelsCertStoreTypePasswordOptions) GetEntrySupported() bool` + +GetEntrySupported returns the EntrySupported field if non-nil, zero value otherwise. + +### GetEntrySupportedOk + +`func (o *ModelsCertStoreTypePasswordOptions) GetEntrySupportedOk() (*bool, bool)` + +GetEntrySupportedOk returns a tuple with the EntrySupported field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntrySupported + +`func (o *ModelsCertStoreTypePasswordOptions) SetEntrySupported(v bool)` + +SetEntrySupported sets EntrySupported field to given value. + +### HasEntrySupported + +`func (o *ModelsCertStoreTypePasswordOptions) HasEntrySupported() bool` + +HasEntrySupported returns a boolean if a field has been set. + +### GetStoreRequired + +`func (o *ModelsCertStoreTypePasswordOptions) GetStoreRequired() bool` + +GetStoreRequired returns the StoreRequired field if non-nil, zero value otherwise. + +### GetStoreRequiredOk + +`func (o *ModelsCertStoreTypePasswordOptions) GetStoreRequiredOk() (*bool, bool)` + +GetStoreRequiredOk returns a tuple with the StoreRequired field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreRequired + +`func (o *ModelsCertStoreTypePasswordOptions) SetStoreRequired(v bool)` + +SetStoreRequired sets StoreRequired field to given value. + +### HasStoreRequired + +`func (o *ModelsCertStoreTypePasswordOptions) HasStoreRequired() bool` + +HasStoreRequired returns a boolean if a field has been set. + +### GetStyle + +`func (o *ModelsCertStoreTypePasswordOptions) GetStyle() string` + +GetStyle returns the Style field if non-nil, zero value otherwise. + +### GetStyleOk + +`func (o *ModelsCertStoreTypePasswordOptions) GetStyleOk() (*string, bool)` + +GetStyleOk returns a tuple with the Style field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStyle + +`func (o *ModelsCertStoreTypePasswordOptions) SetStyle(v string)` + +SetStyle sets Style field to given value. + +### HasStyle + +`func (o *ModelsCertStoreTypePasswordOptions) HasStyle() bool` + +HasStyle returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertStoreTypeSupportedOperations.md b/docs/ModelsCertStoreTypeSupportedOperations.md new file mode 100644 index 0000000..3b4119f --- /dev/null +++ b/docs/ModelsCertStoreTypeSupportedOperations.md @@ -0,0 +1,160 @@ +# ModelsCertStoreTypeSupportedOperations + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Add** | Pointer to **bool** | | [optional] +**Create** | Pointer to **bool** | | [optional] +**Discovery** | Pointer to **bool** | | [optional] +**Enrollment** | Pointer to **bool** | | [optional] +**Remove** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertStoreTypeSupportedOperations + +`func NewModelsCertStoreTypeSupportedOperations() *ModelsCertStoreTypeSupportedOperations` + +NewModelsCertStoreTypeSupportedOperations instantiates a new ModelsCertStoreTypeSupportedOperations 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 + +### NewModelsCertStoreTypeSupportedOperationsWithDefaults + +`func NewModelsCertStoreTypeSupportedOperationsWithDefaults() *ModelsCertStoreTypeSupportedOperations` + +NewModelsCertStoreTypeSupportedOperationsWithDefaults instantiates a new ModelsCertStoreTypeSupportedOperations 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 + +### GetAdd + +`func (o *ModelsCertStoreTypeSupportedOperations) GetAdd() bool` + +GetAdd returns the Add field if non-nil, zero value otherwise. + +### GetAddOk + +`func (o *ModelsCertStoreTypeSupportedOperations) GetAddOk() (*bool, bool)` + +GetAddOk returns a tuple with the Add field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAdd + +`func (o *ModelsCertStoreTypeSupportedOperations) SetAdd(v bool)` + +SetAdd sets Add field to given value. + +### HasAdd + +`func (o *ModelsCertStoreTypeSupportedOperations) HasAdd() bool` + +HasAdd returns a boolean if a field has been set. + +### GetCreate + +`func (o *ModelsCertStoreTypeSupportedOperations) GetCreate() bool` + +GetCreate returns the Create field if non-nil, zero value otherwise. + +### GetCreateOk + +`func (o *ModelsCertStoreTypeSupportedOperations) GetCreateOk() (*bool, bool)` + +GetCreateOk returns a tuple with the Create field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreate + +`func (o *ModelsCertStoreTypeSupportedOperations) SetCreate(v bool)` + +SetCreate sets Create field to given value. + +### HasCreate + +`func (o *ModelsCertStoreTypeSupportedOperations) HasCreate() bool` + +HasCreate returns a boolean if a field has been set. + +### GetDiscovery + +`func (o *ModelsCertStoreTypeSupportedOperations) GetDiscovery() bool` + +GetDiscovery returns the Discovery field if non-nil, zero value otherwise. + +### GetDiscoveryOk + +`func (o *ModelsCertStoreTypeSupportedOperations) GetDiscoveryOk() (*bool, bool)` + +GetDiscoveryOk returns a tuple with the Discovery field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscovery + +`func (o *ModelsCertStoreTypeSupportedOperations) SetDiscovery(v bool)` + +SetDiscovery sets Discovery field to given value. + +### HasDiscovery + +`func (o *ModelsCertStoreTypeSupportedOperations) HasDiscovery() bool` + +HasDiscovery returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *ModelsCertStoreTypeSupportedOperations) GetEnrollment() bool` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *ModelsCertStoreTypeSupportedOperations) GetEnrollmentOk() (*bool, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *ModelsCertStoreTypeSupportedOperations) SetEnrollment(v bool)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *ModelsCertStoreTypeSupportedOperations) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetRemove + +`func (o *ModelsCertStoreTypeSupportedOperations) GetRemove() bool` + +GetRemove returns the Remove field if non-nil, zero value otherwise. + +### GetRemoveOk + +`func (o *ModelsCertStoreTypeSupportedOperations) GetRemoveOk() (*bool, bool)` + +GetRemoveOk returns a tuple with the Remove field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRemove + +`func (o *ModelsCertStoreTypeSupportedOperations) SetRemove(v bool)` + +SetRemove sets Remove field to given value. + +### HasRemove + +`func (o *ModelsCertStoreTypeSupportedOperations) HasRemove() bool` + +HasRemove returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertStoresSchedule.md b/docs/ModelsCertStoresSchedule.md new file mode 100644 index 0000000..e09ba10 --- /dev/null +++ b/docs/ModelsCertStoresSchedule.md @@ -0,0 +1,77 @@ +# ModelsCertStoresSchedule + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreIds** | **[]string** | | +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] + +## Methods + +### NewModelsCertStoresSchedule + +`func NewModelsCertStoresSchedule(storeIds []string, ) *ModelsCertStoresSchedule` + +NewModelsCertStoresSchedule instantiates a new ModelsCertStoresSchedule 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 + +### NewModelsCertStoresScheduleWithDefaults + +`func NewModelsCertStoresScheduleWithDefaults() *ModelsCertStoresSchedule` + +NewModelsCertStoresScheduleWithDefaults instantiates a new ModelsCertStoresSchedule 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 + +### GetStoreIds + +`func (o *ModelsCertStoresSchedule) GetStoreIds() []string` + +GetStoreIds returns the StoreIds field if non-nil, zero value otherwise. + +### GetStoreIdsOk + +`func (o *ModelsCertStoresSchedule) GetStoreIdsOk() (*[]string, bool)` + +GetStoreIdsOk returns a tuple with the StoreIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreIds + +`func (o *ModelsCertStoresSchedule) SetStoreIds(v []string)` + +SetStoreIds sets StoreIds field to given value. + + +### GetSchedule + +`func (o *ModelsCertStoresSchedule) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *ModelsCertStoresSchedule) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *ModelsCertStoresSchedule) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *ModelsCertStoresSchedule) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate.md b/docs/ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate.md new file mode 100644 index 0000000..b345c25 --- /dev/null +++ b/docs/ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate.md @@ -0,0 +1,154 @@ +# ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**IssuedDN** | Pointer to **NullableString** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**ExpirationDate** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate + +`func NewModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate() *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate` + +NewModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate instantiates a new ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate 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 + +### NewModelsCertificateAuthoritiesCertificateAuthorityAuthCertificateWithDefaults + +`func NewModelsCertificateAuthoritiesCertificateAuthorityAuthCertificateWithDefaults() *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate` + +NewModelsCertificateAuthoritiesCertificateAuthorityAuthCertificateWithDefaults instantiates a new ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate 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 + +### GetIssuedDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuedDN() string` + +GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise. + +### GetIssuedDNOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuedDNOk() (*string, bool)` + +GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuedDN(v string)` + +SetIssuedDN sets IssuedDN field to given value. + +### HasIssuedDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasIssuedDN() bool` + +HasIssuedDN returns a boolean if a field has been set. + +### SetIssuedDNNil + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuedDNNil(b bool)` + + SetIssuedDNNil sets the value for IssuedDN to be an explicit nil + +### UnsetIssuedDN +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) UnsetIssuedDN()` + +UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil +### GetIssuerDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetExpirationDate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetExpirationDate() time.Time` + +GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise. + +### GetExpirationDateOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetExpirationDateOk() (*time.Time, bool)` + +GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExpirationDate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetExpirationDate(v time.Time)` + +SetExpirationDate sets ExpirationDate field to given value. + +### HasExpirationDate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasExpirationDate() bool` + +HasExpirationDate returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateAuthoritiesCertificateAuthorityRequest.md b/docs/ModelsCertificateAuthoritiesCertificateAuthorityRequest.md new file mode 100644 index 0000000..f7cf317 --- /dev/null +++ b/docs/ModelsCertificateAuthoritiesCertificateAuthorityRequest.md @@ -0,0 +1,862 @@ +# ModelsCertificateAuthoritiesCertificateAuthorityRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**LogicalName** | Pointer to **string** | | [optional] +**HostName** | Pointer to **string** | | [optional] +**Delegate** | Pointer to **bool** | | [optional] +**DelegateEnrollment** | Pointer to **bool** | | [optional] +**ForestRoot** | Pointer to **string** | | [optional] +**ConfigurationTenant** | Pointer to **string** | | [optional] +**Remote** | Pointer to **bool** | | [optional] +**Agent** | Pointer to **string** | | [optional] +**Standalone** | Pointer to **bool** | | [optional] +**MonitorThresholds** | Pointer to **bool** | | [optional] +**IssuanceMax** | Pointer to **int32** | | [optional] +**IssuanceMin** | Pointer to **int32** | | [optional] +**FailureMax** | Pointer to **int32** | | [optional] +**RFCEnforcement** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **string** | | [optional] +**AllowedEnrollmentTypes** | Pointer to **int32** | | [optional] +**KeyRetention** | Pointer to **int32** | | [optional] +**KeyRetentionDays** | Pointer to **int32** | | [optional] +**ExplicitCredentials** | Pointer to **bool** | | [optional] +**SubscriberTerms** | Pointer to **bool** | | [optional] +**ExplicitUser** | Pointer to **string** | | [optional] +**ExplicitPassword** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**UseAllowedRequesters** | Pointer to **bool** | | [optional] +**AllowedRequesters** | Pointer to **[]string** | | [optional] +**FullScan** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**IncrementalScan** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**ThresholdCheck** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**AuthCertificatePassword** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**AuthCertificate** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**CAType** | Pointer to **int32** | | [optional] +**EnforceUniqueDN** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateAuthoritiesCertificateAuthorityRequest + +`func NewModelsCertificateAuthoritiesCertificateAuthorityRequest() *ModelsCertificateAuthoritiesCertificateAuthorityRequest` + +NewModelsCertificateAuthoritiesCertificateAuthorityRequest instantiates a new ModelsCertificateAuthoritiesCertificateAuthorityRequest 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 + +### NewModelsCertificateAuthoritiesCertificateAuthorityRequestWithDefaults + +`func NewModelsCertificateAuthoritiesCertificateAuthorityRequestWithDefaults() *ModelsCertificateAuthoritiesCertificateAuthorityRequest` + +NewModelsCertificateAuthoritiesCertificateAuthorityRequestWithDefaults instantiates a new ModelsCertificateAuthoritiesCertificateAuthorityRequest 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 + +### GetId + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetId + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetLogicalName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetLogicalName() string` + +GetLogicalName returns the LogicalName field if non-nil, zero value otherwise. + +### GetLogicalNameOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetLogicalNameOk() (*string, bool)` + +GetLogicalNameOk returns a tuple with the LogicalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogicalName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetLogicalName(v string)` + +SetLogicalName sets LogicalName field to given value. + +### HasLogicalName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasLogicalName() bool` + +HasLogicalName returns a boolean if a field has been set. + +### GetHostName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetHostName() string` + +GetHostName returns the HostName field if non-nil, zero value otherwise. + +### GetHostNameOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetHostNameOk() (*string, bool)` + +GetHostNameOk returns a tuple with the HostName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHostName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetHostName(v string)` + +SetHostName sets HostName field to given value. + +### HasHostName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasHostName() bool` + +HasHostName returns a boolean if a field has been set. + +### GetDelegate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetDelegate() bool` + +GetDelegate returns the Delegate field if non-nil, zero value otherwise. + +### GetDelegateOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetDelegateOk() (*bool, bool)` + +GetDelegateOk returns a tuple with the Delegate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDelegate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetDelegate(v bool)` + +SetDelegate sets Delegate field to given value. + +### HasDelegate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasDelegate() bool` + +HasDelegate returns a boolean if a field has been set. + +### GetDelegateEnrollment + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetDelegateEnrollment() bool` + +GetDelegateEnrollment returns the DelegateEnrollment field if non-nil, zero value otherwise. + +### GetDelegateEnrollmentOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetDelegateEnrollmentOk() (*bool, bool)` + +GetDelegateEnrollmentOk returns a tuple with the DelegateEnrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDelegateEnrollment + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetDelegateEnrollment(v bool)` + +SetDelegateEnrollment sets DelegateEnrollment field to given value. + +### HasDelegateEnrollment + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasDelegateEnrollment() bool` + +HasDelegateEnrollment returns a boolean if a field has been set. + +### GetForestRoot + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetForestRoot() string` + +GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise. + +### GetForestRootOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetForestRoot + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetForestRoot(v string)` + +SetForestRoot sets ForestRoot field to given value. + +### HasForestRoot + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasForestRoot() bool` + +HasForestRoot returns a boolean if a field has been set. + +### GetConfigurationTenant + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetConfigurationTenant() string` + +GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise. + +### GetConfigurationTenantOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetConfigurationTenant + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetConfigurationTenant(v string)` + +SetConfigurationTenant sets ConfigurationTenant field to given value. + +### HasConfigurationTenant + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasConfigurationTenant() bool` + +HasConfigurationTenant returns a boolean if a field has been set. + +### GetRemote + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetRemote() bool` + +GetRemote returns the Remote field if non-nil, zero value otherwise. + +### GetRemoteOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetRemoteOk() (*bool, bool)` + +GetRemoteOk returns a tuple with the Remote field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRemote + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetRemote(v bool)` + +SetRemote sets Remote field to given value. + +### HasRemote + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasRemote() bool` + +HasRemote returns a boolean if a field has been set. + +### GetAgent + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAgent() string` + +GetAgent returns the Agent field if non-nil, zero value otherwise. + +### GetAgentOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAgentOk() (*string, bool)` + +GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgent + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetAgent(v string)` + +SetAgent sets Agent field to given value. + +### HasAgent + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasAgent() bool` + +HasAgent returns a boolean if a field has been set. + +### GetStandalone + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetStandalone() bool` + +GetStandalone returns the Standalone field if non-nil, zero value otherwise. + +### GetStandaloneOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetStandaloneOk() (*bool, bool)` + +GetStandaloneOk returns a tuple with the Standalone field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStandalone + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetStandalone(v bool)` + +SetStandalone sets Standalone field to given value. + +### HasStandalone + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasStandalone() bool` + +HasStandalone returns a boolean if a field has been set. + +### GetMonitorThresholds + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetMonitorThresholds() bool` + +GetMonitorThresholds returns the MonitorThresholds field if non-nil, zero value otherwise. + +### GetMonitorThresholdsOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetMonitorThresholdsOk() (*bool, bool)` + +GetMonitorThresholdsOk returns a tuple with the MonitorThresholds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorThresholds + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetMonitorThresholds(v bool)` + +SetMonitorThresholds sets MonitorThresholds field to given value. + +### HasMonitorThresholds + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasMonitorThresholds() bool` + +HasMonitorThresholds returns a boolean if a field has been set. + +### GetIssuanceMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMax() int32` + +GetIssuanceMax returns the IssuanceMax field if non-nil, zero value otherwise. + +### GetIssuanceMaxOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMaxOk() (*int32, bool)` + +GetIssuanceMaxOk returns a tuple with the IssuanceMax field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuanceMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetIssuanceMax(v int32)` + +SetIssuanceMax sets IssuanceMax field to given value. + +### HasIssuanceMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasIssuanceMax() bool` + +HasIssuanceMax returns a boolean if a field has been set. + +### GetIssuanceMin + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMin() int32` + +GetIssuanceMin returns the IssuanceMin field if non-nil, zero value otherwise. + +### GetIssuanceMinOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMinOk() (*int32, bool)` + +GetIssuanceMinOk returns a tuple with the IssuanceMin field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuanceMin + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetIssuanceMin(v int32)` + +SetIssuanceMin sets IssuanceMin field to given value. + +### HasIssuanceMin + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasIssuanceMin() bool` + +HasIssuanceMin returns a boolean if a field has been set. + +### GetFailureMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetFailureMax() int32` + +GetFailureMax returns the FailureMax field if non-nil, zero value otherwise. + +### GetFailureMaxOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetFailureMaxOk() (*int32, bool)` + +GetFailureMaxOk returns a tuple with the FailureMax field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFailureMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetFailureMax(v int32)` + +SetFailureMax sets FailureMax field to given value. + +### HasFailureMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasFailureMax() bool` + +HasFailureMax returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetRFCEnforcement + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + +### GetProperties + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetAllowedEnrollmentTypes + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAllowedEnrollmentTypes() int32` + +GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise. + +### GetAllowedEnrollmentTypesOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetAllowedEnrollmentTypes + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetAllowedEnrollmentTypes(v int32)` + +SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value. + +### HasAllowedEnrollmentTypes + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasAllowedEnrollmentTypes() bool` + +HasAllowedEnrollmentTypes returns a boolean if a field has been set. + +### GetKeyRetention + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetention() int32` + +GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise. + +### GetKeyRetentionOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetKeyRetention + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetention(v int32)` + +SetKeyRetention sets KeyRetention field to given value. + +### HasKeyRetention + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasKeyRetention() bool` + +HasKeyRetention returns a boolean if a field has been set. + +### GetKeyRetentionDays + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetentionDays() int32` + +GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise. + +### GetKeyRetentionDaysOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetKeyRetentionDays + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetentionDays(v int32)` + +SetKeyRetentionDays sets KeyRetentionDays field to given value. + +### HasKeyRetentionDays + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasKeyRetentionDays() bool` + +HasKeyRetentionDays returns a boolean if a field has been set. + +### GetExplicitCredentials + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetExplicitCredentials() bool` + +GetExplicitCredentials returns the ExplicitCredentials field if non-nil, zero value otherwise. + +### GetExplicitCredentialsOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetExplicitCredentialsOk() (*bool, bool)` + +GetExplicitCredentialsOk returns a tuple with the ExplicitCredentials field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplicitCredentials + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetExplicitCredentials(v bool)` + +SetExplicitCredentials sets ExplicitCredentials field to given value. + +### HasExplicitCredentials + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasExplicitCredentials() bool` + +HasExplicitCredentials returns a boolean if a field has been set. + +### GetSubscriberTerms + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetSubscriberTerms() bool` + +GetSubscriberTerms returns the SubscriberTerms field if non-nil, zero value otherwise. + +### GetSubscriberTermsOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetSubscriberTermsOk() (*bool, bool)` + +GetSubscriberTermsOk returns a tuple with the SubscriberTerms field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubscriberTerms + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetSubscriberTerms(v bool)` + +SetSubscriberTerms sets SubscriberTerms field to given value. + +### HasSubscriberTerms + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasSubscriberTerms() bool` + +HasSubscriberTerms returns a boolean if a field has been set. + +### GetExplicitUser + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetExplicitUser() string` + +GetExplicitUser returns the ExplicitUser field if non-nil, zero value otherwise. + +### GetExplicitUserOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetExplicitUserOk() (*string, bool)` + +GetExplicitUserOk returns a tuple with the ExplicitUser field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplicitUser + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetExplicitUser(v string)` + +SetExplicitUser sets ExplicitUser field to given value. + +### HasExplicitUser + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasExplicitUser() bool` + +HasExplicitUser returns a boolean if a field has been set. + +### GetExplicitPassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetExplicitPassword() ModelsKeyfactorAPISecret` + +GetExplicitPassword returns the ExplicitPassword field if non-nil, zero value otherwise. + +### GetExplicitPasswordOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetExplicitPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetExplicitPasswordOk returns a tuple with the ExplicitPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplicitPassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetExplicitPassword(v ModelsKeyfactorAPISecret)` + +SetExplicitPassword sets ExplicitPassword field to given value. + +### HasExplicitPassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasExplicitPassword() bool` + +HasExplicitPassword returns a boolean if a field has been set. + +### GetUseAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetUseAllowedRequesters() bool` + +GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise. + +### GetUseAllowedRequestersOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetUseAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetUseAllowedRequesters(v bool)` + +SetUseAllowedRequesters sets UseAllowedRequesters field to given value. + +### HasUseAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasUseAllowedRequesters() bool` + +HasUseAllowedRequesters returns a boolean if a field has been set. + +### GetAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAllowedRequesters() []string` + +GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise. + +### GetAllowedRequestersOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) 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. + +### SetAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetAllowedRequesters(v []string)` + +SetAllowedRequesters sets AllowedRequesters field to given value. + +### HasAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasAllowedRequesters() bool` + +HasAllowedRequesters returns a boolean if a field has been set. + +### GetFullScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetFullScan() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetFullScan returns the FullScan field if non-nil, zero value otherwise. + +### GetFullScanOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetFullScanOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetFullScanOk returns a tuple with the FullScan field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFullScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetFullScan(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetFullScan sets FullScan field to given value. + +### HasFullScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasFullScan() bool` + +HasFullScan returns a boolean if a field has been set. + +### GetIncrementalScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetIncrementalScan() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetIncrementalScan returns the IncrementalScan field if non-nil, zero value otherwise. + +### GetIncrementalScanOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetIncrementalScanOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetIncrementalScanOk returns a tuple with the IncrementalScan field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncrementalScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetIncrementalScan(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetIncrementalScan sets IncrementalScan field to given value. + +### HasIncrementalScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasIncrementalScan() bool` + +HasIncrementalScan returns a boolean if a field has been set. + +### GetThresholdCheck + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetThresholdCheck() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetThresholdCheck returns the ThresholdCheck field if non-nil, zero value otherwise. + +### GetThresholdCheckOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetThresholdCheckOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetThresholdCheckOk returns a tuple with the ThresholdCheck field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThresholdCheck + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetThresholdCheck(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetThresholdCheck sets ThresholdCheck field to given value. + +### HasThresholdCheck + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasThresholdCheck() bool` + +HasThresholdCheck returns a boolean if a field has been set. + +### GetAuthCertificatePassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificatePassword() ModelsKeyfactorAPISecret` + +GetAuthCertificatePassword returns the AuthCertificatePassword field if non-nil, zero value otherwise. + +### GetAuthCertificatePasswordOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificatePasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetAuthCertificatePasswordOk returns a tuple with the AuthCertificatePassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthCertificatePassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetAuthCertificatePassword(v ModelsKeyfactorAPISecret)` + +SetAuthCertificatePassword sets AuthCertificatePassword field to given value. + +### HasAuthCertificatePassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasAuthCertificatePassword() bool` + +HasAuthCertificatePassword returns a boolean if a field has been set. + +### GetAuthCertificate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificate() ModelsKeyfactorAPISecret` + +GetAuthCertificate returns the AuthCertificate field if non-nil, zero value otherwise. + +### GetAuthCertificateOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificateOk() (*ModelsKeyfactorAPISecret, bool)` + +GetAuthCertificateOk returns a tuple with the AuthCertificate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthCertificate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetAuthCertificate(v ModelsKeyfactorAPISecret)` + +SetAuthCertificate sets AuthCertificate field to given value. + +### HasAuthCertificate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasAuthCertificate() bool` + +HasAuthCertificate returns a boolean if a field has been set. + +### GetCAType + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetCAType() int32` + +GetCAType returns the CAType field if non-nil, zero value otherwise. + +### GetCATypeOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetCATypeOk() (*int32, bool)` + +GetCATypeOk returns a tuple with the CAType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCAType + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetCAType(v int32)` + +SetCAType sets CAType field to given value. + +### HasCAType + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasCAType() bool` + +HasCAType returns a boolean if a field has been set. + +### GetEnforceUniqueDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetEnforceUniqueDN() bool` + +GetEnforceUniqueDN returns the EnforceUniqueDN field if non-nil, zero value otherwise. + +### GetEnforceUniqueDNOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) GetEnforceUniqueDNOk() (*bool, bool)` + +GetEnforceUniqueDNOk returns a tuple with the EnforceUniqueDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnforceUniqueDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) SetEnforceUniqueDN(v bool)` + +SetEnforceUniqueDN sets EnforceUniqueDN field to given value. + +### HasEnforceUniqueDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityRequest) HasEnforceUniqueDN() bool` + +HasEnforceUniqueDN returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateAuthoritiesCertificateAuthorityResponse.md b/docs/ModelsCertificateAuthoritiesCertificateAuthorityResponse.md new file mode 100644 index 0000000..3d2b613 --- /dev/null +++ b/docs/ModelsCertificateAuthoritiesCertificateAuthorityResponse.md @@ -0,0 +1,888 @@ +# ModelsCertificateAuthoritiesCertificateAuthorityResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**LogicalName** | Pointer to **string** | | [optional] +**HostName** | Pointer to **string** | | [optional] +**Delegate** | Pointer to **bool** | | [optional] +**DelegateEnrollment** | Pointer to **bool** | | [optional] +**ForestRoot** | Pointer to **string** | | [optional] [readonly] +**ConfigurationTenant** | Pointer to **string** | | [optional] +**Remote** | Pointer to **bool** | | [optional] +**Agent** | Pointer to **string** | | [optional] +**Standalone** | Pointer to **bool** | | [optional] +**MonitorThresholds** | Pointer to **bool** | | [optional] +**IssuanceMax** | Pointer to **int32** | | [optional] +**IssuanceMin** | Pointer to **int32** | | [optional] +**DenialMax** | Pointer to **int32** | | [optional] +**FailureMax** | Pointer to **int32** | | [optional] +**RFCEnforcement** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **string** | | [optional] +**AllowedEnrollmentTypes** | Pointer to **int32** | | [optional] +**KeyRetention** | Pointer to **int32** | | [optional] +**KeyRetentionDays** | Pointer to **int32** | | [optional] +**ExplicitCredentials** | Pointer to **bool** | | [optional] +**SubscriberTerms** | Pointer to **bool** | | [optional] +**ExplicitUser** | Pointer to **string** | | [optional] +**ExplicitPassword** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**UseAllowedRequesters** | Pointer to **bool** | | [optional] +**AllowedRequesters** | Pointer to **[]string** | | [optional] +**FullScan** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**IncrementalScan** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**ThresholdCheck** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**CAType** | Pointer to **int32** | | [optional] +**AuthCertificate** | Pointer to [**ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate**](ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate.md) | | [optional] +**EnforceUniqueDN** | Pointer to **bool** | | [optional] +**LastScan** | Pointer to **string** | | [optional] [readonly] + +## Methods + +### NewModelsCertificateAuthoritiesCertificateAuthorityResponse + +`func NewModelsCertificateAuthoritiesCertificateAuthorityResponse() *ModelsCertificateAuthoritiesCertificateAuthorityResponse` + +NewModelsCertificateAuthoritiesCertificateAuthorityResponse instantiates a new ModelsCertificateAuthoritiesCertificateAuthorityResponse 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 + +### NewModelsCertificateAuthoritiesCertificateAuthorityResponseWithDefaults + +`func NewModelsCertificateAuthoritiesCertificateAuthorityResponseWithDefaults() *ModelsCertificateAuthoritiesCertificateAuthorityResponse` + +NewModelsCertificateAuthoritiesCertificateAuthorityResponseWithDefaults instantiates a new ModelsCertificateAuthoritiesCertificateAuthorityResponse 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 + +### GetId + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetId + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetLogicalName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetLogicalName() string` + +GetLogicalName returns the LogicalName field if non-nil, zero value otherwise. + +### GetLogicalNameOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetLogicalNameOk() (*string, bool)` + +GetLogicalNameOk returns a tuple with the LogicalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogicalName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetLogicalName(v string)` + +SetLogicalName sets LogicalName field to given value. + +### HasLogicalName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasLogicalName() bool` + +HasLogicalName returns a boolean if a field has been set. + +### GetHostName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetHostName() string` + +GetHostName returns the HostName field if non-nil, zero value otherwise. + +### GetHostNameOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetHostNameOk() (*string, bool)` + +GetHostNameOk returns a tuple with the HostName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHostName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetHostName(v string)` + +SetHostName sets HostName field to given value. + +### HasHostName + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasHostName() bool` + +HasHostName returns a boolean if a field has been set. + +### GetDelegate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetDelegate() bool` + +GetDelegate returns the Delegate field if non-nil, zero value otherwise. + +### GetDelegateOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetDelegateOk() (*bool, bool)` + +GetDelegateOk returns a tuple with the Delegate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDelegate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetDelegate(v bool)` + +SetDelegate sets Delegate field to given value. + +### HasDelegate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasDelegate() bool` + +HasDelegate returns a boolean if a field has been set. + +### GetDelegateEnrollment + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetDelegateEnrollment() bool` + +GetDelegateEnrollment returns the DelegateEnrollment field if non-nil, zero value otherwise. + +### GetDelegateEnrollmentOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetDelegateEnrollmentOk() (*bool, bool)` + +GetDelegateEnrollmentOk returns a tuple with the DelegateEnrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDelegateEnrollment + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetDelegateEnrollment(v bool)` + +SetDelegateEnrollment sets DelegateEnrollment field to given value. + +### HasDelegateEnrollment + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasDelegateEnrollment() bool` + +HasDelegateEnrollment returns a boolean if a field has been set. + +### GetForestRoot + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetForestRoot() string` + +GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise. + +### GetForestRootOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetForestRoot + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetForestRoot(v string)` + +SetForestRoot sets ForestRoot field to given value. + +### HasForestRoot + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasForestRoot() bool` + +HasForestRoot returns a boolean if a field has been set. + +### GetConfigurationTenant + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetConfigurationTenant() string` + +GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise. + +### GetConfigurationTenantOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetConfigurationTenant + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetConfigurationTenant(v string)` + +SetConfigurationTenant sets ConfigurationTenant field to given value. + +### HasConfigurationTenant + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasConfigurationTenant() bool` + +HasConfigurationTenant returns a boolean if a field has been set. + +### GetRemote + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetRemote() bool` + +GetRemote returns the Remote field if non-nil, zero value otherwise. + +### GetRemoteOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetRemoteOk() (*bool, bool)` + +GetRemoteOk returns a tuple with the Remote field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRemote + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetRemote(v bool)` + +SetRemote sets Remote field to given value. + +### HasRemote + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasRemote() bool` + +HasRemote returns a boolean if a field has been set. + +### GetAgent + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetAgent() string` + +GetAgent returns the Agent field if non-nil, zero value otherwise. + +### GetAgentOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetAgentOk() (*string, bool)` + +GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgent + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetAgent(v string)` + +SetAgent sets Agent field to given value. + +### HasAgent + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasAgent() bool` + +HasAgent returns a boolean if a field has been set. + +### GetStandalone + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetStandalone() bool` + +GetStandalone returns the Standalone field if non-nil, zero value otherwise. + +### GetStandaloneOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetStandaloneOk() (*bool, bool)` + +GetStandaloneOk returns a tuple with the Standalone field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStandalone + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetStandalone(v bool)` + +SetStandalone sets Standalone field to given value. + +### HasStandalone + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasStandalone() bool` + +HasStandalone returns a boolean if a field has been set. + +### GetMonitorThresholds + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetMonitorThresholds() bool` + +GetMonitorThresholds returns the MonitorThresholds field if non-nil, zero value otherwise. + +### GetMonitorThresholdsOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetMonitorThresholdsOk() (*bool, bool)` + +GetMonitorThresholdsOk returns a tuple with the MonitorThresholds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorThresholds + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetMonitorThresholds(v bool)` + +SetMonitorThresholds sets MonitorThresholds field to given value. + +### HasMonitorThresholds + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasMonitorThresholds() bool` + +HasMonitorThresholds returns a boolean if a field has been set. + +### GetIssuanceMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMax() int32` + +GetIssuanceMax returns the IssuanceMax field if non-nil, zero value otherwise. + +### GetIssuanceMaxOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMaxOk() (*int32, bool)` + +GetIssuanceMaxOk returns a tuple with the IssuanceMax field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuanceMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetIssuanceMax(v int32)` + +SetIssuanceMax sets IssuanceMax field to given value. + +### HasIssuanceMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasIssuanceMax() bool` + +HasIssuanceMax returns a boolean if a field has been set. + +### GetIssuanceMin + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMin() int32` + +GetIssuanceMin returns the IssuanceMin field if non-nil, zero value otherwise. + +### GetIssuanceMinOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMinOk() (*int32, bool)` + +GetIssuanceMinOk returns a tuple with the IssuanceMin field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuanceMin + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetIssuanceMin(v int32)` + +SetIssuanceMin sets IssuanceMin field to given value. + +### HasIssuanceMin + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasIssuanceMin() bool` + +HasIssuanceMin returns a boolean if a field has been set. + +### GetDenialMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetDenialMax() int32` + +GetDenialMax returns the DenialMax field if non-nil, zero value otherwise. + +### GetDenialMaxOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetDenialMaxOk() (*int32, bool)` + +GetDenialMaxOk returns a tuple with the DenialMax field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDenialMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetDenialMax(v int32)` + +SetDenialMax sets DenialMax field to given value. + +### HasDenialMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasDenialMax() bool` + +HasDenialMax returns a boolean if a field has been set. + +### GetFailureMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetFailureMax() int32` + +GetFailureMax returns the FailureMax field if non-nil, zero value otherwise. + +### GetFailureMaxOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetFailureMaxOk() (*int32, bool)` + +GetFailureMaxOk returns a tuple with the FailureMax field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFailureMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetFailureMax(v int32)` + +SetFailureMax sets FailureMax field to given value. + +### HasFailureMax + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasFailureMax() bool` + +HasFailureMax returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetRFCEnforcement + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + +### GetProperties + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetAllowedEnrollmentTypes + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetAllowedEnrollmentTypes() int32` + +GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise. + +### GetAllowedEnrollmentTypesOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetAllowedEnrollmentTypes + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetAllowedEnrollmentTypes(v int32)` + +SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value. + +### HasAllowedEnrollmentTypes + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasAllowedEnrollmentTypes() bool` + +HasAllowedEnrollmentTypes returns a boolean if a field has been set. + +### GetKeyRetention + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetention() int32` + +GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise. + +### GetKeyRetentionOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetKeyRetention + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetKeyRetention(v int32)` + +SetKeyRetention sets KeyRetention field to given value. + +### HasKeyRetention + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasKeyRetention() bool` + +HasKeyRetention returns a boolean if a field has been set. + +### GetKeyRetentionDays + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetentionDays() int32` + +GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise. + +### GetKeyRetentionDaysOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetKeyRetentionDays + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetKeyRetentionDays(v int32)` + +SetKeyRetentionDays sets KeyRetentionDays field to given value. + +### HasKeyRetentionDays + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasKeyRetentionDays() bool` + +HasKeyRetentionDays returns a boolean if a field has been set. + +### GetExplicitCredentials + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetExplicitCredentials() bool` + +GetExplicitCredentials returns the ExplicitCredentials field if non-nil, zero value otherwise. + +### GetExplicitCredentialsOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetExplicitCredentialsOk() (*bool, bool)` + +GetExplicitCredentialsOk returns a tuple with the ExplicitCredentials field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplicitCredentials + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetExplicitCredentials(v bool)` + +SetExplicitCredentials sets ExplicitCredentials field to given value. + +### HasExplicitCredentials + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasExplicitCredentials() bool` + +HasExplicitCredentials returns a boolean if a field has been set. + +### GetSubscriberTerms + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetSubscriberTerms() bool` + +GetSubscriberTerms returns the SubscriberTerms field if non-nil, zero value otherwise. + +### GetSubscriberTermsOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetSubscriberTermsOk() (*bool, bool)` + +GetSubscriberTermsOk returns a tuple with the SubscriberTerms field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubscriberTerms + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetSubscriberTerms(v bool)` + +SetSubscriberTerms sets SubscriberTerms field to given value. + +### HasSubscriberTerms + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasSubscriberTerms() bool` + +HasSubscriberTerms returns a boolean if a field has been set. + +### GetExplicitUser + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetExplicitUser() string` + +GetExplicitUser returns the ExplicitUser field if non-nil, zero value otherwise. + +### GetExplicitUserOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetExplicitUserOk() (*string, bool)` + +GetExplicitUserOk returns a tuple with the ExplicitUser field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplicitUser + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetExplicitUser(v string)` + +SetExplicitUser sets ExplicitUser field to given value. + +### HasExplicitUser + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasExplicitUser() bool` + +HasExplicitUser returns a boolean if a field has been set. + +### GetExplicitPassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetExplicitPassword() ModelsKeyfactorAPISecret` + +GetExplicitPassword returns the ExplicitPassword field if non-nil, zero value otherwise. + +### GetExplicitPasswordOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetExplicitPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetExplicitPasswordOk returns a tuple with the ExplicitPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplicitPassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetExplicitPassword(v ModelsKeyfactorAPISecret)` + +SetExplicitPassword sets ExplicitPassword field to given value. + +### HasExplicitPassword + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasExplicitPassword() bool` + +HasExplicitPassword returns a boolean if a field has been set. + +### GetUseAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetUseAllowedRequesters() bool` + +GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise. + +### GetUseAllowedRequestersOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetUseAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetUseAllowedRequesters(v bool)` + +SetUseAllowedRequesters sets UseAllowedRequesters field to given value. + +### HasUseAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasUseAllowedRequesters() bool` + +HasUseAllowedRequesters returns a boolean if a field has been set. + +### GetAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetAllowedRequesters() []string` + +GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise. + +### GetAllowedRequestersOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) 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. + +### SetAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetAllowedRequesters(v []string)` + +SetAllowedRequesters sets AllowedRequesters field to given value. + +### HasAllowedRequesters + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasAllowedRequesters() bool` + +HasAllowedRequesters returns a boolean if a field has been set. + +### GetFullScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetFullScan() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetFullScan returns the FullScan field if non-nil, zero value otherwise. + +### GetFullScanOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetFullScanOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetFullScanOk returns a tuple with the FullScan field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFullScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetFullScan(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetFullScan sets FullScan field to given value. + +### HasFullScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasFullScan() bool` + +HasFullScan returns a boolean if a field has been set. + +### GetIncrementalScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetIncrementalScan() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetIncrementalScan returns the IncrementalScan field if non-nil, zero value otherwise. + +### GetIncrementalScanOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetIncrementalScanOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetIncrementalScanOk returns a tuple with the IncrementalScan field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncrementalScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetIncrementalScan(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetIncrementalScan sets IncrementalScan field to given value. + +### HasIncrementalScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasIncrementalScan() bool` + +HasIncrementalScan returns a boolean if a field has been set. + +### GetThresholdCheck + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetThresholdCheck() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetThresholdCheck returns the ThresholdCheck field if non-nil, zero value otherwise. + +### GetThresholdCheckOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetThresholdCheckOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetThresholdCheckOk returns a tuple with the ThresholdCheck field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThresholdCheck + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetThresholdCheck(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetThresholdCheck sets ThresholdCheck field to given value. + +### HasThresholdCheck + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasThresholdCheck() bool` + +HasThresholdCheck returns a boolean if a field has been set. + +### GetCAType + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetCAType() int32` + +GetCAType returns the CAType field if non-nil, zero value otherwise. + +### GetCATypeOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetCATypeOk() (*int32, bool)` + +GetCATypeOk returns a tuple with the CAType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCAType + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetCAType(v int32)` + +SetCAType sets CAType field to given value. + +### HasCAType + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasCAType() bool` + +HasCAType returns a boolean if a field has been set. + +### GetAuthCertificate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetAuthCertificate() ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate` + +GetAuthCertificate returns the AuthCertificate field if non-nil, zero value otherwise. + +### GetAuthCertificateOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetAuthCertificateOk() (*ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate, bool)` + +GetAuthCertificateOk returns a tuple with the AuthCertificate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuthCertificate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetAuthCertificate(v ModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate)` + +SetAuthCertificate sets AuthCertificate field to given value. + +### HasAuthCertificate + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasAuthCertificate() bool` + +HasAuthCertificate returns a boolean if a field has been set. + +### GetEnforceUniqueDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetEnforceUniqueDN() bool` + +GetEnforceUniqueDN returns the EnforceUniqueDN field if non-nil, zero value otherwise. + +### GetEnforceUniqueDNOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetEnforceUniqueDNOk() (*bool, bool)` + +GetEnforceUniqueDNOk returns a tuple with the EnforceUniqueDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnforceUniqueDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetEnforceUniqueDN(v bool)` + +SetEnforceUniqueDN sets EnforceUniqueDN field to given value. + +### HasEnforceUniqueDN + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasEnforceUniqueDN() bool` + +HasEnforceUniqueDN returns a boolean if a field has been set. + +### GetLastScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetLastScan() string` + +GetLastScan returns the LastScan field if non-nil, zero value otherwise. + +### GetLastScanOk + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) GetLastScanOk() (*string, bool)` + +GetLastScanOk returns a tuple with the LastScan field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) SetLastScan(v string)` + +SetLastScan sets LastScan field to given value. + +### HasLastScan + +`func (o *ModelsCertificateAuthoritiesCertificateAuthorityResponse) HasLastScan() bool` + +HasLastScan returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateDetails.md b/docs/ModelsCertificateDetails.md new file mode 100644 index 0000000..359b60e --- /dev/null +++ b/docs/ModelsCertificateDetails.md @@ -0,0 +1,232 @@ +# ModelsCertificateDetails + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**IssuedDN** | Pointer to **NullableString** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**NotAfter** | Pointer to **time.Time** | | [optional] +**NotBefore** | Pointer to **time.Time** | | [optional] +**Metadata** | Pointer to **map[string]string** | | [optional] +**IsEndEntity** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateDetails + +`func NewModelsCertificateDetails() *ModelsCertificateDetails` + +NewModelsCertificateDetails instantiates a new ModelsCertificateDetails 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 + +### NewModelsCertificateDetailsWithDefaults + +`func NewModelsCertificateDetailsWithDefaults() *ModelsCertificateDetails` + +NewModelsCertificateDetailsWithDefaults instantiates a new ModelsCertificateDetails 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 + +### GetIssuedDN + +`func (o *ModelsCertificateDetails) GetIssuedDN() string` + +GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise. + +### GetIssuedDNOk + +`func (o *ModelsCertificateDetails) GetIssuedDNOk() (*string, bool)` + +GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedDN + +`func (o *ModelsCertificateDetails) SetIssuedDN(v string)` + +SetIssuedDN sets IssuedDN field to given value. + +### HasIssuedDN + +`func (o *ModelsCertificateDetails) HasIssuedDN() bool` + +HasIssuedDN returns a boolean if a field has been set. + +### SetIssuedDNNil + +`func (o *ModelsCertificateDetails) SetIssuedDNNil(b bool)` + + SetIssuedDNNil sets the value for IssuedDN to be an explicit nil + +### UnsetIssuedDN +`func (o *ModelsCertificateDetails) UnsetIssuedDN()` + +UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil +### GetIssuerDN + +`func (o *ModelsCertificateDetails) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsCertificateDetails) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsCertificateDetails) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsCertificateDetails) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsCertificateDetails) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsCertificateDetails) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsCertificateDetails) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateDetails) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateDetails) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateDetails) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetNotAfter + +`func (o *ModelsCertificateDetails) GetNotAfter() time.Time` + +GetNotAfter returns the NotAfter field if non-nil, zero value otherwise. + +### GetNotAfterOk + +`func (o *ModelsCertificateDetails) GetNotAfterOk() (*time.Time, bool)` + +GetNotAfterOk returns a tuple with the NotAfter field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotAfter + +`func (o *ModelsCertificateDetails) SetNotAfter(v time.Time)` + +SetNotAfter sets NotAfter field to given value. + +### HasNotAfter + +`func (o *ModelsCertificateDetails) HasNotAfter() bool` + +HasNotAfter returns a boolean if a field has been set. + +### GetNotBefore + +`func (o *ModelsCertificateDetails) GetNotBefore() time.Time` + +GetNotBefore returns the NotBefore field if non-nil, zero value otherwise. + +### GetNotBeforeOk + +`func (o *ModelsCertificateDetails) GetNotBeforeOk() (*time.Time, bool)` + +GetNotBeforeOk returns a tuple with the NotBefore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotBefore + +`func (o *ModelsCertificateDetails) SetNotBefore(v time.Time)` + +SetNotBefore sets NotBefore field to given value. + +### HasNotBefore + +`func (o *ModelsCertificateDetails) HasNotBefore() bool` + +HasNotBefore returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsCertificateDetails) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsCertificateDetails) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsCertificateDetails) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsCertificateDetails) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + +### GetIsEndEntity + +`func (o *ModelsCertificateDetails) GetIsEndEntity() bool` + +GetIsEndEntity returns the IsEndEntity field if non-nil, zero value otherwise. + +### GetIsEndEntityOk + +`func (o *ModelsCertificateDetails) GetIsEndEntityOk() (*bool, bool)` + +GetIsEndEntityOk returns a tuple with the IsEndEntity field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIsEndEntity + +`func (o *ModelsCertificateDetails) SetIsEndEntity(v bool)` + +SetIsEndEntity sets IsEndEntity field to given value. + +### HasIsEndEntity + +`func (o *ModelsCertificateDetails) HasIsEndEntity() bool` + +HasIsEndEntity returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateDownloadRequest.md b/docs/ModelsCertificateDownloadRequest.md new file mode 100644 index 0000000..7e8c4f7 --- /dev/null +++ b/docs/ModelsCertificateDownloadRequest.md @@ -0,0 +1,170 @@ +# ModelsCertificateDownloadRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertID** | Pointer to **int32** | | [optional] +**SerialNumber** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**IncludeChain** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateDownloadRequest + +`func NewModelsCertificateDownloadRequest() *ModelsCertificateDownloadRequest` + +NewModelsCertificateDownloadRequest instantiates a new ModelsCertificateDownloadRequest 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 + +### NewModelsCertificateDownloadRequestWithDefaults + +`func NewModelsCertificateDownloadRequestWithDefaults() *ModelsCertificateDownloadRequest` + +NewModelsCertificateDownloadRequestWithDefaults instantiates a new ModelsCertificateDownloadRequest 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 + +### GetCertID + +`func (o *ModelsCertificateDownloadRequest) GetCertID() int32` + +GetCertID returns the CertID field if non-nil, zero value otherwise. + +### GetCertIDOk + +`func (o *ModelsCertificateDownloadRequest) GetCertIDOk() (*int32, bool)` + +GetCertIDOk returns a tuple with the CertID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertID + +`func (o *ModelsCertificateDownloadRequest) SetCertID(v int32)` + +SetCertID sets CertID field to given value. + +### HasCertID + +`func (o *ModelsCertificateDownloadRequest) HasCertID() bool` + +HasCertID returns a boolean if a field has been set. + +### GetSerialNumber + +`func (o *ModelsCertificateDownloadRequest) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsCertificateDownloadRequest) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsCertificateDownloadRequest) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsCertificateDownloadRequest) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsCertificateDownloadRequest) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsCertificateDownloadRequest) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsCertificateDownloadRequest) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsCertificateDownloadRequest) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsCertificateDownloadRequest) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsCertificateDownloadRequest) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsCertificateDownloadRequest) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateDownloadRequest) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateDownloadRequest) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateDownloadRequest) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetIncludeChain + +`func (o *ModelsCertificateDownloadRequest) GetIncludeChain() bool` + +GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise. + +### GetIncludeChainOk + +`func (o *ModelsCertificateDownloadRequest) GetIncludeChainOk() (*bool, bool)` + +GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeChain + +`func (o *ModelsCertificateDownloadRequest) SetIncludeChain(v bool)` + +SetIncludeChain sets IncludeChain field to given value. + +### HasIncludeChain + +`func (o *ModelsCertificateDownloadRequest) HasIncludeChain() bool` + +HasIncludeChain returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateDownloadResponse.md b/docs/ModelsCertificateDownloadResponse.md new file mode 100644 index 0000000..aa9e191 --- /dev/null +++ b/docs/ModelsCertificateDownloadResponse.md @@ -0,0 +1,56 @@ +# ModelsCertificateDownloadResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Content** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateDownloadResponse + +`func NewModelsCertificateDownloadResponse() *ModelsCertificateDownloadResponse` + +NewModelsCertificateDownloadResponse instantiates a new ModelsCertificateDownloadResponse 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 + +### NewModelsCertificateDownloadResponseWithDefaults + +`func NewModelsCertificateDownloadResponseWithDefaults() *ModelsCertificateDownloadResponse` + +NewModelsCertificateDownloadResponseWithDefaults instantiates a new ModelsCertificateDownloadResponse 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 + +### GetContent + +`func (o *ModelsCertificateDownloadResponse) GetContent() string` + +GetContent returns the Content field if non-nil, zero value otherwise. + +### GetContentOk + +`func (o *ModelsCertificateDownloadResponse) GetContentOk() (*string, bool)` + +GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContent + +`func (o *ModelsCertificateDownloadResponse) SetContent(v string)` + +SetContent sets Content field to given value. + +### HasContent + +`func (o *ModelsCertificateDownloadResponse) HasContent() bool` + +HasContent returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateImportRequestModel.md b/docs/ModelsCertificateImportRequestModel.md new file mode 100644 index 0000000..ed63a02 --- /dev/null +++ b/docs/ModelsCertificateImportRequestModel.md @@ -0,0 +1,207 @@ +# ModelsCertificateImportRequestModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Certificate** | **string** | Base64-encoded certificate contents | +**Password** | Pointer to **string** | Optional password associated if required for a PFX | [optional] +**Metadata** | Pointer to **map[string]string** | Colleciton of metadata to be associated with the imported certificate | [optional] +**StoreIds** | Pointer to **[]string** | List of the Keyfactor certificate store identifiers (GUID) with which the imported certificate should be associated | [optional] +**StoreTypes** | Pointer to [**[]ModelsEnrollmentManagementStoreType**](ModelsEnrollmentManagementStoreType.md) | List of the certificate store types with with the imported certificate should be associated | [optional] +**Schedule** | Pointer to **time.Time** | Schedule on which the certificate should be imported | [optional] +**ImportMetadata** | Pointer to **bool** | Whether or not we should validate and import the certificate's metadata. | [optional] + +## Methods + +### NewModelsCertificateImportRequestModel + +`func NewModelsCertificateImportRequestModel(certificate string, ) *ModelsCertificateImportRequestModel` + +NewModelsCertificateImportRequestModel instantiates a new ModelsCertificateImportRequestModel 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 + +### NewModelsCertificateImportRequestModelWithDefaults + +`func NewModelsCertificateImportRequestModelWithDefaults() *ModelsCertificateImportRequestModel` + +NewModelsCertificateImportRequestModelWithDefaults instantiates a new ModelsCertificateImportRequestModel 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 + +### GetCertificate + +`func (o *ModelsCertificateImportRequestModel) GetCertificate() string` + +GetCertificate returns the Certificate field if non-nil, zero value otherwise. + +### GetCertificateOk + +`func (o *ModelsCertificateImportRequestModel) GetCertificateOk() (*string, bool)` + +GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificate + +`func (o *ModelsCertificateImportRequestModel) SetCertificate(v string)` + +SetCertificate sets Certificate field to given value. + + +### GetPassword + +`func (o *ModelsCertificateImportRequestModel) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateImportRequestModel) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateImportRequestModel) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsCertificateImportRequestModel) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsCertificateImportRequestModel) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsCertificateImportRequestModel) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsCertificateImportRequestModel) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsCertificateImportRequestModel) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + +### GetStoreIds + +`func (o *ModelsCertificateImportRequestModel) GetStoreIds() []string` + +GetStoreIds returns the StoreIds field if non-nil, zero value otherwise. + +### GetStoreIdsOk + +`func (o *ModelsCertificateImportRequestModel) GetStoreIdsOk() (*[]string, bool)` + +GetStoreIdsOk returns a tuple with the StoreIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreIds + +`func (o *ModelsCertificateImportRequestModel) SetStoreIds(v []string)` + +SetStoreIds sets StoreIds field to given value. + +### HasStoreIds + +`func (o *ModelsCertificateImportRequestModel) HasStoreIds() bool` + +HasStoreIds returns a boolean if a field has been set. + +### GetStoreTypes + +`func (o *ModelsCertificateImportRequestModel) GetStoreTypes() []ModelsEnrollmentManagementStoreType` + +GetStoreTypes returns the StoreTypes field if non-nil, zero value otherwise. + +### GetStoreTypesOk + +`func (o *ModelsCertificateImportRequestModel) GetStoreTypesOk() (*[]ModelsEnrollmentManagementStoreType, bool)` + +GetStoreTypesOk returns a tuple with the StoreTypes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypes + +`func (o *ModelsCertificateImportRequestModel) SetStoreTypes(v []ModelsEnrollmentManagementStoreType)` + +SetStoreTypes sets StoreTypes field to given value. + +### HasStoreTypes + +`func (o *ModelsCertificateImportRequestModel) HasStoreTypes() bool` + +HasStoreTypes returns a boolean if a field has been set. + +### GetSchedule + +`func (o *ModelsCertificateImportRequestModel) GetSchedule() time.Time` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *ModelsCertificateImportRequestModel) GetScheduleOk() (*time.Time, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *ModelsCertificateImportRequestModel) SetSchedule(v time.Time)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *ModelsCertificateImportRequestModel) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetImportMetadata + +`func (o *ModelsCertificateImportRequestModel) GetImportMetadata() bool` + +GetImportMetadata returns the ImportMetadata field if non-nil, zero value otherwise. + +### GetImportMetadataOk + +`func (o *ModelsCertificateImportRequestModel) GetImportMetadataOk() (*bool, bool)` + +GetImportMetadataOk returns a tuple with the ImportMetadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetImportMetadata + +`func (o *ModelsCertificateImportRequestModel) SetImportMetadata(v bool)` + +SetImportMetadata sets ImportMetadata field to given value. + +### HasImportMetadata + +`func (o *ModelsCertificateImportRequestModel) HasImportMetadata() bool` + +HasImportMetadata returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateImportResponseModel.md b/docs/ModelsCertificateImportResponseModel.md new file mode 100644 index 0000000..cc662b4 --- /dev/null +++ b/docs/ModelsCertificateImportResponseModel.md @@ -0,0 +1,134 @@ +# ModelsCertificateImportResponseModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ImportStatus** | Pointer to **int32** | | [optional] +**JobStatus** | Pointer to **int32** | | [optional] +**InvalidKeystores** | Pointer to [**[]ModelsInvalidKeystore**](ModelsInvalidKeystore.md) | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateImportResponseModel + +`func NewModelsCertificateImportResponseModel() *ModelsCertificateImportResponseModel` + +NewModelsCertificateImportResponseModel instantiates a new ModelsCertificateImportResponseModel 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 + +### NewModelsCertificateImportResponseModelWithDefaults + +`func NewModelsCertificateImportResponseModelWithDefaults() *ModelsCertificateImportResponseModel` + +NewModelsCertificateImportResponseModelWithDefaults instantiates a new ModelsCertificateImportResponseModel 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 + +### GetImportStatus + +`func (o *ModelsCertificateImportResponseModel) GetImportStatus() int32` + +GetImportStatus returns the ImportStatus field if non-nil, zero value otherwise. + +### GetImportStatusOk + +`func (o *ModelsCertificateImportResponseModel) GetImportStatusOk() (*int32, bool)` + +GetImportStatusOk returns a tuple with the ImportStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetImportStatus + +`func (o *ModelsCertificateImportResponseModel) SetImportStatus(v int32)` + +SetImportStatus sets ImportStatus field to given value. + +### HasImportStatus + +`func (o *ModelsCertificateImportResponseModel) HasImportStatus() bool` + +HasImportStatus returns a boolean if a field has been set. + +### GetJobStatus + +`func (o *ModelsCertificateImportResponseModel) GetJobStatus() int32` + +GetJobStatus returns the JobStatus field if non-nil, zero value otherwise. + +### GetJobStatusOk + +`func (o *ModelsCertificateImportResponseModel) GetJobStatusOk() (*int32, bool)` + +GetJobStatusOk returns a tuple with the JobStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobStatus + +`func (o *ModelsCertificateImportResponseModel) SetJobStatus(v int32)` + +SetJobStatus sets JobStatus field to given value. + +### HasJobStatus + +`func (o *ModelsCertificateImportResponseModel) HasJobStatus() bool` + +HasJobStatus returns a boolean if a field has been set. + +### GetInvalidKeystores + +`func (o *ModelsCertificateImportResponseModel) GetInvalidKeystores() []ModelsInvalidKeystore` + +GetInvalidKeystores returns the InvalidKeystores field if non-nil, zero value otherwise. + +### GetInvalidKeystoresOk + +`func (o *ModelsCertificateImportResponseModel) GetInvalidKeystoresOk() (*[]ModelsInvalidKeystore, bool)` + +GetInvalidKeystoresOk returns a tuple with the InvalidKeystores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInvalidKeystores + +`func (o *ModelsCertificateImportResponseModel) SetInvalidKeystores(v []ModelsInvalidKeystore)` + +SetInvalidKeystores sets InvalidKeystores field to given value. + +### HasInvalidKeystores + +`func (o *ModelsCertificateImportResponseModel) HasInvalidKeystores() bool` + +HasInvalidKeystores returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *ModelsCertificateImportResponseModel) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateImportResponseModel) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateImportResponseModel) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateImportResponseModel) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateLocationSpecifier.md b/docs/ModelsCertificateLocationSpecifier.md new file mode 100644 index 0000000..014ece9 --- /dev/null +++ b/docs/ModelsCertificateLocationSpecifier.md @@ -0,0 +1,108 @@ +# ModelsCertificateLocationSpecifier + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Alias** | Pointer to **string** | | [optional] +**CertificateStoreId** | Pointer to **string** | | [optional] +**JobFields** | Pointer to **map[string]map[string]interface{}** | | [optional] + +## Methods + +### NewModelsCertificateLocationSpecifier + +`func NewModelsCertificateLocationSpecifier() *ModelsCertificateLocationSpecifier` + +NewModelsCertificateLocationSpecifier instantiates a new ModelsCertificateLocationSpecifier 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 + +### NewModelsCertificateLocationSpecifierWithDefaults + +`func NewModelsCertificateLocationSpecifierWithDefaults() *ModelsCertificateLocationSpecifier` + +NewModelsCertificateLocationSpecifierWithDefaults instantiates a new ModelsCertificateLocationSpecifier 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 + +### GetAlias + +`func (o *ModelsCertificateLocationSpecifier) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *ModelsCertificateLocationSpecifier) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *ModelsCertificateLocationSpecifier) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *ModelsCertificateLocationSpecifier) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetCertificateStoreId + +`func (o *ModelsCertificateLocationSpecifier) GetCertificateStoreId() string` + +GetCertificateStoreId returns the CertificateStoreId field if non-nil, zero value otherwise. + +### GetCertificateStoreIdOk + +`func (o *ModelsCertificateLocationSpecifier) GetCertificateStoreIdOk() (*string, bool)` + +GetCertificateStoreIdOk returns a tuple with the CertificateStoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateStoreId + +`func (o *ModelsCertificateLocationSpecifier) SetCertificateStoreId(v string)` + +SetCertificateStoreId sets CertificateStoreId field to given value. + +### HasCertificateStoreId + +`func (o *ModelsCertificateLocationSpecifier) HasCertificateStoreId() bool` + +HasCertificateStoreId returns a boolean if a field has been set. + +### GetJobFields + +`func (o *ModelsCertificateLocationSpecifier) GetJobFields() map[string]map[string]interface{}` + +GetJobFields returns the JobFields field if non-nil, zero value otherwise. + +### GetJobFieldsOk + +`func (o *ModelsCertificateLocationSpecifier) GetJobFieldsOk() (*map[string]map[string]interface{}, bool)` + +GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobFields + +`func (o *ModelsCertificateLocationSpecifier) SetJobFields(v map[string]map[string]interface{})` + +SetJobFields sets JobFields field to given value. + +### HasJobFields + +`func (o *ModelsCertificateLocationSpecifier) HasJobFields() bool` + +HasJobFields returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateQuery.md b/docs/ModelsCertificateQuery.md new file mode 100644 index 0000000..9940bce --- /dev/null +++ b/docs/ModelsCertificateQuery.md @@ -0,0 +1,238 @@ +# ModelsCertificateQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**Automated** | Pointer to **bool** | | [optional] +**Content** | Pointer to **string** | | [optional] +**DuplicationField** | Pointer to **int32** | | [optional] +**ShowOnDashboard** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateQuery + +`func NewModelsCertificateQuery() *ModelsCertificateQuery` + +NewModelsCertificateQuery instantiates a new ModelsCertificateQuery 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 + +### NewModelsCertificateQueryWithDefaults + +`func NewModelsCertificateQueryWithDefaults() *ModelsCertificateQuery` + +NewModelsCertificateQueryWithDefaults instantiates a new ModelsCertificateQuery 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 + +### GetId + +`func (o *ModelsCertificateQuery) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateQuery) 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. + +### SetId + +`func (o *ModelsCertificateQuery) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateQuery) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsCertificateQuery) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateQuery) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateQuery) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsCertificateQuery) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsCertificateQuery) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsCertificateQuery) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsCertificateQuery) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsCertificateQuery) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetAutomated + +`func (o *ModelsCertificateQuery) GetAutomated() bool` + +GetAutomated returns the Automated field if non-nil, zero value otherwise. + +### GetAutomatedOk + +`func (o *ModelsCertificateQuery) GetAutomatedOk() (*bool, bool)` + +GetAutomatedOk returns a tuple with the Automated field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAutomated + +`func (o *ModelsCertificateQuery) SetAutomated(v bool)` + +SetAutomated sets Automated field to given value. + +### HasAutomated + +`func (o *ModelsCertificateQuery) HasAutomated() bool` + +HasAutomated returns a boolean if a field has been set. + +### GetContent + +`func (o *ModelsCertificateQuery) GetContent() string` + +GetContent returns the Content field if non-nil, zero value otherwise. + +### GetContentOk + +`func (o *ModelsCertificateQuery) GetContentOk() (*string, bool)` + +GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContent + +`func (o *ModelsCertificateQuery) SetContent(v string)` + +SetContent sets Content field to given value. + +### HasContent + +`func (o *ModelsCertificateQuery) HasContent() bool` + +HasContent returns a boolean if a field has been set. + +### GetDuplicationField + +`func (o *ModelsCertificateQuery) GetDuplicationField() int32` + +GetDuplicationField returns the DuplicationField field if non-nil, zero value otherwise. + +### GetDuplicationFieldOk + +`func (o *ModelsCertificateQuery) GetDuplicationFieldOk() (*int32, bool)` + +GetDuplicationFieldOk returns a tuple with the DuplicationField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDuplicationField + +`func (o *ModelsCertificateQuery) SetDuplicationField(v int32)` + +SetDuplicationField sets DuplicationField field to given value. + +### HasDuplicationField + +`func (o *ModelsCertificateQuery) HasDuplicationField() bool` + +HasDuplicationField returns a boolean if a field has been set. + +### GetShowOnDashboard + +`func (o *ModelsCertificateQuery) GetShowOnDashboard() bool` + +GetShowOnDashboard returns the ShowOnDashboard field if non-nil, zero value otherwise. + +### GetShowOnDashboardOk + +`func (o *ModelsCertificateQuery) GetShowOnDashboardOk() (*bool, bool)` + +GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShowOnDashboard + +`func (o *ModelsCertificateQuery) SetShowOnDashboard(v bool)` + +SetShowOnDashboard sets ShowOnDashboard field to given value. + +### HasShowOnDashboard + +`func (o *ModelsCertificateQuery) HasShowOnDashboard() bool` + +HasShowOnDashboard returns a boolean if a field has been set. + +### GetFavorite + +`func (o *ModelsCertificateQuery) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *ModelsCertificateQuery) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *ModelsCertificateQuery) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *ModelsCertificateQuery) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRecoveryRequest.md b/docs/ModelsCertificateRecoveryRequest.md new file mode 100644 index 0000000..a6cd151 --- /dev/null +++ b/docs/ModelsCertificateRecoveryRequest.md @@ -0,0 +1,191 @@ +# ModelsCertificateRecoveryRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Password** | **string** | | +**CertID** | Pointer to **int32** | | [optional] +**SerialNumber** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**IncludeChain** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateRecoveryRequest + +`func NewModelsCertificateRecoveryRequest(password string, ) *ModelsCertificateRecoveryRequest` + +NewModelsCertificateRecoveryRequest instantiates a new ModelsCertificateRecoveryRequest 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 + +### NewModelsCertificateRecoveryRequestWithDefaults + +`func NewModelsCertificateRecoveryRequestWithDefaults() *ModelsCertificateRecoveryRequest` + +NewModelsCertificateRecoveryRequestWithDefaults instantiates a new ModelsCertificateRecoveryRequest 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 + +### GetPassword + +`func (o *ModelsCertificateRecoveryRequest) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateRecoveryRequest) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateRecoveryRequest) SetPassword(v string)` + +SetPassword sets Password field to given value. + + +### GetCertID + +`func (o *ModelsCertificateRecoveryRequest) GetCertID() int32` + +GetCertID returns the CertID field if non-nil, zero value otherwise. + +### GetCertIDOk + +`func (o *ModelsCertificateRecoveryRequest) GetCertIDOk() (*int32, bool)` + +GetCertIDOk returns a tuple with the CertID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertID + +`func (o *ModelsCertificateRecoveryRequest) SetCertID(v int32)` + +SetCertID sets CertID field to given value. + +### HasCertID + +`func (o *ModelsCertificateRecoveryRequest) HasCertID() bool` + +HasCertID returns a boolean if a field has been set. + +### GetSerialNumber + +`func (o *ModelsCertificateRecoveryRequest) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsCertificateRecoveryRequest) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsCertificateRecoveryRequest) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsCertificateRecoveryRequest) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsCertificateRecoveryRequest) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsCertificateRecoveryRequest) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsCertificateRecoveryRequest) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsCertificateRecoveryRequest) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsCertificateRecoveryRequest) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsCertificateRecoveryRequest) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsCertificateRecoveryRequest) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateRecoveryRequest) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateRecoveryRequest) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateRecoveryRequest) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetIncludeChain + +`func (o *ModelsCertificateRecoveryRequest) GetIncludeChain() bool` + +GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise. + +### GetIncludeChainOk + +`func (o *ModelsCertificateRecoveryRequest) GetIncludeChainOk() (*bool, bool)` + +GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeChain + +`func (o *ModelsCertificateRecoveryRequest) SetIncludeChain(v bool)` + +SetIncludeChain sets IncludeChain field to given value. + +### HasIncludeChain + +`func (o *ModelsCertificateRecoveryRequest) HasIncludeChain() bool` + +HasIncludeChain returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponse.md b/docs/ModelsCertificateRetrievalResponse.md new file mode 100644 index 0000000..bab1586 --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponse.md @@ -0,0 +1,1346 @@ +# ModelsCertificateRetrievalResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**SerialNumber** | Pointer to **string** | | [optional] +**IssuedDN** | Pointer to **NullableString** | | [optional] +**IssuedCN** | Pointer to **NullableString** | | [optional] +**ImportDate** | Pointer to **time.Time** | | [optional] +**NotBefore** | Pointer to **time.Time** | | [optional] +**NotAfter** | Pointer to **time.Time** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**PrincipalId** | Pointer to **NullableInt32** | | [optional] +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**CertState** | Pointer to **int32** | | [optional] +**KeySizeInBits** | Pointer to **int32** | | [optional] +**KeyType** | Pointer to **int32** | | [optional] +**RequesterId** | Pointer to **int32** | | [optional] +**IssuedOU** | Pointer to **NullableString** | | [optional] +**IssuedEmail** | Pointer to **NullableString** | | [optional] +**KeyUsage** | Pointer to **int32** | | [optional] +**SigningAlgorithm** | Pointer to **string** | | [optional] +**CertStateString** | Pointer to **string** | | [optional] +**KeyTypeString** | Pointer to **string** | | [optional] +**RevocationEffDate** | Pointer to **NullableTime** | | [optional] +**RevocationReason** | Pointer to **NullableInt32** | | [optional] +**RevocationComment** | Pointer to **NullableString** | | [optional] +**CertificateAuthorityId** | Pointer to **int32** | | [optional] +**CertificateAuthorityName** | Pointer to **string** | | [optional] +**TemplateName** | Pointer to **string** | Full template display name. | [optional] +**ArchivedKey** | Pointer to **bool** | | [optional] +**HasPrivateKey** | Pointer to **bool** | | [optional] +**PrincipalName** | Pointer to **NullableString** | | [optional] +**CertRequestId** | Pointer to **int32** | | [optional] +**RequesterName** | Pointer to **string** | | [optional] +**ContentBytes** | Pointer to **string** | | [optional] +**ExtendedKeyUsages** | Pointer to [**[]ModelsCertificateRetrievalResponseExtendedKeyUsageModel**](ModelsCertificateRetrievalResponseExtendedKeyUsageModel.md) | | [optional] +**SubjectAltNameElements** | Pointer to [**[]ModelsCertificateRetrievalResponseSubjectAlternativeNameModel**](ModelsCertificateRetrievalResponseSubjectAlternativeNameModel.md) | | [optional] +**CRLDistributionPoints** | Pointer to [**[]ModelsCertificateRetrievalResponseCRLDistributionPointModel**](ModelsCertificateRetrievalResponseCRLDistributionPointModel.md) | | [optional] +**LocationsCount** | Pointer to [**[]ModelsCertificateRetrievalResponseLocationCountModel**](ModelsCertificateRetrievalResponseLocationCountModel.md) | | [optional] +**SSLLocations** | Pointer to [**[]ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel**](ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel.md) | | [optional] +**Locations** | Pointer to [**[]ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel**](ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel.md) | | [optional] +**Metadata** | Pointer to **map[string]string** | | [optional] +**CertificateKeyId** | Pointer to **int32** | | [optional] +**CARowIndex** | Pointer to **int64** | | [optional] [readonly] +**CARecordId** | Pointer to **string** | | [optional] +**DetailedKeyUsage** | Pointer to [**ModelsCertificateRetrievalResponseDetailedKeyUsageModel**](ModelsCertificateRetrievalResponseDetailedKeyUsageModel.md) | | [optional] +**KeyRecoverable** | Pointer to **bool** | | [optional] +**Curve** | Pointer to **NullableString** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponse + +`func NewModelsCertificateRetrievalResponse() *ModelsCertificateRetrievalResponse` + +NewModelsCertificateRetrievalResponse instantiates a new ModelsCertificateRetrievalResponse 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 + +### NewModelsCertificateRetrievalResponseWithDefaults + +`func NewModelsCertificateRetrievalResponseWithDefaults() *ModelsCertificateRetrievalResponse` + +NewModelsCertificateRetrievalResponseWithDefaults instantiates a new ModelsCertificateRetrievalResponse 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 + +### GetId + +`func (o *ModelsCertificateRetrievalResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateRetrievalResponse) 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. + +### SetId + +`func (o *ModelsCertificateRetrievalResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateRetrievalResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *ModelsCertificateRetrievalResponse) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateRetrievalResponse) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateRetrievalResponse) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateRetrievalResponse) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetSerialNumber + +`func (o *ModelsCertificateRetrievalResponse) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsCertificateRetrievalResponse) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsCertificateRetrievalResponse) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsCertificateRetrievalResponse) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetIssuedDN + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedDN() string` + +GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise. + +### GetIssuedDNOk + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedDNOk() (*string, bool)` + +GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedDN + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedDN(v string)` + +SetIssuedDN sets IssuedDN field to given value. + +### HasIssuedDN + +`func (o *ModelsCertificateRetrievalResponse) HasIssuedDN() bool` + +HasIssuedDN returns a boolean if a field has been set. + +### SetIssuedDNNil + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedDNNil(b bool)` + + SetIssuedDNNil sets the value for IssuedDN to be an explicit nil + +### UnsetIssuedDN +`func (o *ModelsCertificateRetrievalResponse) UnsetIssuedDN()` + +UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil +### GetIssuedCN + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedCN() string` + +GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise. + +### GetIssuedCNOk + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedCNOk() (*string, bool)` + +GetIssuedCNOk returns a tuple with the IssuedCN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedCN + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedCN(v string)` + +SetIssuedCN sets IssuedCN field to given value. + +### HasIssuedCN + +`func (o *ModelsCertificateRetrievalResponse) HasIssuedCN() bool` + +HasIssuedCN returns a boolean if a field has been set. + +### SetIssuedCNNil + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedCNNil(b bool)` + + SetIssuedCNNil sets the value for IssuedCN to be an explicit nil + +### UnsetIssuedCN +`func (o *ModelsCertificateRetrievalResponse) UnsetIssuedCN()` + +UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil +### GetImportDate + +`func (o *ModelsCertificateRetrievalResponse) GetImportDate() time.Time` + +GetImportDate returns the ImportDate field if non-nil, zero value otherwise. + +### GetImportDateOk + +`func (o *ModelsCertificateRetrievalResponse) GetImportDateOk() (*time.Time, bool)` + +GetImportDateOk returns a tuple with the ImportDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetImportDate + +`func (o *ModelsCertificateRetrievalResponse) SetImportDate(v time.Time)` + +SetImportDate sets ImportDate field to given value. + +### HasImportDate + +`func (o *ModelsCertificateRetrievalResponse) HasImportDate() bool` + +HasImportDate returns a boolean if a field has been set. + +### GetNotBefore + +`func (o *ModelsCertificateRetrievalResponse) GetNotBefore() time.Time` + +GetNotBefore returns the NotBefore field if non-nil, zero value otherwise. + +### GetNotBeforeOk + +`func (o *ModelsCertificateRetrievalResponse) GetNotBeforeOk() (*time.Time, bool)` + +GetNotBeforeOk returns a tuple with the NotBefore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotBefore + +`func (o *ModelsCertificateRetrievalResponse) SetNotBefore(v time.Time)` + +SetNotBefore sets NotBefore field to given value. + +### HasNotBefore + +`func (o *ModelsCertificateRetrievalResponse) HasNotBefore() bool` + +HasNotBefore returns a boolean if a field has been set. + +### GetNotAfter + +`func (o *ModelsCertificateRetrievalResponse) GetNotAfter() time.Time` + +GetNotAfter returns the NotAfter field if non-nil, zero value otherwise. + +### GetNotAfterOk + +`func (o *ModelsCertificateRetrievalResponse) GetNotAfterOk() (*time.Time, bool)` + +GetNotAfterOk returns a tuple with the NotAfter field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotAfter + +`func (o *ModelsCertificateRetrievalResponse) SetNotAfter(v time.Time)` + +SetNotAfter sets NotAfter field to given value. + +### HasNotAfter + +`func (o *ModelsCertificateRetrievalResponse) HasNotAfter() bool` + +HasNotAfter returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsCertificateRetrievalResponse) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsCertificateRetrievalResponse) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsCertificateRetrievalResponse) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsCertificateRetrievalResponse) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsCertificateRetrievalResponse) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsCertificateRetrievalResponse) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetPrincipalId + +`func (o *ModelsCertificateRetrievalResponse) GetPrincipalId() int32` + +GetPrincipalId returns the PrincipalId field if non-nil, zero value otherwise. + +### GetPrincipalIdOk + +`func (o *ModelsCertificateRetrievalResponse) GetPrincipalIdOk() (*int32, bool)` + +GetPrincipalIdOk returns a tuple with the PrincipalId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrincipalId + +`func (o *ModelsCertificateRetrievalResponse) SetPrincipalId(v int32)` + +SetPrincipalId sets PrincipalId field to given value. + +### HasPrincipalId + +`func (o *ModelsCertificateRetrievalResponse) HasPrincipalId() bool` + +HasPrincipalId returns a boolean if a field has been set. + +### SetPrincipalIdNil + +`func (o *ModelsCertificateRetrievalResponse) SetPrincipalIdNil(b bool)` + + SetPrincipalIdNil sets the value for PrincipalId to be an explicit nil + +### UnsetPrincipalId +`func (o *ModelsCertificateRetrievalResponse) UnsetPrincipalId()` + +UnsetPrincipalId ensures that no value is present for PrincipalId, not even an explicit nil +### GetTemplateId + +`func (o *ModelsCertificateRetrievalResponse) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *ModelsCertificateRetrievalResponse) 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. + +### SetTemplateId + +`func (o *ModelsCertificateRetrievalResponse) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsCertificateRetrievalResponse) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsCertificateRetrievalResponse) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsCertificateRetrievalResponse) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetCertState + +`func (o *ModelsCertificateRetrievalResponse) GetCertState() int32` + +GetCertState returns the CertState field if non-nil, zero value otherwise. + +### GetCertStateOk + +`func (o *ModelsCertificateRetrievalResponse) GetCertStateOk() (*int32, bool)` + +GetCertStateOk returns a tuple with the CertState field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertState + +`func (o *ModelsCertificateRetrievalResponse) SetCertState(v int32)` + +SetCertState sets CertState field to given value. + +### HasCertState + +`func (o *ModelsCertificateRetrievalResponse) HasCertState() bool` + +HasCertState returns a boolean if a field has been set. + +### GetKeySizeInBits + +`func (o *ModelsCertificateRetrievalResponse) GetKeySizeInBits() int32` + +GetKeySizeInBits returns the KeySizeInBits field if non-nil, zero value otherwise. + +### GetKeySizeInBitsOk + +`func (o *ModelsCertificateRetrievalResponse) GetKeySizeInBitsOk() (*int32, bool)` + +GetKeySizeInBitsOk returns a tuple with the KeySizeInBits field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeySizeInBits + +`func (o *ModelsCertificateRetrievalResponse) SetKeySizeInBits(v int32)` + +SetKeySizeInBits sets KeySizeInBits field to given value. + +### HasKeySizeInBits + +`func (o *ModelsCertificateRetrievalResponse) HasKeySizeInBits() bool` + +HasKeySizeInBits returns a boolean if a field has been set. + +### GetKeyType + +`func (o *ModelsCertificateRetrievalResponse) GetKeyType() int32` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsCertificateRetrievalResponse) GetKeyTypeOk() (*int32, 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. + +### SetKeyType + +`func (o *ModelsCertificateRetrievalResponse) SetKeyType(v int32)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *ModelsCertificateRetrievalResponse) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetRequesterId + +`func (o *ModelsCertificateRetrievalResponse) GetRequesterId() int32` + +GetRequesterId returns the RequesterId field if non-nil, zero value otherwise. + +### GetRequesterIdOk + +`func (o *ModelsCertificateRetrievalResponse) GetRequesterIdOk() (*int32, bool)` + +GetRequesterIdOk returns a tuple with the RequesterId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequesterId + +`func (o *ModelsCertificateRetrievalResponse) SetRequesterId(v int32)` + +SetRequesterId sets RequesterId field to given value. + +### HasRequesterId + +`func (o *ModelsCertificateRetrievalResponse) HasRequesterId() bool` + +HasRequesterId returns a boolean if a field has been set. + +### GetIssuedOU + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedOU() string` + +GetIssuedOU returns the IssuedOU field if non-nil, zero value otherwise. + +### GetIssuedOUOk + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedOUOk() (*string, bool)` + +GetIssuedOUOk returns a tuple with the IssuedOU field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedOU + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedOU(v string)` + +SetIssuedOU sets IssuedOU field to given value. + +### HasIssuedOU + +`func (o *ModelsCertificateRetrievalResponse) HasIssuedOU() bool` + +HasIssuedOU returns a boolean if a field has been set. + +### SetIssuedOUNil + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedOUNil(b bool)` + + SetIssuedOUNil sets the value for IssuedOU to be an explicit nil + +### UnsetIssuedOU +`func (o *ModelsCertificateRetrievalResponse) UnsetIssuedOU()` + +UnsetIssuedOU ensures that no value is present for IssuedOU, not even an explicit nil +### GetIssuedEmail + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedEmail() string` + +GetIssuedEmail returns the IssuedEmail field if non-nil, zero value otherwise. + +### GetIssuedEmailOk + +`func (o *ModelsCertificateRetrievalResponse) GetIssuedEmailOk() (*string, bool)` + +GetIssuedEmailOk returns a tuple with the IssuedEmail field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedEmail + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedEmail(v string)` + +SetIssuedEmail sets IssuedEmail field to given value. + +### HasIssuedEmail + +`func (o *ModelsCertificateRetrievalResponse) HasIssuedEmail() bool` + +HasIssuedEmail returns a boolean if a field has been set. + +### SetIssuedEmailNil + +`func (o *ModelsCertificateRetrievalResponse) SetIssuedEmailNil(b bool)` + + SetIssuedEmailNil sets the value for IssuedEmail to be an explicit nil + +### UnsetIssuedEmail +`func (o *ModelsCertificateRetrievalResponse) UnsetIssuedEmail()` + +UnsetIssuedEmail ensures that no value is present for IssuedEmail, not even an explicit nil +### GetKeyUsage + +`func (o *ModelsCertificateRetrievalResponse) GetKeyUsage() int32` + +GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise. + +### GetKeyUsageOk + +`func (o *ModelsCertificateRetrievalResponse) 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. + +### SetKeyUsage + +`func (o *ModelsCertificateRetrievalResponse) SetKeyUsage(v int32)` + +SetKeyUsage sets KeyUsage field to given value. + +### HasKeyUsage + +`func (o *ModelsCertificateRetrievalResponse) HasKeyUsage() bool` + +HasKeyUsage returns a boolean if a field has been set. + +### GetSigningAlgorithm + +`func (o *ModelsCertificateRetrievalResponse) GetSigningAlgorithm() string` + +GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise. + +### GetSigningAlgorithmOk + +`func (o *ModelsCertificateRetrievalResponse) GetSigningAlgorithmOk() (*string, bool)` + +GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSigningAlgorithm + +`func (o *ModelsCertificateRetrievalResponse) SetSigningAlgorithm(v string)` + +SetSigningAlgorithm sets SigningAlgorithm field to given value. + +### HasSigningAlgorithm + +`func (o *ModelsCertificateRetrievalResponse) HasSigningAlgorithm() bool` + +HasSigningAlgorithm returns a boolean if a field has been set. + +### GetCertStateString + +`func (o *ModelsCertificateRetrievalResponse) GetCertStateString() string` + +GetCertStateString returns the CertStateString field if non-nil, zero value otherwise. + +### GetCertStateStringOk + +`func (o *ModelsCertificateRetrievalResponse) GetCertStateStringOk() (*string, bool)` + +GetCertStateStringOk returns a tuple with the CertStateString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStateString + +`func (o *ModelsCertificateRetrievalResponse) SetCertStateString(v string)` + +SetCertStateString sets CertStateString field to given value. + +### HasCertStateString + +`func (o *ModelsCertificateRetrievalResponse) HasCertStateString() bool` + +HasCertStateString returns a boolean if a field has been set. + +### GetKeyTypeString + +`func (o *ModelsCertificateRetrievalResponse) GetKeyTypeString() string` + +GetKeyTypeString returns the KeyTypeString field if non-nil, zero value otherwise. + +### GetKeyTypeStringOk + +`func (o *ModelsCertificateRetrievalResponse) GetKeyTypeStringOk() (*string, bool)` + +GetKeyTypeStringOk returns a tuple with the KeyTypeString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyTypeString + +`func (o *ModelsCertificateRetrievalResponse) SetKeyTypeString(v string)` + +SetKeyTypeString sets KeyTypeString field to given value. + +### HasKeyTypeString + +`func (o *ModelsCertificateRetrievalResponse) HasKeyTypeString() bool` + +HasKeyTypeString returns a boolean if a field has been set. + +### GetRevocationEffDate + +`func (o *ModelsCertificateRetrievalResponse) GetRevocationEffDate() time.Time` + +GetRevocationEffDate returns the RevocationEffDate field if non-nil, zero value otherwise. + +### GetRevocationEffDateOk + +`func (o *ModelsCertificateRetrievalResponse) GetRevocationEffDateOk() (*time.Time, bool)` + +GetRevocationEffDateOk returns a tuple with the RevocationEffDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRevocationEffDate + +`func (o *ModelsCertificateRetrievalResponse) SetRevocationEffDate(v time.Time)` + +SetRevocationEffDate sets RevocationEffDate field to given value. + +### HasRevocationEffDate + +`func (o *ModelsCertificateRetrievalResponse) HasRevocationEffDate() bool` + +HasRevocationEffDate returns a boolean if a field has been set. + +### SetRevocationEffDateNil + +`func (o *ModelsCertificateRetrievalResponse) SetRevocationEffDateNil(b bool)` + + SetRevocationEffDateNil sets the value for RevocationEffDate to be an explicit nil + +### UnsetRevocationEffDate +`func (o *ModelsCertificateRetrievalResponse) UnsetRevocationEffDate()` + +UnsetRevocationEffDate ensures that no value is present for RevocationEffDate, not even an explicit nil +### GetRevocationReason + +`func (o *ModelsCertificateRetrievalResponse) GetRevocationReason() int32` + +GetRevocationReason returns the RevocationReason field if non-nil, zero value otherwise. + +### GetRevocationReasonOk + +`func (o *ModelsCertificateRetrievalResponse) GetRevocationReasonOk() (*int32, bool)` + +GetRevocationReasonOk returns a tuple with the RevocationReason field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRevocationReason + +`func (o *ModelsCertificateRetrievalResponse) SetRevocationReason(v int32)` + +SetRevocationReason sets RevocationReason field to given value. + +### HasRevocationReason + +`func (o *ModelsCertificateRetrievalResponse) HasRevocationReason() bool` + +HasRevocationReason returns a boolean if a field has been set. + +### SetRevocationReasonNil + +`func (o *ModelsCertificateRetrievalResponse) SetRevocationReasonNil(b bool)` + + SetRevocationReasonNil sets the value for RevocationReason to be an explicit nil + +### UnsetRevocationReason +`func (o *ModelsCertificateRetrievalResponse) UnsetRevocationReason()` + +UnsetRevocationReason ensures that no value is present for RevocationReason, not even an explicit nil +### GetRevocationComment + +`func (o *ModelsCertificateRetrievalResponse) GetRevocationComment() string` + +GetRevocationComment returns the RevocationComment field if non-nil, zero value otherwise. + +### GetRevocationCommentOk + +`func (o *ModelsCertificateRetrievalResponse) GetRevocationCommentOk() (*string, bool)` + +GetRevocationCommentOk returns a tuple with the RevocationComment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRevocationComment + +`func (o *ModelsCertificateRetrievalResponse) SetRevocationComment(v string)` + +SetRevocationComment sets RevocationComment field to given value. + +### HasRevocationComment + +`func (o *ModelsCertificateRetrievalResponse) HasRevocationComment() bool` + +HasRevocationComment returns a boolean if a field has been set. + +### SetRevocationCommentNil + +`func (o *ModelsCertificateRetrievalResponse) SetRevocationCommentNil(b bool)` + + SetRevocationCommentNil sets the value for RevocationComment to be an explicit nil + +### UnsetRevocationComment +`func (o *ModelsCertificateRetrievalResponse) UnsetRevocationComment()` + +UnsetRevocationComment ensures that no value is present for RevocationComment, not even an explicit nil +### GetCertificateAuthorityId + +`func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityId() int32` + +GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise. + +### GetCertificateAuthorityIdOk + +`func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityIdOk() (*int32, bool)` + +GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthorityId + +`func (o *ModelsCertificateRetrievalResponse) SetCertificateAuthorityId(v int32)` + +SetCertificateAuthorityId sets CertificateAuthorityId field to given value. + +### HasCertificateAuthorityId + +`func (o *ModelsCertificateRetrievalResponse) HasCertificateAuthorityId() bool` + +HasCertificateAuthorityId returns a boolean if a field has been set. + +### GetCertificateAuthorityName + +`func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityName() string` + +GetCertificateAuthorityName returns the CertificateAuthorityName field if non-nil, zero value otherwise. + +### GetCertificateAuthorityNameOk + +`func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityNameOk() (*string, bool)` + +GetCertificateAuthorityNameOk returns a tuple with the CertificateAuthorityName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthorityName + +`func (o *ModelsCertificateRetrievalResponse) SetCertificateAuthorityName(v string)` + +SetCertificateAuthorityName sets CertificateAuthorityName field to given value. + +### HasCertificateAuthorityName + +`func (o *ModelsCertificateRetrievalResponse) HasCertificateAuthorityName() bool` + +HasCertificateAuthorityName returns a boolean if a field has been set. + +### GetTemplateName + +`func (o *ModelsCertificateRetrievalResponse) GetTemplateName() string` + +GetTemplateName returns the TemplateName field if non-nil, zero value otherwise. + +### GetTemplateNameOk + +`func (o *ModelsCertificateRetrievalResponse) 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. + +### SetTemplateName + +`func (o *ModelsCertificateRetrievalResponse) SetTemplateName(v string)` + +SetTemplateName sets TemplateName field to given value. + +### HasTemplateName + +`func (o *ModelsCertificateRetrievalResponse) HasTemplateName() bool` + +HasTemplateName returns a boolean if a field has been set. + +### GetArchivedKey + +`func (o *ModelsCertificateRetrievalResponse) GetArchivedKey() bool` + +GetArchivedKey returns the ArchivedKey field if non-nil, zero value otherwise. + +### GetArchivedKeyOk + +`func (o *ModelsCertificateRetrievalResponse) GetArchivedKeyOk() (*bool, bool)` + +GetArchivedKeyOk returns a tuple with the ArchivedKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetArchivedKey + +`func (o *ModelsCertificateRetrievalResponse) SetArchivedKey(v bool)` + +SetArchivedKey sets ArchivedKey field to given value. + +### HasArchivedKey + +`func (o *ModelsCertificateRetrievalResponse) HasArchivedKey() bool` + +HasArchivedKey returns a boolean if a field has been set. + +### GetHasPrivateKey + +`func (o *ModelsCertificateRetrievalResponse) GetHasPrivateKey() bool` + +GetHasPrivateKey returns the HasPrivateKey field if non-nil, zero value otherwise. + +### GetHasPrivateKeyOk + +`func (o *ModelsCertificateRetrievalResponse) GetHasPrivateKeyOk() (*bool, bool)` + +GetHasPrivateKeyOk returns a tuple with the HasPrivateKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHasPrivateKey + +`func (o *ModelsCertificateRetrievalResponse) SetHasPrivateKey(v bool)` + +SetHasPrivateKey sets HasPrivateKey field to given value. + +### HasHasPrivateKey + +`func (o *ModelsCertificateRetrievalResponse) HasHasPrivateKey() bool` + +HasHasPrivateKey returns a boolean if a field has been set. + +### GetPrincipalName + +`func (o *ModelsCertificateRetrievalResponse) GetPrincipalName() string` + +GetPrincipalName returns the PrincipalName field if non-nil, zero value otherwise. + +### GetPrincipalNameOk + +`func (o *ModelsCertificateRetrievalResponse) GetPrincipalNameOk() (*string, bool)` + +GetPrincipalNameOk returns a tuple with the PrincipalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrincipalName + +`func (o *ModelsCertificateRetrievalResponse) SetPrincipalName(v string)` + +SetPrincipalName sets PrincipalName field to given value. + +### HasPrincipalName + +`func (o *ModelsCertificateRetrievalResponse) HasPrincipalName() bool` + +HasPrincipalName returns a boolean if a field has been set. + +### SetPrincipalNameNil + +`func (o *ModelsCertificateRetrievalResponse) SetPrincipalNameNil(b bool)` + + SetPrincipalNameNil sets the value for PrincipalName to be an explicit nil + +### UnsetPrincipalName +`func (o *ModelsCertificateRetrievalResponse) UnsetPrincipalName()` + +UnsetPrincipalName ensures that no value is present for PrincipalName, not even an explicit nil +### GetCertRequestId + +`func (o *ModelsCertificateRetrievalResponse) GetCertRequestId() int32` + +GetCertRequestId returns the CertRequestId field if non-nil, zero value otherwise. + +### GetCertRequestIdOk + +`func (o *ModelsCertificateRetrievalResponse) GetCertRequestIdOk() (*int32, bool)` + +GetCertRequestIdOk returns a tuple with the CertRequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertRequestId + +`func (o *ModelsCertificateRetrievalResponse) SetCertRequestId(v int32)` + +SetCertRequestId sets CertRequestId field to given value. + +### HasCertRequestId + +`func (o *ModelsCertificateRetrievalResponse) HasCertRequestId() bool` + +HasCertRequestId returns a boolean if a field has been set. + +### GetRequesterName + +`func (o *ModelsCertificateRetrievalResponse) GetRequesterName() string` + +GetRequesterName returns the RequesterName field if non-nil, zero value otherwise. + +### GetRequesterNameOk + +`func (o *ModelsCertificateRetrievalResponse) GetRequesterNameOk() (*string, bool)` + +GetRequesterNameOk returns a tuple with the RequesterName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequesterName + +`func (o *ModelsCertificateRetrievalResponse) SetRequesterName(v string)` + +SetRequesterName sets RequesterName field to given value. + +### HasRequesterName + +`func (o *ModelsCertificateRetrievalResponse) HasRequesterName() bool` + +HasRequesterName returns a boolean if a field has been set. + +### GetContentBytes + +`func (o *ModelsCertificateRetrievalResponse) GetContentBytes() string` + +GetContentBytes returns the ContentBytes field if non-nil, zero value otherwise. + +### GetContentBytesOk + +`func (o *ModelsCertificateRetrievalResponse) GetContentBytesOk() (*string, bool)` + +GetContentBytesOk returns a tuple with the ContentBytes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContentBytes + +`func (o *ModelsCertificateRetrievalResponse) SetContentBytes(v string)` + +SetContentBytes sets ContentBytes field to given value. + +### HasContentBytes + +`func (o *ModelsCertificateRetrievalResponse) HasContentBytes() bool` + +HasContentBytes returns a boolean if a field has been set. + +### GetExtendedKeyUsages + +`func (o *ModelsCertificateRetrievalResponse) GetExtendedKeyUsages() []ModelsCertificateRetrievalResponseExtendedKeyUsageModel` + +GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise. + +### GetExtendedKeyUsagesOk + +`func (o *ModelsCertificateRetrievalResponse) GetExtendedKeyUsagesOk() (*[]ModelsCertificateRetrievalResponseExtendedKeyUsageModel, 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. + +### SetExtendedKeyUsages + +`func (o *ModelsCertificateRetrievalResponse) SetExtendedKeyUsages(v []ModelsCertificateRetrievalResponseExtendedKeyUsageModel)` + +SetExtendedKeyUsages sets ExtendedKeyUsages field to given value. + +### HasExtendedKeyUsages + +`func (o *ModelsCertificateRetrievalResponse) HasExtendedKeyUsages() bool` + +HasExtendedKeyUsages returns a boolean if a field has been set. + +### GetSubjectAltNameElements + +`func (o *ModelsCertificateRetrievalResponse) GetSubjectAltNameElements() []ModelsCertificateRetrievalResponseSubjectAlternativeNameModel` + +GetSubjectAltNameElements returns the SubjectAltNameElements field if non-nil, zero value otherwise. + +### GetSubjectAltNameElementsOk + +`func (o *ModelsCertificateRetrievalResponse) GetSubjectAltNameElementsOk() (*[]ModelsCertificateRetrievalResponseSubjectAlternativeNameModel, bool)` + +GetSubjectAltNameElementsOk returns a tuple with the SubjectAltNameElements field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectAltNameElements + +`func (o *ModelsCertificateRetrievalResponse) SetSubjectAltNameElements(v []ModelsCertificateRetrievalResponseSubjectAlternativeNameModel)` + +SetSubjectAltNameElements sets SubjectAltNameElements field to given value. + +### HasSubjectAltNameElements + +`func (o *ModelsCertificateRetrievalResponse) HasSubjectAltNameElements() bool` + +HasSubjectAltNameElements returns a boolean if a field has been set. + +### GetCRLDistributionPoints + +`func (o *ModelsCertificateRetrievalResponse) GetCRLDistributionPoints() []ModelsCertificateRetrievalResponseCRLDistributionPointModel` + +GetCRLDistributionPoints returns the CRLDistributionPoints field if non-nil, zero value otherwise. + +### GetCRLDistributionPointsOk + +`func (o *ModelsCertificateRetrievalResponse) GetCRLDistributionPointsOk() (*[]ModelsCertificateRetrievalResponseCRLDistributionPointModel, bool)` + +GetCRLDistributionPointsOk returns a tuple with the CRLDistributionPoints field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCRLDistributionPoints + +`func (o *ModelsCertificateRetrievalResponse) SetCRLDistributionPoints(v []ModelsCertificateRetrievalResponseCRLDistributionPointModel)` + +SetCRLDistributionPoints sets CRLDistributionPoints field to given value. + +### HasCRLDistributionPoints + +`func (o *ModelsCertificateRetrievalResponse) HasCRLDistributionPoints() bool` + +HasCRLDistributionPoints returns a boolean if a field has been set. + +### GetLocationsCount + +`func (o *ModelsCertificateRetrievalResponse) GetLocationsCount() []ModelsCertificateRetrievalResponseLocationCountModel` + +GetLocationsCount returns the LocationsCount field if non-nil, zero value otherwise. + +### GetLocationsCountOk + +`func (o *ModelsCertificateRetrievalResponse) GetLocationsCountOk() (*[]ModelsCertificateRetrievalResponseLocationCountModel, bool)` + +GetLocationsCountOk returns a tuple with the LocationsCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocationsCount + +`func (o *ModelsCertificateRetrievalResponse) SetLocationsCount(v []ModelsCertificateRetrievalResponseLocationCountModel)` + +SetLocationsCount sets LocationsCount field to given value. + +### HasLocationsCount + +`func (o *ModelsCertificateRetrievalResponse) HasLocationsCount() bool` + +HasLocationsCount returns a boolean if a field has been set. + +### GetSSLLocations + +`func (o *ModelsCertificateRetrievalResponse) GetSSLLocations() []ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel` + +GetSSLLocations returns the SSLLocations field if non-nil, zero value otherwise. + +### GetSSLLocationsOk + +`func (o *ModelsCertificateRetrievalResponse) GetSSLLocationsOk() (*[]ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel, bool)` + +GetSSLLocationsOk returns a tuple with the SSLLocations field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSSLLocations + +`func (o *ModelsCertificateRetrievalResponse) SetSSLLocations(v []ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel)` + +SetSSLLocations sets SSLLocations field to given value. + +### HasSSLLocations + +`func (o *ModelsCertificateRetrievalResponse) HasSSLLocations() bool` + +HasSSLLocations returns a boolean if a field has been set. + +### GetLocations + +`func (o *ModelsCertificateRetrievalResponse) GetLocations() []ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel` + +GetLocations returns the Locations field if non-nil, zero value otherwise. + +### GetLocationsOk + +`func (o *ModelsCertificateRetrievalResponse) GetLocationsOk() (*[]ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel, bool)` + +GetLocationsOk returns a tuple with the Locations field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLocations + +`func (o *ModelsCertificateRetrievalResponse) SetLocations(v []ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel)` + +SetLocations sets Locations field to given value. + +### HasLocations + +`func (o *ModelsCertificateRetrievalResponse) HasLocations() bool` + +HasLocations returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsCertificateRetrievalResponse) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsCertificateRetrievalResponse) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsCertificateRetrievalResponse) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsCertificateRetrievalResponse) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + +### GetCertificateKeyId + +`func (o *ModelsCertificateRetrievalResponse) GetCertificateKeyId() int32` + +GetCertificateKeyId returns the CertificateKeyId field if non-nil, zero value otherwise. + +### GetCertificateKeyIdOk + +`func (o *ModelsCertificateRetrievalResponse) GetCertificateKeyIdOk() (*int32, bool)` + +GetCertificateKeyIdOk returns a tuple with the CertificateKeyId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateKeyId + +`func (o *ModelsCertificateRetrievalResponse) SetCertificateKeyId(v int32)` + +SetCertificateKeyId sets CertificateKeyId field to given value. + +### HasCertificateKeyId + +`func (o *ModelsCertificateRetrievalResponse) HasCertificateKeyId() bool` + +HasCertificateKeyId returns a boolean if a field has been set. + +### GetCARowIndex + +`func (o *ModelsCertificateRetrievalResponse) GetCARowIndex() int64` + +GetCARowIndex returns the CARowIndex field if non-nil, zero value otherwise. + +### GetCARowIndexOk + +`func (o *ModelsCertificateRetrievalResponse) GetCARowIndexOk() (*int64, bool)` + +GetCARowIndexOk returns a tuple with the CARowIndex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARowIndex + +`func (o *ModelsCertificateRetrievalResponse) SetCARowIndex(v int64)` + +SetCARowIndex sets CARowIndex field to given value. + +### HasCARowIndex + +`func (o *ModelsCertificateRetrievalResponse) HasCARowIndex() bool` + +HasCARowIndex returns a boolean if a field has been set. + +### GetCARecordId + +`func (o *ModelsCertificateRetrievalResponse) GetCARecordId() string` + +GetCARecordId returns the CARecordId field if non-nil, zero value otherwise. + +### GetCARecordIdOk + +`func (o *ModelsCertificateRetrievalResponse) GetCARecordIdOk() (*string, bool)` + +GetCARecordIdOk returns a tuple with the CARecordId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARecordId + +`func (o *ModelsCertificateRetrievalResponse) SetCARecordId(v string)` + +SetCARecordId sets CARecordId field to given value. + +### HasCARecordId + +`func (o *ModelsCertificateRetrievalResponse) HasCARecordId() bool` + +HasCARecordId returns a boolean if a field has been set. + +### GetDetailedKeyUsage + +`func (o *ModelsCertificateRetrievalResponse) GetDetailedKeyUsage() ModelsCertificateRetrievalResponseDetailedKeyUsageModel` + +GetDetailedKeyUsage returns the DetailedKeyUsage field if non-nil, zero value otherwise. + +### GetDetailedKeyUsageOk + +`func (o *ModelsCertificateRetrievalResponse) GetDetailedKeyUsageOk() (*ModelsCertificateRetrievalResponseDetailedKeyUsageModel, bool)` + +GetDetailedKeyUsageOk returns a tuple with the DetailedKeyUsage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDetailedKeyUsage + +`func (o *ModelsCertificateRetrievalResponse) SetDetailedKeyUsage(v ModelsCertificateRetrievalResponseDetailedKeyUsageModel)` + +SetDetailedKeyUsage sets DetailedKeyUsage field to given value. + +### HasDetailedKeyUsage + +`func (o *ModelsCertificateRetrievalResponse) HasDetailedKeyUsage() bool` + +HasDetailedKeyUsage returns a boolean if a field has been set. + +### GetKeyRecoverable + +`func (o *ModelsCertificateRetrievalResponse) GetKeyRecoverable() bool` + +GetKeyRecoverable returns the KeyRecoverable field if non-nil, zero value otherwise. + +### GetKeyRecoverableOk + +`func (o *ModelsCertificateRetrievalResponse) GetKeyRecoverableOk() (*bool, bool)` + +GetKeyRecoverableOk returns a tuple with the KeyRecoverable field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyRecoverable + +`func (o *ModelsCertificateRetrievalResponse) SetKeyRecoverable(v bool)` + +SetKeyRecoverable sets KeyRecoverable field to given value. + +### HasKeyRecoverable + +`func (o *ModelsCertificateRetrievalResponse) HasKeyRecoverable() bool` + +HasKeyRecoverable returns a boolean if a field has been set. + +### GetCurve + +`func (o *ModelsCertificateRetrievalResponse) GetCurve() string` + +GetCurve returns the Curve field if non-nil, zero value otherwise. + +### GetCurveOk + +`func (o *ModelsCertificateRetrievalResponse) 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. + +### SetCurve + +`func (o *ModelsCertificateRetrievalResponse) SetCurve(v string)` + +SetCurve sets Curve field to given value. + +### HasCurve + +`func (o *ModelsCertificateRetrievalResponse) HasCurve() bool` + +HasCurve returns a boolean if a field has been set. + +### SetCurveNil + +`func (o *ModelsCertificateRetrievalResponse) SetCurveNil(b bool)` + + SetCurveNil sets the value for Curve to be an explicit nil + +### UnsetCurve +`func (o *ModelsCertificateRetrievalResponse) UnsetCurve()` + +UnsetCurve ensures that no value is present for Curve, not even an explicit nil + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseCRLDistributionPointModel.md b/docs/ModelsCertificateRetrievalResponseCRLDistributionPointModel.md new file mode 100644 index 0000000..35a6f79 --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseCRLDistributionPointModel.md @@ -0,0 +1,108 @@ +# ModelsCertificateRetrievalResponseCRLDistributionPointModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Url** | Pointer to **string** | | [optional] +**UrlHash** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseCRLDistributionPointModel + +`func NewModelsCertificateRetrievalResponseCRLDistributionPointModel() *ModelsCertificateRetrievalResponseCRLDistributionPointModel` + +NewModelsCertificateRetrievalResponseCRLDistributionPointModel instantiates a new ModelsCertificateRetrievalResponseCRLDistributionPointModel 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 + +### NewModelsCertificateRetrievalResponseCRLDistributionPointModelWithDefaults + +`func NewModelsCertificateRetrievalResponseCRLDistributionPointModelWithDefaults() *ModelsCertificateRetrievalResponseCRLDistributionPointModel` + +NewModelsCertificateRetrievalResponseCRLDistributionPointModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseCRLDistributionPointModel 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 + +### GetId + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) 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. + +### SetId + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetUrl + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) GetUrl() string` + +GetUrl returns the Url field if non-nil, zero value otherwise. + +### GetUrlOk + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) GetUrlOk() (*string, bool)` + +GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUrl + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) SetUrl(v string)` + +SetUrl sets Url field to given value. + +### HasUrl + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) HasUrl() bool` + +HasUrl returns a boolean if a field has been set. + +### GetUrlHash + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) GetUrlHash() string` + +GetUrlHash returns the UrlHash field if non-nil, zero value otherwise. + +### GetUrlHashOk + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) GetUrlHashOk() (*string, bool)` + +GetUrlHashOk returns a tuple with the UrlHash field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUrlHash + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) SetUrlHash(v string)` + +SetUrlHash sets UrlHash field to given value. + +### HasUrlHash + +`func (o *ModelsCertificateRetrievalResponseCRLDistributionPointModel) HasUrlHash() bool` + +HasUrlHash returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel.md b/docs/ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel.md new file mode 100644 index 0000000..aa03c5b --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel.md @@ -0,0 +1,186 @@ +# ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreMachine** | Pointer to **string** | | [optional] +**StorePath** | Pointer to **string** | | [optional] +**StoreType** | Pointer to **int32** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**ChainLevel** | Pointer to **int32** | | [optional] +**CertStoreId** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel + +`func NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel() *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel` + +NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel instantiates a new ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel 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 + +### NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults + +`func NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults() *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel` + +NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel 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 + +### GetStoreMachine + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreMachine() string` + +GetStoreMachine returns the StoreMachine field if non-nil, zero value otherwise. + +### GetStoreMachineOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreMachineOk() (*string, bool)` + +GetStoreMachineOk returns a tuple with the StoreMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreMachine + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreMachine(v string)` + +SetStoreMachine sets StoreMachine field to given value. + +### HasStoreMachine + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStoreMachine() bool` + +HasStoreMachine returns a boolean if a field has been set. + +### GetStorePath + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + +### GetStoreType + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreType() int32` + +GetStoreType returns the StoreType field if non-nil, zero value otherwise. + +### GetStoreTypeOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreTypeOk() (*int32, bool)` + +GetStoreTypeOk returns a tuple with the StoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreType + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreType(v int32)` + +SetStoreType sets StoreType field to given value. + +### HasStoreType + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStoreType() bool` + +HasStoreType returns a boolean if a field has been set. + +### GetAlias + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetChainLevel + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetChainLevel() int32` + +GetChainLevel returns the ChainLevel field if non-nil, zero value otherwise. + +### GetChainLevelOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetChainLevelOk() (*int32, bool)` + +GetChainLevelOk returns a tuple with the ChainLevel field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetChainLevel + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetChainLevel(v int32)` + +SetChainLevel sets ChainLevel field to given value. + +### HasChainLevel + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasChainLevel() bool` + +HasChainLevel returns a boolean if a field has been set. + +### GetCertStoreId + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetCertStoreId() string` + +GetCertStoreId returns the CertStoreId field if non-nil, zero value otherwise. + +### GetCertStoreIdOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetCertStoreIdOk() (*string, bool)` + +GetCertStoreIdOk returns a tuple with the CertStoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreId + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetCertStoreId(v string)` + +SetCertStoreId sets CertStoreId field to given value. + +### HasCertStoreId + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasCertStoreId() bool` + +HasCertStoreId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel.md b/docs/ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel.md new file mode 100644 index 0000000..9a49878 --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel.md @@ -0,0 +1,160 @@ +# ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StorePath** | Pointer to **string** | | [optional] +**AgentPool** | Pointer to **string** | | [optional] +**IPAddress** | Pointer to **string** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**NetworkName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel + +`func NewModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel() *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel` + +NewModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel instantiates a new ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel 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 + +### NewModelsCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults + +`func NewModelsCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults() *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel` + +NewModelsCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel 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 + +### GetStorePath + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + +### GetAgentPool + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetAgentPool() string` + +GetAgentPool returns the AgentPool field if non-nil, zero value otherwise. + +### GetAgentPoolOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetAgentPoolOk() (*string, bool)` + +GetAgentPoolOk returns a tuple with the AgentPool field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPool + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetAgentPool(v string)` + +SetAgentPool sets AgentPool field to given value. + +### HasAgentPool + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasAgentPool() bool` + +HasAgentPool returns a boolean if a field has been set. + +### GetIPAddress + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetIPAddress() string` + +GetIPAddress returns the IPAddress field if non-nil, zero value otherwise. + +### GetIPAddressOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetIPAddressOk() (*string, bool)` + +GetIPAddressOk returns a tuple with the IPAddress field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIPAddress + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetIPAddress(v string)` + +SetIPAddress sets IPAddress field to given value. + +### HasIPAddress + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasIPAddress() bool` + +HasIPAddress returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetNetworkName + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetNetworkName() string` + +GetNetworkName returns the NetworkName field if non-nil, zero value otherwise. + +### GetNetworkNameOk + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetNetworkNameOk() (*string, bool)` + +GetNetworkNameOk returns a tuple with the NetworkName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkName + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetNetworkName(v string)` + +SetNetworkName sets NetworkName field to given value. + +### HasNetworkName + +`func (o *ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasNetworkName() bool` + +HasNetworkName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseDetailedKeyUsageModel.md b/docs/ModelsCertificateRetrievalResponseDetailedKeyUsageModel.md new file mode 100644 index 0000000..ebefda0 --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseDetailedKeyUsageModel.md @@ -0,0 +1,290 @@ +# ModelsCertificateRetrievalResponseDetailedKeyUsageModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CrlSign** | Pointer to **bool** | | [optional] +**DataEncipherment** | Pointer to **bool** | | [optional] +**DecipherOnly** | Pointer to **bool** | | [optional] +**DigitalSignature** | Pointer to **bool** | | [optional] +**EncipherOnly** | Pointer to **bool** | | [optional] +**KeyAgreement** | Pointer to **bool** | | [optional] +**KeyCertSign** | Pointer to **bool** | | [optional] +**KeyEncipherment** | Pointer to **bool** | | [optional] +**NonRepudiation** | Pointer to **bool** | | [optional] +**HexCode** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseDetailedKeyUsageModel + +`func NewModelsCertificateRetrievalResponseDetailedKeyUsageModel() *ModelsCertificateRetrievalResponseDetailedKeyUsageModel` + +NewModelsCertificateRetrievalResponseDetailedKeyUsageModel instantiates a new ModelsCertificateRetrievalResponseDetailedKeyUsageModel 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 + +### NewModelsCertificateRetrievalResponseDetailedKeyUsageModelWithDefaults + +`func NewModelsCertificateRetrievalResponseDetailedKeyUsageModelWithDefaults() *ModelsCertificateRetrievalResponseDetailedKeyUsageModel` + +NewModelsCertificateRetrievalResponseDetailedKeyUsageModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseDetailedKeyUsageModel 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 + +### GetCrlSign + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetCrlSign() bool` + +GetCrlSign returns the CrlSign field if non-nil, zero value otherwise. + +### GetCrlSignOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetCrlSignOk() (*bool, bool)` + +GetCrlSignOk returns a tuple with the CrlSign field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCrlSign + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetCrlSign(v bool)` + +SetCrlSign sets CrlSign field to given value. + +### HasCrlSign + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasCrlSign() bool` + +HasCrlSign returns a boolean if a field has been set. + +### GetDataEncipherment + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetDataEncipherment() bool` + +GetDataEncipherment returns the DataEncipherment field if non-nil, zero value otherwise. + +### GetDataEnciphermentOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetDataEnciphermentOk() (*bool, bool)` + +GetDataEnciphermentOk returns a tuple with the DataEncipherment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataEncipherment + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetDataEncipherment(v bool)` + +SetDataEncipherment sets DataEncipherment field to given value. + +### HasDataEncipherment + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasDataEncipherment() bool` + +HasDataEncipherment returns a boolean if a field has been set. + +### GetDecipherOnly + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetDecipherOnly() bool` + +GetDecipherOnly returns the DecipherOnly field if non-nil, zero value otherwise. + +### GetDecipherOnlyOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetDecipherOnlyOk() (*bool, bool)` + +GetDecipherOnlyOk returns a tuple with the DecipherOnly field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDecipherOnly + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetDecipherOnly(v bool)` + +SetDecipherOnly sets DecipherOnly field to given value. + +### HasDecipherOnly + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasDecipherOnly() bool` + +HasDecipherOnly returns a boolean if a field has been set. + +### GetDigitalSignature + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetDigitalSignature() bool` + +GetDigitalSignature returns the DigitalSignature field if non-nil, zero value otherwise. + +### GetDigitalSignatureOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetDigitalSignatureOk() (*bool, bool)` + +GetDigitalSignatureOk returns a tuple with the DigitalSignature field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDigitalSignature + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetDigitalSignature(v bool)` + +SetDigitalSignature sets DigitalSignature field to given value. + +### HasDigitalSignature + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasDigitalSignature() bool` + +HasDigitalSignature returns a boolean if a field has been set. + +### GetEncipherOnly + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetEncipherOnly() bool` + +GetEncipherOnly returns the EncipherOnly field if non-nil, zero value otherwise. + +### GetEncipherOnlyOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetEncipherOnlyOk() (*bool, bool)` + +GetEncipherOnlyOk returns a tuple with the EncipherOnly field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEncipherOnly + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetEncipherOnly(v bool)` + +SetEncipherOnly sets EncipherOnly field to given value. + +### HasEncipherOnly + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasEncipherOnly() bool` + +HasEncipherOnly returns a boolean if a field has been set. + +### GetKeyAgreement + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyAgreement() bool` + +GetKeyAgreement returns the KeyAgreement field if non-nil, zero value otherwise. + +### GetKeyAgreementOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyAgreementOk() (*bool, bool)` + +GetKeyAgreementOk returns a tuple with the KeyAgreement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyAgreement + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetKeyAgreement(v bool)` + +SetKeyAgreement sets KeyAgreement field to given value. + +### HasKeyAgreement + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasKeyAgreement() bool` + +HasKeyAgreement returns a boolean if a field has been set. + +### GetKeyCertSign + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyCertSign() bool` + +GetKeyCertSign returns the KeyCertSign field if non-nil, zero value otherwise. + +### GetKeyCertSignOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyCertSignOk() (*bool, bool)` + +GetKeyCertSignOk returns a tuple with the KeyCertSign field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyCertSign + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetKeyCertSign(v bool)` + +SetKeyCertSign sets KeyCertSign field to given value. + +### HasKeyCertSign + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasKeyCertSign() bool` + +HasKeyCertSign returns a boolean if a field has been set. + +### GetKeyEncipherment + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyEncipherment() bool` + +GetKeyEncipherment returns the KeyEncipherment field if non-nil, zero value otherwise. + +### GetKeyEnciphermentOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyEnciphermentOk() (*bool, bool)` + +GetKeyEnciphermentOk returns a tuple with the KeyEncipherment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyEncipherment + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetKeyEncipherment(v bool)` + +SetKeyEncipherment sets KeyEncipherment field to given value. + +### HasKeyEncipherment + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasKeyEncipherment() bool` + +HasKeyEncipherment returns a boolean if a field has been set. + +### GetNonRepudiation + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetNonRepudiation() bool` + +GetNonRepudiation returns the NonRepudiation field if non-nil, zero value otherwise. + +### GetNonRepudiationOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetNonRepudiationOk() (*bool, bool)` + +GetNonRepudiationOk returns a tuple with the NonRepudiation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNonRepudiation + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetNonRepudiation(v bool)` + +SetNonRepudiation sets NonRepudiation field to given value. + +### HasNonRepudiation + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasNonRepudiation() bool` + +HasNonRepudiation returns a boolean if a field has been set. + +### GetHexCode + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetHexCode() string` + +GetHexCode returns the HexCode field if non-nil, zero value otherwise. + +### GetHexCodeOk + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) GetHexCodeOk() (*string, bool)` + +GetHexCodeOk returns a tuple with the HexCode field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHexCode + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) SetHexCode(v string)` + +SetHexCode sets HexCode field to given value. + +### HasHexCode + +`func (o *ModelsCertificateRetrievalResponseDetailedKeyUsageModel) HasHexCode() bool` + +HasHexCode returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseExtendedKeyUsageModel.md b/docs/ModelsCertificateRetrievalResponseExtendedKeyUsageModel.md new file mode 100644 index 0000000..ae3c535 --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseExtendedKeyUsageModel.md @@ -0,0 +1,108 @@ +# ModelsCertificateRetrievalResponseExtendedKeyUsageModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Oid** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseExtendedKeyUsageModel + +`func NewModelsCertificateRetrievalResponseExtendedKeyUsageModel() *ModelsCertificateRetrievalResponseExtendedKeyUsageModel` + +NewModelsCertificateRetrievalResponseExtendedKeyUsageModel instantiates a new ModelsCertificateRetrievalResponseExtendedKeyUsageModel 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 + +### NewModelsCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults + +`func NewModelsCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults() *ModelsCertificateRetrievalResponseExtendedKeyUsageModel` + +NewModelsCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseExtendedKeyUsageModel 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 + +### GetId + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) 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. + +### SetId + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetOid + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) GetOid() string` + +GetOid returns the Oid field if non-nil, zero value otherwise. + +### GetOidOk + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) 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. + +### SetOid + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) SetOid(v string)` + +SetOid sets Oid field to given value. + +### HasOid + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) HasOid() bool` + +HasOid returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) 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. + +### SetDisplayName + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsCertificateRetrievalResponseExtendedKeyUsageModel) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseLocationCountModel.md b/docs/ModelsCertificateRetrievalResponseLocationCountModel.md new file mode 100644 index 0000000..df1f6b6 --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseLocationCountModel.md @@ -0,0 +1,82 @@ +# ModelsCertificateRetrievalResponseLocationCountModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Type** | Pointer to **string** | | [optional] +**Count** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseLocationCountModel + +`func NewModelsCertificateRetrievalResponseLocationCountModel() *ModelsCertificateRetrievalResponseLocationCountModel` + +NewModelsCertificateRetrievalResponseLocationCountModel instantiates a new ModelsCertificateRetrievalResponseLocationCountModel 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 + +### NewModelsCertificateRetrievalResponseLocationCountModelWithDefaults + +`func NewModelsCertificateRetrievalResponseLocationCountModelWithDefaults() *ModelsCertificateRetrievalResponseLocationCountModel` + +NewModelsCertificateRetrievalResponseLocationCountModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseLocationCountModel 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 + +### GetType + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) GetType() string` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) GetTypeOk() (*string, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) SetType(v string)` + +SetType sets Type field to given value. + +### HasType + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetCount + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) GetCount() int32` + +GetCount returns the Count field if non-nil, zero value otherwise. + +### GetCountOk + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) GetCountOk() (*int32, bool)` + +GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCount + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) SetCount(v int32)` + +SetCount sets Count field to given value. + +### HasCount + +`func (o *ModelsCertificateRetrievalResponseLocationCountModel) HasCount() bool` + +HasCount returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateRetrievalResponseSubjectAlternativeNameModel.md b/docs/ModelsCertificateRetrievalResponseSubjectAlternativeNameModel.md new file mode 100644 index 0000000..bcea00d --- /dev/null +++ b/docs/ModelsCertificateRetrievalResponseSubjectAlternativeNameModel.md @@ -0,0 +1,134 @@ +# ModelsCertificateRetrievalResponseSubjectAlternativeNameModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Value** | Pointer to **string** | | [optional] +**Type** | Pointer to **int32** | | [optional] +**ValueHash** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateRetrievalResponseSubjectAlternativeNameModel + +`func NewModelsCertificateRetrievalResponseSubjectAlternativeNameModel() *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel` + +NewModelsCertificateRetrievalResponseSubjectAlternativeNameModel instantiates a new ModelsCertificateRetrievalResponseSubjectAlternativeNameModel 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 + +### NewModelsCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults + +`func NewModelsCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults() *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel` + +NewModelsCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseSubjectAlternativeNameModel 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 + +### GetId + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) 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. + +### SetId + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasValue() bool` + +HasValue returns a boolean if a field has been set. + +### GetType + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetType() int32` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetTypeOk() (*int32, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetType(v int32)` + +SetType sets Type field to given value. + +### HasType + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetValueHash + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHash() string` + +GetValueHash returns the ValueHash field if non-nil, zero value otherwise. + +### GetValueHashOk + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHashOk() (*string, bool)` + +GetValueHashOk returns a tuple with the ValueHash field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValueHash + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueHash(v string)` + +SetValueHash sets ValueHash field to given value. + +### HasValueHash + +`func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasValueHash() bool` + +HasValueHash returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStore.md b/docs/ModelsCertificateStore.md new file mode 100644 index 0000000..acb0fa7 --- /dev/null +++ b/docs/ModelsCertificateStore.md @@ -0,0 +1,472 @@ +# ModelsCertificateStore + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] [readonly] +**ContainerId** | Pointer to **int32** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] +**Storepath** | Pointer to **string** | | [optional] +**CertStoreInventoryJobId** | Pointer to **string** | | [optional] +**CertStoreType** | Pointer to **int32** | | [optional] +**Approved** | Pointer to **bool** | | [optional] +**CreateIfMissing** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **string** | | [optional] +**AgentId** | Pointer to **string** | | [optional] +**AgentAssigned** | Pointer to **bool** | | [optional] +**ContainerName** | Pointer to **string** | | [optional] +**InventorySchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**ReenrollmentStatus** | Pointer to [**ModelsReenrollmentStatus**](ModelsReenrollmentStatus.md) | | [optional] +**SetNewPasswordAllowed** | Pointer to **bool** | | [optional] +**Password** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateStore + +`func NewModelsCertificateStore() *ModelsCertificateStore` + +NewModelsCertificateStore instantiates a new ModelsCertificateStore 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 + +### NewModelsCertificateStoreWithDefaults + +`func NewModelsCertificateStoreWithDefaults() *ModelsCertificateStore` + +NewModelsCertificateStoreWithDefaults instantiates a new ModelsCertificateStore 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 + +### GetId + +`func (o *ModelsCertificateStore) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateStore) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsCertificateStore) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateStore) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsCertificateStore) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCertificateStore) 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. + +### SetDisplayName + +`func (o *ModelsCertificateStore) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsCertificateStore) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetContainerId + +`func (o *ModelsCertificateStore) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *ModelsCertificateStore) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *ModelsCertificateStore) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *ModelsCertificateStore) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsCertificateStore) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsCertificateStore) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsCertificateStore) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsCertificateStore) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetStorepath + +`func (o *ModelsCertificateStore) GetStorepath() string` + +GetStorepath returns the Storepath field if non-nil, zero value otherwise. + +### GetStorepathOk + +`func (o *ModelsCertificateStore) GetStorepathOk() (*string, bool)` + +GetStorepathOk returns a tuple with the Storepath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorepath + +`func (o *ModelsCertificateStore) SetStorepath(v string)` + +SetStorepath sets Storepath field to given value. + +### HasStorepath + +`func (o *ModelsCertificateStore) HasStorepath() bool` + +HasStorepath returns a boolean if a field has been set. + +### GetCertStoreInventoryJobId + +`func (o *ModelsCertificateStore) GetCertStoreInventoryJobId() string` + +GetCertStoreInventoryJobId returns the CertStoreInventoryJobId field if non-nil, zero value otherwise. + +### GetCertStoreInventoryJobIdOk + +`func (o *ModelsCertificateStore) GetCertStoreInventoryJobIdOk() (*string, bool)` + +GetCertStoreInventoryJobIdOk returns a tuple with the CertStoreInventoryJobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreInventoryJobId + +`func (o *ModelsCertificateStore) SetCertStoreInventoryJobId(v string)` + +SetCertStoreInventoryJobId sets CertStoreInventoryJobId field to given value. + +### HasCertStoreInventoryJobId + +`func (o *ModelsCertificateStore) HasCertStoreInventoryJobId() bool` + +HasCertStoreInventoryJobId returns a boolean if a field has been set. + +### GetCertStoreType + +`func (o *ModelsCertificateStore) GetCertStoreType() int32` + +GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise. + +### GetCertStoreTypeOk + +`func (o *ModelsCertificateStore) GetCertStoreTypeOk() (*int32, bool)` + +GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreType + +`func (o *ModelsCertificateStore) SetCertStoreType(v int32)` + +SetCertStoreType sets CertStoreType field to given value. + +### HasCertStoreType + +`func (o *ModelsCertificateStore) HasCertStoreType() bool` + +HasCertStoreType returns a boolean if a field has been set. + +### GetApproved + +`func (o *ModelsCertificateStore) GetApproved() bool` + +GetApproved returns the Approved field if non-nil, zero value otherwise. + +### GetApprovedOk + +`func (o *ModelsCertificateStore) GetApprovedOk() (*bool, bool)` + +GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetApproved + +`func (o *ModelsCertificateStore) SetApproved(v bool)` + +SetApproved sets Approved field to given value. + +### HasApproved + +`func (o *ModelsCertificateStore) HasApproved() bool` + +HasApproved returns a boolean if a field has been set. + +### GetCreateIfMissing + +`func (o *ModelsCertificateStore) GetCreateIfMissing() bool` + +GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise. + +### GetCreateIfMissingOk + +`func (o *ModelsCertificateStore) GetCreateIfMissingOk() (*bool, bool)` + +GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreateIfMissing + +`func (o *ModelsCertificateStore) SetCreateIfMissing(v bool)` + +SetCreateIfMissing sets CreateIfMissing field to given value. + +### HasCreateIfMissing + +`func (o *ModelsCertificateStore) HasCreateIfMissing() bool` + +HasCreateIfMissing returns a boolean if a field has been set. + +### GetProperties + +`func (o *ModelsCertificateStore) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *ModelsCertificateStore) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *ModelsCertificateStore) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *ModelsCertificateStore) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetAgentId + +`func (o *ModelsCertificateStore) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsCertificateStore) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsCertificateStore) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsCertificateStore) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetAgentAssigned + +`func (o *ModelsCertificateStore) GetAgentAssigned() bool` + +GetAgentAssigned returns the AgentAssigned field if non-nil, zero value otherwise. + +### GetAgentAssignedOk + +`func (o *ModelsCertificateStore) GetAgentAssignedOk() (*bool, bool)` + +GetAgentAssignedOk returns a tuple with the AgentAssigned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentAssigned + +`func (o *ModelsCertificateStore) SetAgentAssigned(v bool)` + +SetAgentAssigned sets AgentAssigned field to given value. + +### HasAgentAssigned + +`func (o *ModelsCertificateStore) HasAgentAssigned() bool` + +HasAgentAssigned returns a boolean if a field has been set. + +### GetContainerName + +`func (o *ModelsCertificateStore) GetContainerName() string` + +GetContainerName returns the ContainerName field if non-nil, zero value otherwise. + +### GetContainerNameOk + +`func (o *ModelsCertificateStore) GetContainerNameOk() (*string, bool)` + +GetContainerNameOk returns a tuple with the ContainerName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerName + +`func (o *ModelsCertificateStore) SetContainerName(v string)` + +SetContainerName sets ContainerName field to given value. + +### HasContainerName + +`func (o *ModelsCertificateStore) HasContainerName() bool` + +HasContainerName returns a boolean if a field has been set. + +### GetInventorySchedule + +`func (o *ModelsCertificateStore) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise. + +### GetInventoryScheduleOk + +`func (o *ModelsCertificateStore) GetInventoryScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetInventoryScheduleOk returns a tuple with the InventorySchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventorySchedule + +`func (o *ModelsCertificateStore) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetInventorySchedule sets InventorySchedule field to given value. + +### HasInventorySchedule + +`func (o *ModelsCertificateStore) HasInventorySchedule() bool` + +HasInventorySchedule returns a boolean if a field has been set. + +### GetReenrollmentStatus + +`func (o *ModelsCertificateStore) GetReenrollmentStatus() ModelsReenrollmentStatus` + +GetReenrollmentStatus returns the ReenrollmentStatus field if non-nil, zero value otherwise. + +### GetReenrollmentStatusOk + +`func (o *ModelsCertificateStore) GetReenrollmentStatusOk() (*ModelsReenrollmentStatus, bool)` + +GetReenrollmentStatusOk returns a tuple with the ReenrollmentStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReenrollmentStatus + +`func (o *ModelsCertificateStore) SetReenrollmentStatus(v ModelsReenrollmentStatus)` + +SetReenrollmentStatus sets ReenrollmentStatus field to given value. + +### HasReenrollmentStatus + +`func (o *ModelsCertificateStore) HasReenrollmentStatus() bool` + +HasReenrollmentStatus returns a boolean if a field has been set. + +### GetSetNewPasswordAllowed + +`func (o *ModelsCertificateStore) GetSetNewPasswordAllowed() bool` + +GetSetNewPasswordAllowed returns the SetNewPasswordAllowed field if non-nil, zero value otherwise. + +### GetSetNewPasswordAllowedOk + +`func (o *ModelsCertificateStore) GetSetNewPasswordAllowedOk() (*bool, bool)` + +GetSetNewPasswordAllowedOk returns a tuple with the SetNewPasswordAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSetNewPasswordAllowed + +`func (o *ModelsCertificateStore) SetSetNewPasswordAllowed(v bool)` + +SetSetNewPasswordAllowed sets SetNewPasswordAllowed field to given value. + +### HasSetNewPasswordAllowed + +`func (o *ModelsCertificateStore) HasSetNewPasswordAllowed() bool` + +HasSetNewPasswordAllowed returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsCertificateStore) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateStore) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateStore) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsCertificateStore) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreContainerListResponse.md b/docs/ModelsCertificateStoreContainerListResponse.md new file mode 100644 index 0000000..3ee3f67 --- /dev/null +++ b/docs/ModelsCertificateStoreContainerListResponse.md @@ -0,0 +1,186 @@ +# ModelsCertificateStoreContainerListResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**OverwriteSchedules** | Pointer to **bool** | | [optional] +**Schedule** | Pointer to **string** | | [optional] +**CertStoreType** | Pointer to **int32** | | [optional] +**StoreCount** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsCertificateStoreContainerListResponse + +`func NewModelsCertificateStoreContainerListResponse() *ModelsCertificateStoreContainerListResponse` + +NewModelsCertificateStoreContainerListResponse instantiates a new ModelsCertificateStoreContainerListResponse 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 + +### NewModelsCertificateStoreContainerListResponseWithDefaults + +`func NewModelsCertificateStoreContainerListResponseWithDefaults() *ModelsCertificateStoreContainerListResponse` + +NewModelsCertificateStoreContainerListResponseWithDefaults instantiates a new ModelsCertificateStoreContainerListResponse 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 + +### GetId + +`func (o *ModelsCertificateStoreContainerListResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateStoreContainerListResponse) 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. + +### SetId + +`func (o *ModelsCertificateStoreContainerListResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateStoreContainerListResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsCertificateStoreContainerListResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreContainerListResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreContainerListResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsCertificateStoreContainerListResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetOverwriteSchedules + +`func (o *ModelsCertificateStoreContainerListResponse) GetOverwriteSchedules() bool` + +GetOverwriteSchedules returns the OverwriteSchedules field if non-nil, zero value otherwise. + +### GetOverwriteSchedulesOk + +`func (o *ModelsCertificateStoreContainerListResponse) GetOverwriteSchedulesOk() (*bool, bool)` + +GetOverwriteSchedulesOk returns a tuple with the OverwriteSchedules field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwriteSchedules + +`func (o *ModelsCertificateStoreContainerListResponse) SetOverwriteSchedules(v bool)` + +SetOverwriteSchedules sets OverwriteSchedules field to given value. + +### HasOverwriteSchedules + +`func (o *ModelsCertificateStoreContainerListResponse) HasOverwriteSchedules() bool` + +HasOverwriteSchedules returns a boolean if a field has been set. + +### GetSchedule + +`func (o *ModelsCertificateStoreContainerListResponse) GetSchedule() string` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *ModelsCertificateStoreContainerListResponse) GetScheduleOk() (*string, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *ModelsCertificateStoreContainerListResponse) SetSchedule(v string)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *ModelsCertificateStoreContainerListResponse) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetCertStoreType + +`func (o *ModelsCertificateStoreContainerListResponse) GetCertStoreType() int32` + +GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise. + +### GetCertStoreTypeOk + +`func (o *ModelsCertificateStoreContainerListResponse) GetCertStoreTypeOk() (*int32, bool)` + +GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreType + +`func (o *ModelsCertificateStoreContainerListResponse) SetCertStoreType(v int32)` + +SetCertStoreType sets CertStoreType field to given value. + +### HasCertStoreType + +`func (o *ModelsCertificateStoreContainerListResponse) HasCertStoreType() bool` + +HasCertStoreType returns a boolean if a field has been set. + +### GetStoreCount + +`func (o *ModelsCertificateStoreContainerListResponse) GetStoreCount() int32` + +GetStoreCount returns the StoreCount field if non-nil, zero value otherwise. + +### GetStoreCountOk + +`func (o *ModelsCertificateStoreContainerListResponse) GetStoreCountOk() (*int32, bool)` + +GetStoreCountOk returns a tuple with the StoreCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreCount + +`func (o *ModelsCertificateStoreContainerListResponse) SetStoreCount(v int32)` + +SetStoreCount sets StoreCount field to given value. + +### HasStoreCount + +`func (o *ModelsCertificateStoreContainerListResponse) HasStoreCount() bool` + +HasStoreCount returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreCreateServerRequest.md b/docs/ModelsCertificateStoreCreateServerRequest.md new file mode 100644 index 0000000..4aa88f5 --- /dev/null +++ b/docs/ModelsCertificateStoreCreateServerRequest.md @@ -0,0 +1,161 @@ +# ModelsCertificateStoreCreateServerRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Username** | [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | +**Password** | [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | +**UseSSL** | **bool** | | +**ServerType** | **int32** | | +**Name** | **string** | | +**Container** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsCertificateStoreCreateServerRequest + +`func NewModelsCertificateStoreCreateServerRequest(username ModelsKeyfactorAPISecret, password ModelsKeyfactorAPISecret, useSSL bool, serverType int32, name string, ) *ModelsCertificateStoreCreateServerRequest` + +NewModelsCertificateStoreCreateServerRequest instantiates a new ModelsCertificateStoreCreateServerRequest 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 + +### NewModelsCertificateStoreCreateServerRequestWithDefaults + +`func NewModelsCertificateStoreCreateServerRequestWithDefaults() *ModelsCertificateStoreCreateServerRequest` + +NewModelsCertificateStoreCreateServerRequestWithDefaults instantiates a new ModelsCertificateStoreCreateServerRequest 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 + +### GetUsername + +`func (o *ModelsCertificateStoreCreateServerRequest) GetUsername() ModelsKeyfactorAPISecret` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsCertificateStoreCreateServerRequest) GetUsernameOk() (*ModelsKeyfactorAPISecret, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsCertificateStoreCreateServerRequest) SetUsername(v ModelsKeyfactorAPISecret)` + +SetUsername sets Username field to given value. + + +### GetPassword + +`func (o *ModelsCertificateStoreCreateServerRequest) GetPassword() ModelsKeyfactorAPISecret` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateStoreCreateServerRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateStoreCreateServerRequest) SetPassword(v ModelsKeyfactorAPISecret)` + +SetPassword sets Password field to given value. + + +### GetUseSSL + +`func (o *ModelsCertificateStoreCreateServerRequest) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *ModelsCertificateStoreCreateServerRequest) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *ModelsCertificateStoreCreateServerRequest) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + + +### GetServerType + +`func (o *ModelsCertificateStoreCreateServerRequest) GetServerType() int32` + +GetServerType returns the ServerType field if non-nil, zero value otherwise. + +### GetServerTypeOk + +`func (o *ModelsCertificateStoreCreateServerRequest) GetServerTypeOk() (*int32, bool)` + +GetServerTypeOk returns a tuple with the ServerType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerType + +`func (o *ModelsCertificateStoreCreateServerRequest) SetServerType(v int32)` + +SetServerType sets ServerType field to given value. + + +### GetName + +`func (o *ModelsCertificateStoreCreateServerRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreCreateServerRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreCreateServerRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetContainer + +`func (o *ModelsCertificateStoreCreateServerRequest) GetContainer() int32` + +GetContainer returns the Container field if non-nil, zero value otherwise. + +### GetContainerOk + +`func (o *ModelsCertificateStoreCreateServerRequest) GetContainerOk() (*int32, bool)` + +GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainer + +`func (o *ModelsCertificateStoreCreateServerRequest) SetContainer(v int32)` + +SetContainer sets Container field to given value. + +### HasContainer + +`func (o *ModelsCertificateStoreCreateServerRequest) HasContainer() bool` + +HasContainer returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreEntry.md b/docs/ModelsCertificateStoreEntry.md new file mode 100644 index 0000000..53a8250 --- /dev/null +++ b/docs/ModelsCertificateStoreEntry.md @@ -0,0 +1,207 @@ +# ModelsCertificateStoreEntry + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateStoreId** | **string** | | +**Alias** | Pointer to **string** | | [optional] +**JobFields** | Pointer to **map[string]map[string]interface{}** | | [optional] +**Overwrite** | Pointer to **bool** | | [optional] +**EntryPassword** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**PfxPassword** | Pointer to **string** | The PFX password. | [optional] +**IncludePrivateKey** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateStoreEntry + +`func NewModelsCertificateStoreEntry(certificateStoreId string, ) *ModelsCertificateStoreEntry` + +NewModelsCertificateStoreEntry instantiates a new ModelsCertificateStoreEntry 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 + +### NewModelsCertificateStoreEntryWithDefaults + +`func NewModelsCertificateStoreEntryWithDefaults() *ModelsCertificateStoreEntry` + +NewModelsCertificateStoreEntryWithDefaults instantiates a new ModelsCertificateStoreEntry 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 + +### GetCertificateStoreId + +`func (o *ModelsCertificateStoreEntry) GetCertificateStoreId() string` + +GetCertificateStoreId returns the CertificateStoreId field if non-nil, zero value otherwise. + +### GetCertificateStoreIdOk + +`func (o *ModelsCertificateStoreEntry) GetCertificateStoreIdOk() (*string, bool)` + +GetCertificateStoreIdOk returns a tuple with the CertificateStoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateStoreId + +`func (o *ModelsCertificateStoreEntry) SetCertificateStoreId(v string)` + +SetCertificateStoreId sets CertificateStoreId field to given value. + + +### GetAlias + +`func (o *ModelsCertificateStoreEntry) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *ModelsCertificateStoreEntry) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *ModelsCertificateStoreEntry) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *ModelsCertificateStoreEntry) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetJobFields + +`func (o *ModelsCertificateStoreEntry) GetJobFields() map[string]map[string]interface{}` + +GetJobFields returns the JobFields field if non-nil, zero value otherwise. + +### GetJobFieldsOk + +`func (o *ModelsCertificateStoreEntry) GetJobFieldsOk() (*map[string]map[string]interface{}, bool)` + +GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobFields + +`func (o *ModelsCertificateStoreEntry) SetJobFields(v map[string]map[string]interface{})` + +SetJobFields sets JobFields field to given value. + +### HasJobFields + +`func (o *ModelsCertificateStoreEntry) HasJobFields() bool` + +HasJobFields returns a boolean if a field has been set. + +### GetOverwrite + +`func (o *ModelsCertificateStoreEntry) GetOverwrite() bool` + +GetOverwrite returns the Overwrite field if non-nil, zero value otherwise. + +### GetOverwriteOk + +`func (o *ModelsCertificateStoreEntry) GetOverwriteOk() (*bool, bool)` + +GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwrite + +`func (o *ModelsCertificateStoreEntry) SetOverwrite(v bool)` + +SetOverwrite sets Overwrite field to given value. + +### HasOverwrite + +`func (o *ModelsCertificateStoreEntry) HasOverwrite() bool` + +HasOverwrite returns a boolean if a field has been set. + +### GetEntryPassword + +`func (o *ModelsCertificateStoreEntry) GetEntryPassword() ModelsKeyfactorAPISecret` + +GetEntryPassword returns the EntryPassword field if non-nil, zero value otherwise. + +### GetEntryPasswordOk + +`func (o *ModelsCertificateStoreEntry) GetEntryPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetEntryPasswordOk returns a tuple with the EntryPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntryPassword + +`func (o *ModelsCertificateStoreEntry) SetEntryPassword(v ModelsKeyfactorAPISecret)` + +SetEntryPassword sets EntryPassword field to given value. + +### HasEntryPassword + +`func (o *ModelsCertificateStoreEntry) HasEntryPassword() bool` + +HasEntryPassword returns a boolean if a field has been set. + +### GetPfxPassword + +`func (o *ModelsCertificateStoreEntry) GetPfxPassword() string` + +GetPfxPassword returns the PfxPassword field if non-nil, zero value otherwise. + +### GetPfxPasswordOk + +`func (o *ModelsCertificateStoreEntry) GetPfxPasswordOk() (*string, bool)` + +GetPfxPasswordOk returns a tuple with the PfxPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPfxPassword + +`func (o *ModelsCertificateStoreEntry) SetPfxPassword(v string)` + +SetPfxPassword sets PfxPassword field to given value. + +### HasPfxPassword + +`func (o *ModelsCertificateStoreEntry) HasPfxPassword() bool` + +HasPfxPassword returns a boolean if a field has been set. + +### GetIncludePrivateKey + +`func (o *ModelsCertificateStoreEntry) GetIncludePrivateKey() bool` + +GetIncludePrivateKey returns the IncludePrivateKey field if non-nil, zero value otherwise. + +### GetIncludePrivateKeyOk + +`func (o *ModelsCertificateStoreEntry) GetIncludePrivateKeyOk() (*bool, bool)` + +GetIncludePrivateKeyOk returns a tuple with the IncludePrivateKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludePrivateKey + +`func (o *ModelsCertificateStoreEntry) SetIncludePrivateKey(v bool)` + +SetIncludePrivateKey sets IncludePrivateKey field to given value. + +### HasIncludePrivateKey + +`func (o *ModelsCertificateStoreEntry) HasIncludePrivateKey() bool` + +HasIncludePrivateKey returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreInventory.md b/docs/ModelsCertificateStoreInventory.md new file mode 100644 index 0000000..4618161 --- /dev/null +++ b/docs/ModelsCertificateStoreInventory.md @@ -0,0 +1,108 @@ +# ModelsCertificateStoreInventory + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | | [optional] +**Certificates** | Pointer to [**[]ModelsCertificateStoreInventoryCertificates**](ModelsCertificateStoreInventoryCertificates.md) | | [optional] +**Parameters** | Pointer to **map[string]map[string]interface{}** | | [optional] + +## Methods + +### NewModelsCertificateStoreInventory + +`func NewModelsCertificateStoreInventory() *ModelsCertificateStoreInventory` + +NewModelsCertificateStoreInventory instantiates a new ModelsCertificateStoreInventory 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 + +### NewModelsCertificateStoreInventoryWithDefaults + +`func NewModelsCertificateStoreInventoryWithDefaults() *ModelsCertificateStoreInventory` + +NewModelsCertificateStoreInventoryWithDefaults instantiates a new ModelsCertificateStoreInventory 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 + +### GetName + +`func (o *ModelsCertificateStoreInventory) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreInventory) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreInventory) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsCertificateStoreInventory) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetCertificates + +`func (o *ModelsCertificateStoreInventory) GetCertificates() []ModelsCertificateStoreInventoryCertificates` + +GetCertificates returns the Certificates field if non-nil, zero value otherwise. + +### GetCertificatesOk + +`func (o *ModelsCertificateStoreInventory) GetCertificatesOk() (*[]ModelsCertificateStoreInventoryCertificates, bool)` + +GetCertificatesOk returns a tuple with the Certificates field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificates + +`func (o *ModelsCertificateStoreInventory) SetCertificates(v []ModelsCertificateStoreInventoryCertificates)` + +SetCertificates sets Certificates field to given value. + +### HasCertificates + +`func (o *ModelsCertificateStoreInventory) HasCertificates() bool` + +HasCertificates returns a boolean if a field has been set. + +### GetParameters + +`func (o *ModelsCertificateStoreInventory) GetParameters() map[string]map[string]interface{}` + +GetParameters returns the Parameters field if non-nil, zero value otherwise. + +### GetParametersOk + +`func (o *ModelsCertificateStoreInventory) GetParametersOk() (*map[string]map[string]interface{}, bool)` + +GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameters + +`func (o *ModelsCertificateStoreInventory) SetParameters(v map[string]map[string]interface{})` + +SetParameters sets Parameters field to given value. + +### HasParameters + +`func (o *ModelsCertificateStoreInventory) HasParameters() bool` + +HasParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreInventoryCertificates.md b/docs/ModelsCertificateStoreInventoryCertificates.md new file mode 100644 index 0000000..899209e --- /dev/null +++ b/docs/ModelsCertificateStoreInventoryCertificates.md @@ -0,0 +1,310 @@ +# ModelsCertificateStoreInventoryCertificates + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**IssuedDN** | Pointer to **NullableString** | | [optional] +**SerialNumber** | Pointer to **string** | | [optional] +**NotBefore** | Pointer to **time.Time** | | [optional] +**NotAfter** | Pointer to **time.Time** | | [optional] +**SigningAlgorithm** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**CertStoreInventoryItemId** | Pointer to **int32** | | [optional] +**Metadata** | Pointer to **map[string]map[string]interface{}** | | [optional] + +## Methods + +### NewModelsCertificateStoreInventoryCertificates + +`func NewModelsCertificateStoreInventoryCertificates() *ModelsCertificateStoreInventoryCertificates` + +NewModelsCertificateStoreInventoryCertificates instantiates a new ModelsCertificateStoreInventoryCertificates 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 + +### NewModelsCertificateStoreInventoryCertificatesWithDefaults + +`func NewModelsCertificateStoreInventoryCertificatesWithDefaults() *ModelsCertificateStoreInventoryCertificates` + +NewModelsCertificateStoreInventoryCertificatesWithDefaults instantiates a new ModelsCertificateStoreInventoryCertificates 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 + +### GetId + +`func (o *ModelsCertificateStoreInventoryCertificates) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateStoreInventoryCertificates) 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. + +### SetId + +`func (o *ModelsCertificateStoreInventoryCertificates) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateStoreInventoryCertificates) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetIssuedDN + +`func (o *ModelsCertificateStoreInventoryCertificates) GetIssuedDN() string` + +GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise. + +### GetIssuedDNOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetIssuedDNOk() (*string, bool)` + +GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedDN + +`func (o *ModelsCertificateStoreInventoryCertificates) SetIssuedDN(v string)` + +SetIssuedDN sets IssuedDN field to given value. + +### HasIssuedDN + +`func (o *ModelsCertificateStoreInventoryCertificates) HasIssuedDN() bool` + +HasIssuedDN returns a boolean if a field has been set. + +### SetIssuedDNNil + +`func (o *ModelsCertificateStoreInventoryCertificates) SetIssuedDNNil(b bool)` + + SetIssuedDNNil sets the value for IssuedDN to be an explicit nil + +### UnsetIssuedDN +`func (o *ModelsCertificateStoreInventoryCertificates) UnsetIssuedDN()` + +UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil +### GetSerialNumber + +`func (o *ModelsCertificateStoreInventoryCertificates) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsCertificateStoreInventoryCertificates) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsCertificateStoreInventoryCertificates) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetNotBefore + +`func (o *ModelsCertificateStoreInventoryCertificates) GetNotBefore() time.Time` + +GetNotBefore returns the NotBefore field if non-nil, zero value otherwise. + +### GetNotBeforeOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetNotBeforeOk() (*time.Time, bool)` + +GetNotBeforeOk returns a tuple with the NotBefore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotBefore + +`func (o *ModelsCertificateStoreInventoryCertificates) SetNotBefore(v time.Time)` + +SetNotBefore sets NotBefore field to given value. + +### HasNotBefore + +`func (o *ModelsCertificateStoreInventoryCertificates) HasNotBefore() bool` + +HasNotBefore returns a boolean if a field has been set. + +### GetNotAfter + +`func (o *ModelsCertificateStoreInventoryCertificates) GetNotAfter() time.Time` + +GetNotAfter returns the NotAfter field if non-nil, zero value otherwise. + +### GetNotAfterOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetNotAfterOk() (*time.Time, bool)` + +GetNotAfterOk returns a tuple with the NotAfter field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotAfter + +`func (o *ModelsCertificateStoreInventoryCertificates) SetNotAfter(v time.Time)` + +SetNotAfter sets NotAfter field to given value. + +### HasNotAfter + +`func (o *ModelsCertificateStoreInventoryCertificates) HasNotAfter() bool` + +HasNotAfter returns a boolean if a field has been set. + +### GetSigningAlgorithm + +`func (o *ModelsCertificateStoreInventoryCertificates) GetSigningAlgorithm() string` + +GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise. + +### GetSigningAlgorithmOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetSigningAlgorithmOk() (*string, bool)` + +GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSigningAlgorithm + +`func (o *ModelsCertificateStoreInventoryCertificates) SetSigningAlgorithm(v string)` + +SetSigningAlgorithm sets SigningAlgorithm field to given value. + +### HasSigningAlgorithm + +`func (o *ModelsCertificateStoreInventoryCertificates) HasSigningAlgorithm() bool` + +HasSigningAlgorithm returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsCertificateStoreInventoryCertificates) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsCertificateStoreInventoryCertificates) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsCertificateStoreInventoryCertificates) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsCertificateStoreInventoryCertificates) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsCertificateStoreInventoryCertificates) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsCertificateStoreInventoryCertificates) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsCertificateStoreInventoryCertificates) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsCertificateStoreInventoryCertificates) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetCertStoreInventoryItemId + +`func (o *ModelsCertificateStoreInventoryCertificates) GetCertStoreInventoryItemId() int32` + +GetCertStoreInventoryItemId returns the CertStoreInventoryItemId field if non-nil, zero value otherwise. + +### GetCertStoreInventoryItemIdOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetCertStoreInventoryItemIdOk() (*int32, bool)` + +GetCertStoreInventoryItemIdOk returns a tuple with the CertStoreInventoryItemId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreInventoryItemId + +`func (o *ModelsCertificateStoreInventoryCertificates) SetCertStoreInventoryItemId(v int32)` + +SetCertStoreInventoryItemId sets CertStoreInventoryItemId field to given value. + +### HasCertStoreInventoryItemId + +`func (o *ModelsCertificateStoreInventoryCertificates) HasCertStoreInventoryItemId() bool` + +HasCertStoreInventoryItemId returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsCertificateStoreInventoryCertificates) GetMetadata() map[string]map[string]interface{}` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsCertificateStoreInventoryCertificates) GetMetadataOk() (*map[string]map[string]interface{}, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsCertificateStoreInventoryCertificates) SetMetadata(v map[string]map[string]interface{})` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsCertificateStoreInventoryCertificates) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreServerResponse.md b/docs/ModelsCertificateStoreServerResponse.md new file mode 100644 index 0000000..d59081b --- /dev/null +++ b/docs/ModelsCertificateStoreServerResponse.md @@ -0,0 +1,134 @@ +# ModelsCertificateStoreServerResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**UseSSL** | Pointer to **bool** | | [optional] +**ServerType** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateStoreServerResponse + +`func NewModelsCertificateStoreServerResponse() *ModelsCertificateStoreServerResponse` + +NewModelsCertificateStoreServerResponse instantiates a new ModelsCertificateStoreServerResponse 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 + +### NewModelsCertificateStoreServerResponseWithDefaults + +`func NewModelsCertificateStoreServerResponseWithDefaults() *ModelsCertificateStoreServerResponse` + +NewModelsCertificateStoreServerResponseWithDefaults instantiates a new ModelsCertificateStoreServerResponse 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 + +### GetId + +`func (o *ModelsCertificateStoreServerResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateStoreServerResponse) 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. + +### SetId + +`func (o *ModelsCertificateStoreServerResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateStoreServerResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetUseSSL + +`func (o *ModelsCertificateStoreServerResponse) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *ModelsCertificateStoreServerResponse) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *ModelsCertificateStoreServerResponse) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + +### HasUseSSL + +`func (o *ModelsCertificateStoreServerResponse) HasUseSSL() bool` + +HasUseSSL returns a boolean if a field has been set. + +### GetServerType + +`func (o *ModelsCertificateStoreServerResponse) GetServerType() int32` + +GetServerType returns the ServerType field if non-nil, zero value otherwise. + +### GetServerTypeOk + +`func (o *ModelsCertificateStoreServerResponse) GetServerTypeOk() (*int32, bool)` + +GetServerTypeOk returns a tuple with the ServerType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerType + +`func (o *ModelsCertificateStoreServerResponse) SetServerType(v int32)` + +SetServerType sets ServerType field to given value. + +### HasServerType + +`func (o *ModelsCertificateStoreServerResponse) HasServerType() bool` + +HasServerType returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsCertificateStoreServerResponse) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreServerResponse) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreServerResponse) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsCertificateStoreServerResponse) HasName() bool` + +HasName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreTypeProperty.md b/docs/ModelsCertificateStoreTypeProperty.md new file mode 100644 index 0000000..d52efe5 --- /dev/null +++ b/docs/ModelsCertificateStoreTypeProperty.md @@ -0,0 +1,212 @@ +# ModelsCertificateStoreTypeProperty + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreTypeId** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Type** | Pointer to **string** | | [optional] +**DependsOn** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**Required** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCertificateStoreTypeProperty + +`func NewModelsCertificateStoreTypeProperty() *ModelsCertificateStoreTypeProperty` + +NewModelsCertificateStoreTypeProperty instantiates a new ModelsCertificateStoreTypeProperty 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 + +### NewModelsCertificateStoreTypePropertyWithDefaults + +`func NewModelsCertificateStoreTypePropertyWithDefaults() *ModelsCertificateStoreTypeProperty` + +NewModelsCertificateStoreTypePropertyWithDefaults instantiates a new ModelsCertificateStoreTypeProperty 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 + +### GetStoreTypeId + +`func (o *ModelsCertificateStoreTypeProperty) GetStoreTypeId() int32` + +GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise. + +### GetStoreTypeIdOk + +`func (o *ModelsCertificateStoreTypeProperty) GetStoreTypeIdOk() (*int32, bool)` + +GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypeId + +`func (o *ModelsCertificateStoreTypeProperty) SetStoreTypeId(v int32)` + +SetStoreTypeId sets StoreTypeId field to given value. + +### HasStoreTypeId + +`func (o *ModelsCertificateStoreTypeProperty) HasStoreTypeId() bool` + +HasStoreTypeId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsCertificateStoreTypeProperty) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreTypeProperty) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreTypeProperty) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsCertificateStoreTypeProperty) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsCertificateStoreTypeProperty) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCertificateStoreTypeProperty) 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. + +### SetDisplayName + +`func (o *ModelsCertificateStoreTypeProperty) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsCertificateStoreTypeProperty) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetType + +`func (o *ModelsCertificateStoreTypeProperty) GetType() string` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsCertificateStoreTypeProperty) GetTypeOk() (*string, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsCertificateStoreTypeProperty) SetType(v string)` + +SetType sets Type field to given value. + +### HasType + +`func (o *ModelsCertificateStoreTypeProperty) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetDependsOn + +`func (o *ModelsCertificateStoreTypeProperty) GetDependsOn() string` + +GetDependsOn returns the DependsOn field if non-nil, zero value otherwise. + +### GetDependsOnOk + +`func (o *ModelsCertificateStoreTypeProperty) GetDependsOnOk() (*string, bool)` + +GetDependsOnOk returns a tuple with the DependsOn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDependsOn + +`func (o *ModelsCertificateStoreTypeProperty) SetDependsOn(v string)` + +SetDependsOn sets DependsOn field to given value. + +### HasDependsOn + +`func (o *ModelsCertificateStoreTypeProperty) HasDependsOn() bool` + +HasDependsOn returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsCertificateStoreTypeProperty) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsCertificateStoreTypeProperty) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsCertificateStoreTypeProperty) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsCertificateStoreTypeProperty) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetRequired + +`func (o *ModelsCertificateStoreTypeProperty) GetRequired() bool` + +GetRequired returns the Required field if non-nil, zero value otherwise. + +### GetRequiredOk + +`func (o *ModelsCertificateStoreTypeProperty) GetRequiredOk() (*bool, bool)` + +GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequired + +`func (o *ModelsCertificateStoreTypeProperty) SetRequired(v bool)` + +SetRequired sets Required field to given value. + +### HasRequired + +`func (o *ModelsCertificateStoreTypeProperty) HasRequired() bool` + +HasRequired returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md b/docs/ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md new file mode 100644 index 0000000..230f41b --- /dev/null +++ b/docs/ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md @@ -0,0 +1,238 @@ +# ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreTypeId** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Type** | Pointer to **string** | | [optional] +**RequiredWhen** | Pointer to **map[string]bool** | | [optional] +**DependsOn** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**Options** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsCertificateStoreTypesCertificateStoreTypeEntryParameter + +`func NewModelsCertificateStoreTypesCertificateStoreTypeEntryParameter() *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter` + +NewModelsCertificateStoreTypesCertificateStoreTypeEntryParameter instantiates a new ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter 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 + +### NewModelsCertificateStoreTypesCertificateStoreTypeEntryParameterWithDefaults + +`func NewModelsCertificateStoreTypesCertificateStoreTypeEntryParameterWithDefaults() *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter` + +NewModelsCertificateStoreTypesCertificateStoreTypeEntryParameterWithDefaults instantiates a new ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter 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 + +### GetStoreTypeId + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetStoreTypeId() int32` + +GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise. + +### GetStoreTypeIdOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetStoreTypeIdOk() (*int32, bool)` + +GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypeId + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetStoreTypeId(v int32)` + +SetStoreTypeId sets StoreTypeId field to given value. + +### HasStoreTypeId + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasStoreTypeId() bool` + +HasStoreTypeId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) 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. + +### SetDisplayName + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetType + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetType() string` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetTypeOk() (*string, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetType(v string)` + +SetType sets Type field to given value. + +### HasType + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetRequiredWhen + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetRequiredWhen() map[string]bool` + +GetRequiredWhen returns the RequiredWhen field if non-nil, zero value otherwise. + +### GetRequiredWhenOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetRequiredWhenOk() (*map[string]bool, bool)` + +GetRequiredWhenOk returns a tuple with the RequiredWhen field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequiredWhen + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetRequiredWhen(v map[string]bool)` + +SetRequiredWhen sets RequiredWhen field to given value. + +### HasRequiredWhen + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasRequiredWhen() bool` + +HasRequiredWhen returns a boolean if a field has been set. + +### GetDependsOn + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDependsOn() string` + +GetDependsOn returns the DependsOn field if non-nil, zero value otherwise. + +### GetDependsOnOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDependsOnOk() (*string, bool)` + +GetDependsOnOk returns a tuple with the DependsOn field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDependsOn + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDependsOn(v string)` + +SetDependsOn sets DependsOn field to given value. + +### HasDependsOn + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasDependsOn() bool` + +HasDependsOn returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetOptions + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetOptions() string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetOptionsOk() (*string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetOptions(v string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoreUpdateServerRequest.md b/docs/ModelsCertificateStoreUpdateServerRequest.md new file mode 100644 index 0000000..e8afbde --- /dev/null +++ b/docs/ModelsCertificateStoreUpdateServerRequest.md @@ -0,0 +1,161 @@ +# ModelsCertificateStoreUpdateServerRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**Username** | [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | +**Password** | [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | +**UseSSL** | **bool** | | +**Name** | **string** | | +**Container** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsCertificateStoreUpdateServerRequest + +`func NewModelsCertificateStoreUpdateServerRequest(id int32, username ModelsKeyfactorAPISecret, password ModelsKeyfactorAPISecret, useSSL bool, name string, ) *ModelsCertificateStoreUpdateServerRequest` + +NewModelsCertificateStoreUpdateServerRequest instantiates a new ModelsCertificateStoreUpdateServerRequest 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 + +### NewModelsCertificateStoreUpdateServerRequestWithDefaults + +`func NewModelsCertificateStoreUpdateServerRequestWithDefaults() *ModelsCertificateStoreUpdateServerRequest` + +NewModelsCertificateStoreUpdateServerRequestWithDefaults instantiates a new ModelsCertificateStoreUpdateServerRequest 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 + +### GetId + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateStoreUpdateServerRequest) 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. + +### SetId + +`func (o *ModelsCertificateStoreUpdateServerRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetUsername + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetUsername() ModelsKeyfactorAPISecret` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetUsernameOk() (*ModelsKeyfactorAPISecret, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsCertificateStoreUpdateServerRequest) SetUsername(v ModelsKeyfactorAPISecret)` + +SetUsername sets Username field to given value. + + +### GetPassword + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetPassword() ModelsKeyfactorAPISecret` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateStoreUpdateServerRequest) SetPassword(v ModelsKeyfactorAPISecret)` + +SetPassword sets Password field to given value. + + +### GetUseSSL + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetUseSSL() bool` + +GetUseSSL returns the UseSSL field if non-nil, zero value otherwise. + +### GetUseSSLOk + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetUseSSLOk() (*bool, bool)` + +GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUseSSL + +`func (o *ModelsCertificateStoreUpdateServerRequest) SetUseSSL(v bool)` + +SetUseSSL sets UseSSL field to given value. + + +### GetName + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsCertificateStoreUpdateServerRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetContainer + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetContainer() int32` + +GetContainer returns the Container field if non-nil, zero value otherwise. + +### GetContainerOk + +`func (o *ModelsCertificateStoreUpdateServerRequest) GetContainerOk() (*int32, bool)` + +GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainer + +`func (o *ModelsCertificateStoreUpdateServerRequest) SetContainer(v int32)` + +SetContainer sets Container field to given value. + +### HasContainer + +`func (o *ModelsCertificateStoreUpdateServerRequest) HasContainer() bool` + +HasContainer returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoresCertificateStoreCreateRequest.md b/docs/ModelsCertificateStoresCertificateStoreCreateRequest.md new file mode 100644 index 0000000..9b1386a --- /dev/null +++ b/docs/ModelsCertificateStoresCertificateStoreCreateRequest.md @@ -0,0 +1,290 @@ +# ModelsCertificateStoresCertificateStoreCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ContainerId** | Pointer to **int32** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] +**Storepath** | Pointer to **string** | | [optional] +**CertStoreType** | Pointer to **int32** | | [optional] +**CreateIfMissing** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **string** | | [optional] +**AgentId** | Pointer to **string** | | [optional] +**AgentAssigned** | Pointer to **bool** | | [optional] +**InventorySchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**Password** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] + +## Methods + +### NewModelsCertificateStoresCertificateStoreCreateRequest + +`func NewModelsCertificateStoresCertificateStoreCreateRequest() *ModelsCertificateStoresCertificateStoreCreateRequest` + +NewModelsCertificateStoresCertificateStoreCreateRequest instantiates a new ModelsCertificateStoresCertificateStoreCreateRequest 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 + +### NewModelsCertificateStoresCertificateStoreCreateRequestWithDefaults + +`func NewModelsCertificateStoresCertificateStoreCreateRequestWithDefaults() *ModelsCertificateStoresCertificateStoreCreateRequest` + +NewModelsCertificateStoresCertificateStoreCreateRequestWithDefaults instantiates a new ModelsCertificateStoresCertificateStoreCreateRequest 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 + +### GetContainerId + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetStorepath + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetStorepath() string` + +GetStorepath returns the Storepath field if non-nil, zero value otherwise. + +### GetStorepathOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetStorepathOk() (*string, bool)` + +GetStorepathOk returns a tuple with the Storepath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorepath + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetStorepath(v string)` + +SetStorepath sets Storepath field to given value. + +### HasStorepath + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasStorepath() bool` + +HasStorepath returns a boolean if a field has been set. + +### GetCertStoreType + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetCertStoreType() int32` + +GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise. + +### GetCertStoreTypeOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetCertStoreTypeOk() (*int32, bool)` + +GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreType + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetCertStoreType(v int32)` + +SetCertStoreType sets CertStoreType field to given value. + +### HasCertStoreType + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasCertStoreType() bool` + +HasCertStoreType returns a boolean if a field has been set. + +### GetCreateIfMissing + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetCreateIfMissing() bool` + +GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise. + +### GetCreateIfMissingOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetCreateIfMissingOk() (*bool, bool)` + +GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreateIfMissing + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetCreateIfMissing(v bool)` + +SetCreateIfMissing sets CreateIfMissing field to given value. + +### HasCreateIfMissing + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasCreateIfMissing() bool` + +HasCreateIfMissing returns a boolean if a field has been set. + +### GetProperties + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetAgentId + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetAgentAssigned + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetAgentAssigned() bool` + +GetAgentAssigned returns the AgentAssigned field if non-nil, zero value otherwise. + +### GetAgentAssignedOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetAgentAssignedOk() (*bool, bool)` + +GetAgentAssignedOk returns a tuple with the AgentAssigned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentAssigned + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetAgentAssigned(v bool)` + +SetAgentAssigned sets AgentAssigned field to given value. + +### HasAgentAssigned + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasAgentAssigned() bool` + +HasAgentAssigned returns a boolean if a field has been set. + +### GetInventorySchedule + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise. + +### GetInventoryScheduleOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetInventoryScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetInventoryScheduleOk returns a tuple with the InventorySchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventorySchedule + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetInventorySchedule sets InventorySchedule field to given value. + +### HasInventorySchedule + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasInventorySchedule() bool` + +HasInventorySchedule returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetPassword() ModelsKeyfactorAPISecret` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) SetPassword(v ModelsKeyfactorAPISecret)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsCertificateStoresCertificateStoreCreateRequest) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateStoresCertificateStoreUpdateRequest.md b/docs/ModelsCertificateStoresCertificateStoreUpdateRequest.md new file mode 100644 index 0000000..27eff7d --- /dev/null +++ b/docs/ModelsCertificateStoresCertificateStoreUpdateRequest.md @@ -0,0 +1,212 @@ +# ModelsCertificateStoresCertificateStoreUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**ContainerId** | Pointer to **int32** | | [optional] +**CreateIfMissing** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **string** | | [optional] +**AgentId** | Pointer to **string** | | [optional] +**InventorySchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**Password** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] + +## Methods + +### NewModelsCertificateStoresCertificateStoreUpdateRequest + +`func NewModelsCertificateStoresCertificateStoreUpdateRequest() *ModelsCertificateStoresCertificateStoreUpdateRequest` + +NewModelsCertificateStoresCertificateStoreUpdateRequest instantiates a new ModelsCertificateStoresCertificateStoreUpdateRequest 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 + +### NewModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults + +`func NewModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults() *ModelsCertificateStoresCertificateStoreUpdateRequest` + +NewModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults instantiates a new ModelsCertificateStoresCertificateStoreUpdateRequest 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 + +### GetId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetContainerId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetContainerId() int32` + +GetContainerId returns the ContainerId field if non-nil, zero value otherwise. + +### GetContainerIdOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetContainerIdOk() (*int32, bool)` + +GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetContainerId(v int32)` + +SetContainerId sets ContainerId field to given value. + +### HasContainerId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasContainerId() bool` + +HasContainerId returns a boolean if a field has been set. + +### GetCreateIfMissing + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetCreateIfMissing() bool` + +GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise. + +### GetCreateIfMissingOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetCreateIfMissingOk() (*bool, bool)` + +GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreateIfMissing + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetCreateIfMissing(v bool)` + +SetCreateIfMissing sets CreateIfMissing field to given value. + +### HasCreateIfMissing + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasCreateIfMissing() bool` + +HasCreateIfMissing returns a boolean if a field has been set. + +### GetProperties + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetProperties() string` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetPropertiesOk() (*string, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetProperties(v string)` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + +### GetAgentId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetInventorySchedule + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise. + +### GetInventoryScheduleOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetInventoryScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetInventoryScheduleOk returns a tuple with the InventorySchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInventorySchedule + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetInventorySchedule sets InventorySchedule field to given value. + +### HasInventorySchedule + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasInventorySchedule() bool` + +HasInventorySchedule returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetPassword() ModelsKeyfactorAPISecret` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) SetPassword(v ModelsKeyfactorAPISecret)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsCertificateStoresCertificateStoreUpdateRequest) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCertificateValidationResponse.md b/docs/ModelsCertificateValidationResponse.md new file mode 100644 index 0000000..0b6b409 --- /dev/null +++ b/docs/ModelsCertificateValidationResponse.md @@ -0,0 +1,82 @@ +# ModelsCertificateValidationResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Valid** | Pointer to **bool** | States whether the certificate is valid or not | [optional] +**Results** | Pointer to **map[string]string** | Lists any reasons why the certificate is not valid | [optional] + +## Methods + +### NewModelsCertificateValidationResponse + +`func NewModelsCertificateValidationResponse() *ModelsCertificateValidationResponse` + +NewModelsCertificateValidationResponse instantiates a new ModelsCertificateValidationResponse 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 + +### NewModelsCertificateValidationResponseWithDefaults + +`func NewModelsCertificateValidationResponseWithDefaults() *ModelsCertificateValidationResponse` + +NewModelsCertificateValidationResponseWithDefaults instantiates a new ModelsCertificateValidationResponse 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 + +### GetValid + +`func (o *ModelsCertificateValidationResponse) GetValid() bool` + +GetValid returns the Valid field if non-nil, zero value otherwise. + +### GetValidOk + +`func (o *ModelsCertificateValidationResponse) GetValidOk() (*bool, bool)` + +GetValidOk returns a tuple with the Valid field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValid + +`func (o *ModelsCertificateValidationResponse) SetValid(v bool)` + +SetValid sets Valid field to given value. + +### HasValid + +`func (o *ModelsCertificateValidationResponse) HasValid() bool` + +HasValid returns a boolean if a field has been set. + +### GetResults + +`func (o *ModelsCertificateValidationResponse) GetResults() map[string]string` + +GetResults returns the Results field if non-nil, zero value otherwise. + +### GetResultsOk + +`func (o *ModelsCertificateValidationResponse) GetResultsOk() (*map[string]string, bool)` + +GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetResults + +`func (o *ModelsCertificateValidationResponse) SetResults(v map[string]string)` + +SetResults sets Results field to given value. + +### HasResults + +`func (o *ModelsCertificateValidationResponse) HasResults() bool` + +HasResults returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCollectionRolePermissions.md b/docs/ModelsCollectionRolePermissions.md new file mode 100644 index 0000000..2fcd38a --- /dev/null +++ b/docs/ModelsCollectionRolePermissions.md @@ -0,0 +1,82 @@ +# ModelsCollectionRolePermissions + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**RoleId** | Pointer to **int32** | | [optional] +**Permissions** | Pointer to **[]string** | | [optional] + +## Methods + +### NewModelsCollectionRolePermissions + +`func NewModelsCollectionRolePermissions() *ModelsCollectionRolePermissions` + +NewModelsCollectionRolePermissions instantiates a new ModelsCollectionRolePermissions 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 + +### NewModelsCollectionRolePermissionsWithDefaults + +`func NewModelsCollectionRolePermissionsWithDefaults() *ModelsCollectionRolePermissions` + +NewModelsCollectionRolePermissionsWithDefaults instantiates a new ModelsCollectionRolePermissions 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 + +### GetRoleId + +`func (o *ModelsCollectionRolePermissions) GetRoleId() int32` + +GetRoleId returns the RoleId field if non-nil, zero value otherwise. + +### GetRoleIdOk + +`func (o *ModelsCollectionRolePermissions) GetRoleIdOk() (*int32, bool)` + +GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRoleId + +`func (o *ModelsCollectionRolePermissions) SetRoleId(v int32)` + +SetRoleId sets RoleId field to given value. + +### HasRoleId + +`func (o *ModelsCollectionRolePermissions) HasRoleId() bool` + +HasRoleId returns a boolean if a field has been set. + +### GetPermissions + +`func (o *ModelsCollectionRolePermissions) GetPermissions() []string` + +GetPermissions returns the Permissions field if non-nil, zero value otherwise. + +### GetPermissionsOk + +`func (o *ModelsCollectionRolePermissions) GetPermissionsOk() (*[]string, bool)` + +GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermissions + +`func (o *ModelsCollectionRolePermissions) SetPermissions(v []string)` + +SetPermissions sets Permissions field to given value. + +### HasPermissions + +`func (o *ModelsCollectionRolePermissions) HasPermissions() bool` + +HasPermissions returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsContainerAssignment.md b/docs/ModelsContainerAssignment.md new file mode 100644 index 0000000..d66f31e --- /dev/null +++ b/docs/ModelsContainerAssignment.md @@ -0,0 +1,129 @@ +# ModelsContainerAssignment + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertStoreContainerId** | Pointer to **int32** | | [optional] +**NewContainerName** | Pointer to **string** | | [optional] +**NewContainerType** | Pointer to **int32** | | [optional] +**KeystoreIds** | **[]string** | | + +## Methods + +### NewModelsContainerAssignment + +`func NewModelsContainerAssignment(keystoreIds []string, ) *ModelsContainerAssignment` + +NewModelsContainerAssignment instantiates a new ModelsContainerAssignment 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 + +### NewModelsContainerAssignmentWithDefaults + +`func NewModelsContainerAssignmentWithDefaults() *ModelsContainerAssignment` + +NewModelsContainerAssignmentWithDefaults instantiates a new ModelsContainerAssignment 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 + +### GetCertStoreContainerId + +`func (o *ModelsContainerAssignment) GetCertStoreContainerId() int32` + +GetCertStoreContainerId returns the CertStoreContainerId field if non-nil, zero value otherwise. + +### GetCertStoreContainerIdOk + +`func (o *ModelsContainerAssignment) GetCertStoreContainerIdOk() (*int32, bool)` + +GetCertStoreContainerIdOk returns a tuple with the CertStoreContainerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStoreContainerId + +`func (o *ModelsContainerAssignment) SetCertStoreContainerId(v int32)` + +SetCertStoreContainerId sets CertStoreContainerId field to given value. + +### HasCertStoreContainerId + +`func (o *ModelsContainerAssignment) HasCertStoreContainerId() bool` + +HasCertStoreContainerId returns a boolean if a field has been set. + +### GetNewContainerName + +`func (o *ModelsContainerAssignment) GetNewContainerName() string` + +GetNewContainerName returns the NewContainerName field if non-nil, zero value otherwise. + +### GetNewContainerNameOk + +`func (o *ModelsContainerAssignment) GetNewContainerNameOk() (*string, bool)` + +GetNewContainerNameOk returns a tuple with the NewContainerName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNewContainerName + +`func (o *ModelsContainerAssignment) SetNewContainerName(v string)` + +SetNewContainerName sets NewContainerName field to given value. + +### HasNewContainerName + +`func (o *ModelsContainerAssignment) HasNewContainerName() bool` + +HasNewContainerName returns a boolean if a field has been set. + +### GetNewContainerType + +`func (o *ModelsContainerAssignment) GetNewContainerType() int32` + +GetNewContainerType returns the NewContainerType field if non-nil, zero value otherwise. + +### GetNewContainerTypeOk + +`func (o *ModelsContainerAssignment) GetNewContainerTypeOk() (*int32, bool)` + +GetNewContainerTypeOk returns a tuple with the NewContainerType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNewContainerType + +`func (o *ModelsContainerAssignment) SetNewContainerType(v int32)` + +SetNewContainerType sets NewContainerType field to given value. + +### HasNewContainerType + +`func (o *ModelsContainerAssignment) HasNewContainerType() bool` + +HasNewContainerType returns a boolean if a field has been set. + +### GetKeystoreIds + +`func (o *ModelsContainerAssignment) GetKeystoreIds() []string` + +GetKeystoreIds returns the KeystoreIds field if non-nil, zero value otherwise. + +### GetKeystoreIdsOk + +`func (o *ModelsContainerAssignment) GetKeystoreIdsOk() (*[]string, bool)` + +GetKeystoreIdsOk returns a tuple with the KeystoreIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeystoreIds + +`func (o *ModelsContainerAssignment) SetKeystoreIds(v []string)` + +SetKeystoreIds sets KeystoreIds field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCustomReport.md b/docs/ModelsCustomReport.md new file mode 100644 index 0000000..00b280f --- /dev/null +++ b/docs/ModelsCustomReport.md @@ -0,0 +1,186 @@ +# ModelsCustomReport + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CustomURL** | Pointer to **string** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**InNavigator** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCustomReport + +`func NewModelsCustomReport() *ModelsCustomReport` + +NewModelsCustomReport instantiates a new ModelsCustomReport 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 + +### NewModelsCustomReportWithDefaults + +`func NewModelsCustomReportWithDefaults() *ModelsCustomReport` + +NewModelsCustomReportWithDefaults instantiates a new ModelsCustomReport 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 + +### GetCustomURL + +`func (o *ModelsCustomReport) GetCustomURL() string` + +GetCustomURL returns the CustomURL field if non-nil, zero value otherwise. + +### GetCustomURLOk + +`func (o *ModelsCustomReport) GetCustomURLOk() (*string, bool)` + +GetCustomURLOk returns a tuple with the CustomURL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomURL + +`func (o *ModelsCustomReport) SetCustomURL(v string)` + +SetCustomURL sets CustomURL field to given value. + +### HasCustomURL + +`func (o *ModelsCustomReport) HasCustomURL() bool` + +HasCustomURL returns a boolean if a field has been set. + +### GetId + +`func (o *ModelsCustomReport) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCustomReport) 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. + +### SetId + +`func (o *ModelsCustomReport) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsCustomReport) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsCustomReport) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCustomReport) 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. + +### SetDisplayName + +`func (o *ModelsCustomReport) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsCustomReport) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsCustomReport) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsCustomReport) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsCustomReport) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsCustomReport) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetInNavigator + +`func (o *ModelsCustomReport) GetInNavigator() bool` + +GetInNavigator returns the InNavigator field if non-nil, zero value otherwise. + +### GetInNavigatorOk + +`func (o *ModelsCustomReport) GetInNavigatorOk() (*bool, bool)` + +GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInNavigator + +`func (o *ModelsCustomReport) SetInNavigator(v bool)` + +SetInNavigator sets InNavigator field to given value. + +### HasInNavigator + +`func (o *ModelsCustomReport) HasInNavigator() bool` + +HasInNavigator returns a boolean if a field has been set. + +### GetFavorite + +`func (o *ModelsCustomReport) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *ModelsCustomReport) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *ModelsCustomReport) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *ModelsCustomReport) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCustomReportCreationRequest.md b/docs/ModelsCustomReportCreationRequest.md new file mode 100644 index 0000000..2f70c6d --- /dev/null +++ b/docs/ModelsCustomReportCreationRequest.md @@ -0,0 +1,145 @@ +# ModelsCustomReportCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CustomURL** | **string** | | +**DisplayName** | **string** | | +**Description** | **string** | | +**InNavigator** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCustomReportCreationRequest + +`func NewModelsCustomReportCreationRequest(customURL string, displayName string, description string, ) *ModelsCustomReportCreationRequest` + +NewModelsCustomReportCreationRequest instantiates a new ModelsCustomReportCreationRequest 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 + +### NewModelsCustomReportCreationRequestWithDefaults + +`func NewModelsCustomReportCreationRequestWithDefaults() *ModelsCustomReportCreationRequest` + +NewModelsCustomReportCreationRequestWithDefaults instantiates a new ModelsCustomReportCreationRequest 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 + +### GetCustomURL + +`func (o *ModelsCustomReportCreationRequest) GetCustomURL() string` + +GetCustomURL returns the CustomURL field if non-nil, zero value otherwise. + +### GetCustomURLOk + +`func (o *ModelsCustomReportCreationRequest) GetCustomURLOk() (*string, bool)` + +GetCustomURLOk returns a tuple with the CustomURL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomURL + +`func (o *ModelsCustomReportCreationRequest) SetCustomURL(v string)` + +SetCustomURL sets CustomURL field to given value. + + +### GetDisplayName + +`func (o *ModelsCustomReportCreationRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCustomReportCreationRequest) 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. + +### SetDisplayName + +`func (o *ModelsCustomReportCreationRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + + +### GetDescription + +`func (o *ModelsCustomReportCreationRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsCustomReportCreationRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsCustomReportCreationRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetInNavigator + +`func (o *ModelsCustomReportCreationRequest) GetInNavigator() bool` + +GetInNavigator returns the InNavigator field if non-nil, zero value otherwise. + +### GetInNavigatorOk + +`func (o *ModelsCustomReportCreationRequest) GetInNavigatorOk() (*bool, bool)` + +GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInNavigator + +`func (o *ModelsCustomReportCreationRequest) SetInNavigator(v bool)` + +SetInNavigator sets InNavigator field to given value. + +### HasInNavigator + +`func (o *ModelsCustomReportCreationRequest) HasInNavigator() bool` + +HasInNavigator returns a boolean if a field has been set. + +### GetFavorite + +`func (o *ModelsCustomReportCreationRequest) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *ModelsCustomReportCreationRequest) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *ModelsCustomReportCreationRequest) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *ModelsCustomReportCreationRequest) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsCustomReportUpdateRequest.md b/docs/ModelsCustomReportUpdateRequest.md new file mode 100644 index 0000000..2591bb1 --- /dev/null +++ b/docs/ModelsCustomReportUpdateRequest.md @@ -0,0 +1,181 @@ +# ModelsCustomReportUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CustomURL** | Pointer to **string** | | [optional] +**Id** | **int32** | | +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**InNavigator** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsCustomReportUpdateRequest + +`func NewModelsCustomReportUpdateRequest(id int32, ) *ModelsCustomReportUpdateRequest` + +NewModelsCustomReportUpdateRequest instantiates a new ModelsCustomReportUpdateRequest 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 + +### NewModelsCustomReportUpdateRequestWithDefaults + +`func NewModelsCustomReportUpdateRequestWithDefaults() *ModelsCustomReportUpdateRequest` + +NewModelsCustomReportUpdateRequestWithDefaults instantiates a new ModelsCustomReportUpdateRequest 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 + +### GetCustomURL + +`func (o *ModelsCustomReportUpdateRequest) GetCustomURL() string` + +GetCustomURL returns the CustomURL field if non-nil, zero value otherwise. + +### GetCustomURLOk + +`func (o *ModelsCustomReportUpdateRequest) GetCustomURLOk() (*string, bool)` + +GetCustomURLOk returns a tuple with the CustomURL field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomURL + +`func (o *ModelsCustomReportUpdateRequest) SetCustomURL(v string)` + +SetCustomURL sets CustomURL field to given value. + +### HasCustomURL + +`func (o *ModelsCustomReportUpdateRequest) HasCustomURL() bool` + +HasCustomURL returns a boolean if a field has been set. + +### GetId + +`func (o *ModelsCustomReportUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsCustomReportUpdateRequest) 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. + +### SetId + +`func (o *ModelsCustomReportUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetDisplayName + +`func (o *ModelsCustomReportUpdateRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsCustomReportUpdateRequest) 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. + +### SetDisplayName + +`func (o *ModelsCustomReportUpdateRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsCustomReportUpdateRequest) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsCustomReportUpdateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsCustomReportUpdateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsCustomReportUpdateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsCustomReportUpdateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetInNavigator + +`func (o *ModelsCustomReportUpdateRequest) GetInNavigator() bool` + +GetInNavigator returns the InNavigator field if non-nil, zero value otherwise. + +### GetInNavigatorOk + +`func (o *ModelsCustomReportUpdateRequest) GetInNavigatorOk() (*bool, bool)` + +GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInNavigator + +`func (o *ModelsCustomReportUpdateRequest) SetInNavigator(v bool)` + +SetInNavigator sets InNavigator field to given value. + +### HasInNavigator + +`func (o *ModelsCustomReportUpdateRequest) HasInNavigator() bool` + +HasInNavigator returns a boolean if a field has been set. + +### GetFavorite + +`func (o *ModelsCustomReportUpdateRequest) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *ModelsCustomReportUpdateRequest) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *ModelsCustomReportUpdateRequest) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *ModelsCustomReportUpdateRequest) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsDiscoveryJobRequest.md b/docs/ModelsDiscoveryJobRequest.md new file mode 100644 index 0000000..36e96af --- /dev/null +++ b/docs/ModelsDiscoveryJobRequest.md @@ -0,0 +1,363 @@ +# ModelsDiscoveryJobRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ClientMachine** | Pointer to **string** | | [optional] +**AgentId** | Pointer to **string** | | [optional] +**Type** | **int32** | | +**JobExecutionTimestamp** | Pointer to **time.Time** | | [optional] +**Dirs** | Pointer to **string** | | [optional] +**IgnoredDirs** | Pointer to **string** | | [optional] +**Extensions** | Pointer to **string** | | [optional] +**NamePatterns** | Pointer to **string** | | [optional] +**SymLinks** | Pointer to **bool** | | [optional] +**Compatibility** | Pointer to **bool** | | [optional] +**ServerUsername** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**ServerPassword** | Pointer to [**ModelsKeyfactorAPISecret**](ModelsKeyfactorAPISecret.md) | | [optional] +**ServerUseSsl** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsDiscoveryJobRequest + +`func NewModelsDiscoveryJobRequest(type_ int32, ) *ModelsDiscoveryJobRequest` + +NewModelsDiscoveryJobRequest instantiates a new ModelsDiscoveryJobRequest 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 + +### NewModelsDiscoveryJobRequestWithDefaults + +`func NewModelsDiscoveryJobRequestWithDefaults() *ModelsDiscoveryJobRequest` + +NewModelsDiscoveryJobRequestWithDefaults instantiates a new ModelsDiscoveryJobRequest 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 + +### GetClientMachine + +`func (o *ModelsDiscoveryJobRequest) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsDiscoveryJobRequest) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsDiscoveryJobRequest) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsDiscoveryJobRequest) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetAgentId + +`func (o *ModelsDiscoveryJobRequest) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsDiscoveryJobRequest) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsDiscoveryJobRequest) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsDiscoveryJobRequest) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetType + +`func (o *ModelsDiscoveryJobRequest) GetType() int32` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsDiscoveryJobRequest) GetTypeOk() (*int32, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsDiscoveryJobRequest) SetType(v int32)` + +SetType sets Type field to given value. + + +### GetJobExecutionTimestamp + +`func (o *ModelsDiscoveryJobRequest) GetJobExecutionTimestamp() time.Time` + +GetJobExecutionTimestamp returns the JobExecutionTimestamp field if non-nil, zero value otherwise. + +### GetJobExecutionTimestampOk + +`func (o *ModelsDiscoveryJobRequest) GetJobExecutionTimestampOk() (*time.Time, bool)` + +GetJobExecutionTimestampOk returns a tuple with the JobExecutionTimestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobExecutionTimestamp + +`func (o *ModelsDiscoveryJobRequest) SetJobExecutionTimestamp(v time.Time)` + +SetJobExecutionTimestamp sets JobExecutionTimestamp field to given value. + +### HasJobExecutionTimestamp + +`func (o *ModelsDiscoveryJobRequest) HasJobExecutionTimestamp() bool` + +HasJobExecutionTimestamp returns a boolean if a field has been set. + +### GetDirs + +`func (o *ModelsDiscoveryJobRequest) GetDirs() string` + +GetDirs returns the Dirs field if non-nil, zero value otherwise. + +### GetDirsOk + +`func (o *ModelsDiscoveryJobRequest) GetDirsOk() (*string, bool)` + +GetDirsOk returns a tuple with the Dirs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDirs + +`func (o *ModelsDiscoveryJobRequest) SetDirs(v string)` + +SetDirs sets Dirs field to given value. + +### HasDirs + +`func (o *ModelsDiscoveryJobRequest) HasDirs() bool` + +HasDirs returns a boolean if a field has been set. + +### GetIgnoredDirs + +`func (o *ModelsDiscoveryJobRequest) GetIgnoredDirs() string` + +GetIgnoredDirs returns the IgnoredDirs field if non-nil, zero value otherwise. + +### GetIgnoredDirsOk + +`func (o *ModelsDiscoveryJobRequest) GetIgnoredDirsOk() (*string, bool)` + +GetIgnoredDirsOk returns a tuple with the IgnoredDirs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIgnoredDirs + +`func (o *ModelsDiscoveryJobRequest) SetIgnoredDirs(v string)` + +SetIgnoredDirs sets IgnoredDirs field to given value. + +### HasIgnoredDirs + +`func (o *ModelsDiscoveryJobRequest) HasIgnoredDirs() bool` + +HasIgnoredDirs returns a boolean if a field has been set. + +### GetExtensions + +`func (o *ModelsDiscoveryJobRequest) GetExtensions() string` + +GetExtensions returns the Extensions field if non-nil, zero value otherwise. + +### GetExtensionsOk + +`func (o *ModelsDiscoveryJobRequest) GetExtensionsOk() (*string, bool)` + +GetExtensionsOk returns a tuple with the Extensions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExtensions + +`func (o *ModelsDiscoveryJobRequest) SetExtensions(v string)` + +SetExtensions sets Extensions field to given value. + +### HasExtensions + +`func (o *ModelsDiscoveryJobRequest) HasExtensions() bool` + +HasExtensions returns a boolean if a field has been set. + +### GetNamePatterns + +`func (o *ModelsDiscoveryJobRequest) GetNamePatterns() string` + +GetNamePatterns returns the NamePatterns field if non-nil, zero value otherwise. + +### GetNamePatternsOk + +`func (o *ModelsDiscoveryJobRequest) GetNamePatternsOk() (*string, bool)` + +GetNamePatternsOk returns a tuple with the NamePatterns field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNamePatterns + +`func (o *ModelsDiscoveryJobRequest) SetNamePatterns(v string)` + +SetNamePatterns sets NamePatterns field to given value. + +### HasNamePatterns + +`func (o *ModelsDiscoveryJobRequest) HasNamePatterns() bool` + +HasNamePatterns returns a boolean if a field has been set. + +### GetSymLinks + +`func (o *ModelsDiscoveryJobRequest) GetSymLinks() bool` + +GetSymLinks returns the SymLinks field if non-nil, zero value otherwise. + +### GetSymLinksOk + +`func (o *ModelsDiscoveryJobRequest) GetSymLinksOk() (*bool, bool)` + +GetSymLinksOk returns a tuple with the SymLinks field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSymLinks + +`func (o *ModelsDiscoveryJobRequest) SetSymLinks(v bool)` + +SetSymLinks sets SymLinks field to given value. + +### HasSymLinks + +`func (o *ModelsDiscoveryJobRequest) HasSymLinks() bool` + +HasSymLinks returns a boolean if a field has been set. + +### GetCompatibility + +`func (o *ModelsDiscoveryJobRequest) GetCompatibility() bool` + +GetCompatibility returns the Compatibility field if non-nil, zero value otherwise. + +### GetCompatibilityOk + +`func (o *ModelsDiscoveryJobRequest) GetCompatibilityOk() (*bool, bool)` + +GetCompatibilityOk returns a tuple with the Compatibility field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCompatibility + +`func (o *ModelsDiscoveryJobRequest) SetCompatibility(v bool)` + +SetCompatibility sets Compatibility field to given value. + +### HasCompatibility + +`func (o *ModelsDiscoveryJobRequest) HasCompatibility() bool` + +HasCompatibility returns a boolean if a field has been set. + +### GetServerUsername + +`func (o *ModelsDiscoveryJobRequest) GetServerUsername() ModelsKeyfactorAPISecret` + +GetServerUsername returns the ServerUsername field if non-nil, zero value otherwise. + +### GetServerUsernameOk + +`func (o *ModelsDiscoveryJobRequest) GetServerUsernameOk() (*ModelsKeyfactorAPISecret, bool)` + +GetServerUsernameOk returns a tuple with the ServerUsername field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerUsername + +`func (o *ModelsDiscoveryJobRequest) SetServerUsername(v ModelsKeyfactorAPISecret)` + +SetServerUsername sets ServerUsername field to given value. + +### HasServerUsername + +`func (o *ModelsDiscoveryJobRequest) HasServerUsername() bool` + +HasServerUsername returns a boolean if a field has been set. + +### GetServerPassword + +`func (o *ModelsDiscoveryJobRequest) GetServerPassword() ModelsKeyfactorAPISecret` + +GetServerPassword returns the ServerPassword field if non-nil, zero value otherwise. + +### GetServerPasswordOk + +`func (o *ModelsDiscoveryJobRequest) GetServerPasswordOk() (*ModelsKeyfactorAPISecret, bool)` + +GetServerPasswordOk returns a tuple with the ServerPassword field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerPassword + +`func (o *ModelsDiscoveryJobRequest) SetServerPassword(v ModelsKeyfactorAPISecret)` + +SetServerPassword sets ServerPassword field to given value. + +### HasServerPassword + +`func (o *ModelsDiscoveryJobRequest) HasServerPassword() bool` + +HasServerPassword returns a boolean if a field has been set. + +### GetServerUseSsl + +`func (o *ModelsDiscoveryJobRequest) GetServerUseSsl() bool` + +GetServerUseSsl returns the ServerUseSsl field if non-nil, zero value otherwise. + +### GetServerUseSslOk + +`func (o *ModelsDiscoveryJobRequest) GetServerUseSslOk() (*bool, bool)` + +GetServerUseSslOk returns a tuple with the ServerUseSsl field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerUseSsl + +`func (o *ModelsDiscoveryJobRequest) SetServerUseSsl(v bool)` + +SetServerUseSsl sets ServerUseSsl field to given value. + +### HasServerUseSsl + +`func (o *ModelsDiscoveryJobRequest) HasServerUseSsl() bool` + +HasServerUseSsl returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentAvailableRenewal.md b/docs/ModelsEnrollmentAvailableRenewal.md new file mode 100644 index 0000000..b4d312c --- /dev/null +++ b/docs/ModelsEnrollmentAvailableRenewal.md @@ -0,0 +1,82 @@ +# ModelsEnrollmentAvailableRenewal + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AvailableRenewalType** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsEnrollmentAvailableRenewal + +`func NewModelsEnrollmentAvailableRenewal() *ModelsEnrollmentAvailableRenewal` + +NewModelsEnrollmentAvailableRenewal instantiates a new ModelsEnrollmentAvailableRenewal 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 + +### NewModelsEnrollmentAvailableRenewalWithDefaults + +`func NewModelsEnrollmentAvailableRenewalWithDefaults() *ModelsEnrollmentAvailableRenewal` + +NewModelsEnrollmentAvailableRenewalWithDefaults instantiates a new ModelsEnrollmentAvailableRenewal 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 + +### GetAvailableRenewalType + +`func (o *ModelsEnrollmentAvailableRenewal) GetAvailableRenewalType() int32` + +GetAvailableRenewalType returns the AvailableRenewalType field if non-nil, zero value otherwise. + +### GetAvailableRenewalTypeOk + +`func (o *ModelsEnrollmentAvailableRenewal) GetAvailableRenewalTypeOk() (*int32, bool)` + +GetAvailableRenewalTypeOk returns a tuple with the AvailableRenewalType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAvailableRenewalType + +`func (o *ModelsEnrollmentAvailableRenewal) SetAvailableRenewalType(v int32)` + +SetAvailableRenewalType sets AvailableRenewalType field to given value. + +### HasAvailableRenewalType + +`func (o *ModelsEnrollmentAvailableRenewal) HasAvailableRenewalType() bool` + +HasAvailableRenewalType returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsEnrollmentAvailableRenewal) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsEnrollmentAvailableRenewal) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsEnrollmentAvailableRenewal) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsEnrollmentAvailableRenewal) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentCSREnrollmentRequest.md b/docs/ModelsEnrollmentCSREnrollmentRequest.md new file mode 100644 index 0000000..a2dbb24 --- /dev/null +++ b/docs/ModelsEnrollmentCSREnrollmentRequest.md @@ -0,0 +1,233 @@ +# ModelsEnrollmentCSREnrollmentRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CSR** | **string** | | +**CertificateAuthority** | Pointer to **string** | | [optional] +**IncludeChain** | Pointer to **bool** | | [optional] +**Metadata** | Pointer to **map[string]interface{}** | | [optional] +**AdditionalEnrollmentFields** | Pointer to **map[string]map[string]interface{}** | | [optional] +**Timestamp** | Pointer to **time.Time** | | [optional] +**Template** | Pointer to **string** | | [optional] +**SANs** | Pointer to **map[string][]string** | | [optional] + +## Methods + +### NewModelsEnrollmentCSREnrollmentRequest + +`func NewModelsEnrollmentCSREnrollmentRequest(cSR string, ) *ModelsEnrollmentCSREnrollmentRequest` + +NewModelsEnrollmentCSREnrollmentRequest instantiates a new ModelsEnrollmentCSREnrollmentRequest 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 + +### NewModelsEnrollmentCSREnrollmentRequestWithDefaults + +`func NewModelsEnrollmentCSREnrollmentRequestWithDefaults() *ModelsEnrollmentCSREnrollmentRequest` + +NewModelsEnrollmentCSREnrollmentRequestWithDefaults instantiates a new ModelsEnrollmentCSREnrollmentRequest 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 + +### GetCSR + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetCSR() string` + +GetCSR returns the CSR field if non-nil, zero value otherwise. + +### GetCSROk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetCSROk() (*string, bool)` + +GetCSROk returns a tuple with the CSR field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCSR + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetCSR(v string)` + +SetCSR sets CSR field to given value. + + +### GetCertificateAuthority + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetCertificateAuthority() string` + +GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise. + +### GetCertificateAuthorityOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetCertificateAuthorityOk() (*string, bool)` + +GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthority + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetCertificateAuthority(v string)` + +SetCertificateAuthority sets CertificateAuthority field to given value. + +### HasCertificateAuthority + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasCertificateAuthority() bool` + +HasCertificateAuthority returns a boolean if a field has been set. + +### GetIncludeChain + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetIncludeChain() bool` + +GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise. + +### GetIncludeChainOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetIncludeChainOk() (*bool, bool)` + +GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeChain + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetIncludeChain(v bool)` + +SetIncludeChain sets IncludeChain field to given value. + +### HasIncludeChain + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasIncludeChain() bool` + +HasIncludeChain returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetMetadata() map[string]interface{}` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetMetadataOk() (*map[string]interface{}, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetMetadata(v map[string]interface{})` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + +### GetAdditionalEnrollmentFields + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFields() map[string]map[string]interface{}` + +GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field if non-nil, zero value otherwise. + +### GetAdditionalEnrollmentFieldsOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFieldsOk() (*map[string]map[string]interface{}, bool)` + +GetAdditionalEnrollmentFieldsOk returns a tuple with the AdditionalEnrollmentFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAdditionalEnrollmentFields + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetAdditionalEnrollmentFields(v map[string]map[string]interface{})` + +SetAdditionalEnrollmentFields sets AdditionalEnrollmentFields field to given value. + +### HasAdditionalEnrollmentFields + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasAdditionalEnrollmentFields() bool` + +HasAdditionalEnrollmentFields returns a boolean if a field has been set. + +### GetTimestamp + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetTimestamp() time.Time` + +GetTimestamp returns the Timestamp field if non-nil, zero value otherwise. + +### GetTimestampOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetTimestampOk() (*time.Time, bool)` + +GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTimestamp + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetTimestamp(v time.Time)` + +SetTimestamp sets Timestamp field to given value. + +### HasTimestamp + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasTimestamp() bool` + +HasTimestamp returns a boolean if a field has been set. + +### GetTemplate + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetTemplate() string` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetTemplateOk() (*string, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetTemplate(v string)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetSANs + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetSANs() map[string][]string` + +GetSANs returns the SANs field if non-nil, zero value otherwise. + +### GetSANsOk + +`func (o *ModelsEnrollmentCSREnrollmentRequest) GetSANsOk() (*map[string][]string, bool)` + +GetSANsOk returns a tuple with the SANs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSANs + +`func (o *ModelsEnrollmentCSREnrollmentRequest) SetSANs(v map[string][]string)` + +SetSANs sets SANs field to given value. + +### HasSANs + +`func (o *ModelsEnrollmentCSREnrollmentRequest) HasSANs() bool` + +HasSANs returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentCSREnrollmentResponse.md b/docs/ModelsEnrollmentCSREnrollmentResponse.md new file mode 100644 index 0000000..b5ae54e --- /dev/null +++ b/docs/ModelsEnrollmentCSREnrollmentResponse.md @@ -0,0 +1,82 @@ +# ModelsEnrollmentCSREnrollmentResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateInformation** | Pointer to [**ModelsPkcs10CertificateResponse**](ModelsPkcs10CertificateResponse.md) | | [optional] +**Metadata** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsEnrollmentCSREnrollmentResponse + +`func NewModelsEnrollmentCSREnrollmentResponse() *ModelsEnrollmentCSREnrollmentResponse` + +NewModelsEnrollmentCSREnrollmentResponse instantiates a new ModelsEnrollmentCSREnrollmentResponse 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 + +### NewModelsEnrollmentCSREnrollmentResponseWithDefaults + +`func NewModelsEnrollmentCSREnrollmentResponseWithDefaults() *ModelsEnrollmentCSREnrollmentResponse` + +NewModelsEnrollmentCSREnrollmentResponseWithDefaults instantiates a new ModelsEnrollmentCSREnrollmentResponse 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 + +### GetCertificateInformation + +`func (o *ModelsEnrollmentCSREnrollmentResponse) GetCertificateInformation() ModelsPkcs10CertificateResponse` + +GetCertificateInformation returns the CertificateInformation field if non-nil, zero value otherwise. + +### GetCertificateInformationOk + +`func (o *ModelsEnrollmentCSREnrollmentResponse) GetCertificateInformationOk() (*ModelsPkcs10CertificateResponse, bool)` + +GetCertificateInformationOk returns a tuple with the CertificateInformation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateInformation + +`func (o *ModelsEnrollmentCSREnrollmentResponse) SetCertificateInformation(v ModelsPkcs10CertificateResponse)` + +SetCertificateInformation sets CertificateInformation field to given value. + +### HasCertificateInformation + +`func (o *ModelsEnrollmentCSREnrollmentResponse) HasCertificateInformation() bool` + +HasCertificateInformation returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsEnrollmentCSREnrollmentResponse) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsEnrollmentCSREnrollmentResponse) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsEnrollmentCSREnrollmentResponse) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsEnrollmentCSREnrollmentResponse) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentCSRGenerationRequest.md b/docs/ModelsEnrollmentCSRGenerationRequest.md new file mode 100644 index 0000000..3d28c4c --- /dev/null +++ b/docs/ModelsEnrollmentCSRGenerationRequest.md @@ -0,0 +1,145 @@ +# ModelsEnrollmentCSRGenerationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Subject** | **string** | Subject for the requested certificate | +**KeyType** | **string** | Certificate key type [RSA, ECC] | +**KeyLength** | **int32** | Size of the certificate key (ex: RSA 1024, 2048, 4096/ECC 256, 384, 521) | +**Template** | Pointer to **string** | | [optional] +**SANs** | Pointer to **map[string][]string** | | [optional] + +## Methods + +### NewModelsEnrollmentCSRGenerationRequest + +`func NewModelsEnrollmentCSRGenerationRequest(subject string, keyType string, keyLength int32, ) *ModelsEnrollmentCSRGenerationRequest` + +NewModelsEnrollmentCSRGenerationRequest instantiates a new ModelsEnrollmentCSRGenerationRequest 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 + +### NewModelsEnrollmentCSRGenerationRequestWithDefaults + +`func NewModelsEnrollmentCSRGenerationRequestWithDefaults() *ModelsEnrollmentCSRGenerationRequest` + +NewModelsEnrollmentCSRGenerationRequestWithDefaults instantiates a new ModelsEnrollmentCSRGenerationRequest 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 + +### GetSubject + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *ModelsEnrollmentCSRGenerationRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + + +### GetKeyType + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsEnrollmentCSRGenerationRequest) 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. + +### SetKeyType + +`func (o *ModelsEnrollmentCSRGenerationRequest) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + + +### GetKeyLength + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetKeyLength() int32` + +GetKeyLength returns the KeyLength field if non-nil, zero value otherwise. + +### GetKeyLengthOk + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetKeyLengthOk() (*int32, bool)` + +GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyLength + +`func (o *ModelsEnrollmentCSRGenerationRequest) SetKeyLength(v int32)` + +SetKeyLength sets KeyLength field to given value. + + +### GetTemplate + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetTemplate() string` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetTemplateOk() (*string, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *ModelsEnrollmentCSRGenerationRequest) SetTemplate(v string)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *ModelsEnrollmentCSRGenerationRequest) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetSANs + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetSANs() map[string][]string` + +GetSANs returns the SANs field if non-nil, zero value otherwise. + +### GetSANsOk + +`func (o *ModelsEnrollmentCSRGenerationRequest) GetSANsOk() (*map[string][]string, bool)` + +GetSANsOk returns a tuple with the SANs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSANs + +`func (o *ModelsEnrollmentCSRGenerationRequest) SetSANs(v map[string][]string)` + +SetSANs sets SANs field to given value. + +### HasSANs + +`func (o *ModelsEnrollmentCSRGenerationRequest) HasSANs() bool` + +HasSANs returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentExistingEnrollmentManagementRequest.md b/docs/ModelsEnrollmentExistingEnrollmentManagementRequest.md new file mode 100644 index 0000000..530a37b --- /dev/null +++ b/docs/ModelsEnrollmentExistingEnrollmentManagementRequest.md @@ -0,0 +1,160 @@ +# ModelsEnrollmentExistingEnrollmentManagementRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ExistingCertificateId** | Pointer to **int32** | | [optional] +**CertificateId** | Pointer to **int32** | | [optional] +**RequestId** | Pointer to **int32** | | [optional] +**Password** | Pointer to **string** | | [optional] +**JobTime** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewModelsEnrollmentExistingEnrollmentManagementRequest + +`func NewModelsEnrollmentExistingEnrollmentManagementRequest() *ModelsEnrollmentExistingEnrollmentManagementRequest` + +NewModelsEnrollmentExistingEnrollmentManagementRequest instantiates a new ModelsEnrollmentExistingEnrollmentManagementRequest 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 + +### NewModelsEnrollmentExistingEnrollmentManagementRequestWithDefaults + +`func NewModelsEnrollmentExistingEnrollmentManagementRequestWithDefaults() *ModelsEnrollmentExistingEnrollmentManagementRequest` + +NewModelsEnrollmentExistingEnrollmentManagementRequestWithDefaults instantiates a new ModelsEnrollmentExistingEnrollmentManagementRequest 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 + +### GetExistingCertificateId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetExistingCertificateId() int32` + +GetExistingCertificateId returns the ExistingCertificateId field if non-nil, zero value otherwise. + +### GetExistingCertificateIdOk + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetExistingCertificateIdOk() (*int32, bool)` + +GetExistingCertificateIdOk returns a tuple with the ExistingCertificateId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExistingCertificateId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) SetExistingCertificateId(v int32)` + +SetExistingCertificateId sets ExistingCertificateId field to given value. + +### HasExistingCertificateId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) HasExistingCertificateId() bool` + +HasExistingCertificateId returns a boolean if a field has been set. + +### GetCertificateId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetCertificateId() int32` + +GetCertificateId returns the CertificateId field if non-nil, zero value otherwise. + +### GetCertificateIdOk + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetCertificateIdOk() (*int32, bool)` + +GetCertificateIdOk returns a tuple with the CertificateId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) SetCertificateId(v int32)` + +SetCertificateId sets CertificateId field to given value. + +### HasCertificateId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) HasCertificateId() bool` + +HasCertificateId returns a boolean if a field has been set. + +### GetRequestId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetRequestId() int32` + +GetRequestId returns the RequestId field if non-nil, zero value otherwise. + +### GetRequestIdOk + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetRequestIdOk() (*int32, bool)` + +GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) SetRequestId(v int32)` + +SetRequestId sets RequestId field to given value. + +### HasRequestId + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) HasRequestId() bool` + +HasRequestId returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + +### GetJobTime + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetJobTime() time.Time` + +GetJobTime returns the JobTime field if non-nil, zero value otherwise. + +### GetJobTimeOk + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) GetJobTimeOk() (*time.Time, bool)` + +GetJobTimeOk returns a tuple with the JobTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTime + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) SetJobTime(v time.Time)` + +SetJobTime sets JobTime field to given value. + +### HasJobTime + +`func (o *ModelsEnrollmentExistingEnrollmentManagementRequest) HasJobTime() bool` + +HasJobTime returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentManagementStoreType.md b/docs/ModelsEnrollmentManagementStoreType.md new file mode 100644 index 0000000..278dce5 --- /dev/null +++ b/docs/ModelsEnrollmentManagementStoreType.md @@ -0,0 +1,134 @@ +# ModelsEnrollmentManagementStoreType + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StoreTypeId** | Pointer to **int32** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**Overwrite** | Pointer to **bool** | | [optional] +**Properties** | Pointer to **[]map[string]interface{}** | | [optional] + +## Methods + +### NewModelsEnrollmentManagementStoreType + +`func NewModelsEnrollmentManagementStoreType() *ModelsEnrollmentManagementStoreType` + +NewModelsEnrollmentManagementStoreType instantiates a new ModelsEnrollmentManagementStoreType 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 + +### NewModelsEnrollmentManagementStoreTypeWithDefaults + +`func NewModelsEnrollmentManagementStoreTypeWithDefaults() *ModelsEnrollmentManagementStoreType` + +NewModelsEnrollmentManagementStoreTypeWithDefaults instantiates a new ModelsEnrollmentManagementStoreType 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 + +### GetStoreTypeId + +`func (o *ModelsEnrollmentManagementStoreType) GetStoreTypeId() int32` + +GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise. + +### GetStoreTypeIdOk + +`func (o *ModelsEnrollmentManagementStoreType) GetStoreTypeIdOk() (*int32, bool)` + +GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStoreTypeId + +`func (o *ModelsEnrollmentManagementStoreType) SetStoreTypeId(v int32)` + +SetStoreTypeId sets StoreTypeId field to given value. + +### HasStoreTypeId + +`func (o *ModelsEnrollmentManagementStoreType) HasStoreTypeId() bool` + +HasStoreTypeId returns a boolean if a field has been set. + +### GetAlias + +`func (o *ModelsEnrollmentManagementStoreType) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *ModelsEnrollmentManagementStoreType) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *ModelsEnrollmentManagementStoreType) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *ModelsEnrollmentManagementStoreType) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetOverwrite + +`func (o *ModelsEnrollmentManagementStoreType) GetOverwrite() bool` + +GetOverwrite returns the Overwrite field if non-nil, zero value otherwise. + +### GetOverwriteOk + +`func (o *ModelsEnrollmentManagementStoreType) GetOverwriteOk() (*bool, bool)` + +GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwrite + +`func (o *ModelsEnrollmentManagementStoreType) SetOverwrite(v bool)` + +SetOverwrite sets Overwrite field to given value. + +### HasOverwrite + +`func (o *ModelsEnrollmentManagementStoreType) HasOverwrite() bool` + +HasOverwrite returns a boolean if a field has been set. + +### GetProperties + +`func (o *ModelsEnrollmentManagementStoreType) GetProperties() []map[string]interface{}` + +GetProperties returns the Properties field if non-nil, zero value otherwise. + +### GetPropertiesOk + +`func (o *ModelsEnrollmentManagementStoreType) GetPropertiesOk() (*[]map[string]interface{}, bool)` + +GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProperties + +`func (o *ModelsEnrollmentManagementStoreType) SetProperties(v []map[string]interface{})` + +SetProperties sets Properties field to given value. + +### HasProperties + +`func (o *ModelsEnrollmentManagementStoreType) HasProperties() bool` + +HasProperties returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentPFXEnrollmentRequest.md b/docs/ModelsEnrollmentPFXEnrollmentRequest.md new file mode 100644 index 0000000..6035e96 --- /dev/null +++ b/docs/ModelsEnrollmentPFXEnrollmentRequest.md @@ -0,0 +1,342 @@ +# ModelsEnrollmentPFXEnrollmentRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CustomFriendlyName** | Pointer to **string** | | [optional] +**Password** | Pointer to **string** | | [optional] +**PopulateMissingValuesFromAD** | Pointer to **bool** | | [optional] +**Subject** | Pointer to **string** | | [optional] +**IncludeChain** | Pointer to **bool** | | [optional] +**RenewalCertificateId** | Pointer to **int32** | | [optional] +**CertificateAuthority** | Pointer to **string** | | [optional] +**Metadata** | Pointer to **map[string]interface{}** | | [optional] +**AdditionalEnrollmentFields** | Pointer to **map[string]map[string]interface{}** | | [optional] +**Timestamp** | Pointer to **time.Time** | | [optional] +**Template** | Pointer to **string** | | [optional] +**SANs** | Pointer to **map[string][]string** | | [optional] + +## Methods + +### NewModelsEnrollmentPFXEnrollmentRequest + +`func NewModelsEnrollmentPFXEnrollmentRequest() *ModelsEnrollmentPFXEnrollmentRequest` + +NewModelsEnrollmentPFXEnrollmentRequest instantiates a new ModelsEnrollmentPFXEnrollmentRequest 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 + +### NewModelsEnrollmentPFXEnrollmentRequestWithDefaults + +`func NewModelsEnrollmentPFXEnrollmentRequestWithDefaults() *ModelsEnrollmentPFXEnrollmentRequest` + +NewModelsEnrollmentPFXEnrollmentRequestWithDefaults instantiates a new ModelsEnrollmentPFXEnrollmentRequest 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 + +### GetCustomFriendlyName + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetCustomFriendlyName() string` + +GetCustomFriendlyName returns the CustomFriendlyName field if non-nil, zero value otherwise. + +### GetCustomFriendlyNameOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetCustomFriendlyNameOk() (*string, bool)` + +GetCustomFriendlyNameOk returns a tuple with the CustomFriendlyName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomFriendlyName + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetCustomFriendlyName(v string)` + +SetCustomFriendlyName sets CustomFriendlyName field to given value. + +### HasCustomFriendlyName + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasCustomFriendlyName() bool` + +HasCustomFriendlyName returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + +### GetPopulateMissingValuesFromAD + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetPopulateMissingValuesFromAD() bool` + +GetPopulateMissingValuesFromAD returns the PopulateMissingValuesFromAD field if non-nil, zero value otherwise. + +### GetPopulateMissingValuesFromADOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetPopulateMissingValuesFromADOk() (*bool, bool)` + +GetPopulateMissingValuesFromADOk returns a tuple with the PopulateMissingValuesFromAD field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPopulateMissingValuesFromAD + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetPopulateMissingValuesFromAD(v bool)` + +SetPopulateMissingValuesFromAD sets PopulateMissingValuesFromAD field to given value. + +### HasPopulateMissingValuesFromAD + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasPopulateMissingValuesFromAD() bool` + +HasPopulateMissingValuesFromAD returns a boolean if a field has been set. + +### GetSubject + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetIncludeChain + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetIncludeChain() bool` + +GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise. + +### GetIncludeChainOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetIncludeChainOk() (*bool, bool)` + +GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeChain + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetIncludeChain(v bool)` + +SetIncludeChain sets IncludeChain field to given value. + +### HasIncludeChain + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasIncludeChain() bool` + +HasIncludeChain returns a boolean if a field has been set. + +### GetRenewalCertificateId + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetRenewalCertificateId() int32` + +GetRenewalCertificateId returns the RenewalCertificateId field if non-nil, zero value otherwise. + +### GetRenewalCertificateIdOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetRenewalCertificateIdOk() (*int32, bool)` + +GetRenewalCertificateIdOk returns a tuple with the RenewalCertificateId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRenewalCertificateId + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetRenewalCertificateId(v int32)` + +SetRenewalCertificateId sets RenewalCertificateId field to given value. + +### HasRenewalCertificateId + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasRenewalCertificateId() bool` + +HasRenewalCertificateId returns a boolean if a field has been set. + +### GetCertificateAuthority + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetCertificateAuthority() string` + +GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise. + +### GetCertificateAuthorityOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetCertificateAuthorityOk() (*string, bool)` + +GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthority + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetCertificateAuthority(v string)` + +SetCertificateAuthority sets CertificateAuthority field to given value. + +### HasCertificateAuthority + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasCertificateAuthority() bool` + +HasCertificateAuthority returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetMetadata() map[string]interface{}` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetMetadataOk() (*map[string]interface{}, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetMetadata(v map[string]interface{})` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + +### GetAdditionalEnrollmentFields + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetAdditionalEnrollmentFields() map[string]map[string]interface{}` + +GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field if non-nil, zero value otherwise. + +### GetAdditionalEnrollmentFieldsOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetAdditionalEnrollmentFieldsOk() (*map[string]map[string]interface{}, bool)` + +GetAdditionalEnrollmentFieldsOk returns a tuple with the AdditionalEnrollmentFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAdditionalEnrollmentFields + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetAdditionalEnrollmentFields(v map[string]map[string]interface{})` + +SetAdditionalEnrollmentFields sets AdditionalEnrollmentFields field to given value. + +### HasAdditionalEnrollmentFields + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasAdditionalEnrollmentFields() bool` + +HasAdditionalEnrollmentFields returns a boolean if a field has been set. + +### GetTimestamp + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetTimestamp() time.Time` + +GetTimestamp returns the Timestamp field if non-nil, zero value otherwise. + +### GetTimestampOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetTimestampOk() (*time.Time, bool)` + +GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTimestamp + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetTimestamp(v time.Time)` + +SetTimestamp sets Timestamp field to given value. + +### HasTimestamp + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasTimestamp() bool` + +HasTimestamp returns a boolean if a field has been set. + +### GetTemplate + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetTemplate() string` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetTemplateOk() (*string, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetTemplate(v string)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetSANs + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetSANs() map[string][]string` + +GetSANs returns the SANs field if non-nil, zero value otherwise. + +### GetSANsOk + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) GetSANsOk() (*map[string][]string, bool)` + +GetSANsOk returns a tuple with the SANs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSANs + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) SetSANs(v map[string][]string)` + +SetSANs sets SANs field to given value. + +### HasSANs + +`func (o *ModelsEnrollmentPFXEnrollmentRequest) HasSANs() bool` + +HasSANs returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentPFXEnrollmentResponse.md b/docs/ModelsEnrollmentPFXEnrollmentResponse.md new file mode 100644 index 0000000..fbc2dff --- /dev/null +++ b/docs/ModelsEnrollmentPFXEnrollmentResponse.md @@ -0,0 +1,82 @@ +# ModelsEnrollmentPFXEnrollmentResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateInformation** | Pointer to [**ModelsPkcs12CertificateResponse**](ModelsPkcs12CertificateResponse.md) | | [optional] +**Metadata** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsEnrollmentPFXEnrollmentResponse + +`func NewModelsEnrollmentPFXEnrollmentResponse() *ModelsEnrollmentPFXEnrollmentResponse` + +NewModelsEnrollmentPFXEnrollmentResponse instantiates a new ModelsEnrollmentPFXEnrollmentResponse 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 + +### NewModelsEnrollmentPFXEnrollmentResponseWithDefaults + +`func NewModelsEnrollmentPFXEnrollmentResponseWithDefaults() *ModelsEnrollmentPFXEnrollmentResponse` + +NewModelsEnrollmentPFXEnrollmentResponseWithDefaults instantiates a new ModelsEnrollmentPFXEnrollmentResponse 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 + +### GetCertificateInformation + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) GetCertificateInformation() ModelsPkcs12CertificateResponse` + +GetCertificateInformation returns the CertificateInformation field if non-nil, zero value otherwise. + +### GetCertificateInformationOk + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) GetCertificateInformationOk() (*ModelsPkcs12CertificateResponse, bool)` + +GetCertificateInformationOk returns a tuple with the CertificateInformation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateInformation + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) SetCertificateInformation(v ModelsPkcs12CertificateResponse)` + +SetCertificateInformation sets CertificateInformation field to given value. + +### HasCertificateInformation + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) HasCertificateInformation() bool` + +HasCertificateInformation returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsEnrollmentPFXEnrollmentResponse) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentRenewalRequest.md b/docs/ModelsEnrollmentRenewalRequest.md new file mode 100644 index 0000000..5cad5bd --- /dev/null +++ b/docs/ModelsEnrollmentRenewalRequest.md @@ -0,0 +1,160 @@ +# ModelsEnrollmentRenewalRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateId** | Pointer to **int32** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**CertificateAuthority** | Pointer to **string** | | [optional] +**Template** | Pointer to **string** | | [optional] +**Timestamp** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewModelsEnrollmentRenewalRequest + +`func NewModelsEnrollmentRenewalRequest() *ModelsEnrollmentRenewalRequest` + +NewModelsEnrollmentRenewalRequest instantiates a new ModelsEnrollmentRenewalRequest 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 + +### NewModelsEnrollmentRenewalRequestWithDefaults + +`func NewModelsEnrollmentRenewalRequestWithDefaults() *ModelsEnrollmentRenewalRequest` + +NewModelsEnrollmentRenewalRequestWithDefaults instantiates a new ModelsEnrollmentRenewalRequest 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 + +### GetCertificateId + +`func (o *ModelsEnrollmentRenewalRequest) GetCertificateId() int32` + +GetCertificateId returns the CertificateId field if non-nil, zero value otherwise. + +### GetCertificateIdOk + +`func (o *ModelsEnrollmentRenewalRequest) GetCertificateIdOk() (*int32, bool)` + +GetCertificateIdOk returns a tuple with the CertificateId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateId + +`func (o *ModelsEnrollmentRenewalRequest) SetCertificateId(v int32)` + +SetCertificateId sets CertificateId field to given value. + +### HasCertificateId + +`func (o *ModelsEnrollmentRenewalRequest) HasCertificateId() bool` + +HasCertificateId returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *ModelsEnrollmentRenewalRequest) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsEnrollmentRenewalRequest) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsEnrollmentRenewalRequest) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsEnrollmentRenewalRequest) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetCertificateAuthority + +`func (o *ModelsEnrollmentRenewalRequest) GetCertificateAuthority() string` + +GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise. + +### GetCertificateAuthorityOk + +`func (o *ModelsEnrollmentRenewalRequest) GetCertificateAuthorityOk() (*string, bool)` + +GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthority + +`func (o *ModelsEnrollmentRenewalRequest) SetCertificateAuthority(v string)` + +SetCertificateAuthority sets CertificateAuthority field to given value. + +### HasCertificateAuthority + +`func (o *ModelsEnrollmentRenewalRequest) HasCertificateAuthority() bool` + +HasCertificateAuthority returns a boolean if a field has been set. + +### GetTemplate + +`func (o *ModelsEnrollmentRenewalRequest) GetTemplate() string` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *ModelsEnrollmentRenewalRequest) GetTemplateOk() (*string, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *ModelsEnrollmentRenewalRequest) SetTemplate(v string)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *ModelsEnrollmentRenewalRequest) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetTimestamp + +`func (o *ModelsEnrollmentRenewalRequest) GetTimestamp() time.Time` + +GetTimestamp returns the Timestamp field if non-nil, zero value otherwise. + +### GetTimestampOk + +`func (o *ModelsEnrollmentRenewalRequest) GetTimestampOk() (*time.Time, bool)` + +GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTimestamp + +`func (o *ModelsEnrollmentRenewalRequest) SetTimestamp(v time.Time)` + +SetTimestamp sets Timestamp field to given value. + +### HasTimestamp + +`func (o *ModelsEnrollmentRenewalRequest) HasTimestamp() bool` + +HasTimestamp returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsEnrollmentRenewalResponse.md b/docs/ModelsEnrollmentRenewalResponse.md new file mode 100644 index 0000000..7d103e8 --- /dev/null +++ b/docs/ModelsEnrollmentRenewalResponse.md @@ -0,0 +1,248 @@ +# ModelsEnrollmentRenewalResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeyfactorId** | Pointer to **int32** | | [optional] +**KeyfactorRequestId** | Pointer to **int32** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**SerialNumber** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**RequestDisposition** | Pointer to **string** | | [optional] +**DispositionMessage** | Pointer to **string** | | [optional] +**Password** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsEnrollmentRenewalResponse + +`func NewModelsEnrollmentRenewalResponse() *ModelsEnrollmentRenewalResponse` + +NewModelsEnrollmentRenewalResponse instantiates a new ModelsEnrollmentRenewalResponse 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 + +### NewModelsEnrollmentRenewalResponseWithDefaults + +`func NewModelsEnrollmentRenewalResponseWithDefaults() *ModelsEnrollmentRenewalResponse` + +NewModelsEnrollmentRenewalResponseWithDefaults instantiates a new ModelsEnrollmentRenewalResponse 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 + +### GetKeyfactorId + +`func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorId() int32` + +GetKeyfactorId returns the KeyfactorId field if non-nil, zero value otherwise. + +### GetKeyfactorIdOk + +`func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorIdOk() (*int32, bool)` + +GetKeyfactorIdOk returns a tuple with the KeyfactorId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorId + +`func (o *ModelsEnrollmentRenewalResponse) SetKeyfactorId(v int32)` + +SetKeyfactorId sets KeyfactorId field to given value. + +### HasKeyfactorId + +`func (o *ModelsEnrollmentRenewalResponse) HasKeyfactorId() bool` + +HasKeyfactorId returns a boolean if a field has been set. + +### GetKeyfactorRequestId + +`func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorRequestId() int32` + +GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise. + +### GetKeyfactorRequestIdOk + +`func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorRequestIdOk() (*int32, bool)` + +GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorRequestId + +`func (o *ModelsEnrollmentRenewalResponse) SetKeyfactorRequestId(v int32)` + +SetKeyfactorRequestId sets KeyfactorRequestId field to given value. + +### HasKeyfactorRequestId + +`func (o *ModelsEnrollmentRenewalResponse) HasKeyfactorRequestId() bool` + +HasKeyfactorRequestId returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *ModelsEnrollmentRenewalResponse) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsEnrollmentRenewalResponse) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsEnrollmentRenewalResponse) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsEnrollmentRenewalResponse) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetSerialNumber + +`func (o *ModelsEnrollmentRenewalResponse) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsEnrollmentRenewalResponse) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsEnrollmentRenewalResponse) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsEnrollmentRenewalResponse) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsEnrollmentRenewalResponse) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsEnrollmentRenewalResponse) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsEnrollmentRenewalResponse) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsEnrollmentRenewalResponse) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsEnrollmentRenewalResponse) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsEnrollmentRenewalResponse) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetRequestDisposition + +`func (o *ModelsEnrollmentRenewalResponse) GetRequestDisposition() string` + +GetRequestDisposition returns the RequestDisposition field if non-nil, zero value otherwise. + +### GetRequestDispositionOk + +`func (o *ModelsEnrollmentRenewalResponse) GetRequestDispositionOk() (*string, bool)` + +GetRequestDispositionOk returns a tuple with the RequestDisposition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestDisposition + +`func (o *ModelsEnrollmentRenewalResponse) SetRequestDisposition(v string)` + +SetRequestDisposition sets RequestDisposition field to given value. + +### HasRequestDisposition + +`func (o *ModelsEnrollmentRenewalResponse) HasRequestDisposition() bool` + +HasRequestDisposition returns a boolean if a field has been set. + +### GetDispositionMessage + +`func (o *ModelsEnrollmentRenewalResponse) GetDispositionMessage() string` + +GetDispositionMessage returns the DispositionMessage field if non-nil, zero value otherwise. + +### GetDispositionMessageOk + +`func (o *ModelsEnrollmentRenewalResponse) GetDispositionMessageOk() (*string, bool)` + +GetDispositionMessageOk returns a tuple with the DispositionMessage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDispositionMessage + +`func (o *ModelsEnrollmentRenewalResponse) SetDispositionMessage(v string)` + +SetDispositionMessage sets DispositionMessage field to given value. + +### HasDispositionMessage + +`func (o *ModelsEnrollmentRenewalResponse) HasDispositionMessage() bool` + +HasDispositionMessage returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsEnrollmentRenewalResponse) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsEnrollmentRenewalResponse) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsEnrollmentRenewalResponse) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsEnrollmentRenewalResponse) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsExtendedKeyUsage.md b/docs/ModelsExtendedKeyUsage.md new file mode 100644 index 0000000..5e7c173 --- /dev/null +++ b/docs/ModelsExtendedKeyUsage.md @@ -0,0 +1,108 @@ +# ModelsExtendedKeyUsage + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Oid** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsExtendedKeyUsage + +`func NewModelsExtendedKeyUsage() *ModelsExtendedKeyUsage` + +NewModelsExtendedKeyUsage instantiates a new ModelsExtendedKeyUsage 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 + +### NewModelsExtendedKeyUsageWithDefaults + +`func NewModelsExtendedKeyUsageWithDefaults() *ModelsExtendedKeyUsage` + +NewModelsExtendedKeyUsageWithDefaults instantiates a new ModelsExtendedKeyUsage 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 + +### GetId + +`func (o *ModelsExtendedKeyUsage) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsExtendedKeyUsage) 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. + +### SetId + +`func (o *ModelsExtendedKeyUsage) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsExtendedKeyUsage) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetOid + +`func (o *ModelsExtendedKeyUsage) GetOid() string` + +GetOid returns the Oid field if non-nil, zero value otherwise. + +### GetOidOk + +`func (o *ModelsExtendedKeyUsage) 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. + +### SetOid + +`func (o *ModelsExtendedKeyUsage) SetOid(v string)` + +SetOid sets Oid field to given value. + +### HasOid + +`func (o *ModelsExtendedKeyUsage) HasOid() bool` + +HasOid returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsExtendedKeyUsage) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsExtendedKeyUsage) 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. + +### SetDisplayName + +`func (o *ModelsExtendedKeyUsage) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsExtendedKeyUsage) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsInvalidKeystore.md b/docs/ModelsInvalidKeystore.md new file mode 100644 index 0000000..360b541 --- /dev/null +++ b/docs/ModelsInvalidKeystore.md @@ -0,0 +1,186 @@ +# ModelsInvalidKeystore + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeystoreId** | Pointer to **string** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] +**StorePath** | Pointer to **string** | | [optional] +**Alias** | Pointer to **string** | | [optional] +**Reason** | Pointer to **int32** | | [optional] +**Explanation** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsInvalidKeystore + +`func NewModelsInvalidKeystore() *ModelsInvalidKeystore` + +NewModelsInvalidKeystore instantiates a new ModelsInvalidKeystore 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 + +### NewModelsInvalidKeystoreWithDefaults + +`func NewModelsInvalidKeystoreWithDefaults() *ModelsInvalidKeystore` + +NewModelsInvalidKeystoreWithDefaults instantiates a new ModelsInvalidKeystore 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 + +### GetKeystoreId + +`func (o *ModelsInvalidKeystore) GetKeystoreId() string` + +GetKeystoreId returns the KeystoreId field if non-nil, zero value otherwise. + +### GetKeystoreIdOk + +`func (o *ModelsInvalidKeystore) GetKeystoreIdOk() (*string, bool)` + +GetKeystoreIdOk returns a tuple with the KeystoreId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeystoreId + +`func (o *ModelsInvalidKeystore) SetKeystoreId(v string)` + +SetKeystoreId sets KeystoreId field to given value. + +### HasKeystoreId + +`func (o *ModelsInvalidKeystore) HasKeystoreId() bool` + +HasKeystoreId returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsInvalidKeystore) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsInvalidKeystore) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsInvalidKeystore) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsInvalidKeystore) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetStorePath + +`func (o *ModelsInvalidKeystore) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *ModelsInvalidKeystore) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *ModelsInvalidKeystore) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *ModelsInvalidKeystore) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + +### GetAlias + +`func (o *ModelsInvalidKeystore) GetAlias() string` + +GetAlias returns the Alias field if non-nil, zero value otherwise. + +### GetAliasOk + +`func (o *ModelsInvalidKeystore) GetAliasOk() (*string, bool)` + +GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAlias + +`func (o *ModelsInvalidKeystore) SetAlias(v string)` + +SetAlias sets Alias field to given value. + +### HasAlias + +`func (o *ModelsInvalidKeystore) HasAlias() bool` + +HasAlias returns a boolean if a field has been set. + +### GetReason + +`func (o *ModelsInvalidKeystore) GetReason() int32` + +GetReason returns the Reason field if non-nil, zero value otherwise. + +### GetReasonOk + +`func (o *ModelsInvalidKeystore) GetReasonOk() (*int32, bool)` + +GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReason + +`func (o *ModelsInvalidKeystore) SetReason(v int32)` + +SetReason sets Reason field to given value. + +### HasReason + +`func (o *ModelsInvalidKeystore) HasReason() bool` + +HasReason returns a boolean if a field has been set. + +### GetExplanation + +`func (o *ModelsInvalidKeystore) GetExplanation() string` + +GetExplanation returns the Explanation field if non-nil, zero value otherwise. + +### GetExplanationOk + +`func (o *ModelsInvalidKeystore) GetExplanationOk() (*string, bool)` + +GetExplanationOk returns a tuple with the Explanation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetExplanation + +`func (o *ModelsInvalidKeystore) SetExplanation(v string)` + +SetExplanation sets Explanation field to given value. + +### HasExplanation + +`func (o *ModelsInvalidKeystore) HasExplanation() bool` + +HasExplanation returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsKeyfactorAPISecret.md b/docs/ModelsKeyfactorAPISecret.md new file mode 100644 index 0000000..bb9e66b --- /dev/null +++ b/docs/ModelsKeyfactorAPISecret.md @@ -0,0 +1,108 @@ +# ModelsKeyfactorAPISecret + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SecretValue** | Pointer to **string** | | [optional] +**Parameters** | Pointer to **map[string]string** | | [optional] +**Provider** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsKeyfactorAPISecret + +`func NewModelsKeyfactorAPISecret() *ModelsKeyfactorAPISecret` + +NewModelsKeyfactorAPISecret instantiates a new ModelsKeyfactorAPISecret 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 + +### NewModelsKeyfactorAPISecretWithDefaults + +`func NewModelsKeyfactorAPISecretWithDefaults() *ModelsKeyfactorAPISecret` + +NewModelsKeyfactorAPISecretWithDefaults instantiates a new ModelsKeyfactorAPISecret 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 + +### GetSecretValue + +`func (o *ModelsKeyfactorAPISecret) GetSecretValue() string` + +GetSecretValue returns the SecretValue field if non-nil, zero value otherwise. + +### GetSecretValueOk + +`func (o *ModelsKeyfactorAPISecret) GetSecretValueOk() (*string, bool)` + +GetSecretValueOk returns a tuple with the SecretValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSecretValue + +`func (o *ModelsKeyfactorAPISecret) SetSecretValue(v string)` + +SetSecretValue sets SecretValue field to given value. + +### HasSecretValue + +`func (o *ModelsKeyfactorAPISecret) HasSecretValue() bool` + +HasSecretValue returns a boolean if a field has been set. + +### GetParameters + +`func (o *ModelsKeyfactorAPISecret) GetParameters() map[string]string` + +GetParameters returns the Parameters field if non-nil, zero value otherwise. + +### GetParametersOk + +`func (o *ModelsKeyfactorAPISecret) GetParametersOk() (*map[string]string, bool)` + +GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameters + +`func (o *ModelsKeyfactorAPISecret) SetParameters(v map[string]string)` + +SetParameters sets Parameters field to given value. + +### HasParameters + +`func (o *ModelsKeyfactorAPISecret) HasParameters() bool` + +HasParameters returns a boolean if a field has been set. + +### GetProvider + +`func (o *ModelsKeyfactorAPISecret) GetProvider() int32` + +GetProvider returns the Provider field if non-nil, zero value otherwise. + +### GetProviderOk + +`func (o *ModelsKeyfactorAPISecret) GetProviderOk() (*int32, bool)` + +GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProvider + +`func (o *ModelsKeyfactorAPISecret) SetProvider(v int32)` + +SetProvider sets Provider field to given value. + +### HasProvider + +`func (o *ModelsKeyfactorAPISecret) HasProvider() bool` + +HasProvider returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsMetadataAllUpdateRequest.md b/docs/ModelsMetadataAllUpdateRequest.md new file mode 100644 index 0000000..50a0862 --- /dev/null +++ b/docs/ModelsMetadataAllUpdateRequest.md @@ -0,0 +1,103 @@ +# ModelsMetadataAllUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Query** | Pointer to **string** | | [optional] +**CertificateIds** | Pointer to **[]int32** | | [optional] +**Metadata** | [**[]ModelsMetadataSingleUpdateRequest**](ModelsMetadataSingleUpdateRequest.md) | | + +## Methods + +### NewModelsMetadataAllUpdateRequest + +`func NewModelsMetadataAllUpdateRequest(metadata []ModelsMetadataSingleUpdateRequest, ) *ModelsMetadataAllUpdateRequest` + +NewModelsMetadataAllUpdateRequest instantiates a new ModelsMetadataAllUpdateRequest 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 + +### NewModelsMetadataAllUpdateRequestWithDefaults + +`func NewModelsMetadataAllUpdateRequestWithDefaults() *ModelsMetadataAllUpdateRequest` + +NewModelsMetadataAllUpdateRequestWithDefaults instantiates a new ModelsMetadataAllUpdateRequest 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 + +### GetQuery + +`func (o *ModelsMetadataAllUpdateRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *ModelsMetadataAllUpdateRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *ModelsMetadataAllUpdateRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *ModelsMetadataAllUpdateRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + +### GetCertificateIds + +`func (o *ModelsMetadataAllUpdateRequest) GetCertificateIds() []int32` + +GetCertificateIds returns the CertificateIds field if non-nil, zero value otherwise. + +### GetCertificateIdsOk + +`func (o *ModelsMetadataAllUpdateRequest) GetCertificateIdsOk() (*[]int32, bool)` + +GetCertificateIdsOk returns a tuple with the CertificateIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateIds + +`func (o *ModelsMetadataAllUpdateRequest) SetCertificateIds(v []int32)` + +SetCertificateIds sets CertificateIds field to given value. + +### HasCertificateIds + +`func (o *ModelsMetadataAllUpdateRequest) HasCertificateIds() bool` + +HasCertificateIds returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsMetadataAllUpdateRequest) GetMetadata() []ModelsMetadataSingleUpdateRequest` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsMetadataAllUpdateRequest) GetMetadataOk() (*[]ModelsMetadataSingleUpdateRequest, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsMetadataAllUpdateRequest) SetMetadata(v []ModelsMetadataSingleUpdateRequest)` + +SetMetadata sets Metadata field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsMetadataFieldTypeModel.md b/docs/ModelsMetadataFieldTypeModel.md new file mode 100644 index 0000000..9c7a04d --- /dev/null +++ b/docs/ModelsMetadataFieldTypeModel.md @@ -0,0 +1,316 @@ +# ModelsMetadataFieldTypeModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] +**Hint** | Pointer to **string** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Options** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**DisplayOrder** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsMetadataFieldTypeModel + +`func NewModelsMetadataFieldTypeModel() *ModelsMetadataFieldTypeModel` + +NewModelsMetadataFieldTypeModel instantiates a new ModelsMetadataFieldTypeModel 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 + +### NewModelsMetadataFieldTypeModelWithDefaults + +`func NewModelsMetadataFieldTypeModelWithDefaults() *ModelsMetadataFieldTypeModel` + +NewModelsMetadataFieldTypeModelWithDefaults instantiates a new ModelsMetadataFieldTypeModel 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 + +### GetId + +`func (o *ModelsMetadataFieldTypeModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsMetadataFieldTypeModel) 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. + +### SetId + +`func (o *ModelsMetadataFieldTypeModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsMetadataFieldTypeModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsMetadataFieldTypeModel) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsMetadataFieldTypeModel) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsMetadataFieldTypeModel) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsMetadataFieldTypeModel) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsMetadataFieldTypeModel) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsMetadataFieldTypeModel) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsMetadataFieldTypeModel) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsMetadataFieldTypeModel) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetDataType + +`func (o *ModelsMetadataFieldTypeModel) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *ModelsMetadataFieldTypeModel) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *ModelsMetadataFieldTypeModel) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *ModelsMetadataFieldTypeModel) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + +### GetHint + +`func (o *ModelsMetadataFieldTypeModel) GetHint() string` + +GetHint returns the Hint field if non-nil, zero value otherwise. + +### GetHintOk + +`func (o *ModelsMetadataFieldTypeModel) GetHintOk() (*string, bool)` + +GetHintOk returns a tuple with the Hint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHint + +`func (o *ModelsMetadataFieldTypeModel) SetHint(v string)` + +SetHint sets Hint field to given value. + +### HasHint + +`func (o *ModelsMetadataFieldTypeModel) HasHint() bool` + +HasHint returns a boolean if a field has been set. + +### GetValidation + +`func (o *ModelsMetadataFieldTypeModel) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *ModelsMetadataFieldTypeModel) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *ModelsMetadataFieldTypeModel) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *ModelsMetadataFieldTypeModel) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *ModelsMetadataFieldTypeModel) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *ModelsMetadataFieldTypeModel) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *ModelsMetadataFieldTypeModel) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *ModelsMetadataFieldTypeModel) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsMetadataFieldTypeModel) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsMetadataFieldTypeModel) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsMetadataFieldTypeModel) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsMetadataFieldTypeModel) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetOptions + +`func (o *ModelsMetadataFieldTypeModel) GetOptions() string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *ModelsMetadataFieldTypeModel) GetOptionsOk() (*string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *ModelsMetadataFieldTypeModel) SetOptions(v string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *ModelsMetadataFieldTypeModel) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsMetadataFieldTypeModel) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsMetadataFieldTypeModel) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsMetadataFieldTypeModel) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsMetadataFieldTypeModel) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetDisplayOrder + +`func (o *ModelsMetadataFieldTypeModel) GetDisplayOrder() int32` + +GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise. + +### GetDisplayOrderOk + +`func (o *ModelsMetadataFieldTypeModel) GetDisplayOrderOk() (*int32, bool)` + +GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDisplayOrder + +`func (o *ModelsMetadataFieldTypeModel) SetDisplayOrder(v int32)` + +SetDisplayOrder sets DisplayOrder field to given value. + +### HasDisplayOrder + +`func (o *ModelsMetadataFieldTypeModel) HasDisplayOrder() bool` + +HasDisplayOrder returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsMetadataSingleUpdateRequest.md b/docs/ModelsMetadataSingleUpdateRequest.md new file mode 100644 index 0000000..ad8d242 --- /dev/null +++ b/docs/ModelsMetadataSingleUpdateRequest.md @@ -0,0 +1,108 @@ +# ModelsMetadataSingleUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**MetadataName** | Pointer to **string** | | [optional] +**Value** | Pointer to **string** | | [optional] +**OverwriteExisting** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsMetadataSingleUpdateRequest + +`func NewModelsMetadataSingleUpdateRequest() *ModelsMetadataSingleUpdateRequest` + +NewModelsMetadataSingleUpdateRequest instantiates a new ModelsMetadataSingleUpdateRequest 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 + +### NewModelsMetadataSingleUpdateRequestWithDefaults + +`func NewModelsMetadataSingleUpdateRequestWithDefaults() *ModelsMetadataSingleUpdateRequest` + +NewModelsMetadataSingleUpdateRequestWithDefaults instantiates a new ModelsMetadataSingleUpdateRequest 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 + +### GetMetadataName + +`func (o *ModelsMetadataSingleUpdateRequest) GetMetadataName() string` + +GetMetadataName returns the MetadataName field if non-nil, zero value otherwise. + +### GetMetadataNameOk + +`func (o *ModelsMetadataSingleUpdateRequest) GetMetadataNameOk() (*string, bool)` + +GetMetadataNameOk returns a tuple with the MetadataName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadataName + +`func (o *ModelsMetadataSingleUpdateRequest) SetMetadataName(v string)` + +SetMetadataName sets MetadataName field to given value. + +### HasMetadataName + +`func (o *ModelsMetadataSingleUpdateRequest) HasMetadataName() bool` + +HasMetadataName returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsMetadataSingleUpdateRequest) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsMetadataSingleUpdateRequest) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsMetadataSingleUpdateRequest) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsMetadataSingleUpdateRequest) HasValue() bool` + +HasValue returns a boolean if a field has been set. + +### GetOverwriteExisting + +`func (o *ModelsMetadataSingleUpdateRequest) GetOverwriteExisting() bool` + +GetOverwriteExisting returns the OverwriteExisting field if non-nil, zero value otherwise. + +### GetOverwriteExistingOk + +`func (o *ModelsMetadataSingleUpdateRequest) GetOverwriteExistingOk() (*bool, bool)` + +GetOverwriteExistingOk returns a tuple with the OverwriteExisting field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOverwriteExisting + +`func (o *ModelsMetadataSingleUpdateRequest) SetOverwriteExisting(v bool)` + +SetOverwriteExisting sets OverwriteExisting field to given value. + +### HasOverwriteExisting + +`func (o *ModelsMetadataSingleUpdateRequest) HasOverwriteExisting() bool` + +HasOverwriteExisting returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsMetadataUpdateRequest.md b/docs/ModelsMetadataUpdateRequest.md new file mode 100644 index 0000000..4d4a9a6 --- /dev/null +++ b/docs/ModelsMetadataUpdateRequest.md @@ -0,0 +1,77 @@ +# ModelsMetadataUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Metadata** | **map[string]string** | | + +## Methods + +### NewModelsMetadataUpdateRequest + +`func NewModelsMetadataUpdateRequest(metadata map[string]string, ) *ModelsMetadataUpdateRequest` + +NewModelsMetadataUpdateRequest instantiates a new ModelsMetadataUpdateRequest 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 + +### NewModelsMetadataUpdateRequestWithDefaults + +`func NewModelsMetadataUpdateRequestWithDefaults() *ModelsMetadataUpdateRequest` + +NewModelsMetadataUpdateRequestWithDefaults instantiates a new ModelsMetadataUpdateRequest 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 + +### GetId + +`func (o *ModelsMetadataUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsMetadataUpdateRequest) 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. + +### SetId + +`func (o *ModelsMetadataUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsMetadataUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsMetadataUpdateRequest) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsMetadataUpdateRequest) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsMetadataUpdateRequest) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsMonitoringRevocationMonitoringAlertResponse.md b/docs/ModelsMonitoringRevocationMonitoringAlertResponse.md new file mode 100644 index 0000000..9aba2db --- /dev/null +++ b/docs/ModelsMonitoringRevocationMonitoringAlertResponse.md @@ -0,0 +1,108 @@ +# ModelsMonitoringRevocationMonitoringAlertResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Subject** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**Recipients** | Pointer to **[]string** | | [optional] + +## Methods + +### NewModelsMonitoringRevocationMonitoringAlertResponse + +`func NewModelsMonitoringRevocationMonitoringAlertResponse() *ModelsMonitoringRevocationMonitoringAlertResponse` + +NewModelsMonitoringRevocationMonitoringAlertResponse instantiates a new ModelsMonitoringRevocationMonitoringAlertResponse 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 + +### NewModelsMonitoringRevocationMonitoringAlertResponseWithDefaults + +`func NewModelsMonitoringRevocationMonitoringAlertResponseWithDefaults() *ModelsMonitoringRevocationMonitoringAlertResponse` + +NewModelsMonitoringRevocationMonitoringAlertResponseWithDefaults instantiates a new ModelsMonitoringRevocationMonitoringAlertResponse 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 + +### GetSubject + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetSubject() string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetSubjectOk() (*string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) SetSubject(v string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetRecipients + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetRecipients() []string` + +GetRecipients returns the Recipients field if non-nil, zero value otherwise. + +### GetRecipientsOk + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) GetRecipientsOk() (*[]string, bool)` + +GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRecipients + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) SetRecipients(v []string)` + +SetRecipients sets Recipients field to given value. + +### HasRecipients + +`func (o *ModelsMonitoringRevocationMonitoringAlertResponse) HasRecipients() bool` + +HasRecipients returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsBulkOrchestratorJobPair.md b/docs/ModelsOrchestratorJobsBulkOrchestratorJobPair.md new file mode 100644 index 0000000..ed7bd36 --- /dev/null +++ b/docs/ModelsOrchestratorJobsBulkOrchestratorJobPair.md @@ -0,0 +1,82 @@ +# ModelsOrchestratorJobsBulkOrchestratorJobPair + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobId** | Pointer to **string** | | [optional] +**OrchestratorId** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsOrchestratorJobsBulkOrchestratorJobPair + +`func NewModelsOrchestratorJobsBulkOrchestratorJobPair() *ModelsOrchestratorJobsBulkOrchestratorJobPair` + +NewModelsOrchestratorJobsBulkOrchestratorJobPair instantiates a new ModelsOrchestratorJobsBulkOrchestratorJobPair 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 + +### NewModelsOrchestratorJobsBulkOrchestratorJobPairWithDefaults + +`func NewModelsOrchestratorJobsBulkOrchestratorJobPairWithDefaults() *ModelsOrchestratorJobsBulkOrchestratorJobPair` + +NewModelsOrchestratorJobsBulkOrchestratorJobPairWithDefaults instantiates a new ModelsOrchestratorJobsBulkOrchestratorJobPair 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 + +### GetJobId + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) GetJobId() string` + +GetJobId returns the JobId field if non-nil, zero value otherwise. + +### GetJobIdOk + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) GetJobIdOk() (*string, bool)` + +GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobId + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) SetJobId(v string)` + +SetJobId sets JobId field to given value. + +### HasJobId + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) HasJobId() bool` + +HasJobId returns a boolean if a field has been set. + +### GetOrchestratorId + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) GetOrchestratorId() string` + +GetOrchestratorId returns the OrchestratorId field if non-nil, zero value otherwise. + +### GetOrchestratorIdOk + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) GetOrchestratorIdOk() (*string, bool)` + +GetOrchestratorIdOk returns a tuple with the OrchestratorId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOrchestratorId + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) SetOrchestratorId(v string)` + +SetOrchestratorId sets OrchestratorId field to given value. + +### HasOrchestratorId + +`func (o *ModelsOrchestratorJobsBulkOrchestratorJobPair) HasOrchestratorId() bool` + +HasOrchestratorId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsJob.md b/docs/ModelsOrchestratorJobsJob.md new file mode 100644 index 0000000..88b0cca --- /dev/null +++ b/docs/ModelsOrchestratorJobsJob.md @@ -0,0 +1,186 @@ +# ModelsOrchestratorJobsJob + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] +**Target** | Pointer to **string** | | [optional] +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**Requested** | Pointer to **string** | | [optional] +**JobType** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsOrchestratorJobsJob + +`func NewModelsOrchestratorJobsJob() *ModelsOrchestratorJobsJob` + +NewModelsOrchestratorJobsJob instantiates a new ModelsOrchestratorJobsJob 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 + +### NewModelsOrchestratorJobsJobWithDefaults + +`func NewModelsOrchestratorJobsJobWithDefaults() *ModelsOrchestratorJobsJob` + +NewModelsOrchestratorJobsJobWithDefaults instantiates a new ModelsOrchestratorJobsJob 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 + +### GetId + +`func (o *ModelsOrchestratorJobsJob) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsOrchestratorJobsJob) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsOrchestratorJobsJob) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsOrchestratorJobsJob) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsOrchestratorJobsJob) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsOrchestratorJobsJob) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsOrchestratorJobsJob) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsOrchestratorJobsJob) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetTarget + +`func (o *ModelsOrchestratorJobsJob) GetTarget() string` + +GetTarget returns the Target field if non-nil, zero value otherwise. + +### GetTargetOk + +`func (o *ModelsOrchestratorJobsJob) GetTargetOk() (*string, bool)` + +GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTarget + +`func (o *ModelsOrchestratorJobsJob) SetTarget(v string)` + +SetTarget sets Target field to given value. + +### HasTarget + +`func (o *ModelsOrchestratorJobsJob) HasTarget() bool` + +HasTarget returns a boolean if a field has been set. + +### GetSchedule + +`func (o *ModelsOrchestratorJobsJob) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *ModelsOrchestratorJobsJob) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *ModelsOrchestratorJobsJob) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *ModelsOrchestratorJobsJob) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetRequested + +`func (o *ModelsOrchestratorJobsJob) GetRequested() string` + +GetRequested returns the Requested field if non-nil, zero value otherwise. + +### GetRequestedOk + +`func (o *ModelsOrchestratorJobsJob) GetRequestedOk() (*string, bool)` + +GetRequestedOk returns a tuple with the Requested field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequested + +`func (o *ModelsOrchestratorJobsJob) SetRequested(v string)` + +SetRequested sets Requested field to given value. + +### HasRequested + +`func (o *ModelsOrchestratorJobsJob) HasRequested() bool` + +HasRequested returns a boolean if a field has been set. + +### GetJobType + +`func (o *ModelsOrchestratorJobsJob) GetJobType() string` + +GetJobType returns the JobType field if non-nil, zero value otherwise. + +### GetJobTypeOk + +`func (o *ModelsOrchestratorJobsJob) GetJobTypeOk() (*string, bool)` + +GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobType + +`func (o *ModelsOrchestratorJobsJob) SetJobType(v string)` + +SetJobType sets JobType field to given value. + +### HasJobType + +`func (o *ModelsOrchestratorJobsJob) HasJobType() bool` + +HasJobType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsJobTypeCreateRequest.md b/docs/ModelsOrchestratorJobsJobTypeCreateRequest.md new file mode 100644 index 0000000..85c823f --- /dev/null +++ b/docs/ModelsOrchestratorJobsJobTypeCreateRequest.md @@ -0,0 +1,103 @@ +# ModelsOrchestratorJobsJobTypeCreateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobTypeName** | **string** | | +**Description** | Pointer to **string** | | [optional] +**JobTypeFields** | Pointer to [**[]ModelsOrchestratorJobsJobTypeFieldRequest**](ModelsOrchestratorJobsJobTypeFieldRequest.md) | | [optional] + +## Methods + +### NewModelsOrchestratorJobsJobTypeCreateRequest + +`func NewModelsOrchestratorJobsJobTypeCreateRequest(jobTypeName string, ) *ModelsOrchestratorJobsJobTypeCreateRequest` + +NewModelsOrchestratorJobsJobTypeCreateRequest instantiates a new ModelsOrchestratorJobsJobTypeCreateRequest 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 + +### NewModelsOrchestratorJobsJobTypeCreateRequestWithDefaults + +`func NewModelsOrchestratorJobsJobTypeCreateRequestWithDefaults() *ModelsOrchestratorJobsJobTypeCreateRequest` + +NewModelsOrchestratorJobsJobTypeCreateRequestWithDefaults instantiates a new ModelsOrchestratorJobsJobTypeCreateRequest 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 + +### GetJobTypeName + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + + +### GetDescription + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetJobTypeFields + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeFields() []ModelsOrchestratorJobsJobTypeFieldRequest` + +GetJobTypeFields returns the JobTypeFields field if non-nil, zero value otherwise. + +### GetJobTypeFieldsOk + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeFieldsOk() (*[]ModelsOrchestratorJobsJobTypeFieldRequest, bool)` + +GetJobTypeFieldsOk returns a tuple with the JobTypeFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeFields + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) SetJobTypeFields(v []ModelsOrchestratorJobsJobTypeFieldRequest)` + +SetJobTypeFields sets JobTypeFields field to given value. + +### HasJobTypeFields + +`func (o *ModelsOrchestratorJobsJobTypeCreateRequest) HasJobTypeFields() bool` + +HasJobTypeFields returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsJobTypeFieldRequest.md b/docs/ModelsOrchestratorJobsJobTypeFieldRequest.md new file mode 100644 index 0000000..8be6f49 --- /dev/null +++ b/docs/ModelsOrchestratorJobsJobTypeFieldRequest.md @@ -0,0 +1,124 @@ +# ModelsOrchestratorJobsJobTypeFieldRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**Type** | **int32** | | +**DefaultValue** | Pointer to **string** | | [optional] +**Required** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsOrchestratorJobsJobTypeFieldRequest + +`func NewModelsOrchestratorJobsJobTypeFieldRequest(name string, type_ int32, ) *ModelsOrchestratorJobsJobTypeFieldRequest` + +NewModelsOrchestratorJobsJobTypeFieldRequest instantiates a new ModelsOrchestratorJobsJobTypeFieldRequest 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 + +### NewModelsOrchestratorJobsJobTypeFieldRequestWithDefaults + +`func NewModelsOrchestratorJobsJobTypeFieldRequestWithDefaults() *ModelsOrchestratorJobsJobTypeFieldRequest` + +NewModelsOrchestratorJobsJobTypeFieldRequestWithDefaults instantiates a new ModelsOrchestratorJobsJobTypeFieldRequest 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 + +### GetName + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetType + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetType() int32` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetTypeOk() (*int32, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) SetType(v int32)` + +SetType sets Type field to given value. + + +### GetDefaultValue + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetRequired + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetRequired() bool` + +GetRequired returns the Required field if non-nil, zero value otherwise. + +### GetRequiredOk + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) GetRequiredOk() (*bool, bool)` + +GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequired + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) SetRequired(v bool)` + +SetRequired sets Required field to given value. + +### HasRequired + +`func (o *ModelsOrchestratorJobsJobTypeFieldRequest) HasRequired() bool` + +HasRequired returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsJobTypeUpdateRequest.md b/docs/ModelsOrchestratorJobsJobTypeUpdateRequest.md new file mode 100644 index 0000000..2cbba5b --- /dev/null +++ b/docs/ModelsOrchestratorJobsJobTypeUpdateRequest.md @@ -0,0 +1,124 @@ +# ModelsOrchestratorJobsJobTypeUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **string** | | +**JobTypeName** | **string** | | +**Description** | Pointer to **string** | | [optional] +**JobTypeFields** | Pointer to [**[]ModelsOrchestratorJobsJobTypeFieldRequest**](ModelsOrchestratorJobsJobTypeFieldRequest.md) | | [optional] + +## Methods + +### NewModelsOrchestratorJobsJobTypeUpdateRequest + +`func NewModelsOrchestratorJobsJobTypeUpdateRequest(id string, jobTypeName string, ) *ModelsOrchestratorJobsJobTypeUpdateRequest` + +NewModelsOrchestratorJobsJobTypeUpdateRequest instantiates a new ModelsOrchestratorJobsJobTypeUpdateRequest 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 + +### NewModelsOrchestratorJobsJobTypeUpdateRequestWithDefaults + +`func NewModelsOrchestratorJobsJobTypeUpdateRequestWithDefaults() *ModelsOrchestratorJobsJobTypeUpdateRequest` + +NewModelsOrchestratorJobsJobTypeUpdateRequestWithDefaults instantiates a new ModelsOrchestratorJobsJobTypeUpdateRequest 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 + +### GetId + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) SetId(v string)` + +SetId sets Id field to given value. + + +### GetJobTypeName + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + + +### GetDescription + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetJobTypeFields + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeFields() []ModelsOrchestratorJobsJobTypeFieldRequest` + +GetJobTypeFields returns the JobTypeFields field if non-nil, zero value otherwise. + +### GetJobTypeFieldsOk + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeFieldsOk() (*[]ModelsOrchestratorJobsJobTypeFieldRequest, bool)` + +GetJobTypeFieldsOk returns a tuple with the JobTypeFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeFields + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) SetJobTypeFields(v []ModelsOrchestratorJobsJobTypeFieldRequest)` + +SetJobTypeFields sets JobTypeFields field to given value. + +### HasJobTypeFields + +`func (o *ModelsOrchestratorJobsJobTypeUpdateRequest) HasJobTypeFields() bool` + +HasJobTypeFields returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsScheduleBulkJobRequest.md b/docs/ModelsOrchestratorJobsScheduleBulkJobRequest.md new file mode 100644 index 0000000..a11943b --- /dev/null +++ b/docs/ModelsOrchestratorJobsScheduleBulkJobRequest.md @@ -0,0 +1,124 @@ +# ModelsOrchestratorJobsScheduleBulkJobRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**OrchestratorIds** | **[]string** | | +**JobTypeName** | **string** | | +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**JobFields** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsOrchestratorJobsScheduleBulkJobRequest + +`func NewModelsOrchestratorJobsScheduleBulkJobRequest(orchestratorIds []string, jobTypeName string, ) *ModelsOrchestratorJobsScheduleBulkJobRequest` + +NewModelsOrchestratorJobsScheduleBulkJobRequest instantiates a new ModelsOrchestratorJobsScheduleBulkJobRequest 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 + +### NewModelsOrchestratorJobsScheduleBulkJobRequestWithDefaults + +`func NewModelsOrchestratorJobsScheduleBulkJobRequestWithDefaults() *ModelsOrchestratorJobsScheduleBulkJobRequest` + +NewModelsOrchestratorJobsScheduleBulkJobRequestWithDefaults instantiates a new ModelsOrchestratorJobsScheduleBulkJobRequest 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 + +### GetOrchestratorIds + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetOrchestratorIds() []string` + +GetOrchestratorIds returns the OrchestratorIds field if non-nil, zero value otherwise. + +### GetOrchestratorIdsOk + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetOrchestratorIdsOk() (*[]string, bool)` + +GetOrchestratorIdsOk returns a tuple with the OrchestratorIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOrchestratorIds + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) SetOrchestratorIds(v []string)` + +SetOrchestratorIds sets OrchestratorIds field to given value. + + +### GetJobTypeName + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + + +### GetSchedule + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetJobFields + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetJobFields() map[string]string` + +GetJobFields returns the JobFields field if non-nil, zero value otherwise. + +### GetJobFieldsOk + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) GetJobFieldsOk() (*map[string]string, bool)` + +GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobFields + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) SetJobFields(v map[string]string)` + +SetJobFields sets JobFields field to given value. + +### HasJobFields + +`func (o *ModelsOrchestratorJobsScheduleBulkJobRequest) HasJobFields() bool` + +HasJobFields returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsOrchestratorJobsScheduleJobRequest.md b/docs/ModelsOrchestratorJobsScheduleJobRequest.md new file mode 100644 index 0000000..84e59c6 --- /dev/null +++ b/docs/ModelsOrchestratorJobsScheduleJobRequest.md @@ -0,0 +1,124 @@ +# ModelsOrchestratorJobsScheduleJobRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentId** | **string** | | +**JobTypeName** | **string** | | +**Schedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**JobFields** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsOrchestratorJobsScheduleJobRequest + +`func NewModelsOrchestratorJobsScheduleJobRequest(agentId string, jobTypeName string, ) *ModelsOrchestratorJobsScheduleJobRequest` + +NewModelsOrchestratorJobsScheduleJobRequest instantiates a new ModelsOrchestratorJobsScheduleJobRequest 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 + +### NewModelsOrchestratorJobsScheduleJobRequestWithDefaults + +`func NewModelsOrchestratorJobsScheduleJobRequestWithDefaults() *ModelsOrchestratorJobsScheduleJobRequest` + +NewModelsOrchestratorJobsScheduleJobRequestWithDefaults instantiates a new ModelsOrchestratorJobsScheduleJobRequest 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 + +### GetAgentId + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + + +### GetJobTypeName + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetJobTypeName() string` + +GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise. + +### GetJobTypeNameOk + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetJobTypeNameOk() (*string, bool)` + +GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobTypeName + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) SetJobTypeName(v string)` + +SetJobTypeName sets JobTypeName field to given value. + + +### GetSchedule + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSchedule returns the Schedule field if non-nil, zero value otherwise. + +### GetScheduleOk + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedule + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSchedule sets Schedule field to given value. + +### HasSchedule + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) HasSchedule() bool` + +HasSchedule returns a boolean if a field has been set. + +### GetJobFields + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetJobFields() map[string]string` + +GetJobFields returns the JobFields field if non-nil, zero value otherwise. + +### GetJobFieldsOk + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) GetJobFieldsOk() (*map[string]string, bool)` + +GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobFields + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) SetJobFields(v map[string]string)` + +SetJobFields sets JobFields field to given value. + +### HasJobFields + +`func (o *ModelsOrchestratorJobsScheduleJobRequest) HasJobFields() bool` + +HasJobFields returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsPKICertificateOperation.md b/docs/ModelsPKICertificateOperation.md new file mode 100644 index 0000000..1c16911 --- /dev/null +++ b/docs/ModelsPKICertificateOperation.md @@ -0,0 +1,186 @@ +# ModelsPKICertificateOperation + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int64** | | [optional] +**OperationStart** | Pointer to **time.Time** | | [optional] +**OperationEnd** | Pointer to **time.Time** | | [optional] +**Username** | Pointer to **string** | | [optional] +**Comment** | Pointer to **string** | | [optional] +**Action** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsPKICertificateOperation + +`func NewModelsPKICertificateOperation() *ModelsPKICertificateOperation` + +NewModelsPKICertificateOperation instantiates a new ModelsPKICertificateOperation 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 + +### NewModelsPKICertificateOperationWithDefaults + +`func NewModelsPKICertificateOperationWithDefaults() *ModelsPKICertificateOperation` + +NewModelsPKICertificateOperationWithDefaults instantiates a new ModelsPKICertificateOperation 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 + +### GetId + +`func (o *ModelsPKICertificateOperation) GetId() int64` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsPKICertificateOperation) GetIdOk() (*int64, 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. + +### SetId + +`func (o *ModelsPKICertificateOperation) SetId(v int64)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsPKICertificateOperation) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetOperationStart + +`func (o *ModelsPKICertificateOperation) GetOperationStart() time.Time` + +GetOperationStart returns the OperationStart field if non-nil, zero value otherwise. + +### GetOperationStartOk + +`func (o *ModelsPKICertificateOperation) GetOperationStartOk() (*time.Time, bool)` + +GetOperationStartOk returns a tuple with the OperationStart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOperationStart + +`func (o *ModelsPKICertificateOperation) SetOperationStart(v time.Time)` + +SetOperationStart sets OperationStart field to given value. + +### HasOperationStart + +`func (o *ModelsPKICertificateOperation) HasOperationStart() bool` + +HasOperationStart returns a boolean if a field has been set. + +### GetOperationEnd + +`func (o *ModelsPKICertificateOperation) GetOperationEnd() time.Time` + +GetOperationEnd returns the OperationEnd field if non-nil, zero value otherwise. + +### GetOperationEndOk + +`func (o *ModelsPKICertificateOperation) GetOperationEndOk() (*time.Time, bool)` + +GetOperationEndOk returns a tuple with the OperationEnd field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOperationEnd + +`func (o *ModelsPKICertificateOperation) SetOperationEnd(v time.Time)` + +SetOperationEnd sets OperationEnd field to given value. + +### HasOperationEnd + +`func (o *ModelsPKICertificateOperation) HasOperationEnd() bool` + +HasOperationEnd returns a boolean if a field has been set. + +### GetUsername + +`func (o *ModelsPKICertificateOperation) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsPKICertificateOperation) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsPKICertificateOperation) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *ModelsPKICertificateOperation) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetComment + +`func (o *ModelsPKICertificateOperation) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsPKICertificateOperation) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsPKICertificateOperation) SetComment(v string)` + +SetComment sets Comment field to given value. + +### HasComment + +`func (o *ModelsPKICertificateOperation) HasComment() bool` + +HasComment returns a boolean if a field has been set. + +### GetAction + +`func (o *ModelsPKICertificateOperation) GetAction() string` + +GetAction returns the Action field if non-nil, zero value otherwise. + +### GetActionOk + +`func (o *ModelsPKICertificateOperation) GetActionOk() (*string, bool)` + +GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAction + +`func (o *ModelsPKICertificateOperation) SetAction(v string)` + +SetAction sets Action field to given value. + +### HasAction + +`func (o *ModelsPKICertificateOperation) HasAction() bool` + +HasAction returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsPagedQuery.md b/docs/ModelsPagedQuery.md new file mode 100644 index 0000000..af2cc9a --- /dev/null +++ b/docs/ModelsPagedQuery.md @@ -0,0 +1,160 @@ +# ModelsPagedQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsPagedQuery + +`func NewModelsPagedQuery() *ModelsPagedQuery` + +NewModelsPagedQuery instantiates a new ModelsPagedQuery 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 + +### NewModelsPagedQueryWithDefaults + +`func NewModelsPagedQueryWithDefaults() *ModelsPagedQuery` + +NewModelsPagedQueryWithDefaults instantiates a new ModelsPagedQuery 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 + +### GetQueryString + +`func (o *ModelsPagedQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsPagedQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsPagedQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsPagedQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsPagedQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsPagedQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsPagedQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsPagedQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsPagedQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsPagedQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsPagedQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsPagedQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsPagedQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsPagedQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsPagedQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsPagedQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsPagedQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsPagedQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsPagedQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsPagedQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsPendingCSRResponse.md b/docs/ModelsPendingCSRResponse.md new file mode 100644 index 0000000..e557472 --- /dev/null +++ b/docs/ModelsPendingCSRResponse.md @@ -0,0 +1,134 @@ +# ModelsPendingCSRResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**CSR** | Pointer to **string** | | [optional] +**RequestTime** | Pointer to **time.Time** | | [optional] +**Subject** | Pointer to **[]string** | | [optional] + +## Methods + +### NewModelsPendingCSRResponse + +`func NewModelsPendingCSRResponse() *ModelsPendingCSRResponse` + +NewModelsPendingCSRResponse instantiates a new ModelsPendingCSRResponse 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 + +### NewModelsPendingCSRResponseWithDefaults + +`func NewModelsPendingCSRResponseWithDefaults() *ModelsPendingCSRResponse` + +NewModelsPendingCSRResponseWithDefaults instantiates a new ModelsPendingCSRResponse 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 + +### GetId + +`func (o *ModelsPendingCSRResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsPendingCSRResponse) 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. + +### SetId + +`func (o *ModelsPendingCSRResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsPendingCSRResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetCSR + +`func (o *ModelsPendingCSRResponse) GetCSR() string` + +GetCSR returns the CSR field if non-nil, zero value otherwise. + +### GetCSROk + +`func (o *ModelsPendingCSRResponse) GetCSROk() (*string, bool)` + +GetCSROk returns a tuple with the CSR field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCSR + +`func (o *ModelsPendingCSRResponse) SetCSR(v string)` + +SetCSR sets CSR field to given value. + +### HasCSR + +`func (o *ModelsPendingCSRResponse) HasCSR() bool` + +HasCSR returns a boolean if a field has been set. + +### GetRequestTime + +`func (o *ModelsPendingCSRResponse) GetRequestTime() time.Time` + +GetRequestTime returns the RequestTime field if non-nil, zero value otherwise. + +### GetRequestTimeOk + +`func (o *ModelsPendingCSRResponse) GetRequestTimeOk() (*time.Time, bool)` + +GetRequestTimeOk returns a tuple with the RequestTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestTime + +`func (o *ModelsPendingCSRResponse) SetRequestTime(v time.Time)` + +SetRequestTime sets RequestTime field to given value. + +### HasRequestTime + +`func (o *ModelsPendingCSRResponse) HasRequestTime() bool` + +HasRequestTime returns a boolean if a field has been set. + +### GetSubject + +`func (o *ModelsPendingCSRResponse) GetSubject() []string` + +GetSubject returns the Subject field if non-nil, zero value otherwise. + +### GetSubjectOk + +`func (o *ModelsPendingCSRResponse) GetSubjectOk() (*[]string, bool)` + +GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubject + +`func (o *ModelsPendingCSRResponse) SetSubject(v []string)` + +SetSubject sets Subject field to given value. + +### HasSubject + +`func (o *ModelsPendingCSRResponse) HasSubject() bool` + +HasSubject returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsPkcs10CertificateResponse.md b/docs/ModelsPkcs10CertificateResponse.md new file mode 100644 index 0000000..618506a --- /dev/null +++ b/docs/ModelsPkcs10CertificateResponse.md @@ -0,0 +1,284 @@ +# ModelsPkcs10CertificateResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SerialNumber** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**KeyfactorID** | Pointer to **int32** | The integer ID of the certificate in the keyfactor database, if Issued | [optional] +**Certificates** | Pointer to **[]string** | | [optional] +**KeyfactorRequestId** | Pointer to **int32** | The integer id of the certificate request in the Keyfactor database, if one exists. | [optional] +**RequestDisposition** | Pointer to **string** | | [optional] +**DispositionMessage** | Pointer to **string** | | [optional] +**EnrollmentContext** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsPkcs10CertificateResponse + +`func NewModelsPkcs10CertificateResponse() *ModelsPkcs10CertificateResponse` + +NewModelsPkcs10CertificateResponse instantiates a new ModelsPkcs10CertificateResponse 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 + +### NewModelsPkcs10CertificateResponseWithDefaults + +`func NewModelsPkcs10CertificateResponseWithDefaults() *ModelsPkcs10CertificateResponse` + +NewModelsPkcs10CertificateResponseWithDefaults instantiates a new ModelsPkcs10CertificateResponse 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 + +### GetSerialNumber + +`func (o *ModelsPkcs10CertificateResponse) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsPkcs10CertificateResponse) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsPkcs10CertificateResponse) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsPkcs10CertificateResponse) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsPkcs10CertificateResponse) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsPkcs10CertificateResponse) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsPkcs10CertificateResponse) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsPkcs10CertificateResponse) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsPkcs10CertificateResponse) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsPkcs10CertificateResponse) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsPkcs10CertificateResponse) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsPkcs10CertificateResponse) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsPkcs10CertificateResponse) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsPkcs10CertificateResponse) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetKeyfactorID + +`func (o *ModelsPkcs10CertificateResponse) GetKeyfactorID() int32` + +GetKeyfactorID returns the KeyfactorID field if non-nil, zero value otherwise. + +### GetKeyfactorIDOk + +`func (o *ModelsPkcs10CertificateResponse) GetKeyfactorIDOk() (*int32, bool)` + +GetKeyfactorIDOk returns a tuple with the KeyfactorID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorID + +`func (o *ModelsPkcs10CertificateResponse) SetKeyfactorID(v int32)` + +SetKeyfactorID sets KeyfactorID field to given value. + +### HasKeyfactorID + +`func (o *ModelsPkcs10CertificateResponse) HasKeyfactorID() bool` + +HasKeyfactorID returns a boolean if a field has been set. + +### GetCertificates + +`func (o *ModelsPkcs10CertificateResponse) GetCertificates() []string` + +GetCertificates returns the Certificates field if non-nil, zero value otherwise. + +### GetCertificatesOk + +`func (o *ModelsPkcs10CertificateResponse) GetCertificatesOk() (*[]string, bool)` + +GetCertificatesOk returns a tuple with the Certificates field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificates + +`func (o *ModelsPkcs10CertificateResponse) SetCertificates(v []string)` + +SetCertificates sets Certificates field to given value. + +### HasCertificates + +`func (o *ModelsPkcs10CertificateResponse) HasCertificates() bool` + +HasCertificates returns a boolean if a field has been set. + +### GetKeyfactorRequestId + +`func (o *ModelsPkcs10CertificateResponse) GetKeyfactorRequestId() int32` + +GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise. + +### GetKeyfactorRequestIdOk + +`func (o *ModelsPkcs10CertificateResponse) GetKeyfactorRequestIdOk() (*int32, bool)` + +GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorRequestId + +`func (o *ModelsPkcs10CertificateResponse) SetKeyfactorRequestId(v int32)` + +SetKeyfactorRequestId sets KeyfactorRequestId field to given value. + +### HasKeyfactorRequestId + +`func (o *ModelsPkcs10CertificateResponse) HasKeyfactorRequestId() bool` + +HasKeyfactorRequestId returns a boolean if a field has been set. + +### GetRequestDisposition + +`func (o *ModelsPkcs10CertificateResponse) GetRequestDisposition() string` + +GetRequestDisposition returns the RequestDisposition field if non-nil, zero value otherwise. + +### GetRequestDispositionOk + +`func (o *ModelsPkcs10CertificateResponse) GetRequestDispositionOk() (*string, bool)` + +GetRequestDispositionOk returns a tuple with the RequestDisposition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestDisposition + +`func (o *ModelsPkcs10CertificateResponse) SetRequestDisposition(v string)` + +SetRequestDisposition sets RequestDisposition field to given value. + +### HasRequestDisposition + +`func (o *ModelsPkcs10CertificateResponse) HasRequestDisposition() bool` + +HasRequestDisposition returns a boolean if a field has been set. + +### GetDispositionMessage + +`func (o *ModelsPkcs10CertificateResponse) GetDispositionMessage() string` + +GetDispositionMessage returns the DispositionMessage field if non-nil, zero value otherwise. + +### GetDispositionMessageOk + +`func (o *ModelsPkcs10CertificateResponse) GetDispositionMessageOk() (*string, bool)` + +GetDispositionMessageOk returns a tuple with the DispositionMessage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDispositionMessage + +`func (o *ModelsPkcs10CertificateResponse) SetDispositionMessage(v string)` + +SetDispositionMessage sets DispositionMessage field to given value. + +### HasDispositionMessage + +`func (o *ModelsPkcs10CertificateResponse) HasDispositionMessage() bool` + +HasDispositionMessage returns a boolean if a field has been set. + +### GetEnrollmentContext + +`func (o *ModelsPkcs10CertificateResponse) GetEnrollmentContext() map[string]string` + +GetEnrollmentContext returns the EnrollmentContext field if non-nil, zero value otherwise. + +### GetEnrollmentContextOk + +`func (o *ModelsPkcs10CertificateResponse) GetEnrollmentContextOk() (*map[string]string, bool)` + +GetEnrollmentContextOk returns a tuple with the EnrollmentContext field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollmentContext + +`func (o *ModelsPkcs10CertificateResponse) SetEnrollmentContext(v map[string]string)` + +SetEnrollmentContext sets EnrollmentContext field to given value. + +### HasEnrollmentContext + +`func (o *ModelsPkcs10CertificateResponse) HasEnrollmentContext() bool` + +HasEnrollmentContext returns a boolean if a field has been set. + +### SetEnrollmentContextNil + +`func (o *ModelsPkcs10CertificateResponse) SetEnrollmentContextNil(b bool)` + + SetEnrollmentContextNil sets the value for EnrollmentContext to be an explicit nil + +### UnsetEnrollmentContext +`func (o *ModelsPkcs10CertificateResponse) UnsetEnrollmentContext()` + +UnsetEnrollmentContext ensures that no value is present for EnrollmentContext, not even an explicit nil + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsPkcs12CertificateResponse.md b/docs/ModelsPkcs12CertificateResponse.md new file mode 100644 index 0000000..89f5ecc --- /dev/null +++ b/docs/ModelsPkcs12CertificateResponse.md @@ -0,0 +1,310 @@ +# ModelsPkcs12CertificateResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SerialNumber** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**KeyfactorId** | Pointer to **int32** | | [optional] +**Pkcs12Blob** | Pointer to **string** | | [optional] +**Password** | Pointer to **string** | | [optional] +**KeyfactorRequestId** | Pointer to **int32** | The integer id of the certificate request in the Keyfactor database, if one exists. | [optional] +**RequestDisposition** | Pointer to **string** | | [optional] +**DispositionMessage** | Pointer to **string** | | [optional] +**EnrollmentContext** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsPkcs12CertificateResponse + +`func NewModelsPkcs12CertificateResponse() *ModelsPkcs12CertificateResponse` + +NewModelsPkcs12CertificateResponse instantiates a new ModelsPkcs12CertificateResponse 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 + +### NewModelsPkcs12CertificateResponseWithDefaults + +`func NewModelsPkcs12CertificateResponseWithDefaults() *ModelsPkcs12CertificateResponse` + +NewModelsPkcs12CertificateResponseWithDefaults instantiates a new ModelsPkcs12CertificateResponse 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 + +### GetSerialNumber + +`func (o *ModelsPkcs12CertificateResponse) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsPkcs12CertificateResponse) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsPkcs12CertificateResponse) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsPkcs12CertificateResponse) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsPkcs12CertificateResponse) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsPkcs12CertificateResponse) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsPkcs12CertificateResponse) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsPkcs12CertificateResponse) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsPkcs12CertificateResponse) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsPkcs12CertificateResponse) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetThumbprint + +`func (o *ModelsPkcs12CertificateResponse) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsPkcs12CertificateResponse) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsPkcs12CertificateResponse) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsPkcs12CertificateResponse) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetKeyfactorId + +`func (o *ModelsPkcs12CertificateResponse) GetKeyfactorId() int32` + +GetKeyfactorId returns the KeyfactorId field if non-nil, zero value otherwise. + +### GetKeyfactorIdOk + +`func (o *ModelsPkcs12CertificateResponse) GetKeyfactorIdOk() (*int32, bool)` + +GetKeyfactorIdOk returns a tuple with the KeyfactorId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorId + +`func (o *ModelsPkcs12CertificateResponse) SetKeyfactorId(v int32)` + +SetKeyfactorId sets KeyfactorId field to given value. + +### HasKeyfactorId + +`func (o *ModelsPkcs12CertificateResponse) HasKeyfactorId() bool` + +HasKeyfactorId returns a boolean if a field has been set. + +### GetPkcs12Blob + +`func (o *ModelsPkcs12CertificateResponse) GetPkcs12Blob() string` + +GetPkcs12Blob returns the Pkcs12Blob field if non-nil, zero value otherwise. + +### GetPkcs12BlobOk + +`func (o *ModelsPkcs12CertificateResponse) GetPkcs12BlobOk() (*string, bool)` + +GetPkcs12BlobOk returns a tuple with the Pkcs12Blob field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPkcs12Blob + +`func (o *ModelsPkcs12CertificateResponse) SetPkcs12Blob(v string)` + +SetPkcs12Blob sets Pkcs12Blob field to given value. + +### HasPkcs12Blob + +`func (o *ModelsPkcs12CertificateResponse) HasPkcs12Blob() bool` + +HasPkcs12Blob returns a boolean if a field has been set. + +### GetPassword + +`func (o *ModelsPkcs12CertificateResponse) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsPkcs12CertificateResponse) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsPkcs12CertificateResponse) SetPassword(v string)` + +SetPassword sets Password field to given value. + +### HasPassword + +`func (o *ModelsPkcs12CertificateResponse) HasPassword() bool` + +HasPassword returns a boolean if a field has been set. + +### GetKeyfactorRequestId + +`func (o *ModelsPkcs12CertificateResponse) GetKeyfactorRequestId() int32` + +GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise. + +### GetKeyfactorRequestIdOk + +`func (o *ModelsPkcs12CertificateResponse) GetKeyfactorRequestIdOk() (*int32, bool)` + +GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorRequestId + +`func (o *ModelsPkcs12CertificateResponse) SetKeyfactorRequestId(v int32)` + +SetKeyfactorRequestId sets KeyfactorRequestId field to given value. + +### HasKeyfactorRequestId + +`func (o *ModelsPkcs12CertificateResponse) HasKeyfactorRequestId() bool` + +HasKeyfactorRequestId returns a boolean if a field has been set. + +### GetRequestDisposition + +`func (o *ModelsPkcs12CertificateResponse) GetRequestDisposition() string` + +GetRequestDisposition returns the RequestDisposition field if non-nil, zero value otherwise. + +### GetRequestDispositionOk + +`func (o *ModelsPkcs12CertificateResponse) GetRequestDispositionOk() (*string, bool)` + +GetRequestDispositionOk returns a tuple with the RequestDisposition field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequestDisposition + +`func (o *ModelsPkcs12CertificateResponse) SetRequestDisposition(v string)` + +SetRequestDisposition sets RequestDisposition field to given value. + +### HasRequestDisposition + +`func (o *ModelsPkcs12CertificateResponse) HasRequestDisposition() bool` + +HasRequestDisposition returns a boolean if a field has been set. + +### GetDispositionMessage + +`func (o *ModelsPkcs12CertificateResponse) GetDispositionMessage() string` + +GetDispositionMessage returns the DispositionMessage field if non-nil, zero value otherwise. + +### GetDispositionMessageOk + +`func (o *ModelsPkcs12CertificateResponse) GetDispositionMessageOk() (*string, bool)` + +GetDispositionMessageOk returns a tuple with the DispositionMessage field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDispositionMessage + +`func (o *ModelsPkcs12CertificateResponse) SetDispositionMessage(v string)` + +SetDispositionMessage sets DispositionMessage field to given value. + +### HasDispositionMessage + +`func (o *ModelsPkcs12CertificateResponse) HasDispositionMessage() bool` + +HasDispositionMessage returns a boolean if a field has been set. + +### GetEnrollmentContext + +`func (o *ModelsPkcs12CertificateResponse) GetEnrollmentContext() map[string]string` + +GetEnrollmentContext returns the EnrollmentContext field if non-nil, zero value otherwise. + +### GetEnrollmentContextOk + +`func (o *ModelsPkcs12CertificateResponse) GetEnrollmentContextOk() (*map[string]string, bool)` + +GetEnrollmentContextOk returns a tuple with the EnrollmentContext field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollmentContext + +`func (o *ModelsPkcs12CertificateResponse) SetEnrollmentContext(v map[string]string)` + +SetEnrollmentContext sets EnrollmentContext field to given value. + +### HasEnrollmentContext + +`func (o *ModelsPkcs12CertificateResponse) HasEnrollmentContext() bool` + +HasEnrollmentContext returns a boolean if a field has been set. + +### SetEnrollmentContextNil + +`func (o *ModelsPkcs12CertificateResponse) SetEnrollmentContextNil(b bool)` + + SetEnrollmentContextNil sets the value for EnrollmentContext to be an explicit nil + +### UnsetEnrollmentContext +`func (o *ModelsPkcs12CertificateResponse) UnsetEnrollmentContext()` + +UnsetEnrollmentContext ensures that no value is present for EnrollmentContext, not even an explicit nil + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentBlueprintJobsQuery.md b/docs/ModelsQueryModelsPagedAgentBlueprintJobsQuery.md new file mode 100644 index 0000000..e4a1692 --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentBlueprintJobsQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentBlueprintJobsQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**SkipCount** | Pointer to **int32** | Number of records to be skipped before inclusion in the result set | [optional] [readonly] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (OperationStart, OperationEnd, UserName) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentBlueprintJobsQuery + +`func NewModelsQueryModelsPagedAgentBlueprintJobsQuery() *ModelsQueryModelsPagedAgentBlueprintJobsQuery` + +NewModelsQueryModelsPagedAgentBlueprintJobsQuery instantiates a new ModelsQueryModelsPagedAgentBlueprintJobsQuery 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 + +### NewModelsQueryModelsPagedAgentBlueprintJobsQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentBlueprintJobsQueryWithDefaults() *ModelsQueryModelsPagedAgentBlueprintJobsQuery` + +NewModelsQueryModelsPagedAgentBlueprintJobsQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentBlueprintJobsQuery 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 + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetSkipCount() int32` + +GetSkipCount returns the SkipCount field if non-nil, zero value otherwise. + +### GetSkipCountOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetSkipCountOk() (*int32, bool)` + +GetSkipCountOk returns a tuple with the SkipCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) SetSkipCount(v int32)` + +SetSkipCount sets SkipCount field to given value. + +### HasSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) HasSkipCount() bool` + +HasSkipCount returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintJobsQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentBlueprintQuery.md b/docs/ModelsQueryModelsPagedAgentBlueprintQuery.md new file mode 100644 index 0000000..e02d179 --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentBlueprintQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentBlueprintQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**SkipCount** | Pointer to **int32** | Number of records to be skipped before inclusion in the result set | [optional] [readonly] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (OperationStart, OperationEnd, UserName) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentBlueprintQuery + +`func NewModelsQueryModelsPagedAgentBlueprintQuery() *ModelsQueryModelsPagedAgentBlueprintQuery` + +NewModelsQueryModelsPagedAgentBlueprintQuery instantiates a new ModelsQueryModelsPagedAgentBlueprintQuery 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 + +### NewModelsQueryModelsPagedAgentBlueprintQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentBlueprintQueryWithDefaults() *ModelsQueryModelsPagedAgentBlueprintQuery` + +NewModelsQueryModelsPagedAgentBlueprintQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentBlueprintQuery 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 + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetSkipCount() int32` + +GetSkipCount returns the SkipCount field if non-nil, zero value otherwise. + +### GetSkipCountOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetSkipCountOk() (*int32, bool)` + +GetSkipCountOk returns a tuple with the SkipCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) SetSkipCount(v int32)` + +SetSkipCount sets SkipCount field to given value. + +### HasSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) HasSkipCount() bool` + +HasSkipCount returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentBlueprintStoresQuery.md b/docs/ModelsQueryModelsPagedAgentBlueprintStoresQuery.md new file mode 100644 index 0000000..c9f0395 --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentBlueprintStoresQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentBlueprintStoresQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**SkipCount** | Pointer to **int32** | Number of records to be skipped before inclusion in the result set | [optional] [readonly] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (OperationStart, OperationEnd, UserName) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentBlueprintStoresQuery + +`func NewModelsQueryModelsPagedAgentBlueprintStoresQuery() *ModelsQueryModelsPagedAgentBlueprintStoresQuery` + +NewModelsQueryModelsPagedAgentBlueprintStoresQuery instantiates a new ModelsQueryModelsPagedAgentBlueprintStoresQuery 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 + +### NewModelsQueryModelsPagedAgentBlueprintStoresQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentBlueprintStoresQueryWithDefaults() *ModelsQueryModelsPagedAgentBlueprintStoresQuery` + +NewModelsQueryModelsPagedAgentBlueprintStoresQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentBlueprintStoresQuery 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 + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetSkipCount() int32` + +GetSkipCount returns the SkipCount field if non-nil, zero value otherwise. + +### GetSkipCountOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetSkipCountOk() (*int32, bool)` + +GetSkipCountOk returns a tuple with the SkipCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) SetSkipCount(v int32)` + +SetSkipCount sets SkipCount field to given value. + +### HasSkipCount + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) HasSkipCount() bool` + +HasSkipCount returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentBlueprintStoresQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentJobHistoryQuery.md b/docs/ModelsQueryModelsPagedAgentJobHistoryQuery.md new file mode 100644 index 0000000..2d1bdf5 --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentJobHistoryQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentJobHistoryQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentJobHistoryQuery + +`func NewModelsQueryModelsPagedAgentJobHistoryQuery() *ModelsQueryModelsPagedAgentJobHistoryQuery` + +NewModelsQueryModelsPagedAgentJobHistoryQuery instantiates a new ModelsQueryModelsPagedAgentJobHistoryQuery 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 + +### NewModelsQueryModelsPagedAgentJobHistoryQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentJobHistoryQueryWithDefaults() *ModelsQueryModelsPagedAgentJobHistoryQuery` + +NewModelsQueryModelsPagedAgentJobHistoryQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentJobHistoryQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentJobHistoryQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentJobQuery.md b/docs/ModelsQueryModelsPagedAgentJobQuery.md new file mode 100644 index 0000000..862612b --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentJobQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentJobQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentJobQuery + +`func NewModelsQueryModelsPagedAgentJobQuery() *ModelsQueryModelsPagedAgentJobQuery` + +NewModelsQueryModelsPagedAgentJobQuery instantiates a new ModelsQueryModelsPagedAgentJobQuery 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 + +### NewModelsQueryModelsPagedAgentJobQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentJobQueryWithDefaults() *ModelsQueryModelsPagedAgentJobQuery` + +NewModelsQueryModelsPagedAgentJobQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentJobQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedAgentJobQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedAgentJobQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentJobQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentJobQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentJobQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentJobQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentJobQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentJobQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentJobQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentJobQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentJobQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentPoolAgentsQuery.md b/docs/ModelsQueryModelsPagedAgentPoolAgentsQuery.md new file mode 100644 index 0000000..fcfb1f3 --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentPoolAgentsQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentPoolAgentsQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentPoolAgentsQuery + +`func NewModelsQueryModelsPagedAgentPoolAgentsQuery() *ModelsQueryModelsPagedAgentPoolAgentsQuery` + +NewModelsQueryModelsPagedAgentPoolAgentsQuery instantiates a new ModelsQueryModelsPagedAgentPoolAgentsQuery 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 + +### NewModelsQueryModelsPagedAgentPoolAgentsQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentPoolAgentsQueryWithDefaults() *ModelsQueryModelsPagedAgentPoolAgentsQuery` + +NewModelsQueryModelsPagedAgentPoolAgentsQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentPoolAgentsQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentPoolAgentsQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentPoolQuery.md b/docs/ModelsQueryModelsPagedAgentPoolQuery.md new file mode 100644 index 0000000..27bc26e --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentPoolQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentPoolQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentPoolQuery + +`func NewModelsQueryModelsPagedAgentPoolQuery() *ModelsQueryModelsPagedAgentPoolQuery` + +NewModelsQueryModelsPagedAgentPoolQuery instantiates a new ModelsQueryModelsPagedAgentPoolQuery 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 + +### NewModelsQueryModelsPagedAgentPoolQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentPoolQueryWithDefaults() *ModelsQueryModelsPagedAgentPoolQuery` + +NewModelsQueryModelsPagedAgentPoolQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentPoolQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentPoolQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAgentQuery.md b/docs/ModelsQueryModelsPagedAgentQuery.md new file mode 100644 index 0000000..67a96cb --- /dev/null +++ b/docs/ModelsQueryModelsPagedAgentQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAgentQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAgentQuery + +`func NewModelsQueryModelsPagedAgentQuery() *ModelsQueryModelsPagedAgentQuery` + +NewModelsQueryModelsPagedAgentQuery instantiates a new ModelsQueryModelsPagedAgentQuery 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 + +### NewModelsQueryModelsPagedAgentQueryWithDefaults + +`func NewModelsQueryModelsPagedAgentQueryWithDefaults() *ModelsQueryModelsPagedAgentQuery` + +NewModelsQueryModelsPagedAgentQueryWithDefaults instantiates a new ModelsQueryModelsPagedAgentQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedAgentQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedAgentQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedAgentQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedAgentQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAgentQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAgentQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAgentQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAgentQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAgentQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAgentQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAgentQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAgentQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAgentQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAgentQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAgentQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAgentQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAgentQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAgentQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAgentQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedAuditLogQuery.md b/docs/ModelsQueryModelsPagedAuditLogQuery.md new file mode 100644 index 0000000..3d81e4c --- /dev/null +++ b/docs/ModelsQueryModelsPagedAuditLogQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedAuditLogQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedAuditLogQuery + +`func NewModelsQueryModelsPagedAuditLogQuery() *ModelsQueryModelsPagedAuditLogQuery` + +NewModelsQueryModelsPagedAuditLogQuery instantiates a new ModelsQueryModelsPagedAuditLogQuery 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 + +### NewModelsQueryModelsPagedAuditLogQueryWithDefaults + +`func NewModelsQueryModelsPagedAuditLogQueryWithDefaults() *ModelsQueryModelsPagedAuditLogQuery` + +NewModelsQueryModelsPagedAuditLogQueryWithDefaults instantiates a new ModelsQueryModelsPagedAuditLogQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedAuditLogQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedAuditLogQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedAuditLogQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedAuditLogQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedAuditLogQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedAuditLogQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedAuditLogQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedAuditLogQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedAuditLogQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedAuditLogQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedAuditLogQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateAuthorityQuery.md b/docs/ModelsQueryModelsPagedCertificateAuthorityQuery.md new file mode 100644 index 0000000..e5a6ca9 --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateAuthorityQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedCertificateAuthorityQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateAuthorityQuery + +`func NewModelsQueryModelsPagedCertificateAuthorityQuery() *ModelsQueryModelsPagedCertificateAuthorityQuery` + +NewModelsQueryModelsPagedCertificateAuthorityQuery instantiates a new ModelsQueryModelsPagedCertificateAuthorityQuery 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 + +### NewModelsQueryModelsPagedCertificateAuthorityQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateAuthorityQueryWithDefaults() *ModelsQueryModelsPagedCertificateAuthorityQuery` + +NewModelsQueryModelsPagedCertificateAuthorityQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateAuthorityQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateAuthorityQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateHistoryQuery.md b/docs/ModelsQueryModelsPagedCertificateHistoryQuery.md new file mode 100644 index 0000000..a6cc5e1 --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateHistoryQuery.md @@ -0,0 +1,134 @@ +# ModelsQueryModelsPagedCertificateHistoryQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (OperationStart, OperationEnd, UserName) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateHistoryQuery + +`func NewModelsQueryModelsPagedCertificateHistoryQuery() *ModelsQueryModelsPagedCertificateHistoryQuery` + +NewModelsQueryModelsPagedCertificateHistoryQuery instantiates a new ModelsQueryModelsPagedCertificateHistoryQuery 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 + +### NewModelsQueryModelsPagedCertificateHistoryQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateHistoryQueryWithDefaults() *ModelsQueryModelsPagedCertificateHistoryQuery` + +NewModelsQueryModelsPagedCertificateHistoryQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateHistoryQuery 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 + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateHistoryQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateRequestQuery.md b/docs/ModelsQueryModelsPagedCertificateRequestQuery.md new file mode 100644 index 0000000..da90ef4 --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateRequestQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedCertificateRequestQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateRequestQuery + +`func NewModelsQueryModelsPagedCertificateRequestQuery() *ModelsQueryModelsPagedCertificateRequestQuery` + +NewModelsQueryModelsPagedCertificateRequestQuery instantiates a new ModelsQueryModelsPagedCertificateRequestQuery 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 + +### NewModelsQueryModelsPagedCertificateRequestQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateRequestQueryWithDefaults() *ModelsQueryModelsPagedCertificateRequestQuery` + +NewModelsQueryModelsPagedCertificateRequestQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateRequestQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateRequestQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateStoreContainerQuery.md b/docs/ModelsQueryModelsPagedCertificateStoreContainerQuery.md new file mode 100644 index 0000000..931b8c9 --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateStoreContainerQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedCertificateStoreContainerQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateStoreContainerQuery + +`func NewModelsQueryModelsPagedCertificateStoreContainerQuery() *ModelsQueryModelsPagedCertificateStoreContainerQuery` + +NewModelsQueryModelsPagedCertificateStoreContainerQuery instantiates a new ModelsQueryModelsPagedCertificateStoreContainerQuery 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 + +### NewModelsQueryModelsPagedCertificateStoreContainerQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateStoreContainerQueryWithDefaults() *ModelsQueryModelsPagedCertificateStoreContainerQuery` + +NewModelsQueryModelsPagedCertificateStoreContainerQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateStoreContainerQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreContainerQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateStoreInventoryQuery.md b/docs/ModelsQueryModelsPagedCertificateStoreInventoryQuery.md new file mode 100644 index 0000000..84f6beb --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateStoreInventoryQuery.md @@ -0,0 +1,134 @@ +# ModelsQueryModelsPagedCertificateStoreInventoryQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (OperationStart, OperationEnd, UserName) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateStoreInventoryQuery + +`func NewModelsQueryModelsPagedCertificateStoreInventoryQuery() *ModelsQueryModelsPagedCertificateStoreInventoryQuery` + +NewModelsQueryModelsPagedCertificateStoreInventoryQuery instantiates a new ModelsQueryModelsPagedCertificateStoreInventoryQuery 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 + +### NewModelsQueryModelsPagedCertificateStoreInventoryQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateStoreInventoryQueryWithDefaults() *ModelsQueryModelsPagedCertificateStoreInventoryQuery` + +NewModelsQueryModelsPagedCertificateStoreInventoryQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateStoreInventoryQuery 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 + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreInventoryQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateStoreQuery.md b/docs/ModelsQueryModelsPagedCertificateStoreQuery.md new file mode 100644 index 0000000..f16c22f --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateStoreQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedCertificateStoreQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateStoreQuery + +`func NewModelsQueryModelsPagedCertificateStoreQuery() *ModelsQueryModelsPagedCertificateStoreQuery` + +NewModelsQueryModelsPagedCertificateStoreQuery instantiates a new ModelsQueryModelsPagedCertificateStoreQuery 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 + +### NewModelsQueryModelsPagedCertificateStoreQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateStoreQueryWithDefaults() *ModelsQueryModelsPagedCertificateStoreQuery` + +NewModelsQueryModelsPagedCertificateStoreQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateStoreQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCertificateStoreServerQuery.md b/docs/ModelsQueryModelsPagedCertificateStoreServerQuery.md new file mode 100644 index 0000000..5f8ced8 --- /dev/null +++ b/docs/ModelsQueryModelsPagedCertificateStoreServerQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedCertificateStoreServerQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCertificateStoreServerQuery + +`func NewModelsQueryModelsPagedCertificateStoreServerQuery() *ModelsQueryModelsPagedCertificateStoreServerQuery` + +NewModelsQueryModelsPagedCertificateStoreServerQuery instantiates a new ModelsQueryModelsPagedCertificateStoreServerQuery 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 + +### NewModelsQueryModelsPagedCertificateStoreServerQueryWithDefaults + +`func NewModelsQueryModelsPagedCertificateStoreServerQueryWithDefaults() *ModelsQueryModelsPagedCertificateStoreServerQuery` + +NewModelsQueryModelsPagedCertificateStoreServerQueryWithDefaults instantiates a new ModelsQueryModelsPagedCertificateStoreServerQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCertificateStoreServerQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedCustomReportQuery.md b/docs/ModelsQueryModelsPagedCustomReportQuery.md new file mode 100644 index 0000000..27a0315 --- /dev/null +++ b/docs/ModelsQueryModelsPagedCustomReportQuery.md @@ -0,0 +1,186 @@ +# ModelsQueryModelsPagedCustomReportQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AmmendedQuery** | Pointer to **string** | | [optional] [readonly] +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedCustomReportQuery + +`func NewModelsQueryModelsPagedCustomReportQuery() *ModelsQueryModelsPagedCustomReportQuery` + +NewModelsQueryModelsPagedCustomReportQuery instantiates a new ModelsQueryModelsPagedCustomReportQuery 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 + +### NewModelsQueryModelsPagedCustomReportQueryWithDefaults + +`func NewModelsQueryModelsPagedCustomReportQueryWithDefaults() *ModelsQueryModelsPagedCustomReportQuery` + +NewModelsQueryModelsPagedCustomReportQueryWithDefaults instantiates a new ModelsQueryModelsPagedCustomReportQuery 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 + +### GetAmmendedQuery + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetAmmendedQuery() string` + +GetAmmendedQuery returns the AmmendedQuery field if non-nil, zero value otherwise. + +### GetAmmendedQueryOk + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetAmmendedQueryOk() (*string, bool)` + +GetAmmendedQueryOk returns a tuple with the AmmendedQuery field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAmmendedQuery + +`func (o *ModelsQueryModelsPagedCustomReportQuery) SetAmmendedQuery(v string)` + +SetAmmendedQuery sets AmmendedQuery field to given value. + +### HasAmmendedQuery + +`func (o *ModelsQueryModelsPagedCustomReportQuery) HasAmmendedQuery() bool` + +HasAmmendedQuery returns a boolean if a field has been set. + +### GetQueryString + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedCustomReportQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedCustomReportQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedCustomReportQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedCustomReportQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedCustomReportQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedCustomReportQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedCustomReportQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedCustomReportQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedCustomReportQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedCustomReportQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedCustomReportQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedDeniedAlertQuery.md b/docs/ModelsQueryModelsPagedDeniedAlertQuery.md new file mode 100644 index 0000000..a3d535c --- /dev/null +++ b/docs/ModelsQueryModelsPagedDeniedAlertQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedDeniedAlertQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedDeniedAlertQuery + +`func NewModelsQueryModelsPagedDeniedAlertQuery() *ModelsQueryModelsPagedDeniedAlertQuery` + +NewModelsQueryModelsPagedDeniedAlertQuery instantiates a new ModelsQueryModelsPagedDeniedAlertQuery 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 + +### NewModelsQueryModelsPagedDeniedAlertQueryWithDefaults + +`func NewModelsQueryModelsPagedDeniedAlertQueryWithDefaults() *ModelsQueryModelsPagedDeniedAlertQuery` + +NewModelsQueryModelsPagedDeniedAlertQueryWithDefaults instantiates a new ModelsQueryModelsPagedDeniedAlertQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedDeniedAlertQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedExpirationAlertQuery.md b/docs/ModelsQueryModelsPagedExpirationAlertQuery.md new file mode 100644 index 0000000..328b2c7 --- /dev/null +++ b/docs/ModelsQueryModelsPagedExpirationAlertQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedExpirationAlertQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedExpirationAlertQuery + +`func NewModelsQueryModelsPagedExpirationAlertQuery() *ModelsQueryModelsPagedExpirationAlertQuery` + +NewModelsQueryModelsPagedExpirationAlertQuery instantiates a new ModelsQueryModelsPagedExpirationAlertQuery 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 + +### NewModelsQueryModelsPagedExpirationAlertQueryWithDefaults + +`func NewModelsQueryModelsPagedExpirationAlertQueryWithDefaults() *ModelsQueryModelsPagedExpirationAlertQuery` + +NewModelsQueryModelsPagedExpirationAlertQueryWithDefaults instantiates a new ModelsQueryModelsPagedExpirationAlertQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedExpirationAlertQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedIssuedAlertQuery.md b/docs/ModelsQueryModelsPagedIssuedAlertQuery.md new file mode 100644 index 0000000..ace675a --- /dev/null +++ b/docs/ModelsQueryModelsPagedIssuedAlertQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedIssuedAlertQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedIssuedAlertQuery + +`func NewModelsQueryModelsPagedIssuedAlertQuery() *ModelsQueryModelsPagedIssuedAlertQuery` + +NewModelsQueryModelsPagedIssuedAlertQuery instantiates a new ModelsQueryModelsPagedIssuedAlertQuery 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 + +### NewModelsQueryModelsPagedIssuedAlertQueryWithDefaults + +`func NewModelsQueryModelsPagedIssuedAlertQueryWithDefaults() *ModelsQueryModelsPagedIssuedAlertQuery` + +NewModelsQueryModelsPagedIssuedAlertQueryWithDefaults instantiates a new ModelsQueryModelsPagedIssuedAlertQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedIssuedAlertQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedKeyRotationAlertQuery.md b/docs/ModelsQueryModelsPagedKeyRotationAlertQuery.md new file mode 100644 index 0000000..afb36ed --- /dev/null +++ b/docs/ModelsQueryModelsPagedKeyRotationAlertQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedKeyRotationAlertQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedKeyRotationAlertQuery + +`func NewModelsQueryModelsPagedKeyRotationAlertQuery() *ModelsQueryModelsPagedKeyRotationAlertQuery` + +NewModelsQueryModelsPagedKeyRotationAlertQuery instantiates a new ModelsQueryModelsPagedKeyRotationAlertQuery 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 + +### NewModelsQueryModelsPagedKeyRotationAlertQueryWithDefaults + +`func NewModelsQueryModelsPagedKeyRotationAlertQueryWithDefaults() *ModelsQueryModelsPagedKeyRotationAlertQuery` + +NewModelsQueryModelsPagedKeyRotationAlertQueryWithDefaults instantiates a new ModelsQueryModelsPagedKeyRotationAlertQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedKeyRotationAlertQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedLegacyDeniedRequestQuery.md b/docs/ModelsQueryModelsPagedLegacyDeniedRequestQuery.md new file mode 100644 index 0000000..d04c80c --- /dev/null +++ b/docs/ModelsQueryModelsPagedLegacyDeniedRequestQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedLegacyDeniedRequestQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedLegacyDeniedRequestQuery + +`func NewModelsQueryModelsPagedLegacyDeniedRequestQuery() *ModelsQueryModelsPagedLegacyDeniedRequestQuery` + +NewModelsQueryModelsPagedLegacyDeniedRequestQuery instantiates a new ModelsQueryModelsPagedLegacyDeniedRequestQuery 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 + +### NewModelsQueryModelsPagedLegacyDeniedRequestQueryWithDefaults + +`func NewModelsQueryModelsPagedLegacyDeniedRequestQueryWithDefaults() *ModelsQueryModelsPagedLegacyDeniedRequestQuery` + +NewModelsQueryModelsPagedLegacyDeniedRequestQueryWithDefaults instantiates a new ModelsQueryModelsPagedLegacyDeniedRequestQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedLegacyDeniedRequestQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedMetadataFieldQuery.md b/docs/ModelsQueryModelsPagedMetadataFieldQuery.md new file mode 100644 index 0000000..d8491f9 --- /dev/null +++ b/docs/ModelsQueryModelsPagedMetadataFieldQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedMetadataFieldQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedMetadataFieldQuery + +`func NewModelsQueryModelsPagedMetadataFieldQuery() *ModelsQueryModelsPagedMetadataFieldQuery` + +NewModelsQueryModelsPagedMetadataFieldQuery instantiates a new ModelsQueryModelsPagedMetadataFieldQuery 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 + +### NewModelsQueryModelsPagedMetadataFieldQueryWithDefaults + +`func NewModelsQueryModelsPagedMetadataFieldQueryWithDefaults() *ModelsQueryModelsPagedMetadataFieldQuery` + +NewModelsQueryModelsPagedMetadataFieldQueryWithDefaults instantiates a new ModelsQueryModelsPagedMetadataFieldQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedMetadataFieldQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedPendingAlertQuery.md b/docs/ModelsQueryModelsPagedPendingAlertQuery.md new file mode 100644 index 0000000..a14d459 --- /dev/null +++ b/docs/ModelsQueryModelsPagedPendingAlertQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedPendingAlertQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedPendingAlertQuery + +`func NewModelsQueryModelsPagedPendingAlertQuery() *ModelsQueryModelsPagedPendingAlertQuery` + +NewModelsQueryModelsPagedPendingAlertQuery instantiates a new ModelsQueryModelsPagedPendingAlertQuery 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 + +### NewModelsQueryModelsPagedPendingAlertQueryWithDefaults + +`func NewModelsQueryModelsPagedPendingAlertQueryWithDefaults() *ModelsQueryModelsPagedPendingAlertQuery` + +NewModelsQueryModelsPagedPendingAlertQueryWithDefaults instantiates a new ModelsQueryModelsPagedPendingAlertQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedPendingAlertQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedPendingCSRQuery.md b/docs/ModelsQueryModelsPagedPendingCSRQuery.md new file mode 100644 index 0000000..faf428f --- /dev/null +++ b/docs/ModelsQueryModelsPagedPendingCSRQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedPendingCSRQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedPendingCSRQuery + +`func NewModelsQueryModelsPagedPendingCSRQuery() *ModelsQueryModelsPagedPendingCSRQuery` + +NewModelsQueryModelsPagedPendingCSRQuery instantiates a new ModelsQueryModelsPagedPendingCSRQuery 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 + +### NewModelsQueryModelsPagedPendingCSRQueryWithDefaults + +`func NewModelsQueryModelsPagedPendingCSRQueryWithDefaults() *ModelsQueryModelsPagedPendingCSRQuery` + +NewModelsQueryModelsPagedPendingCSRQueryWithDefaults instantiates a new ModelsQueryModelsPagedPendingCSRQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedPendingCSRQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedReportQuery.md b/docs/ModelsQueryModelsPagedReportQuery.md new file mode 100644 index 0000000..3f331ae --- /dev/null +++ b/docs/ModelsQueryModelsPagedReportQuery.md @@ -0,0 +1,186 @@ +# ModelsQueryModelsPagedReportQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AmmendedQuery** | Pointer to **string** | | [optional] [readonly] +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedReportQuery + +`func NewModelsQueryModelsPagedReportQuery() *ModelsQueryModelsPagedReportQuery` + +NewModelsQueryModelsPagedReportQuery instantiates a new ModelsQueryModelsPagedReportQuery 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 + +### NewModelsQueryModelsPagedReportQueryWithDefaults + +`func NewModelsQueryModelsPagedReportQueryWithDefaults() *ModelsQueryModelsPagedReportQuery` + +NewModelsQueryModelsPagedReportQueryWithDefaults instantiates a new ModelsQueryModelsPagedReportQuery 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 + +### GetAmmendedQuery + +`func (o *ModelsQueryModelsPagedReportQuery) GetAmmendedQuery() string` + +GetAmmendedQuery returns the AmmendedQuery field if non-nil, zero value otherwise. + +### GetAmmendedQueryOk + +`func (o *ModelsQueryModelsPagedReportQuery) GetAmmendedQueryOk() (*string, bool)` + +GetAmmendedQueryOk returns a tuple with the AmmendedQuery field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAmmendedQuery + +`func (o *ModelsQueryModelsPagedReportQuery) SetAmmendedQuery(v string)` + +SetAmmendedQuery sets AmmendedQuery field to given value. + +### HasAmmendedQuery + +`func (o *ModelsQueryModelsPagedReportQuery) HasAmmendedQuery() bool` + +HasAmmendedQuery returns a boolean if a field has been set. + +### GetQueryString + +`func (o *ModelsQueryModelsPagedReportQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedReportQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedReportQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedReportQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedReportQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedReportQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedReportQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedReportQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedReportQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedReportQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedReportQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedReportQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedReportQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedReportQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedReportQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedReportQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedReportQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedReportQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedReportQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedReportQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedReportScheduleQuery.md b/docs/ModelsQueryModelsPagedReportScheduleQuery.md new file mode 100644 index 0000000..8e4917b --- /dev/null +++ b/docs/ModelsQueryModelsPagedReportScheduleQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedReportScheduleQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedReportScheduleQuery + +`func NewModelsQueryModelsPagedReportScheduleQuery() *ModelsQueryModelsPagedReportScheduleQuery` + +NewModelsQueryModelsPagedReportScheduleQuery instantiates a new ModelsQueryModelsPagedReportScheduleQuery 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 + +### NewModelsQueryModelsPagedReportScheduleQueryWithDefaults + +`func NewModelsQueryModelsPagedReportScheduleQueryWithDefaults() *ModelsQueryModelsPagedReportScheduleQuery` + +NewModelsQueryModelsPagedReportScheduleQueryWithDefaults instantiates a new ModelsQueryModelsPagedReportScheduleQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedReportScheduleQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedRevocationMonitoringQuery.md b/docs/ModelsQueryModelsPagedRevocationMonitoringQuery.md new file mode 100644 index 0000000..2795160 --- /dev/null +++ b/docs/ModelsQueryModelsPagedRevocationMonitoringQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedRevocationMonitoringQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedRevocationMonitoringQuery + +`func NewModelsQueryModelsPagedRevocationMonitoringQuery() *ModelsQueryModelsPagedRevocationMonitoringQuery` + +NewModelsQueryModelsPagedRevocationMonitoringQuery instantiates a new ModelsQueryModelsPagedRevocationMonitoringQuery 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 + +### NewModelsQueryModelsPagedRevocationMonitoringQueryWithDefaults + +`func NewModelsQueryModelsPagedRevocationMonitoringQueryWithDefaults() *ModelsQueryModelsPagedRevocationMonitoringQuery` + +NewModelsQueryModelsPagedRevocationMonitoringQueryWithDefaults instantiates a new ModelsQueryModelsPagedRevocationMonitoringQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedRevocationMonitoringQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSSHLogonQuery.md b/docs/ModelsQueryModelsPagedSSHLogonQuery.md new file mode 100644 index 0000000..d8b70a5 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSSHLogonQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSSHLogonQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSSHLogonQuery + +`func NewModelsQueryModelsPagedSSHLogonQuery() *ModelsQueryModelsPagedSSHLogonQuery` + +NewModelsQueryModelsPagedSSHLogonQuery instantiates a new ModelsQueryModelsPagedSSHLogonQuery 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 + +### NewModelsQueryModelsPagedSSHLogonQueryWithDefaults + +`func NewModelsQueryModelsPagedSSHLogonQueryWithDefaults() *ModelsQueryModelsPagedSSHLogonQuery` + +NewModelsQueryModelsPagedSSHLogonQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHLogonQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSSHLogonQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSSHServerGroupQuery.md b/docs/ModelsQueryModelsPagedSSHServerGroupQuery.md new file mode 100644 index 0000000..86f2eb7 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSSHServerGroupQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSSHServerGroupQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSSHServerGroupQuery + +`func NewModelsQueryModelsPagedSSHServerGroupQuery() *ModelsQueryModelsPagedSSHServerGroupQuery` + +NewModelsQueryModelsPagedSSHServerGroupQuery instantiates a new ModelsQueryModelsPagedSSHServerGroupQuery 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 + +### NewModelsQueryModelsPagedSSHServerGroupQueryWithDefaults + +`func NewModelsQueryModelsPagedSSHServerGroupQueryWithDefaults() *ModelsQueryModelsPagedSSHServerGroupQuery` + +NewModelsQueryModelsPagedSSHServerGroupQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHServerGroupQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSSHServerGroupQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSSHServerQuery.md b/docs/ModelsQueryModelsPagedSSHServerQuery.md new file mode 100644 index 0000000..0dd719b --- /dev/null +++ b/docs/ModelsQueryModelsPagedSSHServerQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSSHServerQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSSHServerQuery + +`func NewModelsQueryModelsPagedSSHServerQuery() *ModelsQueryModelsPagedSSHServerQuery` + +NewModelsQueryModelsPagedSSHServerQuery instantiates a new ModelsQueryModelsPagedSSHServerQuery 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 + +### NewModelsQueryModelsPagedSSHServerQueryWithDefaults + +`func NewModelsQueryModelsPagedSSHServerQueryWithDefaults() *ModelsQueryModelsPagedSSHServerQuery` + +NewModelsQueryModelsPagedSSHServerQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHServerQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSSHServerQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSSHServerQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSSHServerQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSSHServerQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServerQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServerQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSSHServerQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSSHServerQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSSHServerQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSSHServerQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSSHServerQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSSHServiceAccountQuery.md b/docs/ModelsQueryModelsPagedSSHServiceAccountQuery.md new file mode 100644 index 0000000..9d75ad5 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSSHServiceAccountQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSSHServiceAccountQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSSHServiceAccountQuery + +`func NewModelsQueryModelsPagedSSHServiceAccountQuery() *ModelsQueryModelsPagedSSHServiceAccountQuery` + +NewModelsQueryModelsPagedSSHServiceAccountQuery instantiates a new ModelsQueryModelsPagedSSHServiceAccountQuery 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 + +### NewModelsQueryModelsPagedSSHServiceAccountQueryWithDefaults + +`func NewModelsQueryModelsPagedSSHServiceAccountQueryWithDefaults() *ModelsQueryModelsPagedSSHServiceAccountQuery` + +NewModelsQueryModelsPagedSSHServiceAccountQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHServiceAccountQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSSHUnmanagedKeyQuery.md b/docs/ModelsQueryModelsPagedSSHUnmanagedKeyQuery.md new file mode 100644 index 0000000..ddc0c28 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSSHUnmanagedKeyQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSSHUnmanagedKeyQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSSHUnmanagedKeyQuery + +`func NewModelsQueryModelsPagedSSHUnmanagedKeyQuery() *ModelsQueryModelsPagedSSHUnmanagedKeyQuery` + +NewModelsQueryModelsPagedSSHUnmanagedKeyQuery instantiates a new ModelsQueryModelsPagedSSHUnmanagedKeyQuery 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 + +### NewModelsQueryModelsPagedSSHUnmanagedKeyQueryWithDefaults + +`func NewModelsQueryModelsPagedSSHUnmanagedKeyQueryWithDefaults() *ModelsQueryModelsPagedSSHUnmanagedKeyQuery` + +NewModelsQueryModelsPagedSSHUnmanagedKeyQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHUnmanagedKeyQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSSHUnmanagedKeyQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSSHUserQuery.md b/docs/ModelsQueryModelsPagedSSHUserQuery.md new file mode 100644 index 0000000..db55c59 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSSHUserQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSSHUserQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSSHUserQuery + +`func NewModelsQueryModelsPagedSSHUserQuery() *ModelsQueryModelsPagedSSHUserQuery` + +NewModelsQueryModelsPagedSSHUserQuery instantiates a new ModelsQueryModelsPagedSSHUserQuery 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 + +### NewModelsQueryModelsPagedSSHUserQueryWithDefaults + +`func NewModelsQueryModelsPagedSSHUserQueryWithDefaults() *ModelsQueryModelsPagedSSHUserQuery` + +NewModelsQueryModelsPagedSSHUserQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHUserQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSSHUserQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSSHUserQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSSHUserQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSSHUserQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSSHUserQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSSHUserQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSSHUserQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSSHUserQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSSHUserQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSSHUserQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSSHUserQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedScanJobPartsQuery.md b/docs/ModelsQueryModelsPagedScanJobPartsQuery.md new file mode 100644 index 0000000..491fbdc --- /dev/null +++ b/docs/ModelsQueryModelsPagedScanJobPartsQuery.md @@ -0,0 +1,186 @@ +# ModelsQueryModelsPagedScanJobPartsQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JobType** | Pointer to **int32** | | [optional] +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedScanJobPartsQuery + +`func NewModelsQueryModelsPagedScanJobPartsQuery() *ModelsQueryModelsPagedScanJobPartsQuery` + +NewModelsQueryModelsPagedScanJobPartsQuery instantiates a new ModelsQueryModelsPagedScanJobPartsQuery 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 + +### NewModelsQueryModelsPagedScanJobPartsQueryWithDefaults + +`func NewModelsQueryModelsPagedScanJobPartsQueryWithDefaults() *ModelsQueryModelsPagedScanJobPartsQuery` + +NewModelsQueryModelsPagedScanJobPartsQueryWithDefaults instantiates a new ModelsQueryModelsPagedScanJobPartsQuery 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 + +### GetJobType + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetJobType() int32` + +GetJobType returns the JobType field if non-nil, zero value otherwise. + +### GetJobTypeOk + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetJobTypeOk() (*int32, bool)` + +GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobType + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) SetJobType(v int32)` + +SetJobType sets JobType field to given value. + +### HasJobType + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) HasJobType() bool` + +HasJobType returns a boolean if a field has been set. + +### GetQueryString + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedScanJobPartsQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSecurityIdentityQuery.md b/docs/ModelsQueryModelsPagedSecurityIdentityQuery.md new file mode 100644 index 0000000..f50b39d --- /dev/null +++ b/docs/ModelsQueryModelsPagedSecurityIdentityQuery.md @@ -0,0 +1,186 @@ +# ModelsQueryModelsPagedSecurityIdentityQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Validate** | Pointer to **bool** | Whether to audit the signed xml for every identity requested by the query | [optional] +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSecurityIdentityQuery + +`func NewModelsQueryModelsPagedSecurityIdentityQuery() *ModelsQueryModelsPagedSecurityIdentityQuery` + +NewModelsQueryModelsPagedSecurityIdentityQuery instantiates a new ModelsQueryModelsPagedSecurityIdentityQuery 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 + +### NewModelsQueryModelsPagedSecurityIdentityQueryWithDefaults + +`func NewModelsQueryModelsPagedSecurityIdentityQueryWithDefaults() *ModelsQueryModelsPagedSecurityIdentityQuery` + +NewModelsQueryModelsPagedSecurityIdentityQueryWithDefaults instantiates a new ModelsQueryModelsPagedSecurityIdentityQuery 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 + +### GetValidate + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetValidate() bool` + +GetValidate returns the Validate field if non-nil, zero value otherwise. + +### GetValidateOk + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetValidateOk() (*bool, bool)` + +GetValidateOk returns a tuple with the Validate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidate + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) SetValidate(v bool)` + +SetValidate sets Validate field to given value. + +### HasValidate + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) HasValidate() bool` + +HasValidate returns a boolean if a field has been set. + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSecurityIdentityQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSecurityRoleQuery.md b/docs/ModelsQueryModelsPagedSecurityRoleQuery.md new file mode 100644 index 0000000..9f8d1d3 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSecurityRoleQuery.md @@ -0,0 +1,186 @@ +# ModelsQueryModelsPagedSecurityRoleQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Validate** | Pointer to **bool** | Whether to audit the signed xml for every role requested by the query | [optional] +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSecurityRoleQuery + +`func NewModelsQueryModelsPagedSecurityRoleQuery() *ModelsQueryModelsPagedSecurityRoleQuery` + +NewModelsQueryModelsPagedSecurityRoleQuery instantiates a new ModelsQueryModelsPagedSecurityRoleQuery 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 + +### NewModelsQueryModelsPagedSecurityRoleQueryWithDefaults + +`func NewModelsQueryModelsPagedSecurityRoleQueryWithDefaults() *ModelsQueryModelsPagedSecurityRoleQuery` + +NewModelsQueryModelsPagedSecurityRoleQueryWithDefaults instantiates a new ModelsQueryModelsPagedSecurityRoleQuery 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 + +### GetValidate + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetValidate() bool` + +GetValidate returns the Validate field if non-nil, zero value otherwise. + +### GetValidateOk + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetValidateOk() (*bool, bool)` + +GetValidateOk returns a tuple with the Validate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidate + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) SetValidate(v bool)` + +SetValidate sets Validate field to given value. + +### HasValidate + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) HasValidate() bool` + +HasValidate returns a boolean if a field has been set. + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSecurityRoleQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedSslResultQuery.md b/docs/ModelsQueryModelsPagedSslResultQuery.md new file mode 100644 index 0000000..28b0be2 --- /dev/null +++ b/docs/ModelsQueryModelsPagedSslResultQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedSslResultQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedSslResultQuery + +`func NewModelsQueryModelsPagedSslResultQuery() *ModelsQueryModelsPagedSslResultQuery` + +NewModelsQueryModelsPagedSslResultQuery instantiates a new ModelsQueryModelsPagedSslResultQuery 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 + +### NewModelsQueryModelsPagedSslResultQueryWithDefaults + +`func NewModelsQueryModelsPagedSslResultQueryWithDefaults() *ModelsQueryModelsPagedSslResultQuery` + +NewModelsQueryModelsPagedSslResultQueryWithDefaults instantiates a new ModelsQueryModelsPagedSslResultQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedSslResultQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedSslResultQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedSslResultQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedSslResultQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedSslResultQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedSslResultQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedSslResultQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedSslResultQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedSslResultQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedSslResultQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedSslResultQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsPagedTemplateQuery.md b/docs/ModelsQueryModelsPagedTemplateQuery.md new file mode 100644 index 0000000..8d0cad9 --- /dev/null +++ b/docs/ModelsQueryModelsPagedTemplateQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsPagedTemplateQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsPagedTemplateQuery + +`func NewModelsQueryModelsPagedTemplateQuery() *ModelsQueryModelsPagedTemplateQuery` + +NewModelsQueryModelsPagedTemplateQuery instantiates a new ModelsQueryModelsPagedTemplateQuery 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 + +### NewModelsQueryModelsPagedTemplateQueryWithDefaults + +`func NewModelsQueryModelsPagedTemplateQueryWithDefaults() *ModelsQueryModelsPagedTemplateQuery` + +NewModelsQueryModelsPagedTemplateQueryWithDefaults instantiates a new ModelsQueryModelsPagedTemplateQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsPagedTemplateQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsPagedTemplateQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsPagedTemplateQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsPagedTemplateQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsPagedTemplateQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsPagedTemplateQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsPagedTemplateQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsPagedTemplateQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsPagedTemplateQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsPagedTemplateQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsPagedTemplateQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsWorkflowWorkflowDefinitionQuery.md b/docs/ModelsQueryModelsWorkflowWorkflowDefinitionQuery.md new file mode 100644 index 0000000..1607b53 --- /dev/null +++ b/docs/ModelsQueryModelsWorkflowWorkflowDefinitionQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsWorkflowWorkflowDefinitionQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsWorkflowWorkflowDefinitionQuery + +`func NewModelsQueryModelsWorkflowWorkflowDefinitionQuery() *ModelsQueryModelsWorkflowWorkflowDefinitionQuery` + +NewModelsQueryModelsWorkflowWorkflowDefinitionQuery instantiates a new ModelsQueryModelsWorkflowWorkflowDefinitionQuery 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 + +### NewModelsQueryModelsWorkflowWorkflowDefinitionQueryWithDefaults + +`func NewModelsQueryModelsWorkflowWorkflowDefinitionQueryWithDefaults() *ModelsQueryModelsWorkflowWorkflowDefinitionQuery` + +NewModelsQueryModelsWorkflowWorkflowDefinitionQueryWithDefaults instantiates a new ModelsQueryModelsWorkflowWorkflowDefinitionQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowDefinitionQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsWorkflowWorkflowInstanceQuery.md b/docs/ModelsQueryModelsWorkflowWorkflowInstanceQuery.md new file mode 100644 index 0000000..d576fad --- /dev/null +++ b/docs/ModelsQueryModelsWorkflowWorkflowInstanceQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsWorkflowWorkflowInstanceQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsWorkflowWorkflowInstanceQuery + +`func NewModelsQueryModelsWorkflowWorkflowInstanceQuery() *ModelsQueryModelsWorkflowWorkflowInstanceQuery` + +NewModelsQueryModelsWorkflowWorkflowInstanceQuery instantiates a new ModelsQueryModelsWorkflowWorkflowInstanceQuery 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 + +### NewModelsQueryModelsWorkflowWorkflowInstanceQueryWithDefaults + +`func NewModelsQueryModelsWorkflowWorkflowInstanceQueryWithDefaults() *ModelsQueryModelsWorkflowWorkflowInstanceQuery` + +NewModelsQueryModelsWorkflowWorkflowInstanceQueryWithDefaults instantiates a new ModelsQueryModelsWorkflowWorkflowInstanceQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowInstanceQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsWorkflowWorkflowStepSchemaQuery.md b/docs/ModelsQueryModelsWorkflowWorkflowStepSchemaQuery.md new file mode 100644 index 0000000..2dca95a --- /dev/null +++ b/docs/ModelsQueryModelsWorkflowWorkflowStepSchemaQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsWorkflowWorkflowStepSchemaQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsWorkflowWorkflowStepSchemaQuery + +`func NewModelsQueryModelsWorkflowWorkflowStepSchemaQuery() *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery` + +NewModelsQueryModelsWorkflowWorkflowStepSchemaQuery instantiates a new ModelsQueryModelsWorkflowWorkflowStepSchemaQuery 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 + +### NewModelsQueryModelsWorkflowWorkflowStepSchemaQueryWithDefaults + +`func NewModelsQueryModelsWorkflowWorkflowStepSchemaQueryWithDefaults() *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery` + +NewModelsQueryModelsWorkflowWorkflowStepSchemaQueryWithDefaults instantiates a new ModelsQueryModelsWorkflowWorkflowStepSchemaQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowStepSchemaQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsQueryModelsWorkflowWorkflowTypeQuery.md b/docs/ModelsQueryModelsWorkflowWorkflowTypeQuery.md new file mode 100644 index 0000000..0508cbc --- /dev/null +++ b/docs/ModelsQueryModelsWorkflowWorkflowTypeQuery.md @@ -0,0 +1,160 @@ +# ModelsQueryModelsWorkflowWorkflowTypeQuery + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**QueryString** | Pointer to **string** | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] +**PageReturned** | Pointer to **int32** | The current page within the result set to be returned | [optional] +**ReturnLimit** | Pointer to **int32** | Maximum number of records to be returned in a single call | [optional] +**SortField** | Pointer to **string** | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] +**SortAscending** | Pointer to **int32** | Field sort direction [0=ascending, 1=descending] | [optional] + +## Methods + +### NewModelsQueryModelsWorkflowWorkflowTypeQuery + +`func NewModelsQueryModelsWorkflowWorkflowTypeQuery() *ModelsQueryModelsWorkflowWorkflowTypeQuery` + +NewModelsQueryModelsWorkflowWorkflowTypeQuery instantiates a new ModelsQueryModelsWorkflowWorkflowTypeQuery 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 + +### NewModelsQueryModelsWorkflowWorkflowTypeQueryWithDefaults + +`func NewModelsQueryModelsWorkflowWorkflowTypeQueryWithDefaults() *ModelsQueryModelsWorkflowWorkflowTypeQuery` + +NewModelsQueryModelsWorkflowWorkflowTypeQueryWithDefaults instantiates a new ModelsQueryModelsWorkflowWorkflowTypeQuery 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 + +### GetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetQueryString() string` + +GetQueryString returns the QueryString field if non-nil, zero value otherwise. + +### GetQueryStringOk + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetQueryStringOk() (*string, bool)` + +GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) SetQueryString(v string)` + +SetQueryString sets QueryString field to given value. + +### HasQueryString + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) HasQueryString() bool` + +HasQueryString returns a boolean if a field has been set. + +### GetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetPageReturned() int32` + +GetPageReturned returns the PageReturned field if non-nil, zero value otherwise. + +### GetPageReturnedOk + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetPageReturnedOk() (*int32, bool)` + +GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) SetPageReturned(v int32)` + +SetPageReturned sets PageReturned field to given value. + +### HasPageReturned + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) HasPageReturned() bool` + +HasPageReturned returns a boolean if a field has been set. + +### GetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetReturnLimit() int32` + +GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise. + +### GetReturnLimitOk + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetReturnLimitOk() (*int32, bool)` + +GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) SetReturnLimit(v int32)` + +SetReturnLimit sets ReturnLimit field to given value. + +### HasReturnLimit + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) HasReturnLimit() bool` + +HasReturnLimit returns a boolean if a field has been set. + +### GetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetSortField() string` + +GetSortField returns the SortField field if non-nil, zero value otherwise. + +### GetSortFieldOk + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetSortFieldOk() (*string, bool)` + +GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) SetSortField(v string)` + +SetSortField sets SortField field to given value. + +### HasSortField + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) HasSortField() bool` + +HasSortField returns a boolean if a field has been set. + +### GetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetSortAscending() int32` + +GetSortAscending returns the SortAscending field if non-nil, zero value otherwise. + +### GetSortAscendingOk + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) GetSortAscendingOk() (*int32, bool)` + +GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) SetSortAscending(v int32)` + +SetSortAscending sets SortAscending field to given value. + +### HasSortAscending + +`func (o *ModelsQueryModelsWorkflowWorkflowTypeQuery) HasSortAscending() bool` + +HasSortAscending returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsRecoveryResponse.md b/docs/ModelsRecoveryResponse.md new file mode 100644 index 0000000..9862454 --- /dev/null +++ b/docs/ModelsRecoveryResponse.md @@ -0,0 +1,82 @@ +# ModelsRecoveryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**PFX** | Pointer to **string** | | [optional] +**FileName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsRecoveryResponse + +`func NewModelsRecoveryResponse() *ModelsRecoveryResponse` + +NewModelsRecoveryResponse instantiates a new ModelsRecoveryResponse 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 + +### NewModelsRecoveryResponseWithDefaults + +`func NewModelsRecoveryResponseWithDefaults() *ModelsRecoveryResponse` + +NewModelsRecoveryResponseWithDefaults instantiates a new ModelsRecoveryResponse 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 + +### GetPFX + +`func (o *ModelsRecoveryResponse) GetPFX() string` + +GetPFX returns the PFX field if non-nil, zero value otherwise. + +### GetPFXOk + +`func (o *ModelsRecoveryResponse) GetPFXOk() (*string, bool)` + +GetPFXOk returns a tuple with the PFX field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPFX + +`func (o *ModelsRecoveryResponse) SetPFX(v string)` + +SetPFX sets PFX field to given value. + +### HasPFX + +`func (o *ModelsRecoveryResponse) HasPFX() bool` + +HasPFX returns a boolean if a field has been set. + +### GetFileName + +`func (o *ModelsRecoveryResponse) GetFileName() string` + +GetFileName returns the FileName field if non-nil, zero value otherwise. + +### GetFileNameOk + +`func (o *ModelsRecoveryResponse) GetFileNameOk() (*string, bool)` + +GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFileName + +`func (o *ModelsRecoveryResponse) SetFileName(v string)` + +SetFileName sets FileName field to given value. + +### HasFileName + +`func (o *ModelsRecoveryResponse) HasFileName() bool` + +HasFileName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsReenrollmentStatus.md b/docs/ModelsReenrollmentStatus.md new file mode 100644 index 0000000..5d7160c --- /dev/null +++ b/docs/ModelsReenrollmentStatus.md @@ -0,0 +1,186 @@ +# ModelsReenrollmentStatus + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Data** | Pointer to **bool** | | [optional] +**AgentId** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] +**JobProperties** | Pointer to **string** | | [optional] +**CustomAliasAllowed** | Pointer to **int32** | | [optional] +**EntryParameters** | Pointer to [**[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter**](ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter.md) | | [optional] + +## Methods + +### NewModelsReenrollmentStatus + +`func NewModelsReenrollmentStatus() *ModelsReenrollmentStatus` + +NewModelsReenrollmentStatus instantiates a new ModelsReenrollmentStatus 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 + +### NewModelsReenrollmentStatusWithDefaults + +`func NewModelsReenrollmentStatusWithDefaults() *ModelsReenrollmentStatus` + +NewModelsReenrollmentStatusWithDefaults instantiates a new ModelsReenrollmentStatus 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 + +### GetData + +`func (o *ModelsReenrollmentStatus) GetData() bool` + +GetData returns the Data field if non-nil, zero value otherwise. + +### GetDataOk + +`func (o *ModelsReenrollmentStatus) GetDataOk() (*bool, bool)` + +GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetData + +`func (o *ModelsReenrollmentStatus) SetData(v bool)` + +SetData sets Data field to given value. + +### HasData + +`func (o *ModelsReenrollmentStatus) HasData() bool` + +HasData returns a boolean if a field has been set. + +### GetAgentId + +`func (o *ModelsReenrollmentStatus) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsReenrollmentStatus) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsReenrollmentStatus) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsReenrollmentStatus) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsReenrollmentStatus) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsReenrollmentStatus) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsReenrollmentStatus) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsReenrollmentStatus) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + +### GetJobProperties + +`func (o *ModelsReenrollmentStatus) GetJobProperties() string` + +GetJobProperties returns the JobProperties field if non-nil, zero value otherwise. + +### GetJobPropertiesOk + +`func (o *ModelsReenrollmentStatus) GetJobPropertiesOk() (*string, bool)` + +GetJobPropertiesOk returns a tuple with the JobProperties field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobProperties + +`func (o *ModelsReenrollmentStatus) SetJobProperties(v string)` + +SetJobProperties sets JobProperties field to given value. + +### HasJobProperties + +`func (o *ModelsReenrollmentStatus) HasJobProperties() bool` + +HasJobProperties returns a boolean if a field has been set. + +### GetCustomAliasAllowed + +`func (o *ModelsReenrollmentStatus) GetCustomAliasAllowed() int32` + +GetCustomAliasAllowed returns the CustomAliasAllowed field if non-nil, zero value otherwise. + +### GetCustomAliasAllowedOk + +`func (o *ModelsReenrollmentStatus) GetCustomAliasAllowedOk() (*int32, bool)` + +GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCustomAliasAllowed + +`func (o *ModelsReenrollmentStatus) SetCustomAliasAllowed(v int32)` + +SetCustomAliasAllowed sets CustomAliasAllowed field to given value. + +### HasCustomAliasAllowed + +`func (o *ModelsReenrollmentStatus) HasCustomAliasAllowed() bool` + +HasCustomAliasAllowed returns a boolean if a field has been set. + +### GetEntryParameters + +`func (o *ModelsReenrollmentStatus) GetEntryParameters() []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter` + +GetEntryParameters returns the EntryParameters field if non-nil, zero value otherwise. + +### GetEntryParametersOk + +`func (o *ModelsReenrollmentStatus) GetEntryParametersOk() (*[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter, bool)` + +GetEntryParametersOk returns a tuple with the EntryParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntryParameters + +`func (o *ModelsReenrollmentStatus) SetEntryParameters(v []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter)` + +SetEntryParameters sets EntryParameters field to given value. + +### HasEntryParameters + +`func (o *ModelsReenrollmentStatus) HasEntryParameters() bool` + +HasEntryParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsReport.md b/docs/ModelsReport.md new file mode 100644 index 0000000..8b40d65 --- /dev/null +++ b/docs/ModelsReport.md @@ -0,0 +1,420 @@ +# ModelsReport + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Scheduled** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**ReportPath** | Pointer to **string** | | [optional] +**VersionNumber** | Pointer to **string** | | [optional] +**Categories** | Pointer to **string** | | [optional] +**ShortName** | Pointer to **string** | | [optional] +**InNavigator** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] +**RemoveDuplicates** | Pointer to **bool** | | [optional] +**UsesCollection** | Pointer to **bool** | | [optional] +**ReportParameter** | Pointer to [**[]ModelsReportParameters**](ModelsReportParameters.md) | | [optional] +**Schedules** | Pointer to [**[]ModelsReportSchedule**](ModelsReportSchedule.md) | | [optional] +**AcceptedScheduleFormats** | Pointer to **[]string** | | [optional] + +## Methods + +### NewModelsReport + +`func NewModelsReport() *ModelsReport` + +NewModelsReport instantiates a new ModelsReport 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 + +### NewModelsReportWithDefaults + +`func NewModelsReportWithDefaults() *ModelsReport` + +NewModelsReportWithDefaults instantiates a new ModelsReport 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 + +### GetId + +`func (o *ModelsReport) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsReport) 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. + +### SetId + +`func (o *ModelsReport) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsReport) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetScheduled + +`func (o *ModelsReport) GetScheduled() int32` + +GetScheduled returns the Scheduled field if non-nil, zero value otherwise. + +### GetScheduledOk + +`func (o *ModelsReport) GetScheduledOk() (*int32, bool)` + +GetScheduledOk returns a tuple with the Scheduled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetScheduled + +`func (o *ModelsReport) SetScheduled(v int32)` + +SetScheduled sets Scheduled field to given value. + +### HasScheduled + +`func (o *ModelsReport) HasScheduled() bool` + +HasScheduled returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsReport) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsReport) 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. + +### SetDisplayName + +`func (o *ModelsReport) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsReport) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsReport) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsReport) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsReport) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsReport) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetReportPath + +`func (o *ModelsReport) GetReportPath() string` + +GetReportPath returns the ReportPath field if non-nil, zero value otherwise. + +### GetReportPathOk + +`func (o *ModelsReport) GetReportPathOk() (*string, bool)` + +GetReportPathOk returns a tuple with the ReportPath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReportPath + +`func (o *ModelsReport) SetReportPath(v string)` + +SetReportPath sets ReportPath field to given value. + +### HasReportPath + +`func (o *ModelsReport) HasReportPath() bool` + +HasReportPath returns a boolean if a field has been set. + +### GetVersionNumber + +`func (o *ModelsReport) GetVersionNumber() string` + +GetVersionNumber returns the VersionNumber field if non-nil, zero value otherwise. + +### GetVersionNumberOk + +`func (o *ModelsReport) GetVersionNumberOk() (*string, bool)` + +GetVersionNumberOk returns a tuple with the VersionNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetVersionNumber + +`func (o *ModelsReport) SetVersionNumber(v string)` + +SetVersionNumber sets VersionNumber field to given value. + +### HasVersionNumber + +`func (o *ModelsReport) HasVersionNumber() bool` + +HasVersionNumber returns a boolean if a field has been set. + +### GetCategories + +`func (o *ModelsReport) GetCategories() string` + +GetCategories returns the Categories field if non-nil, zero value otherwise. + +### GetCategoriesOk + +`func (o *ModelsReport) GetCategoriesOk() (*string, bool)` + +GetCategoriesOk returns a tuple with the Categories field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCategories + +`func (o *ModelsReport) SetCategories(v string)` + +SetCategories sets Categories field to given value. + +### HasCategories + +`func (o *ModelsReport) HasCategories() bool` + +HasCategories returns a boolean if a field has been set. + +### GetShortName + +`func (o *ModelsReport) GetShortName() string` + +GetShortName returns the ShortName field if non-nil, zero value otherwise. + +### GetShortNameOk + +`func (o *ModelsReport) GetShortNameOk() (*string, bool)` + +GetShortNameOk returns a tuple with the ShortName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetShortName + +`func (o *ModelsReport) SetShortName(v string)` + +SetShortName sets ShortName field to given value. + +### HasShortName + +`func (o *ModelsReport) HasShortName() bool` + +HasShortName returns a boolean if a field has been set. + +### GetInNavigator + +`func (o *ModelsReport) GetInNavigator() bool` + +GetInNavigator returns the InNavigator field if non-nil, zero value otherwise. + +### GetInNavigatorOk + +`func (o *ModelsReport) GetInNavigatorOk() (*bool, bool)` + +GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInNavigator + +`func (o *ModelsReport) SetInNavigator(v bool)` + +SetInNavigator sets InNavigator field to given value. + +### HasInNavigator + +`func (o *ModelsReport) HasInNavigator() bool` + +HasInNavigator returns a boolean if a field has been set. + +### GetFavorite + +`func (o *ModelsReport) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *ModelsReport) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *ModelsReport) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *ModelsReport) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + +### GetRemoveDuplicates + +`func (o *ModelsReport) GetRemoveDuplicates() bool` + +GetRemoveDuplicates returns the RemoveDuplicates field if non-nil, zero value otherwise. + +### GetRemoveDuplicatesOk + +`func (o *ModelsReport) GetRemoveDuplicatesOk() (*bool, bool)` + +GetRemoveDuplicatesOk returns a tuple with the RemoveDuplicates field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRemoveDuplicates + +`func (o *ModelsReport) SetRemoveDuplicates(v bool)` + +SetRemoveDuplicates sets RemoveDuplicates field to given value. + +### HasRemoveDuplicates + +`func (o *ModelsReport) HasRemoveDuplicates() bool` + +HasRemoveDuplicates returns a boolean if a field has been set. + +### GetUsesCollection + +`func (o *ModelsReport) GetUsesCollection() bool` + +GetUsesCollection returns the UsesCollection field if non-nil, zero value otherwise. + +### GetUsesCollectionOk + +`func (o *ModelsReport) GetUsesCollectionOk() (*bool, bool)` + +GetUsesCollectionOk returns a tuple with the UsesCollection field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsesCollection + +`func (o *ModelsReport) SetUsesCollection(v bool)` + +SetUsesCollection sets UsesCollection field to given value. + +### HasUsesCollection + +`func (o *ModelsReport) HasUsesCollection() bool` + +HasUsesCollection returns a boolean if a field has been set. + +### GetReportParameter + +`func (o *ModelsReport) GetReportParameter() []ModelsReportParameters` + +GetReportParameter returns the ReportParameter field if non-nil, zero value otherwise. + +### GetReportParameterOk + +`func (o *ModelsReport) GetReportParameterOk() (*[]ModelsReportParameters, bool)` + +GetReportParameterOk returns a tuple with the ReportParameter field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReportParameter + +`func (o *ModelsReport) SetReportParameter(v []ModelsReportParameters)` + +SetReportParameter sets ReportParameter field to given value. + +### HasReportParameter + +`func (o *ModelsReport) HasReportParameter() bool` + +HasReportParameter returns a boolean if a field has been set. + +### GetSchedules + +`func (o *ModelsReport) GetSchedules() []ModelsReportSchedule` + +GetSchedules returns the Schedules field if non-nil, zero value otherwise. + +### GetSchedulesOk + +`func (o *ModelsReport) GetSchedulesOk() (*[]ModelsReportSchedule, bool)` + +GetSchedulesOk returns a tuple with the Schedules field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSchedules + +`func (o *ModelsReport) SetSchedules(v []ModelsReportSchedule)` + +SetSchedules sets Schedules field to given value. + +### HasSchedules + +`func (o *ModelsReport) HasSchedules() bool` + +HasSchedules returns a boolean if a field has been set. + +### GetAcceptedScheduleFormats + +`func (o *ModelsReport) GetAcceptedScheduleFormats() []string` + +GetAcceptedScheduleFormats returns the AcceptedScheduleFormats field if non-nil, zero value otherwise. + +### GetAcceptedScheduleFormatsOk + +`func (o *ModelsReport) GetAcceptedScheduleFormatsOk() (*[]string, bool)` + +GetAcceptedScheduleFormatsOk returns a tuple with the AcceptedScheduleFormats field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAcceptedScheduleFormats + +`func (o *ModelsReport) SetAcceptedScheduleFormats(v []string)` + +SetAcceptedScheduleFormats sets AcceptedScheduleFormats field to given value. + +### HasAcceptedScheduleFormats + +`func (o *ModelsReport) HasAcceptedScheduleFormats() bool` + +HasAcceptedScheduleFormats returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsReportParameters.md b/docs/ModelsReportParameters.md new file mode 100644 index 0000000..1492ec6 --- /dev/null +++ b/docs/ModelsReportParameters.md @@ -0,0 +1,238 @@ +# ModelsReportParameters + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**ParameterName** | Pointer to **string** | | [optional] +**ParameterType** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**DisplayOrder** | Pointer to **int32** | | [optional] +**ParameterVisibility** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsReportParameters + +`func NewModelsReportParameters() *ModelsReportParameters` + +NewModelsReportParameters instantiates a new ModelsReportParameters 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 + +### NewModelsReportParametersWithDefaults + +`func NewModelsReportParametersWithDefaults() *ModelsReportParameters` + +NewModelsReportParametersWithDefaults instantiates a new ModelsReportParameters 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 + +### GetId + +`func (o *ModelsReportParameters) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsReportParameters) 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. + +### SetId + +`func (o *ModelsReportParameters) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsReportParameters) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetParameterName + +`func (o *ModelsReportParameters) GetParameterName() string` + +GetParameterName returns the ParameterName field if non-nil, zero value otherwise. + +### GetParameterNameOk + +`func (o *ModelsReportParameters) GetParameterNameOk() (*string, bool)` + +GetParameterNameOk returns a tuple with the ParameterName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameterName + +`func (o *ModelsReportParameters) SetParameterName(v string)` + +SetParameterName sets ParameterName field to given value. + +### HasParameterName + +`func (o *ModelsReportParameters) HasParameterName() bool` + +HasParameterName returns a boolean if a field has been set. + +### GetParameterType + +`func (o *ModelsReportParameters) GetParameterType() int32` + +GetParameterType returns the ParameterType field if non-nil, zero value otherwise. + +### GetParameterTypeOk + +`func (o *ModelsReportParameters) GetParameterTypeOk() (*int32, bool)` + +GetParameterTypeOk returns a tuple with the ParameterType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameterType + +`func (o *ModelsReportParameters) SetParameterType(v int32)` + +SetParameterType sets ParameterType field to given value. + +### HasParameterType + +`func (o *ModelsReportParameters) HasParameterType() bool` + +HasParameterType returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsReportParameters) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsReportParameters) 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. + +### SetDisplayName + +`func (o *ModelsReportParameters) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsReportParameters) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsReportParameters) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsReportParameters) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsReportParameters) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsReportParameters) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsReportParameters) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsReportParameters) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsReportParameters) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsReportParameters) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetDisplayOrder + +`func (o *ModelsReportParameters) GetDisplayOrder() int32` + +GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise. + +### GetDisplayOrderOk + +`func (o *ModelsReportParameters) GetDisplayOrderOk() (*int32, bool)` + +GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDisplayOrder + +`func (o *ModelsReportParameters) SetDisplayOrder(v int32)` + +SetDisplayOrder sets DisplayOrder field to given value. + +### HasDisplayOrder + +`func (o *ModelsReportParameters) HasDisplayOrder() bool` + +HasDisplayOrder returns a boolean if a field has been set. + +### GetParameterVisibility + +`func (o *ModelsReportParameters) GetParameterVisibility() int32` + +GetParameterVisibility returns the ParameterVisibility field if non-nil, zero value otherwise. + +### GetParameterVisibilityOk + +`func (o *ModelsReportParameters) GetParameterVisibilityOk() (*int32, bool)` + +GetParameterVisibilityOk returns a tuple with the ParameterVisibility field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetParameterVisibility + +`func (o *ModelsReportParameters) SetParameterVisibility(v int32)` + +SetParameterVisibility sets ParameterVisibility field to given value. + +### HasParameterVisibility + +`func (o *ModelsReportParameters) HasParameterVisibility() bool` + +HasParameterVisibility returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsReportParametersRequest.md b/docs/ModelsReportParametersRequest.md new file mode 100644 index 0000000..63af10f --- /dev/null +++ b/docs/ModelsReportParametersRequest.md @@ -0,0 +1,134 @@ +# ModelsReportParametersRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**Description** | Pointer to **string** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsReportParametersRequest + +`func NewModelsReportParametersRequest() *ModelsReportParametersRequest` + +NewModelsReportParametersRequest instantiates a new ModelsReportParametersRequest 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 + +### NewModelsReportParametersRequestWithDefaults + +`func NewModelsReportParametersRequestWithDefaults() *ModelsReportParametersRequest` + +NewModelsReportParametersRequestWithDefaults instantiates a new ModelsReportParametersRequest 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 + +### GetId + +`func (o *ModelsReportParametersRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsReportParametersRequest) 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. + +### SetId + +`func (o *ModelsReportParametersRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsReportParametersRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsReportParametersRequest) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsReportParametersRequest) 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. + +### SetDisplayName + +`func (o *ModelsReportParametersRequest) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsReportParametersRequest) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetDescription + +`func (o *ModelsReportParametersRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsReportParametersRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsReportParametersRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + +### HasDescription + +`func (o *ModelsReportParametersRequest) HasDescription() bool` + +HasDescription returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsReportParametersRequest) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsReportParametersRequest) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsReportParametersRequest) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsReportParametersRequest) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsReportRequestModel.md b/docs/ModelsReportRequestModel.md new file mode 100644 index 0000000..ca29c3e --- /dev/null +++ b/docs/ModelsReportRequestModel.md @@ -0,0 +1,134 @@ +# ModelsReportRequestModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**InNavigator** | Pointer to **bool** | | [optional] +**Favorite** | Pointer to **bool** | | [optional] +**RemoveDuplicates** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsReportRequestModel + +`func NewModelsReportRequestModel() *ModelsReportRequestModel` + +NewModelsReportRequestModel instantiates a new ModelsReportRequestModel 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 + +### NewModelsReportRequestModelWithDefaults + +`func NewModelsReportRequestModelWithDefaults() *ModelsReportRequestModel` + +NewModelsReportRequestModelWithDefaults instantiates a new ModelsReportRequestModel 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 + +### GetId + +`func (o *ModelsReportRequestModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsReportRequestModel) 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. + +### SetId + +`func (o *ModelsReportRequestModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsReportRequestModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetInNavigator + +`func (o *ModelsReportRequestModel) GetInNavigator() bool` + +GetInNavigator returns the InNavigator field if non-nil, zero value otherwise. + +### GetInNavigatorOk + +`func (o *ModelsReportRequestModel) GetInNavigatorOk() (*bool, bool)` + +GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetInNavigator + +`func (o *ModelsReportRequestModel) SetInNavigator(v bool)` + +SetInNavigator sets InNavigator field to given value. + +### HasInNavigator + +`func (o *ModelsReportRequestModel) HasInNavigator() bool` + +HasInNavigator returns a boolean if a field has been set. + +### GetFavorite + +`func (o *ModelsReportRequestModel) GetFavorite() bool` + +GetFavorite returns the Favorite field if non-nil, zero value otherwise. + +### GetFavoriteOk + +`func (o *ModelsReportRequestModel) GetFavoriteOk() (*bool, bool)` + +GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFavorite + +`func (o *ModelsReportRequestModel) SetFavorite(v bool)` + +SetFavorite sets Favorite field to given value. + +### HasFavorite + +`func (o *ModelsReportRequestModel) HasFavorite() bool` + +HasFavorite returns a boolean if a field has been set. + +### GetRemoveDuplicates + +`func (o *ModelsReportRequestModel) GetRemoveDuplicates() bool` + +GetRemoveDuplicates returns the RemoveDuplicates field if non-nil, zero value otherwise. + +### GetRemoveDuplicatesOk + +`func (o *ModelsReportRequestModel) GetRemoveDuplicatesOk() (*bool, bool)` + +GetRemoveDuplicatesOk returns a tuple with the RemoveDuplicates field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRemoveDuplicates + +`func (o *ModelsReportRequestModel) SetRemoveDuplicates(v bool)` + +SetRemoveDuplicates sets RemoveDuplicates field to given value. + +### HasRemoveDuplicates + +`func (o *ModelsReportRequestModel) HasRemoveDuplicates() bool` + +HasRemoveDuplicates returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsReportSchedule.md b/docs/ModelsReportSchedule.md new file mode 100644 index 0000000..adbefa4 --- /dev/null +++ b/docs/ModelsReportSchedule.md @@ -0,0 +1,264 @@ +# ModelsReportSchedule + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**SendReport** | Pointer to **bool** | | [optional] +**SaveReport** | Pointer to **bool** | | [optional] +**SaveReportPath** | Pointer to **string** | | [optional] +**ReportFormat** | Pointer to **string** | | [optional] +**KeyfactorSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**CertificateCollectionId** | Pointer to **int32** | | [optional] +**EmailRecipients** | Pointer to **[]string** | | [optional] +**RuntimeParameters** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsReportSchedule + +`func NewModelsReportSchedule() *ModelsReportSchedule` + +NewModelsReportSchedule instantiates a new ModelsReportSchedule 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 + +### NewModelsReportScheduleWithDefaults + +`func NewModelsReportScheduleWithDefaults() *ModelsReportSchedule` + +NewModelsReportScheduleWithDefaults instantiates a new ModelsReportSchedule 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 + +### GetId + +`func (o *ModelsReportSchedule) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsReportSchedule) 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. + +### SetId + +`func (o *ModelsReportSchedule) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsReportSchedule) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetSendReport + +`func (o *ModelsReportSchedule) GetSendReport() bool` + +GetSendReport returns the SendReport field if non-nil, zero value otherwise. + +### GetSendReportOk + +`func (o *ModelsReportSchedule) GetSendReportOk() (*bool, bool)` + +GetSendReportOk returns a tuple with the SendReport field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSendReport + +`func (o *ModelsReportSchedule) SetSendReport(v bool)` + +SetSendReport sets SendReport field to given value. + +### HasSendReport + +`func (o *ModelsReportSchedule) HasSendReport() bool` + +HasSendReport returns a boolean if a field has been set. + +### GetSaveReport + +`func (o *ModelsReportSchedule) GetSaveReport() bool` + +GetSaveReport returns the SaveReport field if non-nil, zero value otherwise. + +### GetSaveReportOk + +`func (o *ModelsReportSchedule) GetSaveReportOk() (*bool, bool)` + +GetSaveReportOk returns a tuple with the SaveReport field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSaveReport + +`func (o *ModelsReportSchedule) SetSaveReport(v bool)` + +SetSaveReport sets SaveReport field to given value. + +### HasSaveReport + +`func (o *ModelsReportSchedule) HasSaveReport() bool` + +HasSaveReport returns a boolean if a field has been set. + +### GetSaveReportPath + +`func (o *ModelsReportSchedule) GetSaveReportPath() string` + +GetSaveReportPath returns the SaveReportPath field if non-nil, zero value otherwise. + +### GetSaveReportPathOk + +`func (o *ModelsReportSchedule) GetSaveReportPathOk() (*string, bool)` + +GetSaveReportPathOk returns a tuple with the SaveReportPath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSaveReportPath + +`func (o *ModelsReportSchedule) SetSaveReportPath(v string)` + +SetSaveReportPath sets SaveReportPath field to given value. + +### HasSaveReportPath + +`func (o *ModelsReportSchedule) HasSaveReportPath() bool` + +HasSaveReportPath returns a boolean if a field has been set. + +### GetReportFormat + +`func (o *ModelsReportSchedule) GetReportFormat() string` + +GetReportFormat returns the ReportFormat field if non-nil, zero value otherwise. + +### GetReportFormatOk + +`func (o *ModelsReportSchedule) GetReportFormatOk() (*string, bool)` + +GetReportFormatOk returns a tuple with the ReportFormat field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReportFormat + +`func (o *ModelsReportSchedule) SetReportFormat(v string)` + +SetReportFormat sets ReportFormat field to given value. + +### HasReportFormat + +`func (o *ModelsReportSchedule) HasReportFormat() bool` + +HasReportFormat returns a boolean if a field has been set. + +### GetKeyfactorSchedule + +`func (o *ModelsReportSchedule) GetKeyfactorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetKeyfactorSchedule returns the KeyfactorSchedule field if non-nil, zero value otherwise. + +### GetKeyfactorScheduleOk + +`func (o *ModelsReportSchedule) GetKeyfactorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorSchedule + +`func (o *ModelsReportSchedule) SetKeyfactorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetKeyfactorSchedule sets KeyfactorSchedule field to given value. + +### HasKeyfactorSchedule + +`func (o *ModelsReportSchedule) HasKeyfactorSchedule() bool` + +HasKeyfactorSchedule returns a boolean if a field has been set. + +### GetCertificateCollectionId + +`func (o *ModelsReportSchedule) GetCertificateCollectionId() int32` + +GetCertificateCollectionId returns the CertificateCollectionId field if non-nil, zero value otherwise. + +### GetCertificateCollectionIdOk + +`func (o *ModelsReportSchedule) GetCertificateCollectionIdOk() (*int32, bool)` + +GetCertificateCollectionIdOk returns a tuple with the CertificateCollectionId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateCollectionId + +`func (o *ModelsReportSchedule) SetCertificateCollectionId(v int32)` + +SetCertificateCollectionId sets CertificateCollectionId field to given value. + +### HasCertificateCollectionId + +`func (o *ModelsReportSchedule) HasCertificateCollectionId() bool` + +HasCertificateCollectionId returns a boolean if a field has been set. + +### GetEmailRecipients + +`func (o *ModelsReportSchedule) GetEmailRecipients() []string` + +GetEmailRecipients returns the EmailRecipients field if non-nil, zero value otherwise. + +### GetEmailRecipientsOk + +`func (o *ModelsReportSchedule) GetEmailRecipientsOk() (*[]string, bool)` + +GetEmailRecipientsOk returns a tuple with the EmailRecipients field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmailRecipients + +`func (o *ModelsReportSchedule) SetEmailRecipients(v []string)` + +SetEmailRecipients sets EmailRecipients field to given value. + +### HasEmailRecipients + +`func (o *ModelsReportSchedule) HasEmailRecipients() bool` + +HasEmailRecipients returns a boolean if a field has been set. + +### GetRuntimeParameters + +`func (o *ModelsReportSchedule) GetRuntimeParameters() map[string]string` + +GetRuntimeParameters returns the RuntimeParameters field if non-nil, zero value otherwise. + +### GetRuntimeParametersOk + +`func (o *ModelsReportSchedule) GetRuntimeParametersOk() (*map[string]string, bool)` + +GetRuntimeParametersOk returns a tuple with the RuntimeParameters field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRuntimeParameters + +`func (o *ModelsReportSchedule) SetRuntimeParameters(v map[string]string)` + +SetRuntimeParameters sets RuntimeParameters field to given value. + +### HasRuntimeParameters + +`func (o *ModelsReportSchedule) HasRuntimeParameters() bool` + +HasRuntimeParameters returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsRevocationRevocationResponse.md b/docs/ModelsRevocationRevocationResponse.md new file mode 100644 index 0000000..042b9a1 --- /dev/null +++ b/docs/ModelsRevocationRevocationResponse.md @@ -0,0 +1,82 @@ +# ModelsRevocationRevocationResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**RevokedIds** | Pointer to **[]int32** | | [optional] +**SuspendedCerts** | Pointer to [**[]ModelsRevocationSuspendedRevocationResponse**](ModelsRevocationSuspendedRevocationResponse.md) | | [optional] + +## Methods + +### NewModelsRevocationRevocationResponse + +`func NewModelsRevocationRevocationResponse() *ModelsRevocationRevocationResponse` + +NewModelsRevocationRevocationResponse instantiates a new ModelsRevocationRevocationResponse 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 + +### NewModelsRevocationRevocationResponseWithDefaults + +`func NewModelsRevocationRevocationResponseWithDefaults() *ModelsRevocationRevocationResponse` + +NewModelsRevocationRevocationResponseWithDefaults instantiates a new ModelsRevocationRevocationResponse 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 + +### GetRevokedIds + +`func (o *ModelsRevocationRevocationResponse) GetRevokedIds() []int32` + +GetRevokedIds returns the RevokedIds field if non-nil, zero value otherwise. + +### GetRevokedIdsOk + +`func (o *ModelsRevocationRevocationResponse) GetRevokedIdsOk() (*[]int32, bool)` + +GetRevokedIdsOk returns a tuple with the RevokedIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRevokedIds + +`func (o *ModelsRevocationRevocationResponse) SetRevokedIds(v []int32)` + +SetRevokedIds sets RevokedIds field to given value. + +### HasRevokedIds + +`func (o *ModelsRevocationRevocationResponse) HasRevokedIds() bool` + +HasRevokedIds returns a boolean if a field has been set. + +### GetSuspendedCerts + +`func (o *ModelsRevocationRevocationResponse) GetSuspendedCerts() []ModelsRevocationSuspendedRevocationResponse` + +GetSuspendedCerts returns the SuspendedCerts field if non-nil, zero value otherwise. + +### GetSuspendedCertsOk + +`func (o *ModelsRevocationRevocationResponse) GetSuspendedCertsOk() (*[]ModelsRevocationSuspendedRevocationResponse, bool)` + +GetSuspendedCertsOk returns a tuple with the SuspendedCerts field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSuspendedCerts + +`func (o *ModelsRevocationRevocationResponse) SetSuspendedCerts(v []ModelsRevocationSuspendedRevocationResponse)` + +SetSuspendedCerts sets SuspendedCerts field to given value. + +### HasSuspendedCerts + +`func (o *ModelsRevocationRevocationResponse) HasSuspendedCerts() bool` + +HasSuspendedCerts returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsRevocationSuspendedRevocationResponse.md b/docs/ModelsRevocationSuspendedRevocationResponse.md new file mode 100644 index 0000000..9542b98 --- /dev/null +++ b/docs/ModelsRevocationSuspendedRevocationResponse.md @@ -0,0 +1,108 @@ +# ModelsRevocationSuspendedRevocationResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertId** | Pointer to **int32** | | [optional] +**WorkflowId** | Pointer to **string** | | [optional] +**Message** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsRevocationSuspendedRevocationResponse + +`func NewModelsRevocationSuspendedRevocationResponse() *ModelsRevocationSuspendedRevocationResponse` + +NewModelsRevocationSuspendedRevocationResponse instantiates a new ModelsRevocationSuspendedRevocationResponse 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 + +### NewModelsRevocationSuspendedRevocationResponseWithDefaults + +`func NewModelsRevocationSuspendedRevocationResponseWithDefaults() *ModelsRevocationSuspendedRevocationResponse` + +NewModelsRevocationSuspendedRevocationResponseWithDefaults instantiates a new ModelsRevocationSuspendedRevocationResponse 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 + +### GetCertId + +`func (o *ModelsRevocationSuspendedRevocationResponse) GetCertId() int32` + +GetCertId returns the CertId field if non-nil, zero value otherwise. + +### GetCertIdOk + +`func (o *ModelsRevocationSuspendedRevocationResponse) GetCertIdOk() (*int32, bool)` + +GetCertIdOk returns a tuple with the CertId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertId + +`func (o *ModelsRevocationSuspendedRevocationResponse) SetCertId(v int32)` + +SetCertId sets CertId field to given value. + +### HasCertId + +`func (o *ModelsRevocationSuspendedRevocationResponse) HasCertId() bool` + +HasCertId returns a boolean if a field has been set. + +### GetWorkflowId + +`func (o *ModelsRevocationSuspendedRevocationResponse) GetWorkflowId() string` + +GetWorkflowId returns the WorkflowId field if non-nil, zero value otherwise. + +### GetWorkflowIdOk + +`func (o *ModelsRevocationSuspendedRevocationResponse) GetWorkflowIdOk() (*string, bool)` + +GetWorkflowIdOk returns a tuple with the WorkflowId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetWorkflowId + +`func (o *ModelsRevocationSuspendedRevocationResponse) SetWorkflowId(v string)` + +SetWorkflowId sets WorkflowId field to given value. + +### HasWorkflowId + +`func (o *ModelsRevocationSuspendedRevocationResponse) HasWorkflowId() bool` + +HasWorkflowId returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsRevocationSuspendedRevocationResponse) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsRevocationSuspendedRevocationResponse) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsRevocationSuspendedRevocationResponse) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsRevocationSuspendedRevocationResponse) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsRevokeAllCertificatesRequest.md b/docs/ModelsRevokeAllCertificatesRequest.md new file mode 100644 index 0000000..92de0eb --- /dev/null +++ b/docs/ModelsRevokeAllCertificatesRequest.md @@ -0,0 +1,176 @@ +# ModelsRevokeAllCertificatesRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Query** | Pointer to **string** | The query string of the certificates to revoke | [optional] +**Reason** | **int32** | The Reason for revocation | +**Comment** | **string** | A comment for auditing purposes | +**EffectiveDate** | Pointer to **time.Time** | The date when the certificates are to appear on the revocation list | [optional] +**IncludeRevoked** | Pointer to **bool** | A flag telling the query to include revoked certificates | [optional] +**IncludeExpired** | Pointer to **bool** | A flag telling the query to include expired certificates | [optional] + +## Methods + +### NewModelsRevokeAllCertificatesRequest + +`func NewModelsRevokeAllCertificatesRequest(reason int32, comment string, ) *ModelsRevokeAllCertificatesRequest` + +NewModelsRevokeAllCertificatesRequest instantiates a new ModelsRevokeAllCertificatesRequest 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 + +### NewModelsRevokeAllCertificatesRequestWithDefaults + +`func NewModelsRevokeAllCertificatesRequestWithDefaults() *ModelsRevokeAllCertificatesRequest` + +NewModelsRevokeAllCertificatesRequestWithDefaults instantiates a new ModelsRevokeAllCertificatesRequest 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 + +### GetQuery + +`func (o *ModelsRevokeAllCertificatesRequest) GetQuery() string` + +GetQuery returns the Query field if non-nil, zero value otherwise. + +### GetQueryOk + +`func (o *ModelsRevokeAllCertificatesRequest) GetQueryOk() (*string, bool)` + +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetQuery + +`func (o *ModelsRevokeAllCertificatesRequest) SetQuery(v string)` + +SetQuery sets Query field to given value. + +### HasQuery + +`func (o *ModelsRevokeAllCertificatesRequest) HasQuery() bool` + +HasQuery returns a boolean if a field has been set. + +### GetReason + +`func (o *ModelsRevokeAllCertificatesRequest) GetReason() int32` + +GetReason returns the Reason field if non-nil, zero value otherwise. + +### GetReasonOk + +`func (o *ModelsRevokeAllCertificatesRequest) GetReasonOk() (*int32, bool)` + +GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReason + +`func (o *ModelsRevokeAllCertificatesRequest) SetReason(v int32)` + +SetReason sets Reason field to given value. + + +### GetComment + +`func (o *ModelsRevokeAllCertificatesRequest) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsRevokeAllCertificatesRequest) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsRevokeAllCertificatesRequest) SetComment(v string)` + +SetComment sets Comment field to given value. + + +### GetEffectiveDate + +`func (o *ModelsRevokeAllCertificatesRequest) GetEffectiveDate() time.Time` + +GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise. + +### GetEffectiveDateOk + +`func (o *ModelsRevokeAllCertificatesRequest) GetEffectiveDateOk() (*time.Time, bool)` + +GetEffectiveDateOk returns a tuple with the EffectiveDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEffectiveDate + +`func (o *ModelsRevokeAllCertificatesRequest) SetEffectiveDate(v time.Time)` + +SetEffectiveDate sets EffectiveDate field to given value. + +### HasEffectiveDate + +`func (o *ModelsRevokeAllCertificatesRequest) HasEffectiveDate() bool` + +HasEffectiveDate returns a boolean if a field has been set. + +### GetIncludeRevoked + +`func (o *ModelsRevokeAllCertificatesRequest) GetIncludeRevoked() bool` + +GetIncludeRevoked returns the IncludeRevoked field if non-nil, zero value otherwise. + +### GetIncludeRevokedOk + +`func (o *ModelsRevokeAllCertificatesRequest) GetIncludeRevokedOk() (*bool, bool)` + +GetIncludeRevokedOk returns a tuple with the IncludeRevoked field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeRevoked + +`func (o *ModelsRevokeAllCertificatesRequest) SetIncludeRevoked(v bool)` + +SetIncludeRevoked sets IncludeRevoked field to given value. + +### HasIncludeRevoked + +`func (o *ModelsRevokeAllCertificatesRequest) HasIncludeRevoked() bool` + +HasIncludeRevoked returns a boolean if a field has been set. + +### GetIncludeExpired + +`func (o *ModelsRevokeAllCertificatesRequest) GetIncludeExpired() bool` + +GetIncludeExpired returns the IncludeExpired field if non-nil, zero value otherwise. + +### GetIncludeExpiredOk + +`func (o *ModelsRevokeAllCertificatesRequest) GetIncludeExpiredOk() (*bool, bool)` + +GetIncludeExpiredOk returns a tuple with the IncludeExpired field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIncludeExpired + +`func (o *ModelsRevokeAllCertificatesRequest) SetIncludeExpired(v bool)` + +SetIncludeExpired sets IncludeExpired field to given value. + +### HasIncludeExpired + +`func (o *ModelsRevokeAllCertificatesRequest) HasIncludeExpired() bool` + +HasIncludeExpired returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsRevokeCertificateRequest.md b/docs/ModelsRevokeCertificateRequest.md new file mode 100644 index 0000000..8a76167 --- /dev/null +++ b/docs/ModelsRevokeCertificateRequest.md @@ -0,0 +1,160 @@ +# ModelsRevokeCertificateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CertificateIds** | Pointer to **[]int32** | | [optional] +**Reason** | Pointer to **int32** | | [optional] +**Comment** | Pointer to **string** | | [optional] +**EffectiveDate** | Pointer to **time.Time** | | [optional] +**CollectionId** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsRevokeCertificateRequest + +`func NewModelsRevokeCertificateRequest() *ModelsRevokeCertificateRequest` + +NewModelsRevokeCertificateRequest instantiates a new ModelsRevokeCertificateRequest 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 + +### NewModelsRevokeCertificateRequestWithDefaults + +`func NewModelsRevokeCertificateRequestWithDefaults() *ModelsRevokeCertificateRequest` + +NewModelsRevokeCertificateRequestWithDefaults instantiates a new ModelsRevokeCertificateRequest 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 + +### GetCertificateIds + +`func (o *ModelsRevokeCertificateRequest) GetCertificateIds() []int32` + +GetCertificateIds returns the CertificateIds field if non-nil, zero value otherwise. + +### GetCertificateIdsOk + +`func (o *ModelsRevokeCertificateRequest) GetCertificateIdsOk() (*[]int32, bool)` + +GetCertificateIdsOk returns a tuple with the CertificateIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateIds + +`func (o *ModelsRevokeCertificateRequest) SetCertificateIds(v []int32)` + +SetCertificateIds sets CertificateIds field to given value. + +### HasCertificateIds + +`func (o *ModelsRevokeCertificateRequest) HasCertificateIds() bool` + +HasCertificateIds returns a boolean if a field has been set. + +### GetReason + +`func (o *ModelsRevokeCertificateRequest) GetReason() int32` + +GetReason returns the Reason field if non-nil, zero value otherwise. + +### GetReasonOk + +`func (o *ModelsRevokeCertificateRequest) GetReasonOk() (*int32, bool)` + +GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReason + +`func (o *ModelsRevokeCertificateRequest) SetReason(v int32)` + +SetReason sets Reason field to given value. + +### HasReason + +`func (o *ModelsRevokeCertificateRequest) HasReason() bool` + +HasReason returns a boolean if a field has been set. + +### GetComment + +`func (o *ModelsRevokeCertificateRequest) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsRevokeCertificateRequest) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsRevokeCertificateRequest) SetComment(v string)` + +SetComment sets Comment field to given value. + +### HasComment + +`func (o *ModelsRevokeCertificateRequest) HasComment() bool` + +HasComment returns a boolean if a field has been set. + +### GetEffectiveDate + +`func (o *ModelsRevokeCertificateRequest) GetEffectiveDate() time.Time` + +GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise. + +### GetEffectiveDateOk + +`func (o *ModelsRevokeCertificateRequest) GetEffectiveDateOk() (*time.Time, bool)` + +GetEffectiveDateOk returns a tuple with the EffectiveDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEffectiveDate + +`func (o *ModelsRevokeCertificateRequest) SetEffectiveDate(v time.Time)` + +SetEffectiveDate sets EffectiveDate field to given value. + +### HasEffectiveDate + +`func (o *ModelsRevokeCertificateRequest) HasEffectiveDate() bool` + +HasEffectiveDate returns a boolean if a field has been set. + +### GetCollectionId + +`func (o *ModelsRevokeCertificateRequest) GetCollectionId() int32` + +GetCollectionId returns the CollectionId field if non-nil, zero value otherwise. + +### GetCollectionIdOk + +`func (o *ModelsRevokeCertificateRequest) GetCollectionIdOk() (*int32, bool)` + +GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCollectionId + +`func (o *ModelsRevokeCertificateRequest) SetCollectionId(v int32)` + +SetCollectionId sets CollectionId field to given value. + +### HasCollectionId + +`func (o *ModelsRevokeCertificateRequest) HasCollectionId() bool` + +HasCollectionId returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHAccessLogonUserAccessRequest.md b/docs/ModelsSSHAccessLogonUserAccessRequest.md new file mode 100644 index 0000000..ed0cacf --- /dev/null +++ b/docs/ModelsSSHAccessLogonUserAccessRequest.md @@ -0,0 +1,82 @@ +# ModelsSSHAccessLogonUserAccessRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**LogonName** | Pointer to **string** | | [optional] +**Users** | Pointer to **[]string** | | [optional] + +## Methods + +### NewModelsSSHAccessLogonUserAccessRequest + +`func NewModelsSSHAccessLogonUserAccessRequest() *ModelsSSHAccessLogonUserAccessRequest` + +NewModelsSSHAccessLogonUserAccessRequest instantiates a new ModelsSSHAccessLogonUserAccessRequest 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 + +### NewModelsSSHAccessLogonUserAccessRequestWithDefaults + +`func NewModelsSSHAccessLogonUserAccessRequestWithDefaults() *ModelsSSHAccessLogonUserAccessRequest` + +NewModelsSSHAccessLogonUserAccessRequestWithDefaults instantiates a new ModelsSSHAccessLogonUserAccessRequest 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 + +### GetLogonName + +`func (o *ModelsSSHAccessLogonUserAccessRequest) GetLogonName() string` + +GetLogonName returns the LogonName field if non-nil, zero value otherwise. + +### GetLogonNameOk + +`func (o *ModelsSSHAccessLogonUserAccessRequest) GetLogonNameOk() (*string, bool)` + +GetLogonNameOk returns a tuple with the LogonName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonName + +`func (o *ModelsSSHAccessLogonUserAccessRequest) SetLogonName(v string)` + +SetLogonName sets LogonName field to given value. + +### HasLogonName + +`func (o *ModelsSSHAccessLogonUserAccessRequest) HasLogonName() bool` + +HasLogonName returns a boolean if a field has been set. + +### GetUsers + +`func (o *ModelsSSHAccessLogonUserAccessRequest) GetUsers() []string` + +GetUsers returns the Users field if non-nil, zero value otherwise. + +### GetUsersOk + +`func (o *ModelsSSHAccessLogonUserAccessRequest) GetUsersOk() (*[]string, bool)` + +GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsers + +`func (o *ModelsSSHAccessLogonUserAccessRequest) SetUsers(v []string)` + +SetUsers sets Users field to given value. + +### HasUsers + +`func (o *ModelsSSHAccessLogonUserAccessRequest) HasUsers() bool` + +HasUsers returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHAccessLogonUserAccessResponse.md b/docs/ModelsSSHAccessLogonUserAccessResponse.md new file mode 100644 index 0000000..33c0ca7 --- /dev/null +++ b/docs/ModelsSSHAccessLogonUserAccessResponse.md @@ -0,0 +1,108 @@ +# ModelsSSHAccessLogonUserAccessResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**LogonId** | Pointer to **int32** | | [optional] +**LogonName** | Pointer to **string** | | [optional] +**Users** | Pointer to [**[]ModelsSSHUsersSshUserResponse**](ModelsSSHUsersSshUserResponse.md) | | [optional] + +## Methods + +### NewModelsSSHAccessLogonUserAccessResponse + +`func NewModelsSSHAccessLogonUserAccessResponse() *ModelsSSHAccessLogonUserAccessResponse` + +NewModelsSSHAccessLogonUserAccessResponse instantiates a new ModelsSSHAccessLogonUserAccessResponse 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 + +### NewModelsSSHAccessLogonUserAccessResponseWithDefaults + +`func NewModelsSSHAccessLogonUserAccessResponseWithDefaults() *ModelsSSHAccessLogonUserAccessResponse` + +NewModelsSSHAccessLogonUserAccessResponseWithDefaults instantiates a new ModelsSSHAccessLogonUserAccessResponse 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 + +### GetLogonId + +`func (o *ModelsSSHAccessLogonUserAccessResponse) GetLogonId() int32` + +GetLogonId returns the LogonId field if non-nil, zero value otherwise. + +### GetLogonIdOk + +`func (o *ModelsSSHAccessLogonUserAccessResponse) GetLogonIdOk() (*int32, bool)` + +GetLogonIdOk returns a tuple with the LogonId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonId + +`func (o *ModelsSSHAccessLogonUserAccessResponse) SetLogonId(v int32)` + +SetLogonId sets LogonId field to given value. + +### HasLogonId + +`func (o *ModelsSSHAccessLogonUserAccessResponse) HasLogonId() bool` + +HasLogonId returns a boolean if a field has been set. + +### GetLogonName + +`func (o *ModelsSSHAccessLogonUserAccessResponse) GetLogonName() string` + +GetLogonName returns the LogonName field if non-nil, zero value otherwise. + +### GetLogonNameOk + +`func (o *ModelsSSHAccessLogonUserAccessResponse) GetLogonNameOk() (*string, bool)` + +GetLogonNameOk returns a tuple with the LogonName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonName + +`func (o *ModelsSSHAccessLogonUserAccessResponse) SetLogonName(v string)` + +SetLogonName sets LogonName field to given value. + +### HasLogonName + +`func (o *ModelsSSHAccessLogonUserAccessResponse) HasLogonName() bool` + +HasLogonName returns a boolean if a field has been set. + +### GetUsers + +`func (o *ModelsSSHAccessLogonUserAccessResponse) GetUsers() []ModelsSSHUsersSshUserResponse` + +GetUsers returns the Users field if non-nil, zero value otherwise. + +### GetUsersOk + +`func (o *ModelsSSHAccessLogonUserAccessResponse) GetUsersOk() (*[]ModelsSSHUsersSshUserResponse, bool)` + +GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsers + +`func (o *ModelsSSHAccessLogonUserAccessResponse) SetUsers(v []ModelsSSHUsersSshUserResponse)` + +SetUsers sets Users field to given value. + +### HasUsers + +`func (o *ModelsSSHAccessLogonUserAccessResponse) HasUsers() bool` + +HasUsers returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHAccessServerAccessRequest.md b/docs/ModelsSSHAccessServerAccessRequest.md new file mode 100644 index 0000000..ae4d587 --- /dev/null +++ b/docs/ModelsSSHAccessServerAccessRequest.md @@ -0,0 +1,72 @@ +# ModelsSSHAccessServerAccessRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ServerId** | **int32** | | +**LogonUsers** | [**[]ModelsSSHAccessLogonUserAccessRequest**](ModelsSSHAccessLogonUserAccessRequest.md) | | + +## Methods + +### NewModelsSSHAccessServerAccessRequest + +`func NewModelsSSHAccessServerAccessRequest(serverId int32, logonUsers []ModelsSSHAccessLogonUserAccessRequest, ) *ModelsSSHAccessServerAccessRequest` + +NewModelsSSHAccessServerAccessRequest instantiates a new ModelsSSHAccessServerAccessRequest 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 + +### NewModelsSSHAccessServerAccessRequestWithDefaults + +`func NewModelsSSHAccessServerAccessRequestWithDefaults() *ModelsSSHAccessServerAccessRequest` + +NewModelsSSHAccessServerAccessRequestWithDefaults instantiates a new ModelsSSHAccessServerAccessRequest 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 + +### GetServerId + +`func (o *ModelsSSHAccessServerAccessRequest) GetServerId() int32` + +GetServerId returns the ServerId field if non-nil, zero value otherwise. + +### GetServerIdOk + +`func (o *ModelsSSHAccessServerAccessRequest) GetServerIdOk() (*int32, bool)` + +GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerId + +`func (o *ModelsSSHAccessServerAccessRequest) SetServerId(v int32)` + +SetServerId sets ServerId field to given value. + + +### GetLogonUsers + +`func (o *ModelsSSHAccessServerAccessRequest) GetLogonUsers() []ModelsSSHAccessLogonUserAccessRequest` + +GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise. + +### GetLogonUsersOk + +`func (o *ModelsSSHAccessServerAccessRequest) GetLogonUsersOk() (*[]ModelsSSHAccessLogonUserAccessRequest, bool)` + +GetLogonUsersOk returns a tuple with the LogonUsers field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonUsers + +`func (o *ModelsSSHAccessServerAccessRequest) SetLogonUsers(v []ModelsSSHAccessLogonUserAccessRequest)` + +SetLogonUsers sets LogonUsers field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHAccessServerAccessResponse.md b/docs/ModelsSSHAccessServerAccessResponse.md new file mode 100644 index 0000000..44a6eb9 --- /dev/null +++ b/docs/ModelsSSHAccessServerAccessResponse.md @@ -0,0 +1,82 @@ +# ModelsSSHAccessServerAccessResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ServerId** | Pointer to **int32** | | [optional] +**LogonUsers** | Pointer to [**[]ModelsSSHAccessLogonUserAccessResponse**](ModelsSSHAccessLogonUserAccessResponse.md) | | [optional] + +## Methods + +### NewModelsSSHAccessServerAccessResponse + +`func NewModelsSSHAccessServerAccessResponse() *ModelsSSHAccessServerAccessResponse` + +NewModelsSSHAccessServerAccessResponse instantiates a new ModelsSSHAccessServerAccessResponse 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 + +### NewModelsSSHAccessServerAccessResponseWithDefaults + +`func NewModelsSSHAccessServerAccessResponseWithDefaults() *ModelsSSHAccessServerAccessResponse` + +NewModelsSSHAccessServerAccessResponseWithDefaults instantiates a new ModelsSSHAccessServerAccessResponse 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 + +### GetServerId + +`func (o *ModelsSSHAccessServerAccessResponse) GetServerId() int32` + +GetServerId returns the ServerId field if non-nil, zero value otherwise. + +### GetServerIdOk + +`func (o *ModelsSSHAccessServerAccessResponse) GetServerIdOk() (*int32, bool)` + +GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerId + +`func (o *ModelsSSHAccessServerAccessResponse) SetServerId(v int32)` + +SetServerId sets ServerId field to given value. + +### HasServerId + +`func (o *ModelsSSHAccessServerAccessResponse) HasServerId() bool` + +HasServerId returns a boolean if a field has been set. + +### GetLogonUsers + +`func (o *ModelsSSHAccessServerAccessResponse) GetLogonUsers() []ModelsSSHAccessLogonUserAccessResponse` + +GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise. + +### GetLogonUsersOk + +`func (o *ModelsSSHAccessServerAccessResponse) GetLogonUsersOk() (*[]ModelsSSHAccessLogonUserAccessResponse, bool)` + +GetLogonUsersOk returns a tuple with the LogonUsers field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonUsers + +`func (o *ModelsSSHAccessServerAccessResponse) SetLogonUsers(v []ModelsSSHAccessLogonUserAccessResponse)` + +SetLogonUsers sets LogonUsers field to given value. + +### HasLogonUsers + +`func (o *ModelsSSHAccessServerAccessResponse) HasLogonUsers() bool` + +HasLogonUsers returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHAccessServerGroupAccessRequest.md b/docs/ModelsSSHAccessServerGroupAccessRequest.md new file mode 100644 index 0000000..73f771a --- /dev/null +++ b/docs/ModelsSSHAccessServerGroupAccessRequest.md @@ -0,0 +1,72 @@ +# ModelsSSHAccessServerGroupAccessRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ServerGroupId** | **string** | | +**LogonUsers** | [**[]ModelsSSHAccessLogonUserAccessRequest**](ModelsSSHAccessLogonUserAccessRequest.md) | | + +## Methods + +### NewModelsSSHAccessServerGroupAccessRequest + +`func NewModelsSSHAccessServerGroupAccessRequest(serverGroupId string, logonUsers []ModelsSSHAccessLogonUserAccessRequest, ) *ModelsSSHAccessServerGroupAccessRequest` + +NewModelsSSHAccessServerGroupAccessRequest instantiates a new ModelsSSHAccessServerGroupAccessRequest 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 + +### NewModelsSSHAccessServerGroupAccessRequestWithDefaults + +`func NewModelsSSHAccessServerGroupAccessRequestWithDefaults() *ModelsSSHAccessServerGroupAccessRequest` + +NewModelsSSHAccessServerGroupAccessRequestWithDefaults instantiates a new ModelsSSHAccessServerGroupAccessRequest 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 + +### GetServerGroupId + +`func (o *ModelsSSHAccessServerGroupAccessRequest) GetServerGroupId() string` + +GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise. + +### GetServerGroupIdOk + +`func (o *ModelsSSHAccessServerGroupAccessRequest) GetServerGroupIdOk() (*string, bool)` + +GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerGroupId + +`func (o *ModelsSSHAccessServerGroupAccessRequest) SetServerGroupId(v string)` + +SetServerGroupId sets ServerGroupId field to given value. + + +### GetLogonUsers + +`func (o *ModelsSSHAccessServerGroupAccessRequest) GetLogonUsers() []ModelsSSHAccessLogonUserAccessRequest` + +GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise. + +### GetLogonUsersOk + +`func (o *ModelsSSHAccessServerGroupAccessRequest) GetLogonUsersOk() (*[]ModelsSSHAccessLogonUserAccessRequest, bool)` + +GetLogonUsersOk returns a tuple with the LogonUsers field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonUsers + +`func (o *ModelsSSHAccessServerGroupAccessRequest) SetLogonUsers(v []ModelsSSHAccessLogonUserAccessRequest)` + +SetLogonUsers sets LogonUsers field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHAccessServerGroupAccessResponse.md b/docs/ModelsSSHAccessServerGroupAccessResponse.md new file mode 100644 index 0000000..a98db4a --- /dev/null +++ b/docs/ModelsSSHAccessServerGroupAccessResponse.md @@ -0,0 +1,82 @@ +# ModelsSSHAccessServerGroupAccessResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ServerGroupId** | Pointer to **string** | | [optional] +**LogonUsers** | Pointer to [**[]ModelsSSHAccessLogonUserAccessResponse**](ModelsSSHAccessLogonUserAccessResponse.md) | | [optional] + +## Methods + +### NewModelsSSHAccessServerGroupAccessResponse + +`func NewModelsSSHAccessServerGroupAccessResponse() *ModelsSSHAccessServerGroupAccessResponse` + +NewModelsSSHAccessServerGroupAccessResponse instantiates a new ModelsSSHAccessServerGroupAccessResponse 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 + +### NewModelsSSHAccessServerGroupAccessResponseWithDefaults + +`func NewModelsSSHAccessServerGroupAccessResponseWithDefaults() *ModelsSSHAccessServerGroupAccessResponse` + +NewModelsSSHAccessServerGroupAccessResponseWithDefaults instantiates a new ModelsSSHAccessServerGroupAccessResponse 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 + +### GetServerGroupId + +`func (o *ModelsSSHAccessServerGroupAccessResponse) GetServerGroupId() string` + +GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise. + +### GetServerGroupIdOk + +`func (o *ModelsSSHAccessServerGroupAccessResponse) GetServerGroupIdOk() (*string, bool)` + +GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerGroupId + +`func (o *ModelsSSHAccessServerGroupAccessResponse) SetServerGroupId(v string)` + +SetServerGroupId sets ServerGroupId field to given value. + +### HasServerGroupId + +`func (o *ModelsSSHAccessServerGroupAccessResponse) HasServerGroupId() bool` + +HasServerGroupId returns a boolean if a field has been set. + +### GetLogonUsers + +`func (o *ModelsSSHAccessServerGroupAccessResponse) GetLogonUsers() []ModelsSSHAccessLogonUserAccessResponse` + +GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise. + +### GetLogonUsersOk + +`func (o *ModelsSSHAccessServerGroupAccessResponse) GetLogonUsersOk() (*[]ModelsSSHAccessLogonUserAccessResponse, bool)` + +GetLogonUsersOk returns a tuple with the LogonUsers field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonUsers + +`func (o *ModelsSSHAccessServerGroupAccessResponse) SetLogonUsers(v []ModelsSSHAccessLogonUserAccessResponse)` + +SetLogonUsers sets LogonUsers field to given value. + +### HasLogonUsers + +`func (o *ModelsSSHAccessServerGroupAccessResponse) HasLogonUsers() bool` + +HasLogonUsers returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHKeysKeyGenerationRequest.md b/docs/ModelsSSHKeysKeyGenerationRequest.md new file mode 100644 index 0000000..0505374 --- /dev/null +++ b/docs/ModelsSSHKeysKeyGenerationRequest.md @@ -0,0 +1,161 @@ +# ModelsSSHKeysKeyGenerationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeyType** | **string** | | +**PrivateKeyFormat** | **string** | | +**KeyLength** | **int32** | | +**Email** | **string** | | +**Password** | **string** | | +**Comment** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsSSHKeysKeyGenerationRequest + +`func NewModelsSSHKeysKeyGenerationRequest(keyType string, privateKeyFormat string, keyLength int32, email string, password string, ) *ModelsSSHKeysKeyGenerationRequest` + +NewModelsSSHKeysKeyGenerationRequest instantiates a new ModelsSSHKeysKeyGenerationRequest 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 + +### NewModelsSSHKeysKeyGenerationRequestWithDefaults + +`func NewModelsSSHKeysKeyGenerationRequestWithDefaults() *ModelsSSHKeysKeyGenerationRequest` + +NewModelsSSHKeysKeyGenerationRequestWithDefaults instantiates a new ModelsSSHKeysKeyGenerationRequest 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 + +### GetKeyType + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsSSHKeysKeyGenerationRequest) 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. + +### SetKeyType + +`func (o *ModelsSSHKeysKeyGenerationRequest) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + + +### GetPrivateKeyFormat + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormat() string` + +GetPrivateKeyFormat returns the PrivateKeyFormat field if non-nil, zero value otherwise. + +### GetPrivateKeyFormatOk + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormatOk() (*string, bool)` + +GetPrivateKeyFormatOk returns a tuple with the PrivateKeyFormat field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKeyFormat + +`func (o *ModelsSSHKeysKeyGenerationRequest) SetPrivateKeyFormat(v string)` + +SetPrivateKeyFormat sets PrivateKeyFormat field to given value. + + +### GetKeyLength + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetKeyLength() int32` + +GetKeyLength returns the KeyLength field if non-nil, zero value otherwise. + +### GetKeyLengthOk + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetKeyLengthOk() (*int32, bool)` + +GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyLength + +`func (o *ModelsSSHKeysKeyGenerationRequest) SetKeyLength(v int32)` + +SetKeyLength sets KeyLength field to given value. + + +### GetEmail + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetEmail() string` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetEmailOk() (*string, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *ModelsSSHKeysKeyGenerationRequest) SetEmail(v string)` + +SetEmail sets Email field to given value. + + +### GetPassword + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetPassword() string` + +GetPassword returns the Password field if non-nil, zero value otherwise. + +### GetPasswordOk + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetPasswordOk() (*string, bool)` + +GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPassword + +`func (o *ModelsSSHKeysKeyGenerationRequest) SetPassword(v string)` + +SetPassword sets Password field to given value. + + +### GetComment + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsSSHKeysKeyGenerationRequest) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsSSHKeysKeyGenerationRequest) SetComment(v string)` + +SetComment sets Comment field to given value. + +### HasComment + +`func (o *ModelsSSHKeysKeyGenerationRequest) HasComment() bool` + +HasComment returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHKeysKeyResponse.md b/docs/ModelsSSHKeysKeyResponse.md new file mode 100644 index 0000000..e824897 --- /dev/null +++ b/docs/ModelsSSHKeysKeyResponse.md @@ -0,0 +1,316 @@ +# ModelsSSHKeysKeyResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Fingerprint** | Pointer to **string** | | [optional] +**PublicKey** | Pointer to **string** | | [optional] +**PrivateKey** | Pointer to **string** | | [optional] +**KeyType** | Pointer to **string** | | [optional] +**KeyLength** | Pointer to **int32** | | [optional] +**CreationDate** | Pointer to **time.Time** | | [optional] +**StaleDate** | Pointer to **time.Time** | | [optional] +**Email** | Pointer to **string** | | [optional] +**Comments** | Pointer to **[]string** | | [optional] +**LogonCount** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSHKeysKeyResponse + +`func NewModelsSSHKeysKeyResponse() *ModelsSSHKeysKeyResponse` + +NewModelsSSHKeysKeyResponse instantiates a new ModelsSSHKeysKeyResponse 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 + +### NewModelsSSHKeysKeyResponseWithDefaults + +`func NewModelsSSHKeysKeyResponseWithDefaults() *ModelsSSHKeysKeyResponse` + +NewModelsSSHKeysKeyResponseWithDefaults instantiates a new ModelsSSHKeysKeyResponse 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 + +### GetId + +`func (o *ModelsSSHKeysKeyResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHKeysKeyResponse) 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. + +### SetId + +`func (o *ModelsSSHKeysKeyResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHKeysKeyResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetFingerprint + +`func (o *ModelsSSHKeysKeyResponse) GetFingerprint() string` + +GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise. + +### GetFingerprintOk + +`func (o *ModelsSSHKeysKeyResponse) GetFingerprintOk() (*string, bool)` + +GetFingerprintOk returns a tuple with the Fingerprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFingerprint + +`func (o *ModelsSSHKeysKeyResponse) SetFingerprint(v string)` + +SetFingerprint sets Fingerprint field to given value. + +### HasFingerprint + +`func (o *ModelsSSHKeysKeyResponse) HasFingerprint() bool` + +HasFingerprint returns a boolean if a field has been set. + +### GetPublicKey + +`func (o *ModelsSSHKeysKeyResponse) GetPublicKey() string` + +GetPublicKey returns the PublicKey field if non-nil, zero value otherwise. + +### GetPublicKeyOk + +`func (o *ModelsSSHKeysKeyResponse) GetPublicKeyOk() (*string, bool)` + +GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPublicKey + +`func (o *ModelsSSHKeysKeyResponse) SetPublicKey(v string)` + +SetPublicKey sets PublicKey field to given value. + +### HasPublicKey + +`func (o *ModelsSSHKeysKeyResponse) HasPublicKey() bool` + +HasPublicKey returns a boolean if a field has been set. + +### GetPrivateKey + +`func (o *ModelsSSHKeysKeyResponse) GetPrivateKey() string` + +GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise. + +### GetPrivateKeyOk + +`func (o *ModelsSSHKeysKeyResponse) GetPrivateKeyOk() (*string, bool)` + +GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKey + +`func (o *ModelsSSHKeysKeyResponse) SetPrivateKey(v string)` + +SetPrivateKey sets PrivateKey field to given value. + +### HasPrivateKey + +`func (o *ModelsSSHKeysKeyResponse) HasPrivateKey() bool` + +HasPrivateKey returns a boolean if a field has been set. + +### GetKeyType + +`func (o *ModelsSSHKeysKeyResponse) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsSSHKeysKeyResponse) 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. + +### SetKeyType + +`func (o *ModelsSSHKeysKeyResponse) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *ModelsSSHKeysKeyResponse) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetKeyLength + +`func (o *ModelsSSHKeysKeyResponse) GetKeyLength() int32` + +GetKeyLength returns the KeyLength field if non-nil, zero value otherwise. + +### GetKeyLengthOk + +`func (o *ModelsSSHKeysKeyResponse) GetKeyLengthOk() (*int32, bool)` + +GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyLength + +`func (o *ModelsSSHKeysKeyResponse) SetKeyLength(v int32)` + +SetKeyLength sets KeyLength field to given value. + +### HasKeyLength + +`func (o *ModelsSSHKeysKeyResponse) HasKeyLength() bool` + +HasKeyLength returns a boolean if a field has been set. + +### GetCreationDate + +`func (o *ModelsSSHKeysKeyResponse) GetCreationDate() time.Time` + +GetCreationDate returns the CreationDate field if non-nil, zero value otherwise. + +### GetCreationDateOk + +`func (o *ModelsSSHKeysKeyResponse) GetCreationDateOk() (*time.Time, bool)` + +GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCreationDate + +`func (o *ModelsSSHKeysKeyResponse) SetCreationDate(v time.Time)` + +SetCreationDate sets CreationDate field to given value. + +### HasCreationDate + +`func (o *ModelsSSHKeysKeyResponse) HasCreationDate() bool` + +HasCreationDate returns a boolean if a field has been set. + +### GetStaleDate + +`func (o *ModelsSSHKeysKeyResponse) GetStaleDate() time.Time` + +GetStaleDate returns the StaleDate field if non-nil, zero value otherwise. + +### GetStaleDateOk + +`func (o *ModelsSSHKeysKeyResponse) GetStaleDateOk() (*time.Time, bool)` + +GetStaleDateOk returns a tuple with the StaleDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStaleDate + +`func (o *ModelsSSHKeysKeyResponse) SetStaleDate(v time.Time)` + +SetStaleDate sets StaleDate field to given value. + +### HasStaleDate + +`func (o *ModelsSSHKeysKeyResponse) HasStaleDate() bool` + +HasStaleDate returns a boolean if a field has been set. + +### GetEmail + +`func (o *ModelsSSHKeysKeyResponse) GetEmail() string` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *ModelsSSHKeysKeyResponse) GetEmailOk() (*string, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *ModelsSSHKeysKeyResponse) SetEmail(v string)` + +SetEmail sets Email field to given value. + +### HasEmail + +`func (o *ModelsSSHKeysKeyResponse) HasEmail() bool` + +HasEmail returns a boolean if a field has been set. + +### GetComments + +`func (o *ModelsSSHKeysKeyResponse) GetComments() []string` + +GetComments returns the Comments field if non-nil, zero value otherwise. + +### GetCommentsOk + +`func (o *ModelsSSHKeysKeyResponse) GetCommentsOk() (*[]string, bool)` + +GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComments + +`func (o *ModelsSSHKeysKeyResponse) SetComments(v []string)` + +SetComments sets Comments field to given value. + +### HasComments + +`func (o *ModelsSSHKeysKeyResponse) HasComments() bool` + +HasComments returns a boolean if a field has been set. + +### GetLogonCount + +`func (o *ModelsSSHKeysKeyResponse) GetLogonCount() int32` + +GetLogonCount returns the LogonCount field if non-nil, zero value otherwise. + +### GetLogonCountOk + +`func (o *ModelsSSHKeysKeyResponse) GetLogonCountOk() (*int32, bool)` + +GetLogonCountOk returns a tuple with the LogonCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonCount + +`func (o *ModelsSSHKeysKeyResponse) SetLogonCount(v int32)` + +SetLogonCount sets LogonCount field to given value. + +### HasLogonCount + +`func (o *ModelsSSHKeysKeyResponse) HasLogonCount() bool` + +HasLogonCount returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHKeysKeyUpdateRequest.md b/docs/ModelsSSHKeysKeyUpdateRequest.md new file mode 100644 index 0000000..a355f8b --- /dev/null +++ b/docs/ModelsSSHKeysKeyUpdateRequest.md @@ -0,0 +1,98 @@ +# ModelsSSHKeysKeyUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**Email** | **string** | | +**Comment** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsSSHKeysKeyUpdateRequest + +`func NewModelsSSHKeysKeyUpdateRequest(id int32, email string, ) *ModelsSSHKeysKeyUpdateRequest` + +NewModelsSSHKeysKeyUpdateRequest instantiates a new ModelsSSHKeysKeyUpdateRequest 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 + +### NewModelsSSHKeysKeyUpdateRequestWithDefaults + +`func NewModelsSSHKeysKeyUpdateRequestWithDefaults() *ModelsSSHKeysKeyUpdateRequest` + +NewModelsSSHKeysKeyUpdateRequestWithDefaults instantiates a new ModelsSSHKeysKeyUpdateRequest 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 + +### GetId + +`func (o *ModelsSSHKeysKeyUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHKeysKeyUpdateRequest) 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. + +### SetId + +`func (o *ModelsSSHKeysKeyUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetEmail + +`func (o *ModelsSSHKeysKeyUpdateRequest) GetEmail() string` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *ModelsSSHKeysKeyUpdateRequest) GetEmailOk() (*string, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *ModelsSSHKeysKeyUpdateRequest) SetEmail(v string)` + +SetEmail sets Email field to given value. + + +### GetComment + +`func (o *ModelsSSHKeysKeyUpdateRequest) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsSSHKeysKeyUpdateRequest) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsSSHKeysKeyUpdateRequest) SetComment(v string)` + +SetComment sets Comment field to given value. + +### HasComment + +`func (o *ModelsSSHKeysKeyUpdateRequest) HasComment() bool` + +HasComment returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHKeysUnmanagedKeyResponse.md b/docs/ModelsSSHKeysUnmanagedKeyResponse.md new file mode 100644 index 0000000..d9a3ace --- /dev/null +++ b/docs/ModelsSSHKeysUnmanagedKeyResponse.md @@ -0,0 +1,316 @@ +# ModelsSSHKeysUnmanagedKeyResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Fingerprint** | Pointer to **string** | | [optional] +**PublicKey** | Pointer to **string** | | [optional] +**PrivateKey** | Pointer to **string** | | [optional] +**KeyType** | Pointer to **string** | | [optional] +**KeyLength** | Pointer to **int32** | | [optional] +**DiscoveredDate** | Pointer to **time.Time** | | [optional] +**Email** | Pointer to **string** | | [optional] +**Comments** | Pointer to **[]string** | | [optional] +**Username** | Pointer to **string** | | [optional] +**LogonCount** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSHKeysUnmanagedKeyResponse + +`func NewModelsSSHKeysUnmanagedKeyResponse() *ModelsSSHKeysUnmanagedKeyResponse` + +NewModelsSSHKeysUnmanagedKeyResponse instantiates a new ModelsSSHKeysUnmanagedKeyResponse 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 + +### NewModelsSSHKeysUnmanagedKeyResponseWithDefaults + +`func NewModelsSSHKeysUnmanagedKeyResponseWithDefaults() *ModelsSSHKeysUnmanagedKeyResponse` + +NewModelsSSHKeysUnmanagedKeyResponseWithDefaults instantiates a new ModelsSSHKeysUnmanagedKeyResponse 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 + +### GetId + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) 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. + +### SetId + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetFingerprint + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetFingerprint() string` + +GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise. + +### GetFingerprintOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetFingerprintOk() (*string, bool)` + +GetFingerprintOk returns a tuple with the Fingerprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFingerprint + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetFingerprint(v string)` + +SetFingerprint sets Fingerprint field to given value. + +### HasFingerprint + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasFingerprint() bool` + +HasFingerprint returns a boolean if a field has been set. + +### GetPublicKey + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPublicKey() string` + +GetPublicKey returns the PublicKey field if non-nil, zero value otherwise. + +### GetPublicKeyOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPublicKeyOk() (*string, bool)` + +GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPublicKey + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetPublicKey(v string)` + +SetPublicKey sets PublicKey field to given value. + +### HasPublicKey + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasPublicKey() bool` + +HasPublicKey returns a boolean if a field has been set. + +### GetPrivateKey + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPrivateKey() string` + +GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise. + +### GetPrivateKeyOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPrivateKeyOk() (*string, bool)` + +GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivateKey + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetPrivateKey(v string)` + +SetPrivateKey sets PrivateKey field to given value. + +### HasPrivateKey + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasPrivateKey() bool` + +HasPrivateKey returns a boolean if a field has been set. + +### GetKeyType + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) 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. + +### SetKeyType + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetKeyLength + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyLength() int32` + +GetKeyLength returns the KeyLength field if non-nil, zero value otherwise. + +### GetKeyLengthOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyLengthOk() (*int32, bool)` + +GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyLength + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetKeyLength(v int32)` + +SetKeyLength sets KeyLength field to given value. + +### HasKeyLength + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasKeyLength() bool` + +HasKeyLength returns a boolean if a field has been set. + +### GetDiscoveredDate + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDate() time.Time` + +GetDiscoveredDate returns the DiscoveredDate field if non-nil, zero value otherwise. + +### GetDiscoveredDateOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDateOk() (*time.Time, bool)` + +GetDiscoveredDateOk returns a tuple with the DiscoveredDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscoveredDate + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetDiscoveredDate(v time.Time)` + +SetDiscoveredDate sets DiscoveredDate field to given value. + +### HasDiscoveredDate + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasDiscoveredDate() bool` + +HasDiscoveredDate returns a boolean if a field has been set. + +### GetEmail + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetEmail() string` + +GetEmail returns the Email field if non-nil, zero value otherwise. + +### GetEmailOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetEmailOk() (*string, bool)` + +GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEmail + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetEmail(v string)` + +SetEmail sets Email field to given value. + +### HasEmail + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasEmail() bool` + +HasEmail returns a boolean if a field has been set. + +### GetComments + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetComments() []string` + +GetComments returns the Comments field if non-nil, zero value otherwise. + +### GetCommentsOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetCommentsOk() (*[]string, bool)` + +GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComments + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetComments(v []string)` + +SetComments sets Comments field to given value. + +### HasComments + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasComments() bool` + +HasComments returns a boolean if a field has been set. + +### GetUsername + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetLogonCount + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetLogonCount() int32` + +GetLogonCount returns the LogonCount field if non-nil, zero value otherwise. + +### GetLogonCountOk + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) GetLogonCountOk() (*int32, bool)` + +GetLogonCountOk returns a tuple with the LogonCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonCount + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) SetLogonCount(v int32)` + +SetLogonCount sets LogonCount field to given value. + +### HasLogonCount + +`func (o *ModelsSSHKeysUnmanagedKeyResponse) HasLogonCount() bool` + +HasLogonCount returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHLogonsLogonAccessRequest.md b/docs/ModelsSSHLogonsLogonAccessRequest.md new file mode 100644 index 0000000..2e572fb --- /dev/null +++ b/docs/ModelsSSHLogonsLogonAccessRequest.md @@ -0,0 +1,77 @@ +# ModelsSSHLogonsLogonAccessRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**LogonId** | **int32** | | +**UserIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsSSHLogonsLogonAccessRequest + +`func NewModelsSSHLogonsLogonAccessRequest(logonId int32, ) *ModelsSSHLogonsLogonAccessRequest` + +NewModelsSSHLogonsLogonAccessRequest instantiates a new ModelsSSHLogonsLogonAccessRequest 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 + +### NewModelsSSHLogonsLogonAccessRequestWithDefaults + +`func NewModelsSSHLogonsLogonAccessRequestWithDefaults() *ModelsSSHLogonsLogonAccessRequest` + +NewModelsSSHLogonsLogonAccessRequestWithDefaults instantiates a new ModelsSSHLogonsLogonAccessRequest 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 + +### GetLogonId + +`func (o *ModelsSSHLogonsLogonAccessRequest) GetLogonId() int32` + +GetLogonId returns the LogonId field if non-nil, zero value otherwise. + +### GetLogonIdOk + +`func (o *ModelsSSHLogonsLogonAccessRequest) GetLogonIdOk() (*int32, bool)` + +GetLogonIdOk returns a tuple with the LogonId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonId + +`func (o *ModelsSSHLogonsLogonAccessRequest) SetLogonId(v int32)` + +SetLogonId sets LogonId field to given value. + + +### GetUserIds + +`func (o *ModelsSSHLogonsLogonAccessRequest) GetUserIds() []int32` + +GetUserIds returns the UserIds field if non-nil, zero value otherwise. + +### GetUserIdsOk + +`func (o *ModelsSSHLogonsLogonAccessRequest) GetUserIdsOk() (*[]int32, bool)` + +GetUserIdsOk returns a tuple with the UserIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUserIds + +`func (o *ModelsSSHLogonsLogonAccessRequest) SetUserIds(v []int32)` + +SetUserIds sets UserIds field to given value. + +### HasUserIds + +`func (o *ModelsSSHLogonsLogonAccessRequest) HasUserIds() bool` + +HasUserIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHLogonsLogonCreationRequest.md b/docs/ModelsSSHLogonsLogonCreationRequest.md new file mode 100644 index 0000000..774a2ef --- /dev/null +++ b/docs/ModelsSSHLogonsLogonCreationRequest.md @@ -0,0 +1,98 @@ +# ModelsSSHLogonsLogonCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Username** | **string** | | +**ServerId** | **int32** | | +**UserIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsSSHLogonsLogonCreationRequest + +`func NewModelsSSHLogonsLogonCreationRequest(username string, serverId int32, ) *ModelsSSHLogonsLogonCreationRequest` + +NewModelsSSHLogonsLogonCreationRequest instantiates a new ModelsSSHLogonsLogonCreationRequest 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 + +### NewModelsSSHLogonsLogonCreationRequestWithDefaults + +`func NewModelsSSHLogonsLogonCreationRequestWithDefaults() *ModelsSSHLogonsLogonCreationRequest` + +NewModelsSSHLogonsLogonCreationRequestWithDefaults instantiates a new ModelsSSHLogonsLogonCreationRequest 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 + +### GetUsername + +`func (o *ModelsSSHLogonsLogonCreationRequest) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHLogonsLogonCreationRequest) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHLogonsLogonCreationRequest) SetUsername(v string)` + +SetUsername sets Username field to given value. + + +### GetServerId + +`func (o *ModelsSSHLogonsLogonCreationRequest) GetServerId() int32` + +GetServerId returns the ServerId field if non-nil, zero value otherwise. + +### GetServerIdOk + +`func (o *ModelsSSHLogonsLogonCreationRequest) GetServerIdOk() (*int32, bool)` + +GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerId + +`func (o *ModelsSSHLogonsLogonCreationRequest) SetServerId(v int32)` + +SetServerId sets ServerId field to given value. + + +### GetUserIds + +`func (o *ModelsSSHLogonsLogonCreationRequest) GetUserIds() []int32` + +GetUserIds returns the UserIds field if non-nil, zero value otherwise. + +### GetUserIdsOk + +`func (o *ModelsSSHLogonsLogonCreationRequest) GetUserIdsOk() (*[]int32, bool)` + +GetUserIdsOk returns a tuple with the UserIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUserIds + +`func (o *ModelsSSHLogonsLogonCreationRequest) SetUserIds(v []int32)` + +SetUserIds sets UserIds field to given value. + +### HasUserIds + +`func (o *ModelsSSHLogonsLogonCreationRequest) HasUserIds() bool` + +HasUserIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHLogonsLogonQueryResponse.md b/docs/ModelsSSHLogonsLogonQueryResponse.md new file mode 100644 index 0000000..37cff2a --- /dev/null +++ b/docs/ModelsSSHLogonsLogonQueryResponse.md @@ -0,0 +1,238 @@ +# ModelsSSHLogonsLogonQueryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Username** | Pointer to **string** | | [optional] +**LastLogon** | Pointer to **time.Time** | | [optional] +**ServerId** | Pointer to **int32** | | [optional] +**ServerName** | Pointer to **string** | | [optional] +**GroupName** | Pointer to **string** | | [optional] +**KeyCount** | Pointer to **int32** | | [optional] +**ServerUnderManagement** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsSSHLogonsLogonQueryResponse + +`func NewModelsSSHLogonsLogonQueryResponse() *ModelsSSHLogonsLogonQueryResponse` + +NewModelsSSHLogonsLogonQueryResponse instantiates a new ModelsSSHLogonsLogonQueryResponse 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 + +### NewModelsSSHLogonsLogonQueryResponseWithDefaults + +`func NewModelsSSHLogonsLogonQueryResponseWithDefaults() *ModelsSSHLogonsLogonQueryResponse` + +NewModelsSSHLogonsLogonQueryResponseWithDefaults instantiates a new ModelsSSHLogonsLogonQueryResponse 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 + +### GetId + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) 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. + +### SetId + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetUsername + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetLastLogon + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetLastLogon() time.Time` + +GetLastLogon returns the LastLogon field if non-nil, zero value otherwise. + +### GetLastLogonOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetLastLogonOk() (*time.Time, bool)` + +GetLastLogonOk returns a tuple with the LastLogon field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastLogon + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetLastLogon(v time.Time)` + +SetLastLogon sets LastLogon field to given value. + +### HasLastLogon + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasLastLogon() bool` + +HasLastLogon returns a boolean if a field has been set. + +### GetServerId + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetServerId() int32` + +GetServerId returns the ServerId field if non-nil, zero value otherwise. + +### GetServerIdOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetServerIdOk() (*int32, bool)` + +GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerId + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetServerId(v int32)` + +SetServerId sets ServerId field to given value. + +### HasServerId + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasServerId() bool` + +HasServerId returns a boolean if a field has been set. + +### GetServerName + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetServerName() string` + +GetServerName returns the ServerName field if non-nil, zero value otherwise. + +### GetServerNameOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetServerNameOk() (*string, bool)` + +GetServerNameOk returns a tuple with the ServerName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerName + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetServerName(v string)` + +SetServerName sets ServerName field to given value. + +### HasServerName + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasServerName() bool` + +HasServerName returns a boolean if a field has been set. + +### GetGroupName + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetGroupName() string` + +GetGroupName returns the GroupName field if non-nil, zero value otherwise. + +### GetGroupNameOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetGroupNameOk() (*string, bool)` + +GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGroupName + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetGroupName(v string)` + +SetGroupName sets GroupName field to given value. + +### HasGroupName + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasGroupName() bool` + +HasGroupName returns a boolean if a field has been set. + +### GetKeyCount + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetKeyCount() int32` + +GetKeyCount returns the KeyCount field if non-nil, zero value otherwise. + +### GetKeyCountOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetKeyCountOk() (*int32, bool)` + +GetKeyCountOk returns a tuple with the KeyCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyCount + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetKeyCount(v int32)` + +SetKeyCount sets KeyCount field to given value. + +### HasKeyCount + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasKeyCount() bool` + +HasKeyCount returns a boolean if a field has been set. + +### GetServerUnderManagement + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetServerUnderManagement() bool` + +GetServerUnderManagement returns the ServerUnderManagement field if non-nil, zero value otherwise. + +### GetServerUnderManagementOk + +`func (o *ModelsSSHLogonsLogonQueryResponse) GetServerUnderManagementOk() (*bool, bool)` + +GetServerUnderManagementOk returns a tuple with the ServerUnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerUnderManagement + +`func (o *ModelsSSHLogonsLogonQueryResponse) SetServerUnderManagement(v bool)` + +SetServerUnderManagement sets ServerUnderManagement field to given value. + +### HasServerUnderManagement + +`func (o *ModelsSSHLogonsLogonQueryResponse) HasServerUnderManagement() bool` + +HasServerUnderManagement returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHLogonsLogonResponse.md b/docs/ModelsSSHLogonsLogonResponse.md new file mode 100644 index 0000000..f8ebf99 --- /dev/null +++ b/docs/ModelsSSHLogonsLogonResponse.md @@ -0,0 +1,186 @@ +# ModelsSSHLogonsLogonResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Username** | Pointer to **string** | | [optional] +**LastLogon** | Pointer to **time.Time** | | [optional] +**Server** | Pointer to [**ModelsSSHServersServerResponse**](ModelsSSHServersServerResponse.md) | | [optional] +**KeyCount** | Pointer to **int32** | | [optional] +**Access** | Pointer to [**[]ModelsSSHUsersSshUserResponse**](ModelsSSHUsersSshUserResponse.md) | | [optional] + +## Methods + +### NewModelsSSHLogonsLogonResponse + +`func NewModelsSSHLogonsLogonResponse() *ModelsSSHLogonsLogonResponse` + +NewModelsSSHLogonsLogonResponse instantiates a new ModelsSSHLogonsLogonResponse 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 + +### NewModelsSSHLogonsLogonResponseWithDefaults + +`func NewModelsSSHLogonsLogonResponseWithDefaults() *ModelsSSHLogonsLogonResponse` + +NewModelsSSHLogonsLogonResponseWithDefaults instantiates a new ModelsSSHLogonsLogonResponse 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 + +### GetId + +`func (o *ModelsSSHLogonsLogonResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHLogonsLogonResponse) 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. + +### SetId + +`func (o *ModelsSSHLogonsLogonResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHLogonsLogonResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetUsername + +`func (o *ModelsSSHLogonsLogonResponse) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHLogonsLogonResponse) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHLogonsLogonResponse) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *ModelsSSHLogonsLogonResponse) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetLastLogon + +`func (o *ModelsSSHLogonsLogonResponse) GetLastLogon() time.Time` + +GetLastLogon returns the LastLogon field if non-nil, zero value otherwise. + +### GetLastLogonOk + +`func (o *ModelsSSHLogonsLogonResponse) GetLastLogonOk() (*time.Time, bool)` + +GetLastLogonOk returns a tuple with the LastLogon field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastLogon + +`func (o *ModelsSSHLogonsLogonResponse) SetLastLogon(v time.Time)` + +SetLastLogon sets LastLogon field to given value. + +### HasLastLogon + +`func (o *ModelsSSHLogonsLogonResponse) HasLastLogon() bool` + +HasLastLogon returns a boolean if a field has been set. + +### GetServer + +`func (o *ModelsSSHLogonsLogonResponse) GetServer() ModelsSSHServersServerResponse` + +GetServer returns the Server field if non-nil, zero value otherwise. + +### GetServerOk + +`func (o *ModelsSSHLogonsLogonResponse) GetServerOk() (*ModelsSSHServersServerResponse, bool)` + +GetServerOk returns a tuple with the Server field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServer + +`func (o *ModelsSSHLogonsLogonResponse) SetServer(v ModelsSSHServersServerResponse)` + +SetServer sets Server field to given value. + +### HasServer + +`func (o *ModelsSSHLogonsLogonResponse) HasServer() bool` + +HasServer returns a boolean if a field has been set. + +### GetKeyCount + +`func (o *ModelsSSHLogonsLogonResponse) GetKeyCount() int32` + +GetKeyCount returns the KeyCount field if non-nil, zero value otherwise. + +### GetKeyCountOk + +`func (o *ModelsSSHLogonsLogonResponse) GetKeyCountOk() (*int32, bool)` + +GetKeyCountOk returns a tuple with the KeyCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyCount + +`func (o *ModelsSSHLogonsLogonResponse) SetKeyCount(v int32)` + +SetKeyCount sets KeyCount field to given value. + +### HasKeyCount + +`func (o *ModelsSSHLogonsLogonResponse) HasKeyCount() bool` + +HasKeyCount returns a boolean if a field has been set. + +### GetAccess + +`func (o *ModelsSSHLogonsLogonResponse) GetAccess() []ModelsSSHUsersSshUserResponse` + +GetAccess returns the Access field if non-nil, zero value otherwise. + +### GetAccessOk + +`func (o *ModelsSSHLogonsLogonResponse) GetAccessOk() (*[]ModelsSSHUsersSshUserResponse, bool)` + +GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAccess + +`func (o *ModelsSSHLogonsLogonResponse) SetAccess(v []ModelsSSHUsersSshUserResponse)` + +SetAccess sets Access field to given value. + +### HasAccess + +`func (o *ModelsSSHLogonsLogonResponse) HasAccess() bool` + +HasAccess returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServerGroupsServerGroupCreationRequest.md b/docs/ModelsSSHServerGroupsServerGroupCreationRequest.md new file mode 100644 index 0000000..919dd32 --- /dev/null +++ b/docs/ModelsSSHServerGroupsServerGroupCreationRequest.md @@ -0,0 +1,124 @@ +# ModelsSSHServerGroupsServerGroupCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**OwnerName** | **string** | | +**GroupName** | **string** | | +**SyncSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**UnderManagement** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsSSHServerGroupsServerGroupCreationRequest + +`func NewModelsSSHServerGroupsServerGroupCreationRequest(ownerName string, groupName string, ) *ModelsSSHServerGroupsServerGroupCreationRequest` + +NewModelsSSHServerGroupsServerGroupCreationRequest instantiates a new ModelsSSHServerGroupsServerGroupCreationRequest 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 + +### NewModelsSSHServerGroupsServerGroupCreationRequestWithDefaults + +`func NewModelsSSHServerGroupsServerGroupCreationRequestWithDefaults() *ModelsSSHServerGroupsServerGroupCreationRequest` + +NewModelsSSHServerGroupsServerGroupCreationRequestWithDefaults instantiates a new ModelsSSHServerGroupsServerGroupCreationRequest 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 + +### GetOwnerName + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetOwnerName() string` + +GetOwnerName returns the OwnerName field if non-nil, zero value otherwise. + +### GetOwnerNameOk + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetOwnerNameOk() (*string, bool)` + +GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOwnerName + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) SetOwnerName(v string)` + +SetOwnerName sets OwnerName field to given value. + + +### GetGroupName + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetGroupName() string` + +GetGroupName returns the GroupName field if non-nil, zero value otherwise. + +### GetGroupNameOk + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetGroupNameOk() (*string, bool)` + +GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGroupName + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) SetGroupName(v string)` + +SetGroupName sets GroupName field to given value. + + +### GetSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise. + +### GetSyncScheduleOk + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetSyncScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetSyncScheduleOk returns a tuple with the SyncSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSyncSchedule sets SyncSchedule field to given value. + +### HasSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) HasSyncSchedule() bool` + +HasSyncSchedule returns a boolean if a field has been set. + +### GetUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetUnderManagement() bool` + +GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise. + +### GetUnderManagementOk + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) GetUnderManagementOk() (*bool, bool)` + +GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) SetUnderManagement(v bool)` + +SetUnderManagement sets UnderManagement field to given value. + +### HasUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupCreationRequest) HasUnderManagement() bool` + +HasUnderManagement returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServerGroupsServerGroupResponse.md b/docs/ModelsSSHServerGroupsServerGroupResponse.md new file mode 100644 index 0000000..3d75ede --- /dev/null +++ b/docs/ModelsSSHServerGroupsServerGroupResponse.md @@ -0,0 +1,186 @@ +# ModelsSSHServerGroupsServerGroupResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **string** | | [optional] +**Owner** | Pointer to [**ModelsSSHUsersSshUserResponse**](ModelsSSHUsersSshUserResponse.md) | | [optional] +**GroupName** | Pointer to **string** | | [optional] +**SyncSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**UnderManagement** | Pointer to **bool** | | [optional] +**ServerCount** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSHServerGroupsServerGroupResponse + +`func NewModelsSSHServerGroupsServerGroupResponse() *ModelsSSHServerGroupsServerGroupResponse` + +NewModelsSSHServerGroupsServerGroupResponse instantiates a new ModelsSSHServerGroupsServerGroupResponse 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 + +### NewModelsSSHServerGroupsServerGroupResponseWithDefaults + +`func NewModelsSSHServerGroupsServerGroupResponseWithDefaults() *ModelsSSHServerGroupsServerGroupResponse` + +NewModelsSSHServerGroupsServerGroupResponseWithDefaults instantiates a new ModelsSSHServerGroupsServerGroupResponse 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 + +### GetId + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsSSHServerGroupsServerGroupResponse) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHServerGroupsServerGroupResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetOwner + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetOwner() ModelsSSHUsersSshUserResponse` + +GetOwner returns the Owner field if non-nil, zero value otherwise. + +### GetOwnerOk + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetOwnerOk() (*ModelsSSHUsersSshUserResponse, bool)` + +GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOwner + +`func (o *ModelsSSHServerGroupsServerGroupResponse) SetOwner(v ModelsSSHUsersSshUserResponse)` + +SetOwner sets Owner field to given value. + +### HasOwner + +`func (o *ModelsSSHServerGroupsServerGroupResponse) HasOwner() bool` + +HasOwner returns a boolean if a field has been set. + +### GetGroupName + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetGroupName() string` + +GetGroupName returns the GroupName field if non-nil, zero value otherwise. + +### GetGroupNameOk + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetGroupNameOk() (*string, bool)` + +GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGroupName + +`func (o *ModelsSSHServerGroupsServerGroupResponse) SetGroupName(v string)` + +SetGroupName sets GroupName field to given value. + +### HasGroupName + +`func (o *ModelsSSHServerGroupsServerGroupResponse) HasGroupName() bool` + +HasGroupName returns a boolean if a field has been set. + +### GetSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise. + +### GetSyncScheduleOk + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetSyncScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetSyncScheduleOk returns a tuple with the SyncSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupResponse) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSyncSchedule sets SyncSchedule field to given value. + +### HasSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupResponse) HasSyncSchedule() bool` + +HasSyncSchedule returns a boolean if a field has been set. + +### GetUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetUnderManagement() bool` + +GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise. + +### GetUnderManagementOk + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetUnderManagementOk() (*bool, bool)` + +GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupResponse) SetUnderManagement(v bool)` + +SetUnderManagement sets UnderManagement field to given value. + +### HasUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupResponse) HasUnderManagement() bool` + +HasUnderManagement returns a boolean if a field has been set. + +### GetServerCount + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetServerCount() int32` + +GetServerCount returns the ServerCount field if non-nil, zero value otherwise. + +### GetServerCountOk + +`func (o *ModelsSSHServerGroupsServerGroupResponse) GetServerCountOk() (*int32, bool)` + +GetServerCountOk returns a tuple with the ServerCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerCount + +`func (o *ModelsSSHServerGroupsServerGroupResponse) SetServerCount(v int32)` + +SetServerCount sets ServerCount field to given value. + +### HasServerCount + +`func (o *ModelsSSHServerGroupsServerGroupResponse) HasServerCount() bool` + +HasServerCount returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServerGroupsServerGroupUpdateRequest.md b/docs/ModelsSSHServerGroupsServerGroupUpdateRequest.md new file mode 100644 index 0000000..93b8229 --- /dev/null +++ b/docs/ModelsSSHServerGroupsServerGroupUpdateRequest.md @@ -0,0 +1,140 @@ +# ModelsSSHServerGroupsServerGroupUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **string** | | +**OwnerName** | **string** | | +**GroupName** | **string** | | +**SyncSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**UnderManagement** | **bool** | | + +## Methods + +### NewModelsSSHServerGroupsServerGroupUpdateRequest + +`func NewModelsSSHServerGroupsServerGroupUpdateRequest(id string, ownerName string, groupName string, underManagement bool, ) *ModelsSSHServerGroupsServerGroupUpdateRequest` + +NewModelsSSHServerGroupsServerGroupUpdateRequest instantiates a new ModelsSSHServerGroupsServerGroupUpdateRequest 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 + +### NewModelsSSHServerGroupsServerGroupUpdateRequestWithDefaults + +`func NewModelsSSHServerGroupsServerGroupUpdateRequestWithDefaults() *ModelsSSHServerGroupsServerGroupUpdateRequest` + +NewModelsSSHServerGroupsServerGroupUpdateRequestWithDefaults instantiates a new ModelsSSHServerGroupsServerGroupUpdateRequest 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 + +### GetId + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) SetId(v string)` + +SetId sets Id field to given value. + + +### GetOwnerName + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetOwnerName() string` + +GetOwnerName returns the OwnerName field if non-nil, zero value otherwise. + +### GetOwnerNameOk + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetOwnerNameOk() (*string, bool)` + +GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOwnerName + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) SetOwnerName(v string)` + +SetOwnerName sets OwnerName field to given value. + + +### GetGroupName + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetGroupName() string` + +GetGroupName returns the GroupName field if non-nil, zero value otherwise. + +### GetGroupNameOk + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetGroupNameOk() (*string, bool)` + +GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGroupName + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) SetGroupName(v string)` + +SetGroupName sets GroupName field to given value. + + +### GetSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise. + +### GetSyncScheduleOk + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetSyncScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetSyncScheduleOk returns a tuple with the SyncSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSyncSchedule sets SyncSchedule field to given value. + +### HasSyncSchedule + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) HasSyncSchedule() bool` + +HasSyncSchedule returns a boolean if a field has been set. + +### GetUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetUnderManagement() bool` + +GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise. + +### GetUnderManagementOk + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) GetUnderManagementOk() (*bool, bool)` + +GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUnderManagement + +`func (o *ModelsSSHServerGroupsServerGroupUpdateRequest) SetUnderManagement(v bool)` + +SetUnderManagement sets UnderManagement field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServersServerCreationRequest.md b/docs/ModelsSSHServersServerCreationRequest.md new file mode 100644 index 0000000..76982d4 --- /dev/null +++ b/docs/ModelsSSHServersServerCreationRequest.md @@ -0,0 +1,145 @@ +# ModelsSSHServersServerCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AgentId** | **string** | | +**Hostname** | **string** | | +**ServerGroupId** | **string** | | +**UnderManagement** | Pointer to **bool** | | [optional] +**Port** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSHServersServerCreationRequest + +`func NewModelsSSHServersServerCreationRequest(agentId string, hostname string, serverGroupId string, ) *ModelsSSHServersServerCreationRequest` + +NewModelsSSHServersServerCreationRequest instantiates a new ModelsSSHServersServerCreationRequest 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 + +### NewModelsSSHServersServerCreationRequestWithDefaults + +`func NewModelsSSHServersServerCreationRequestWithDefaults() *ModelsSSHServersServerCreationRequest` + +NewModelsSSHServersServerCreationRequestWithDefaults instantiates a new ModelsSSHServersServerCreationRequest 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 + +### GetAgentId + +`func (o *ModelsSSHServersServerCreationRequest) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsSSHServersServerCreationRequest) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsSSHServersServerCreationRequest) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + + +### GetHostname + +`func (o *ModelsSSHServersServerCreationRequest) GetHostname() string` + +GetHostname returns the Hostname field if non-nil, zero value otherwise. + +### GetHostnameOk + +`func (o *ModelsSSHServersServerCreationRequest) GetHostnameOk() (*string, bool)` + +GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHostname + +`func (o *ModelsSSHServersServerCreationRequest) SetHostname(v string)` + +SetHostname sets Hostname field to given value. + + +### GetServerGroupId + +`func (o *ModelsSSHServersServerCreationRequest) GetServerGroupId() string` + +GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise. + +### GetServerGroupIdOk + +`func (o *ModelsSSHServersServerCreationRequest) GetServerGroupIdOk() (*string, bool)` + +GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerGroupId + +`func (o *ModelsSSHServersServerCreationRequest) SetServerGroupId(v string)` + +SetServerGroupId sets ServerGroupId field to given value. + + +### GetUnderManagement + +`func (o *ModelsSSHServersServerCreationRequest) GetUnderManagement() bool` + +GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise. + +### GetUnderManagementOk + +`func (o *ModelsSSHServersServerCreationRequest) GetUnderManagementOk() (*bool, bool)` + +GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUnderManagement + +`func (o *ModelsSSHServersServerCreationRequest) SetUnderManagement(v bool)` + +SetUnderManagement sets UnderManagement field to given value. + +### HasUnderManagement + +`func (o *ModelsSSHServersServerCreationRequest) HasUnderManagement() bool` + +HasUnderManagement returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsSSHServersServerCreationRequest) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsSSHServersServerCreationRequest) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsSSHServersServerCreationRequest) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsSSHServersServerCreationRequest) HasPort() bool` + +HasPort returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServersServerResponse.md b/docs/ModelsSSHServersServerResponse.md new file mode 100644 index 0000000..67078e5 --- /dev/null +++ b/docs/ModelsSSHServersServerResponse.md @@ -0,0 +1,290 @@ +# ModelsSSHServersServerResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**AgentId** | Pointer to **string** | | [optional] +**Hostname** | Pointer to **string** | | [optional] +**ServerGroupId** | Pointer to **string** | | [optional] +**SyncSchedule** | Pointer to [**KeyfactorCommonSchedulingKeyfactorSchedule**](KeyfactorCommonSchedulingKeyfactorSchedule.md) | | [optional] +**UnderManagement** | Pointer to **bool** | | [optional] +**Owner** | Pointer to [**ModelsSSHUsersSshUserResponse**](ModelsSSHUsersSshUserResponse.md) | | [optional] +**GroupName** | Pointer to **string** | | [optional] +**Orchestrator** | Pointer to **string** | | [optional] +**Port** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSHServersServerResponse + +`func NewModelsSSHServersServerResponse() *ModelsSSHServersServerResponse` + +NewModelsSSHServersServerResponse instantiates a new ModelsSSHServersServerResponse 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 + +### NewModelsSSHServersServerResponseWithDefaults + +`func NewModelsSSHServersServerResponseWithDefaults() *ModelsSSHServersServerResponse` + +NewModelsSSHServersServerResponseWithDefaults instantiates a new ModelsSSHServersServerResponse 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 + +### GetId + +`func (o *ModelsSSHServersServerResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHServersServerResponse) 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. + +### SetId + +`func (o *ModelsSSHServersServerResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHServersServerResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetAgentId + +`func (o *ModelsSSHServersServerResponse) GetAgentId() string` + +GetAgentId returns the AgentId field if non-nil, zero value otherwise. + +### GetAgentIdOk + +`func (o *ModelsSSHServersServerResponse) GetAgentIdOk() (*string, bool)` + +GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentId + +`func (o *ModelsSSHServersServerResponse) SetAgentId(v string)` + +SetAgentId sets AgentId field to given value. + +### HasAgentId + +`func (o *ModelsSSHServersServerResponse) HasAgentId() bool` + +HasAgentId returns a boolean if a field has been set. + +### GetHostname + +`func (o *ModelsSSHServersServerResponse) GetHostname() string` + +GetHostname returns the Hostname field if non-nil, zero value otherwise. + +### GetHostnameOk + +`func (o *ModelsSSHServersServerResponse) GetHostnameOk() (*string, bool)` + +GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHostname + +`func (o *ModelsSSHServersServerResponse) SetHostname(v string)` + +SetHostname sets Hostname field to given value. + +### HasHostname + +`func (o *ModelsSSHServersServerResponse) HasHostname() bool` + +HasHostname returns a boolean if a field has been set. + +### GetServerGroupId + +`func (o *ModelsSSHServersServerResponse) GetServerGroupId() string` + +GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise. + +### GetServerGroupIdOk + +`func (o *ModelsSSHServersServerResponse) GetServerGroupIdOk() (*string, bool)` + +GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerGroupId + +`func (o *ModelsSSHServersServerResponse) SetServerGroupId(v string)` + +SetServerGroupId sets ServerGroupId field to given value. + +### HasServerGroupId + +`func (o *ModelsSSHServersServerResponse) HasServerGroupId() bool` + +HasServerGroupId returns a boolean if a field has been set. + +### GetSyncSchedule + +`func (o *ModelsSSHServersServerResponse) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule` + +GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise. + +### GetSyncScheduleOk + +`func (o *ModelsSSHServersServerResponse) GetSyncScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)` + +GetSyncScheduleOk returns a tuple with the SyncSchedule field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSyncSchedule + +`func (o *ModelsSSHServersServerResponse) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)` + +SetSyncSchedule sets SyncSchedule field to given value. + +### HasSyncSchedule + +`func (o *ModelsSSHServersServerResponse) HasSyncSchedule() bool` + +HasSyncSchedule returns a boolean if a field has been set. + +### GetUnderManagement + +`func (o *ModelsSSHServersServerResponse) GetUnderManagement() bool` + +GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise. + +### GetUnderManagementOk + +`func (o *ModelsSSHServersServerResponse) GetUnderManagementOk() (*bool, bool)` + +GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUnderManagement + +`func (o *ModelsSSHServersServerResponse) SetUnderManagement(v bool)` + +SetUnderManagement sets UnderManagement field to given value. + +### HasUnderManagement + +`func (o *ModelsSSHServersServerResponse) HasUnderManagement() bool` + +HasUnderManagement returns a boolean if a field has been set. + +### GetOwner + +`func (o *ModelsSSHServersServerResponse) GetOwner() ModelsSSHUsersSshUserResponse` + +GetOwner returns the Owner field if non-nil, zero value otherwise. + +### GetOwnerOk + +`func (o *ModelsSSHServersServerResponse) GetOwnerOk() (*ModelsSSHUsersSshUserResponse, bool)` + +GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOwner + +`func (o *ModelsSSHServersServerResponse) SetOwner(v ModelsSSHUsersSshUserResponse)` + +SetOwner sets Owner field to given value. + +### HasOwner + +`func (o *ModelsSSHServersServerResponse) HasOwner() bool` + +HasOwner returns a boolean if a field has been set. + +### GetGroupName + +`func (o *ModelsSSHServersServerResponse) GetGroupName() string` + +GetGroupName returns the GroupName field if non-nil, zero value otherwise. + +### GetGroupNameOk + +`func (o *ModelsSSHServersServerResponse) GetGroupNameOk() (*string, bool)` + +GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGroupName + +`func (o *ModelsSSHServersServerResponse) SetGroupName(v string)` + +SetGroupName sets GroupName field to given value. + +### HasGroupName + +`func (o *ModelsSSHServersServerResponse) HasGroupName() bool` + +HasGroupName returns a boolean if a field has been set. + +### GetOrchestrator + +`func (o *ModelsSSHServersServerResponse) GetOrchestrator() string` + +GetOrchestrator returns the Orchestrator field if non-nil, zero value otherwise. + +### GetOrchestratorOk + +`func (o *ModelsSSHServersServerResponse) GetOrchestratorOk() (*string, bool)` + +GetOrchestratorOk returns a tuple with the Orchestrator field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOrchestrator + +`func (o *ModelsSSHServersServerResponse) SetOrchestrator(v string)` + +SetOrchestrator sets Orchestrator field to given value. + +### HasOrchestrator + +`func (o *ModelsSSHServersServerResponse) HasOrchestrator() bool` + +HasOrchestrator returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsSSHServersServerResponse) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsSSHServersServerResponse) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsSSHServersServerResponse) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsSSHServersServerResponse) HasPort() bool` + +HasPort returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServersServerUpdateRequest.md b/docs/ModelsSSHServersServerUpdateRequest.md new file mode 100644 index 0000000..010ab25 --- /dev/null +++ b/docs/ModelsSSHServersServerUpdateRequest.md @@ -0,0 +1,103 @@ +# ModelsSSHServersServerUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**UnderManagement** | Pointer to **bool** | | [optional] +**Port** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSHServersServerUpdateRequest + +`func NewModelsSSHServersServerUpdateRequest(id int32, ) *ModelsSSHServersServerUpdateRequest` + +NewModelsSSHServersServerUpdateRequest instantiates a new ModelsSSHServersServerUpdateRequest 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 + +### NewModelsSSHServersServerUpdateRequestWithDefaults + +`func NewModelsSSHServersServerUpdateRequestWithDefaults() *ModelsSSHServersServerUpdateRequest` + +NewModelsSSHServersServerUpdateRequestWithDefaults instantiates a new ModelsSSHServersServerUpdateRequest 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 + +### GetId + +`func (o *ModelsSSHServersServerUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHServersServerUpdateRequest) 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. + +### SetId + +`func (o *ModelsSSHServersServerUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetUnderManagement + +`func (o *ModelsSSHServersServerUpdateRequest) GetUnderManagement() bool` + +GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise. + +### GetUnderManagementOk + +`func (o *ModelsSSHServersServerUpdateRequest) GetUnderManagementOk() (*bool, bool)` + +GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUnderManagement + +`func (o *ModelsSSHServersServerUpdateRequest) SetUnderManagement(v bool)` + +SetUnderManagement sets UnderManagement field to given value. + +### HasUnderManagement + +`func (o *ModelsSSHServersServerUpdateRequest) HasUnderManagement() bool` + +HasUnderManagement returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsSSHServersServerUpdateRequest) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsSSHServersServerUpdateRequest) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsSSHServersServerUpdateRequest) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsSSHServersServerUpdateRequest) HasPort() bool` + +HasPort returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServiceAccountsServiceAccountCreationRequest.md b/docs/ModelsSSHServiceAccountsServiceAccountCreationRequest.md new file mode 100644 index 0000000..4eb8a5a --- /dev/null +++ b/docs/ModelsSSHServiceAccountsServiceAccountCreationRequest.md @@ -0,0 +1,114 @@ +# ModelsSSHServiceAccountsServiceAccountCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeyGenerationRequest** | [**ModelsSSHKeysKeyGenerationRequest**](ModelsSSHKeysKeyGenerationRequest.md) | | +**User** | [**ModelsSSHServiceAccountsServiceAccountUserCreationRequest**](ModelsSSHServiceAccountsServiceAccountUserCreationRequest.md) | | +**ClientHostname** | **string** | | +**ServerGroupId** | **string** | | + +## Methods + +### NewModelsSSHServiceAccountsServiceAccountCreationRequest + +`func NewModelsSSHServiceAccountsServiceAccountCreationRequest(keyGenerationRequest ModelsSSHKeysKeyGenerationRequest, user ModelsSSHServiceAccountsServiceAccountUserCreationRequest, clientHostname string, serverGroupId string, ) *ModelsSSHServiceAccountsServiceAccountCreationRequest` + +NewModelsSSHServiceAccountsServiceAccountCreationRequest instantiates a new ModelsSSHServiceAccountsServiceAccountCreationRequest 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 + +### NewModelsSSHServiceAccountsServiceAccountCreationRequestWithDefaults + +`func NewModelsSSHServiceAccountsServiceAccountCreationRequestWithDefaults() *ModelsSSHServiceAccountsServiceAccountCreationRequest` + +NewModelsSSHServiceAccountsServiceAccountCreationRequestWithDefaults instantiates a new ModelsSSHServiceAccountsServiceAccountCreationRequest 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 + +### GetKeyGenerationRequest + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetKeyGenerationRequest() ModelsSSHKeysKeyGenerationRequest` + +GetKeyGenerationRequest returns the KeyGenerationRequest field if non-nil, zero value otherwise. + +### GetKeyGenerationRequestOk + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetKeyGenerationRequestOk() (*ModelsSSHKeysKeyGenerationRequest, bool)` + +GetKeyGenerationRequestOk returns a tuple with the KeyGenerationRequest field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyGenerationRequest + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) SetKeyGenerationRequest(v ModelsSSHKeysKeyGenerationRequest)` + +SetKeyGenerationRequest sets KeyGenerationRequest field to given value. + + +### GetUser + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetUser() ModelsSSHServiceAccountsServiceAccountUserCreationRequest` + +GetUser returns the User field if non-nil, zero value otherwise. + +### GetUserOk + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetUserOk() (*ModelsSSHServiceAccountsServiceAccountUserCreationRequest, bool)` + +GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUser + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) SetUser(v ModelsSSHServiceAccountsServiceAccountUserCreationRequest)` + +SetUser sets User field to given value. + + +### GetClientHostname + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetClientHostname() string` + +GetClientHostname returns the ClientHostname field if non-nil, zero value otherwise. + +### GetClientHostnameOk + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetClientHostnameOk() (*string, bool)` + +GetClientHostnameOk returns a tuple with the ClientHostname field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientHostname + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) SetClientHostname(v string)` + +SetClientHostname sets ClientHostname field to given value. + + +### GetServerGroupId + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetServerGroupId() string` + +GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise. + +### GetServerGroupIdOk + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) GetServerGroupIdOk() (*string, bool)` + +GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerGroupId + +`func (o *ModelsSSHServiceAccountsServiceAccountCreationRequest) SetServerGroupId(v string)` + +SetServerGroupId sets ServerGroupId field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServiceAccountsServiceAccountResponse.md b/docs/ModelsSSHServiceAccountsServiceAccountResponse.md new file mode 100644 index 0000000..6570709 --- /dev/null +++ b/docs/ModelsSSHServiceAccountsServiceAccountResponse.md @@ -0,0 +1,134 @@ +# ModelsSSHServiceAccountsServiceAccountResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**ClientHostname** | Pointer to **string** | | [optional] +**ServerGroup** | Pointer to [**ModelsSSHServerGroupsServerGroupResponse**](ModelsSSHServerGroupsServerGroupResponse.md) | | [optional] +**User** | Pointer to [**ModelsSSHUsersSshUserResponse**](ModelsSSHUsersSshUserResponse.md) | | [optional] + +## Methods + +### NewModelsSSHServiceAccountsServiceAccountResponse + +`func NewModelsSSHServiceAccountsServiceAccountResponse() *ModelsSSHServiceAccountsServiceAccountResponse` + +NewModelsSSHServiceAccountsServiceAccountResponse instantiates a new ModelsSSHServiceAccountsServiceAccountResponse 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 + +### NewModelsSSHServiceAccountsServiceAccountResponseWithDefaults + +`func NewModelsSSHServiceAccountsServiceAccountResponseWithDefaults() *ModelsSSHServiceAccountsServiceAccountResponse` + +NewModelsSSHServiceAccountsServiceAccountResponseWithDefaults instantiates a new ModelsSSHServiceAccountsServiceAccountResponse 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 + +### GetId + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) 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. + +### SetId + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetClientHostname + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetClientHostname() string` + +GetClientHostname returns the ClientHostname field if non-nil, zero value otherwise. + +### GetClientHostnameOk + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetClientHostnameOk() (*string, bool)` + +GetClientHostnameOk returns a tuple with the ClientHostname field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientHostname + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetClientHostname(v string)` + +SetClientHostname sets ClientHostname field to given value. + +### HasClientHostname + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasClientHostname() bool` + +HasClientHostname returns a boolean if a field has been set. + +### GetServerGroup + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetServerGroup() ModelsSSHServerGroupsServerGroupResponse` + +GetServerGroup returns the ServerGroup field if non-nil, zero value otherwise. + +### GetServerGroupOk + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetServerGroupOk() (*ModelsSSHServerGroupsServerGroupResponse, bool)` + +GetServerGroupOk returns a tuple with the ServerGroup field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetServerGroup + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetServerGroup(v ModelsSSHServerGroupsServerGroupResponse)` + +SetServerGroup sets ServerGroup field to given value. + +### HasServerGroup + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasServerGroup() bool` + +HasServerGroup returns a boolean if a field has been set. + +### GetUser + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetUser() ModelsSSHUsersSshUserResponse` + +GetUser returns the User field if non-nil, zero value otherwise. + +### GetUserOk + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetUserOk() (*ModelsSSHUsersSshUserResponse, bool)` + +GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUser + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetUser(v ModelsSSHUsersSshUserResponse)` + +SetUser sets User field to given value. + +### HasUser + +`func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasUser() bool` + +HasUser returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServiceAccountsServiceAccountUpdateRequest.md b/docs/ModelsSSHServiceAccountsServiceAccountUpdateRequest.md new file mode 100644 index 0000000..31029b5 --- /dev/null +++ b/docs/ModelsSSHServiceAccountsServiceAccountUpdateRequest.md @@ -0,0 +1,72 @@ +# ModelsSSHServiceAccountsServiceAccountUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**KeyUpdateRequest** | [**ModelsSSHKeysKeyUpdateRequest**](ModelsSSHKeysKeyUpdateRequest.md) | | +**Id** | **int32** | | + +## Methods + +### NewModelsSSHServiceAccountsServiceAccountUpdateRequest + +`func NewModelsSSHServiceAccountsServiceAccountUpdateRequest(keyUpdateRequest ModelsSSHKeysKeyUpdateRequest, id int32, ) *ModelsSSHServiceAccountsServiceAccountUpdateRequest` + +NewModelsSSHServiceAccountsServiceAccountUpdateRequest instantiates a new ModelsSSHServiceAccountsServiceAccountUpdateRequest 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 + +### NewModelsSSHServiceAccountsServiceAccountUpdateRequestWithDefaults + +`func NewModelsSSHServiceAccountsServiceAccountUpdateRequestWithDefaults() *ModelsSSHServiceAccountsServiceAccountUpdateRequest` + +NewModelsSSHServiceAccountsServiceAccountUpdateRequestWithDefaults instantiates a new ModelsSSHServiceAccountsServiceAccountUpdateRequest 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 + +### GetKeyUpdateRequest + +`func (o *ModelsSSHServiceAccountsServiceAccountUpdateRequest) GetKeyUpdateRequest() ModelsSSHKeysKeyUpdateRequest` + +GetKeyUpdateRequest returns the KeyUpdateRequest field if non-nil, zero value otherwise. + +### GetKeyUpdateRequestOk + +`func (o *ModelsSSHServiceAccountsServiceAccountUpdateRequest) GetKeyUpdateRequestOk() (*ModelsSSHKeysKeyUpdateRequest, bool)` + +GetKeyUpdateRequestOk returns a tuple with the KeyUpdateRequest field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyUpdateRequest + +`func (o *ModelsSSHServiceAccountsServiceAccountUpdateRequest) SetKeyUpdateRequest(v ModelsSSHKeysKeyUpdateRequest)` + +SetKeyUpdateRequest sets KeyUpdateRequest field to given value. + + +### GetId + +`func (o *ModelsSSHServiceAccountsServiceAccountUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHServiceAccountsServiceAccountUpdateRequest) 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. + +### SetId + +`func (o *ModelsSSHServiceAccountsServiceAccountUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHServiceAccountsServiceAccountUserCreationRequest.md b/docs/ModelsSSHServiceAccountsServiceAccountUserCreationRequest.md new file mode 100644 index 0000000..0f8bfd6 --- /dev/null +++ b/docs/ModelsSSHServiceAccountsServiceAccountUserCreationRequest.md @@ -0,0 +1,77 @@ +# ModelsSSHServiceAccountsServiceAccountUserCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Username** | **string** | | +**LogonIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsSSHServiceAccountsServiceAccountUserCreationRequest + +`func NewModelsSSHServiceAccountsServiceAccountUserCreationRequest(username string, ) *ModelsSSHServiceAccountsServiceAccountUserCreationRequest` + +NewModelsSSHServiceAccountsServiceAccountUserCreationRequest instantiates a new ModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 + +### NewModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults + +`func NewModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults() *ModelsSSHServiceAccountsServiceAccountUserCreationRequest` + +NewModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults instantiates a new ModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 + +### GetUsername + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetUsername(v string)` + +SetUsername sets Username field to given value. + + +### GetLogonIds + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIds() []int32` + +GetLogonIds returns the LogonIds field if non-nil, zero value otherwise. + +### GetLogonIdsOk + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIdsOk() (*[]int32, bool)` + +GetLogonIdsOk returns a tuple with the LogonIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonIds + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetLogonIds(v []int32)` + +SetLogonIds sets LogonIds field to given value. + +### HasLogonIds + +`func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) HasLogonIds() bool` + +HasLogonIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHUsersSshUserAccessResponse.md b/docs/ModelsSSHUsersSshUserAccessResponse.md new file mode 100644 index 0000000..a8b85ed --- /dev/null +++ b/docs/ModelsSSHUsersSshUserAccessResponse.md @@ -0,0 +1,160 @@ +# ModelsSSHUsersSshUserAccessResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Key** | Pointer to [**ModelsSSHKeysKeyResponse**](ModelsSSHKeysKeyResponse.md) | | [optional] +**Username** | Pointer to **string** | | [optional] +**Access** | Pointer to [**[]ModelsSSHLogonsLogonResponse**](ModelsSSHLogonsLogonResponse.md) | | [optional] +**IsGroup** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsSSHUsersSshUserAccessResponse + +`func NewModelsSSHUsersSshUserAccessResponse() *ModelsSSHUsersSshUserAccessResponse` + +NewModelsSSHUsersSshUserAccessResponse instantiates a new ModelsSSHUsersSshUserAccessResponse 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 + +### NewModelsSSHUsersSshUserAccessResponseWithDefaults + +`func NewModelsSSHUsersSshUserAccessResponseWithDefaults() *ModelsSSHUsersSshUserAccessResponse` + +NewModelsSSHUsersSshUserAccessResponseWithDefaults instantiates a new ModelsSSHUsersSshUserAccessResponse 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 + +### GetId + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHUsersSshUserAccessResponse) 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. + +### SetId + +`func (o *ModelsSSHUsersSshUserAccessResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHUsersSshUserAccessResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetKey + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetKey() ModelsSSHKeysKeyResponse` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetKeyOk() (*ModelsSSHKeysKeyResponse, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *ModelsSSHUsersSshUserAccessResponse) SetKey(v ModelsSSHKeysKeyResponse)` + +SetKey sets Key field to given value. + +### HasKey + +`func (o *ModelsSSHUsersSshUserAccessResponse) HasKey() bool` + +HasKey returns a boolean if a field has been set. + +### GetUsername + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHUsersSshUserAccessResponse) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *ModelsSSHUsersSshUserAccessResponse) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetAccess + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetAccess() []ModelsSSHLogonsLogonResponse` + +GetAccess returns the Access field if non-nil, zero value otherwise. + +### GetAccessOk + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetAccessOk() (*[]ModelsSSHLogonsLogonResponse, bool)` + +GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAccess + +`func (o *ModelsSSHUsersSshUserAccessResponse) SetAccess(v []ModelsSSHLogonsLogonResponse)` + +SetAccess sets Access field to given value. + +### HasAccess + +`func (o *ModelsSSHUsersSshUserAccessResponse) HasAccess() bool` + +HasAccess returns a boolean if a field has been set. + +### GetIsGroup + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetIsGroup() bool` + +GetIsGroup returns the IsGroup field if non-nil, zero value otherwise. + +### GetIsGroupOk + +`func (o *ModelsSSHUsersSshUserAccessResponse) GetIsGroupOk() (*bool, bool)` + +GetIsGroupOk returns a tuple with the IsGroup field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIsGroup + +`func (o *ModelsSSHUsersSshUserAccessResponse) SetIsGroup(v bool)` + +SetIsGroup sets IsGroup field to given value. + +### HasIsGroup + +`func (o *ModelsSSHUsersSshUserAccessResponse) HasIsGroup() bool` + +HasIsGroup returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHUsersSshUserCreationRequest.md b/docs/ModelsSSHUsersSshUserCreationRequest.md new file mode 100644 index 0000000..633c3ec --- /dev/null +++ b/docs/ModelsSSHUsersSshUserCreationRequest.md @@ -0,0 +1,77 @@ +# ModelsSSHUsersSshUserCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Username** | **string** | | +**LogonIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsSSHUsersSshUserCreationRequest + +`func NewModelsSSHUsersSshUserCreationRequest(username string, ) *ModelsSSHUsersSshUserCreationRequest` + +NewModelsSSHUsersSshUserCreationRequest instantiates a new ModelsSSHUsersSshUserCreationRequest 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 + +### NewModelsSSHUsersSshUserCreationRequestWithDefaults + +`func NewModelsSSHUsersSshUserCreationRequestWithDefaults() *ModelsSSHUsersSshUserCreationRequest` + +NewModelsSSHUsersSshUserCreationRequestWithDefaults instantiates a new ModelsSSHUsersSshUserCreationRequest 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 + +### GetUsername + +`func (o *ModelsSSHUsersSshUserCreationRequest) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHUsersSshUserCreationRequest) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHUsersSshUserCreationRequest) SetUsername(v string)` + +SetUsername sets Username field to given value. + + +### GetLogonIds + +`func (o *ModelsSSHUsersSshUserCreationRequest) GetLogonIds() []int32` + +GetLogonIds returns the LogonIds field if non-nil, zero value otherwise. + +### GetLogonIdsOk + +`func (o *ModelsSSHUsersSshUserCreationRequest) GetLogonIdsOk() (*[]int32, bool)` + +GetLogonIdsOk returns a tuple with the LogonIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonIds + +`func (o *ModelsSSHUsersSshUserCreationRequest) SetLogonIds(v []int32)` + +SetLogonIds sets LogonIds field to given value. + +### HasLogonIds + +`func (o *ModelsSSHUsersSshUserCreationRequest) HasLogonIds() bool` + +HasLogonIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHUsersSshUserResponse.md b/docs/ModelsSSHUsersSshUserResponse.md new file mode 100644 index 0000000..e2486ec --- /dev/null +++ b/docs/ModelsSSHUsersSshUserResponse.md @@ -0,0 +1,134 @@ +# ModelsSSHUsersSshUserResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Key** | Pointer to [**ModelsSSHKeysKeyResponse**](ModelsSSHKeysKeyResponse.md) | | [optional] +**Username** | Pointer to **string** | | [optional] +**LogonIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsSSHUsersSshUserResponse + +`func NewModelsSSHUsersSshUserResponse() *ModelsSSHUsersSshUserResponse` + +NewModelsSSHUsersSshUserResponse instantiates a new ModelsSSHUsersSshUserResponse 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 + +### NewModelsSSHUsersSshUserResponseWithDefaults + +`func NewModelsSSHUsersSshUserResponseWithDefaults() *ModelsSSHUsersSshUserResponse` + +NewModelsSSHUsersSshUserResponseWithDefaults instantiates a new ModelsSSHUsersSshUserResponse 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 + +### GetId + +`func (o *ModelsSSHUsersSshUserResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHUsersSshUserResponse) 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. + +### SetId + +`func (o *ModelsSSHUsersSshUserResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSHUsersSshUserResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetKey + +`func (o *ModelsSSHUsersSshUserResponse) GetKey() ModelsSSHKeysKeyResponse` + +GetKey returns the Key field if non-nil, zero value otherwise. + +### GetKeyOk + +`func (o *ModelsSSHUsersSshUserResponse) GetKeyOk() (*ModelsSSHKeysKeyResponse, bool)` + +GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKey + +`func (o *ModelsSSHUsersSshUserResponse) SetKey(v ModelsSSHKeysKeyResponse)` + +SetKey sets Key field to given value. + +### HasKey + +`func (o *ModelsSSHUsersSshUserResponse) HasKey() bool` + +HasKey returns a boolean if a field has been set. + +### GetUsername + +`func (o *ModelsSSHUsersSshUserResponse) GetUsername() string` + +GetUsername returns the Username field if non-nil, zero value otherwise. + +### GetUsernameOk + +`func (o *ModelsSSHUsersSshUserResponse) GetUsernameOk() (*string, bool)` + +GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetUsername + +`func (o *ModelsSSHUsersSshUserResponse) SetUsername(v string)` + +SetUsername sets Username field to given value. + +### HasUsername + +`func (o *ModelsSSHUsersSshUserResponse) HasUsername() bool` + +HasUsername returns a boolean if a field has been set. + +### GetLogonIds + +`func (o *ModelsSSHUsersSshUserResponse) GetLogonIds() []int32` + +GetLogonIds returns the LogonIds field if non-nil, zero value otherwise. + +### GetLogonIdsOk + +`func (o *ModelsSSHUsersSshUserResponse) GetLogonIdsOk() (*[]int32, bool)` + +GetLogonIdsOk returns a tuple with the LogonIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonIds + +`func (o *ModelsSSHUsersSshUserResponse) SetLogonIds(v []int32)` + +SetLogonIds sets LogonIds field to given value. + +### HasLogonIds + +`func (o *ModelsSSHUsersSshUserResponse) HasLogonIds() bool` + +HasLogonIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSHUsersSshUserUpdateRequest.md b/docs/ModelsSSHUsersSshUserUpdateRequest.md new file mode 100644 index 0000000..aaf4376 --- /dev/null +++ b/docs/ModelsSSHUsersSshUserUpdateRequest.md @@ -0,0 +1,77 @@ +# ModelsSSHUsersSshUserUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | | +**LogonIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsSSHUsersSshUserUpdateRequest + +`func NewModelsSSHUsersSshUserUpdateRequest(id int32, ) *ModelsSSHUsersSshUserUpdateRequest` + +NewModelsSSHUsersSshUserUpdateRequest instantiates a new ModelsSSHUsersSshUserUpdateRequest 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 + +### NewModelsSSHUsersSshUserUpdateRequestWithDefaults + +`func NewModelsSSHUsersSshUserUpdateRequestWithDefaults() *ModelsSSHUsersSshUserUpdateRequest` + +NewModelsSSHUsersSshUserUpdateRequestWithDefaults instantiates a new ModelsSSHUsersSshUserUpdateRequest 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 + +### GetId + +`func (o *ModelsSSHUsersSshUserUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSHUsersSshUserUpdateRequest) 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. + +### SetId + +`func (o *ModelsSSHUsersSshUserUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetLogonIds + +`func (o *ModelsSSHUsersSshUserUpdateRequest) GetLogonIds() []int32` + +GetLogonIds returns the LogonIds field if non-nil, zero value otherwise. + +### GetLogonIdsOk + +`func (o *ModelsSSHUsersSshUserUpdateRequest) GetLogonIdsOk() (*[]int32, bool)` + +GetLogonIdsOk returns a tuple with the LogonIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogonIds + +`func (o *ModelsSSHUsersSshUserUpdateRequest) SetLogonIds(v []int32)` + +SetLogonIds sets LogonIds field to given value. + +### HasLogonIds + +`func (o *ModelsSSHUsersSshUserUpdateRequest) HasLogonIds() bool` + +HasLogonIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLDisplayScanJobPart.md b/docs/ModelsSSLDisplayScanJobPart.md new file mode 100644 index 0000000..f3d6cda --- /dev/null +++ b/docs/ModelsSSLDisplayScanJobPart.md @@ -0,0 +1,186 @@ +# ModelsSSLDisplayScanJobPart + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ScanJobPartId** | Pointer to **string** | | [optional] +**Agent** | Pointer to **string** | | [optional] +**Status** | Pointer to **int32** | | [optional] +**StartTime** | Pointer to **time.Time** | | [optional] +**EndTime** | Pointer to **time.Time** | | [optional] +**EndpointCount** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsSSLDisplayScanJobPart + +`func NewModelsSSLDisplayScanJobPart() *ModelsSSLDisplayScanJobPart` + +NewModelsSSLDisplayScanJobPart instantiates a new ModelsSSLDisplayScanJobPart 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 + +### NewModelsSSLDisplayScanJobPartWithDefaults + +`func NewModelsSSLDisplayScanJobPartWithDefaults() *ModelsSSLDisplayScanJobPart` + +NewModelsSSLDisplayScanJobPartWithDefaults instantiates a new ModelsSSLDisplayScanJobPart 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 + +### GetScanJobPartId + +`func (o *ModelsSSLDisplayScanJobPart) GetScanJobPartId() string` + +GetScanJobPartId returns the ScanJobPartId field if non-nil, zero value otherwise. + +### GetScanJobPartIdOk + +`func (o *ModelsSSLDisplayScanJobPart) GetScanJobPartIdOk() (*string, bool)` + +GetScanJobPartIdOk returns a tuple with the ScanJobPartId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetScanJobPartId + +`func (o *ModelsSSLDisplayScanJobPart) SetScanJobPartId(v string)` + +SetScanJobPartId sets ScanJobPartId field to given value. + +### HasScanJobPartId + +`func (o *ModelsSSLDisplayScanJobPart) HasScanJobPartId() bool` + +HasScanJobPartId returns a boolean if a field has been set. + +### GetAgent + +`func (o *ModelsSSLDisplayScanJobPart) GetAgent() string` + +GetAgent returns the Agent field if non-nil, zero value otherwise. + +### GetAgentOk + +`func (o *ModelsSSLDisplayScanJobPart) GetAgentOk() (*string, bool)` + +GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgent + +`func (o *ModelsSSLDisplayScanJobPart) SetAgent(v string)` + +SetAgent sets Agent field to given value. + +### HasAgent + +`func (o *ModelsSSLDisplayScanJobPart) HasAgent() bool` + +HasAgent returns a boolean if a field has been set. + +### GetStatus + +`func (o *ModelsSSLDisplayScanJobPart) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *ModelsSSLDisplayScanJobPart) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *ModelsSSLDisplayScanJobPart) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *ModelsSSLDisplayScanJobPart) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetStartTime + +`func (o *ModelsSSLDisplayScanJobPart) GetStartTime() time.Time` + +GetStartTime returns the StartTime field if non-nil, zero value otherwise. + +### GetStartTimeOk + +`func (o *ModelsSSLDisplayScanJobPart) GetStartTimeOk() (*time.Time, bool)` + +GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartTime + +`func (o *ModelsSSLDisplayScanJobPart) SetStartTime(v time.Time)` + +SetStartTime sets StartTime field to given value. + +### HasStartTime + +`func (o *ModelsSSLDisplayScanJobPart) HasStartTime() bool` + +HasStartTime returns a boolean if a field has been set. + +### GetEndTime + +`func (o *ModelsSSLDisplayScanJobPart) GetEndTime() time.Time` + +GetEndTime returns the EndTime field if non-nil, zero value otherwise. + +### GetEndTimeOk + +`func (o *ModelsSSLDisplayScanJobPart) GetEndTimeOk() (*time.Time, bool)` + +GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndTime + +`func (o *ModelsSSLDisplayScanJobPart) SetEndTime(v time.Time)` + +SetEndTime sets EndTime field to given value. + +### HasEndTime + +`func (o *ModelsSSLDisplayScanJobPart) HasEndTime() bool` + +HasEndTime returns a boolean if a field has been set. + +### GetEndpointCount + +`func (o *ModelsSSLDisplayScanJobPart) GetEndpointCount() int32` + +GetEndpointCount returns the EndpointCount field if non-nil, zero value otherwise. + +### GetEndpointCountOk + +`func (o *ModelsSSLDisplayScanJobPart) GetEndpointCountOk() (*int32, bool)` + +GetEndpointCountOk returns a tuple with the EndpointCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointCount + +`func (o *ModelsSSLDisplayScanJobPart) SetEndpointCount(v int32)` + +SetEndpointCount sets EndpointCount field to given value. + +### HasEndpointCount + +`func (o *ModelsSSLDisplayScanJobPart) HasEndpointCount() bool` + +HasEndpointCount returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLEndpoint.md b/docs/ModelsSSLEndpoint.md new file mode 100644 index 0000000..d9d21c8 --- /dev/null +++ b/docs/ModelsSSLEndpoint.md @@ -0,0 +1,238 @@ +# ModelsSSLEndpoint + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EndpointId** | Pointer to **string** | | [optional] +**NetworkId** | Pointer to **string** | | [optional] +**LastHistoryId** | Pointer to **string** | | [optional] +**IpAddressBytes** | Pointer to **string** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**SNIName** | Pointer to **string** | | [optional] +**EnableMonitor** | Pointer to **bool** | | [optional] +**Reviewed** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsSSLEndpoint + +`func NewModelsSSLEndpoint() *ModelsSSLEndpoint` + +NewModelsSSLEndpoint instantiates a new ModelsSSLEndpoint 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 + +### NewModelsSSLEndpointWithDefaults + +`func NewModelsSSLEndpointWithDefaults() *ModelsSSLEndpoint` + +NewModelsSSLEndpointWithDefaults instantiates a new ModelsSSLEndpoint 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 + +### GetEndpointId + +`func (o *ModelsSSLEndpoint) GetEndpointId() string` + +GetEndpointId returns the EndpointId field if non-nil, zero value otherwise. + +### GetEndpointIdOk + +`func (o *ModelsSSLEndpoint) GetEndpointIdOk() (*string, bool)` + +GetEndpointIdOk returns a tuple with the EndpointId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointId + +`func (o *ModelsSSLEndpoint) SetEndpointId(v string)` + +SetEndpointId sets EndpointId field to given value. + +### HasEndpointId + +`func (o *ModelsSSLEndpoint) HasEndpointId() bool` + +HasEndpointId returns a boolean if a field has been set. + +### GetNetworkId + +`func (o *ModelsSSLEndpoint) GetNetworkId() string` + +GetNetworkId returns the NetworkId field if non-nil, zero value otherwise. + +### GetNetworkIdOk + +`func (o *ModelsSSLEndpoint) GetNetworkIdOk() (*string, bool)` + +GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkId + +`func (o *ModelsSSLEndpoint) SetNetworkId(v string)` + +SetNetworkId sets NetworkId field to given value. + +### HasNetworkId + +`func (o *ModelsSSLEndpoint) HasNetworkId() bool` + +HasNetworkId returns a boolean if a field has been set. + +### GetLastHistoryId + +`func (o *ModelsSSLEndpoint) GetLastHistoryId() string` + +GetLastHistoryId returns the LastHistoryId field if non-nil, zero value otherwise. + +### GetLastHistoryIdOk + +`func (o *ModelsSSLEndpoint) GetLastHistoryIdOk() (*string, bool)` + +GetLastHistoryIdOk returns a tuple with the LastHistoryId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLastHistoryId + +`func (o *ModelsSSLEndpoint) SetLastHistoryId(v string)` + +SetLastHistoryId sets LastHistoryId field to given value. + +### HasLastHistoryId + +`func (o *ModelsSSLEndpoint) HasLastHistoryId() bool` + +HasLastHistoryId returns a boolean if a field has been set. + +### GetIpAddressBytes + +`func (o *ModelsSSLEndpoint) GetIpAddressBytes() string` + +GetIpAddressBytes returns the IpAddressBytes field if non-nil, zero value otherwise. + +### GetIpAddressBytesOk + +`func (o *ModelsSSLEndpoint) GetIpAddressBytesOk() (*string, bool)` + +GetIpAddressBytesOk returns a tuple with the IpAddressBytes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIpAddressBytes + +`func (o *ModelsSSLEndpoint) SetIpAddressBytes(v string)` + +SetIpAddressBytes sets IpAddressBytes field to given value. + +### HasIpAddressBytes + +`func (o *ModelsSSLEndpoint) HasIpAddressBytes() bool` + +HasIpAddressBytes returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsSSLEndpoint) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsSSLEndpoint) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsSSLEndpoint) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsSSLEndpoint) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetSNIName + +`func (o *ModelsSSLEndpoint) GetSNIName() string` + +GetSNIName returns the SNIName field if non-nil, zero value otherwise. + +### GetSNINameOk + +`func (o *ModelsSSLEndpoint) GetSNINameOk() (*string, bool)` + +GetSNINameOk returns a tuple with the SNIName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSNIName + +`func (o *ModelsSSLEndpoint) SetSNIName(v string)` + +SetSNIName sets SNIName field to given value. + +### HasSNIName + +`func (o *ModelsSSLEndpoint) HasSNIName() bool` + +HasSNIName returns a boolean if a field has been set. + +### GetEnableMonitor + +`func (o *ModelsSSLEndpoint) GetEnableMonitor() bool` + +GetEnableMonitor returns the EnableMonitor field if non-nil, zero value otherwise. + +### GetEnableMonitorOk + +`func (o *ModelsSSLEndpoint) GetEnableMonitorOk() (*bool, bool)` + +GetEnableMonitorOk returns a tuple with the EnableMonitor field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnableMonitor + +`func (o *ModelsSSLEndpoint) SetEnableMonitor(v bool)` + +SetEnableMonitor sets EnableMonitor field to given value. + +### HasEnableMonitor + +`func (o *ModelsSSLEndpoint) HasEnableMonitor() bool` + +HasEnableMonitor returns a boolean if a field has been set. + +### GetReviewed + +`func (o *ModelsSSLEndpoint) GetReviewed() bool` + +GetReviewed returns the Reviewed field if non-nil, zero value otherwise. + +### GetReviewedOk + +`func (o *ModelsSSLEndpoint) GetReviewedOk() (*bool, bool)` + +GetReviewedOk returns a tuple with the Reviewed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReviewed + +`func (o *ModelsSSLEndpoint) SetReviewed(v bool)` + +SetReviewed sets Reviewed field to given value. + +### HasReviewed + +`func (o *ModelsSSLEndpoint) HasReviewed() bool` + +HasReviewed returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLEndpointHistoryResponse.md b/docs/ModelsSSLEndpointHistoryResponse.md new file mode 100644 index 0000000..7760483 --- /dev/null +++ b/docs/ModelsSSLEndpointHistoryResponse.md @@ -0,0 +1,264 @@ +# ModelsSSLEndpointHistoryResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**HistoryId** | Pointer to **string** | | [optional] +**EndpointId** | Pointer to **string** | | [optional] +**AuditId** | Pointer to **int64** | | [optional] +**Timestamp** | Pointer to **time.Time** | | [optional] +**Status** | Pointer to **int32** | | [optional] +**JobType** | Pointer to **int32** | | [optional] +**ProbeType** | Pointer to **int32** | | [optional] +**ReverseDNS** | Pointer to **string** | | [optional] +**HistoryCertificates** | Pointer to [**[]ModelsSSLEndpointHistoryResponseCertificateModel**](ModelsSSLEndpointHistoryResponseCertificateModel.md) | | [optional] + +## Methods + +### NewModelsSSLEndpointHistoryResponse + +`func NewModelsSSLEndpointHistoryResponse() *ModelsSSLEndpointHistoryResponse` + +NewModelsSSLEndpointHistoryResponse instantiates a new ModelsSSLEndpointHistoryResponse 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 + +### NewModelsSSLEndpointHistoryResponseWithDefaults + +`func NewModelsSSLEndpointHistoryResponseWithDefaults() *ModelsSSLEndpointHistoryResponse` + +NewModelsSSLEndpointHistoryResponseWithDefaults instantiates a new ModelsSSLEndpointHistoryResponse 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 + +### GetHistoryId + +`func (o *ModelsSSLEndpointHistoryResponse) GetHistoryId() string` + +GetHistoryId returns the HistoryId field if non-nil, zero value otherwise. + +### GetHistoryIdOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetHistoryIdOk() (*string, bool)` + +GetHistoryIdOk returns a tuple with the HistoryId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHistoryId + +`func (o *ModelsSSLEndpointHistoryResponse) SetHistoryId(v string)` + +SetHistoryId sets HistoryId field to given value. + +### HasHistoryId + +`func (o *ModelsSSLEndpointHistoryResponse) HasHistoryId() bool` + +HasHistoryId returns a boolean if a field has been set. + +### GetEndpointId + +`func (o *ModelsSSLEndpointHistoryResponse) GetEndpointId() string` + +GetEndpointId returns the EndpointId field if non-nil, zero value otherwise. + +### GetEndpointIdOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetEndpointIdOk() (*string, bool)` + +GetEndpointIdOk returns a tuple with the EndpointId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointId + +`func (o *ModelsSSLEndpointHistoryResponse) SetEndpointId(v string)` + +SetEndpointId sets EndpointId field to given value. + +### HasEndpointId + +`func (o *ModelsSSLEndpointHistoryResponse) HasEndpointId() bool` + +HasEndpointId returns a boolean if a field has been set. + +### GetAuditId + +`func (o *ModelsSSLEndpointHistoryResponse) GetAuditId() int64` + +GetAuditId returns the AuditId field if non-nil, zero value otherwise. + +### GetAuditIdOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetAuditIdOk() (*int64, bool)` + +GetAuditIdOk returns a tuple with the AuditId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAuditId + +`func (o *ModelsSSLEndpointHistoryResponse) SetAuditId(v int64)` + +SetAuditId sets AuditId field to given value. + +### HasAuditId + +`func (o *ModelsSSLEndpointHistoryResponse) HasAuditId() bool` + +HasAuditId returns a boolean if a field has been set. + +### GetTimestamp + +`func (o *ModelsSSLEndpointHistoryResponse) GetTimestamp() time.Time` + +GetTimestamp returns the Timestamp field if non-nil, zero value otherwise. + +### GetTimestampOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetTimestampOk() (*time.Time, bool)` + +GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTimestamp + +`func (o *ModelsSSLEndpointHistoryResponse) SetTimestamp(v time.Time)` + +SetTimestamp sets Timestamp field to given value. + +### HasTimestamp + +`func (o *ModelsSSLEndpointHistoryResponse) HasTimestamp() bool` + +HasTimestamp returns a boolean if a field has been set. + +### GetStatus + +`func (o *ModelsSSLEndpointHistoryResponse) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *ModelsSSLEndpointHistoryResponse) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *ModelsSSLEndpointHistoryResponse) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetJobType + +`func (o *ModelsSSLEndpointHistoryResponse) GetJobType() int32` + +GetJobType returns the JobType field if non-nil, zero value otherwise. + +### GetJobTypeOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetJobTypeOk() (*int32, bool)` + +GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetJobType + +`func (o *ModelsSSLEndpointHistoryResponse) SetJobType(v int32)` + +SetJobType sets JobType field to given value. + +### HasJobType + +`func (o *ModelsSSLEndpointHistoryResponse) HasJobType() bool` + +HasJobType returns a boolean if a field has been set. + +### GetProbeType + +`func (o *ModelsSSLEndpointHistoryResponse) GetProbeType() int32` + +GetProbeType returns the ProbeType field if non-nil, zero value otherwise. + +### GetProbeTypeOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetProbeTypeOk() (*int32, bool)` + +GetProbeTypeOk returns a tuple with the ProbeType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetProbeType + +`func (o *ModelsSSLEndpointHistoryResponse) SetProbeType(v int32)` + +SetProbeType sets ProbeType field to given value. + +### HasProbeType + +`func (o *ModelsSSLEndpointHistoryResponse) HasProbeType() bool` + +HasProbeType returns a boolean if a field has been set. + +### GetReverseDNS + +`func (o *ModelsSSLEndpointHistoryResponse) GetReverseDNS() string` + +GetReverseDNS returns the ReverseDNS field if non-nil, zero value otherwise. + +### GetReverseDNSOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetReverseDNSOk() (*string, bool)` + +GetReverseDNSOk returns a tuple with the ReverseDNS field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReverseDNS + +`func (o *ModelsSSLEndpointHistoryResponse) SetReverseDNS(v string)` + +SetReverseDNS sets ReverseDNS field to given value. + +### HasReverseDNS + +`func (o *ModelsSSLEndpointHistoryResponse) HasReverseDNS() bool` + +HasReverseDNS returns a boolean if a field has been set. + +### GetHistoryCertificates + +`func (o *ModelsSSLEndpointHistoryResponse) GetHistoryCertificates() []ModelsSSLEndpointHistoryResponseCertificateModel` + +GetHistoryCertificates returns the HistoryCertificates field if non-nil, zero value otherwise. + +### GetHistoryCertificatesOk + +`func (o *ModelsSSLEndpointHistoryResponse) GetHistoryCertificatesOk() (*[]ModelsSSLEndpointHistoryResponseCertificateModel, bool)` + +GetHistoryCertificatesOk returns a tuple with the HistoryCertificates field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetHistoryCertificates + +`func (o *ModelsSSLEndpointHistoryResponse) SetHistoryCertificates(v []ModelsSSLEndpointHistoryResponseCertificateModel)` + +SetHistoryCertificates sets HistoryCertificates field to given value. + +### HasHistoryCertificates + +`func (o *ModelsSSLEndpointHistoryResponse) HasHistoryCertificates() bool` + +HasHistoryCertificates returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLEndpointHistoryResponseCertificateModel.md b/docs/ModelsSSLEndpointHistoryResponseCertificateModel.md new file mode 100644 index 0000000..6889ac0 --- /dev/null +++ b/docs/ModelsSSLEndpointHistoryResponseCertificateModel.md @@ -0,0 +1,320 @@ +# ModelsSSLEndpointHistoryResponseCertificateModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**IssuedDN** | Pointer to **NullableString** | | [optional] +**SerialNumber** | Pointer to **string** | | [optional] +**NotBefore** | Pointer to **time.Time** | | [optional] +**NotAfter** | Pointer to **time.Time** | | [optional] +**SigningAlgorithm** | Pointer to **string** | | [optional] +**Thumbprint** | Pointer to **string** | | [optional] +**IssuerDN** | Pointer to **NullableString** | | [optional] +**IssuedCN** | Pointer to **NullableString** | | [optional] +**SubjectAltNameElements** | Pointer to [**[]ModelsSubjectAlternativeName**](ModelsSubjectAlternativeName.md) | | [optional] + +## Methods + +### NewModelsSSLEndpointHistoryResponseCertificateModel + +`func NewModelsSSLEndpointHistoryResponseCertificateModel() *ModelsSSLEndpointHistoryResponseCertificateModel` + +NewModelsSSLEndpointHistoryResponseCertificateModel instantiates a new ModelsSSLEndpointHistoryResponseCertificateModel 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 + +### NewModelsSSLEndpointHistoryResponseCertificateModelWithDefaults + +`func NewModelsSSLEndpointHistoryResponseCertificateModelWithDefaults() *ModelsSSLEndpointHistoryResponseCertificateModel` + +NewModelsSSLEndpointHistoryResponseCertificateModelWithDefaults instantiates a new ModelsSSLEndpointHistoryResponseCertificateModel 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 + +### GetId + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) 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. + +### SetId + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetIssuedDN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedDN() string` + +GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise. + +### GetIssuedDNOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedDNOk() (*string, bool)` + +GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedDN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedDN(v string)` + +SetIssuedDN sets IssuedDN field to given value. + +### HasIssuedDN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasIssuedDN() bool` + +HasIssuedDN returns a boolean if a field has been set. + +### SetIssuedDNNil + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedDNNil(b bool)` + + SetIssuedDNNil sets the value for IssuedDN to be an explicit nil + +### UnsetIssuedDN +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuedDN()` + +UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil +### GetSerialNumber + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSerialNumber() string` + +GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise. + +### GetSerialNumberOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSerialNumberOk() (*string, bool)` + +GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSerialNumber + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetSerialNumber(v string)` + +SetSerialNumber sets SerialNumber field to given value. + +### HasSerialNumber + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasSerialNumber() bool` + +HasSerialNumber returns a boolean if a field has been set. + +### GetNotBefore + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetNotBefore() time.Time` + +GetNotBefore returns the NotBefore field if non-nil, zero value otherwise. + +### GetNotBeforeOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetNotBeforeOk() (*time.Time, bool)` + +GetNotBeforeOk returns a tuple with the NotBefore field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotBefore + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetNotBefore(v time.Time)` + +SetNotBefore sets NotBefore field to given value. + +### HasNotBefore + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasNotBefore() bool` + +HasNotBefore returns a boolean if a field has been set. + +### GetNotAfter + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetNotAfter() time.Time` + +GetNotAfter returns the NotAfter field if non-nil, zero value otherwise. + +### GetNotAfterOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetNotAfterOk() (*time.Time, bool)` + +GetNotAfterOk returns a tuple with the NotAfter field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNotAfter + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetNotAfter(v time.Time)` + +SetNotAfter sets NotAfter field to given value. + +### HasNotAfter + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasNotAfter() bool` + +HasNotAfter returns a boolean if a field has been set. + +### GetSigningAlgorithm + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSigningAlgorithm() string` + +GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise. + +### GetSigningAlgorithmOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSigningAlgorithmOk() (*string, bool)` + +GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSigningAlgorithm + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetSigningAlgorithm(v string)` + +SetSigningAlgorithm sets SigningAlgorithm field to given value. + +### HasSigningAlgorithm + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasSigningAlgorithm() bool` + +HasSigningAlgorithm returns a boolean if a field has been set. + +### GetThumbprint + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetThumbprint() string` + +GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise. + +### GetThumbprintOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetThumbprintOk() (*string, bool)` + +GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetThumbprint + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetThumbprint(v string)` + +SetThumbprint sets Thumbprint field to given value. + +### HasThumbprint + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasThumbprint() bool` + +HasThumbprint returns a boolean if a field has been set. + +### GetIssuerDN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuerDN() string` + +GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise. + +### GetIssuerDNOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuerDNOk() (*string, bool)` + +GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuerDN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuerDN(v string)` + +SetIssuerDN sets IssuerDN field to given value. + +### HasIssuerDN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasIssuerDN() bool` + +HasIssuerDN returns a boolean if a field has been set. + +### SetIssuerDNNil + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuerDNNil(b bool)` + + SetIssuerDNNil sets the value for IssuerDN to be an explicit nil + +### UnsetIssuerDN +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuerDN()` + +UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil +### GetIssuedCN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedCN() string` + +GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise. + +### GetIssuedCNOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedCNOk() (*string, bool)` + +GetIssuedCNOk returns a tuple with the IssuedCN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIssuedCN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedCN(v string)` + +SetIssuedCN sets IssuedCN field to given value. + +### HasIssuedCN + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasIssuedCN() bool` + +HasIssuedCN returns a boolean if a field has been set. + +### SetIssuedCNNil + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedCNNil(b bool)` + + SetIssuedCNNil sets the value for IssuedCN to be an explicit nil + +### UnsetIssuedCN +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuedCN()` + +UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil +### GetSubjectAltNameElements + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSubjectAltNameElements() []ModelsSubjectAlternativeName` + +GetSubjectAltNameElements returns the SubjectAltNameElements field if non-nil, zero value otherwise. + +### GetSubjectAltNameElementsOk + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSubjectAltNameElementsOk() (*[]ModelsSubjectAlternativeName, bool)` + +GetSubjectAltNameElementsOk returns a tuple with the SubjectAltNameElements field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectAltNameElements + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetSubjectAltNameElements(v []ModelsSubjectAlternativeName)` + +SetSubjectAltNameElements sets SubjectAltNameElements field to given value. + +### HasSubjectAltNameElements + +`func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasSubjectAltNameElements() bool` + +HasSubjectAltNameElements returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLEndpointStatusRequest.md b/docs/ModelsSSLEndpointStatusRequest.md new file mode 100644 index 0000000..36b0f77 --- /dev/null +++ b/docs/ModelsSSLEndpointStatusRequest.md @@ -0,0 +1,72 @@ +# ModelsSSLEndpointStatusRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **string** | | +**Status** | **bool** | | + +## Methods + +### NewModelsSSLEndpointStatusRequest + +`func NewModelsSSLEndpointStatusRequest(id string, status bool, ) *ModelsSSLEndpointStatusRequest` + +NewModelsSSLEndpointStatusRequest instantiates a new ModelsSSLEndpointStatusRequest 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 + +### NewModelsSSLEndpointStatusRequestWithDefaults + +`func NewModelsSSLEndpointStatusRequestWithDefaults() *ModelsSSLEndpointStatusRequest` + +NewModelsSSLEndpointStatusRequestWithDefaults instantiates a new ModelsSSLEndpointStatusRequest 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 + +### GetId + +`func (o *ModelsSSLEndpointStatusRequest) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSSLEndpointStatusRequest) GetIdOk() (*string, 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. + +### SetId + +`func (o *ModelsSSLEndpointStatusRequest) SetId(v string)` + +SetId sets Id field to given value. + + +### GetStatus + +`func (o *ModelsSSLEndpointStatusRequest) GetStatus() bool` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *ModelsSSLEndpointStatusRequest) GetStatusOk() (*bool, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *ModelsSSLEndpointStatusRequest) SetStatus(v bool)` + +SetStatus sets Status field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLImmediateSslScanRequest.md b/docs/ModelsSSLImmediateSslScanRequest.md new file mode 100644 index 0000000..fb8a06c --- /dev/null +++ b/docs/ModelsSSLImmediateSslScanRequest.md @@ -0,0 +1,72 @@ +# ModelsSSLImmediateSslScanRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Discovery** | **bool** | | +**Monitoring** | **bool** | | + +## Methods + +### NewModelsSSLImmediateSslScanRequest + +`func NewModelsSSLImmediateSslScanRequest(discovery bool, monitoring bool, ) *ModelsSSLImmediateSslScanRequest` + +NewModelsSSLImmediateSslScanRequest instantiates a new ModelsSSLImmediateSslScanRequest 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 + +### NewModelsSSLImmediateSslScanRequestWithDefaults + +`func NewModelsSSLImmediateSslScanRequestWithDefaults() *ModelsSSLImmediateSslScanRequest` + +NewModelsSSLImmediateSslScanRequestWithDefaults instantiates a new ModelsSSLImmediateSslScanRequest 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 + +### GetDiscovery + +`func (o *ModelsSSLImmediateSslScanRequest) GetDiscovery() bool` + +GetDiscovery returns the Discovery field if non-nil, zero value otherwise. + +### GetDiscoveryOk + +`func (o *ModelsSSLImmediateSslScanRequest) GetDiscoveryOk() (*bool, bool)` + +GetDiscoveryOk returns a tuple with the Discovery field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDiscovery + +`func (o *ModelsSSLImmediateSslScanRequest) SetDiscovery(v bool)` + +SetDiscovery sets Discovery field to given value. + + +### GetMonitoring + +`func (o *ModelsSSLImmediateSslScanRequest) GetMonitoring() bool` + +GetMonitoring returns the Monitoring field if non-nil, zero value otherwise. + +### GetMonitoringOk + +`func (o *ModelsSSLImmediateSslScanRequest) GetMonitoringOk() (*bool, bool)` + +GetMonitoringOk returns a tuple with the Monitoring field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitoring + +`func (o *ModelsSSLImmediateSslScanRequest) SetMonitoring(v bool)` + +SetMonitoring sets Monitoring field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLNetworkDefinition.md b/docs/ModelsSSLNetworkDefinition.md new file mode 100644 index 0000000..e121fca --- /dev/null +++ b/docs/ModelsSSLNetworkDefinition.md @@ -0,0 +1,82 @@ +# ModelsSSLNetworkDefinition + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ItemType** | Pointer to **int32** | | [optional] +**Value** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsSSLNetworkDefinition + +`func NewModelsSSLNetworkDefinition() *ModelsSSLNetworkDefinition` + +NewModelsSSLNetworkDefinition instantiates a new ModelsSSLNetworkDefinition 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 + +### NewModelsSSLNetworkDefinitionWithDefaults + +`func NewModelsSSLNetworkDefinitionWithDefaults() *ModelsSSLNetworkDefinition` + +NewModelsSSLNetworkDefinitionWithDefaults instantiates a new ModelsSSLNetworkDefinition 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 + +### GetItemType + +`func (o *ModelsSSLNetworkDefinition) GetItemType() int32` + +GetItemType returns the ItemType field if non-nil, zero value otherwise. + +### GetItemTypeOk + +`func (o *ModelsSSLNetworkDefinition) GetItemTypeOk() (*int32, bool)` + +GetItemTypeOk returns a tuple with the ItemType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetItemType + +`func (o *ModelsSSLNetworkDefinition) SetItemType(v int32)` + +SetItemType sets ItemType field to given value. + +### HasItemType + +`func (o *ModelsSSLNetworkDefinition) HasItemType() bool` + +HasItemType returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsSSLNetworkDefinition) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsSSLNetworkDefinition) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsSSLNetworkDefinition) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsSSLNetworkDefinition) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLNetworkRangesRequest.md b/docs/ModelsSSLNetworkRangesRequest.md new file mode 100644 index 0000000..b6a6865 --- /dev/null +++ b/docs/ModelsSSLNetworkRangesRequest.md @@ -0,0 +1,72 @@ +# ModelsSSLNetworkRangesRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**NetworkId** | **string** | | +**Ranges** | **[]string** | | + +## Methods + +### NewModelsSSLNetworkRangesRequest + +`func NewModelsSSLNetworkRangesRequest(networkId string, ranges []string, ) *ModelsSSLNetworkRangesRequest` + +NewModelsSSLNetworkRangesRequest instantiates a new ModelsSSLNetworkRangesRequest 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 + +### NewModelsSSLNetworkRangesRequestWithDefaults + +`func NewModelsSSLNetworkRangesRequestWithDefaults() *ModelsSSLNetworkRangesRequest` + +NewModelsSSLNetworkRangesRequestWithDefaults instantiates a new ModelsSSLNetworkRangesRequest 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 + +### GetNetworkId + +`func (o *ModelsSSLNetworkRangesRequest) GetNetworkId() string` + +GetNetworkId returns the NetworkId field if non-nil, zero value otherwise. + +### GetNetworkIdOk + +`func (o *ModelsSSLNetworkRangesRequest) GetNetworkIdOk() (*string, bool)` + +GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkId + +`func (o *ModelsSSLNetworkRangesRequest) SetNetworkId(v string)` + +SetNetworkId sets NetworkId field to given value. + + +### GetRanges + +`func (o *ModelsSSLNetworkRangesRequest) GetRanges() []string` + +GetRanges returns the Ranges field if non-nil, zero value otherwise. + +### GetRangesOk + +`func (o *ModelsSSLNetworkRangesRequest) GetRangesOk() (*[]string, bool)` + +GetRangesOk returns a tuple with the Ranges field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRanges + +`func (o *ModelsSSLNetworkRangesRequest) SetRanges(v []string)` + +SetRanges sets Ranges field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLScanJobPart.md b/docs/ModelsSSLScanJobPart.md new file mode 100644 index 0000000..702e155 --- /dev/null +++ b/docs/ModelsSSLScanJobPart.md @@ -0,0 +1,472 @@ +# ModelsSSLScanJobPart + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ScanJobPartId** | Pointer to **string** | | [optional] +**LogicalScanJobId** | Pointer to **string** | | [optional] +**AgentJobId** | Pointer to **string** | | [optional] +**EstimatedEndpointCount** | Pointer to **int32** | | [optional] +**Status** | Pointer to **int32** | | [optional] +**StatTotalEndpointCount** | Pointer to **int32** | | [optional] +**StatTimedOutConnectingCount** | Pointer to **int32** | | [optional] +**StatConnectionRefusedCount** | Pointer to **int32** | | [optional] +**StatTimedOutDownloadingCount** | Pointer to **int32** | | [optional] +**StatExceptionDownloadingCount** | Pointer to **int32** | | [optional] +**StatNotSslCount** | Pointer to **int32** | | [optional] +**StatBadSslHandshakeCount** | Pointer to **int32** | | [optional] +**StatCertificateFoundCount** | Pointer to **int32** | | [optional] +**StatNoCertificateCount** | Pointer to **int32** | | [optional] +**ScanJobPartDefinitions** | Pointer to [**[]ModelsSSLScanJobPartDefinition**](ModelsSSLScanJobPartDefinition.md) | | [optional] +**StartTime** | Pointer to **time.Time** | | [optional] +**EndTime** | Pointer to **time.Time** | | [optional] + +## Methods + +### NewModelsSSLScanJobPart + +`func NewModelsSSLScanJobPart() *ModelsSSLScanJobPart` + +NewModelsSSLScanJobPart instantiates a new ModelsSSLScanJobPart 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 + +### NewModelsSSLScanJobPartWithDefaults + +`func NewModelsSSLScanJobPartWithDefaults() *ModelsSSLScanJobPart` + +NewModelsSSLScanJobPartWithDefaults instantiates a new ModelsSSLScanJobPart 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 + +### GetScanJobPartId + +`func (o *ModelsSSLScanJobPart) GetScanJobPartId() string` + +GetScanJobPartId returns the ScanJobPartId field if non-nil, zero value otherwise. + +### GetScanJobPartIdOk + +`func (o *ModelsSSLScanJobPart) GetScanJobPartIdOk() (*string, bool)` + +GetScanJobPartIdOk returns a tuple with the ScanJobPartId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetScanJobPartId + +`func (o *ModelsSSLScanJobPart) SetScanJobPartId(v string)` + +SetScanJobPartId sets ScanJobPartId field to given value. + +### HasScanJobPartId + +`func (o *ModelsSSLScanJobPart) HasScanJobPartId() bool` + +HasScanJobPartId returns a boolean if a field has been set. + +### GetLogicalScanJobId + +`func (o *ModelsSSLScanJobPart) GetLogicalScanJobId() string` + +GetLogicalScanJobId returns the LogicalScanJobId field if non-nil, zero value otherwise. + +### GetLogicalScanJobIdOk + +`func (o *ModelsSSLScanJobPart) GetLogicalScanJobIdOk() (*string, bool)` + +GetLogicalScanJobIdOk returns a tuple with the LogicalScanJobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetLogicalScanJobId + +`func (o *ModelsSSLScanJobPart) SetLogicalScanJobId(v string)` + +SetLogicalScanJobId sets LogicalScanJobId field to given value. + +### HasLogicalScanJobId + +`func (o *ModelsSSLScanJobPart) HasLogicalScanJobId() bool` + +HasLogicalScanJobId returns a boolean if a field has been set. + +### GetAgentJobId + +`func (o *ModelsSSLScanJobPart) GetAgentJobId() string` + +GetAgentJobId returns the AgentJobId field if non-nil, zero value otherwise. + +### GetAgentJobIdOk + +`func (o *ModelsSSLScanJobPart) GetAgentJobIdOk() (*string, bool)` + +GetAgentJobIdOk returns a tuple with the AgentJobId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentJobId + +`func (o *ModelsSSLScanJobPart) SetAgentJobId(v string)` + +SetAgentJobId sets AgentJobId field to given value. + +### HasAgentJobId + +`func (o *ModelsSSLScanJobPart) HasAgentJobId() bool` + +HasAgentJobId returns a boolean if a field has been set. + +### GetEstimatedEndpointCount + +`func (o *ModelsSSLScanJobPart) GetEstimatedEndpointCount() int32` + +GetEstimatedEndpointCount returns the EstimatedEndpointCount field if non-nil, zero value otherwise. + +### GetEstimatedEndpointCountOk + +`func (o *ModelsSSLScanJobPart) GetEstimatedEndpointCountOk() (*int32, bool)` + +GetEstimatedEndpointCountOk returns a tuple with the EstimatedEndpointCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEstimatedEndpointCount + +`func (o *ModelsSSLScanJobPart) SetEstimatedEndpointCount(v int32)` + +SetEstimatedEndpointCount sets EstimatedEndpointCount field to given value. + +### HasEstimatedEndpointCount + +`func (o *ModelsSSLScanJobPart) HasEstimatedEndpointCount() bool` + +HasEstimatedEndpointCount returns a boolean if a field has been set. + +### GetStatus + +`func (o *ModelsSSLScanJobPart) GetStatus() int32` + +GetStatus returns the Status field if non-nil, zero value otherwise. + +### GetStatusOk + +`func (o *ModelsSSLScanJobPart) GetStatusOk() (*int32, bool)` + +GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatus + +`func (o *ModelsSSLScanJobPart) SetStatus(v int32)` + +SetStatus sets Status field to given value. + +### HasStatus + +`func (o *ModelsSSLScanJobPart) HasStatus() bool` + +HasStatus returns a boolean if a field has been set. + +### GetStatTotalEndpointCount + +`func (o *ModelsSSLScanJobPart) GetStatTotalEndpointCount() int32` + +GetStatTotalEndpointCount returns the StatTotalEndpointCount field if non-nil, zero value otherwise. + +### GetStatTotalEndpointCountOk + +`func (o *ModelsSSLScanJobPart) GetStatTotalEndpointCountOk() (*int32, bool)` + +GetStatTotalEndpointCountOk returns a tuple with the StatTotalEndpointCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatTotalEndpointCount + +`func (o *ModelsSSLScanJobPart) SetStatTotalEndpointCount(v int32)` + +SetStatTotalEndpointCount sets StatTotalEndpointCount field to given value. + +### HasStatTotalEndpointCount + +`func (o *ModelsSSLScanJobPart) HasStatTotalEndpointCount() bool` + +HasStatTotalEndpointCount returns a boolean if a field has been set. + +### GetStatTimedOutConnectingCount + +`func (o *ModelsSSLScanJobPart) GetStatTimedOutConnectingCount() int32` + +GetStatTimedOutConnectingCount returns the StatTimedOutConnectingCount field if non-nil, zero value otherwise. + +### GetStatTimedOutConnectingCountOk + +`func (o *ModelsSSLScanJobPart) GetStatTimedOutConnectingCountOk() (*int32, bool)` + +GetStatTimedOutConnectingCountOk returns a tuple with the StatTimedOutConnectingCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatTimedOutConnectingCount + +`func (o *ModelsSSLScanJobPart) SetStatTimedOutConnectingCount(v int32)` + +SetStatTimedOutConnectingCount sets StatTimedOutConnectingCount field to given value. + +### HasStatTimedOutConnectingCount + +`func (o *ModelsSSLScanJobPart) HasStatTimedOutConnectingCount() bool` + +HasStatTimedOutConnectingCount returns a boolean if a field has been set. + +### GetStatConnectionRefusedCount + +`func (o *ModelsSSLScanJobPart) GetStatConnectionRefusedCount() int32` + +GetStatConnectionRefusedCount returns the StatConnectionRefusedCount field if non-nil, zero value otherwise. + +### GetStatConnectionRefusedCountOk + +`func (o *ModelsSSLScanJobPart) GetStatConnectionRefusedCountOk() (*int32, bool)` + +GetStatConnectionRefusedCountOk returns a tuple with the StatConnectionRefusedCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatConnectionRefusedCount + +`func (o *ModelsSSLScanJobPart) SetStatConnectionRefusedCount(v int32)` + +SetStatConnectionRefusedCount sets StatConnectionRefusedCount field to given value. + +### HasStatConnectionRefusedCount + +`func (o *ModelsSSLScanJobPart) HasStatConnectionRefusedCount() bool` + +HasStatConnectionRefusedCount returns a boolean if a field has been set. + +### GetStatTimedOutDownloadingCount + +`func (o *ModelsSSLScanJobPart) GetStatTimedOutDownloadingCount() int32` + +GetStatTimedOutDownloadingCount returns the StatTimedOutDownloadingCount field if non-nil, zero value otherwise. + +### GetStatTimedOutDownloadingCountOk + +`func (o *ModelsSSLScanJobPart) GetStatTimedOutDownloadingCountOk() (*int32, bool)` + +GetStatTimedOutDownloadingCountOk returns a tuple with the StatTimedOutDownloadingCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatTimedOutDownloadingCount + +`func (o *ModelsSSLScanJobPart) SetStatTimedOutDownloadingCount(v int32)` + +SetStatTimedOutDownloadingCount sets StatTimedOutDownloadingCount field to given value. + +### HasStatTimedOutDownloadingCount + +`func (o *ModelsSSLScanJobPart) HasStatTimedOutDownloadingCount() bool` + +HasStatTimedOutDownloadingCount returns a boolean if a field has been set. + +### GetStatExceptionDownloadingCount + +`func (o *ModelsSSLScanJobPart) GetStatExceptionDownloadingCount() int32` + +GetStatExceptionDownloadingCount returns the StatExceptionDownloadingCount field if non-nil, zero value otherwise. + +### GetStatExceptionDownloadingCountOk + +`func (o *ModelsSSLScanJobPart) GetStatExceptionDownloadingCountOk() (*int32, bool)` + +GetStatExceptionDownloadingCountOk returns a tuple with the StatExceptionDownloadingCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatExceptionDownloadingCount + +`func (o *ModelsSSLScanJobPart) SetStatExceptionDownloadingCount(v int32)` + +SetStatExceptionDownloadingCount sets StatExceptionDownloadingCount field to given value. + +### HasStatExceptionDownloadingCount + +`func (o *ModelsSSLScanJobPart) HasStatExceptionDownloadingCount() bool` + +HasStatExceptionDownloadingCount returns a boolean if a field has been set. + +### GetStatNotSslCount + +`func (o *ModelsSSLScanJobPart) GetStatNotSslCount() int32` + +GetStatNotSslCount returns the StatNotSslCount field if non-nil, zero value otherwise. + +### GetStatNotSslCountOk + +`func (o *ModelsSSLScanJobPart) GetStatNotSslCountOk() (*int32, bool)` + +GetStatNotSslCountOk returns a tuple with the StatNotSslCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatNotSslCount + +`func (o *ModelsSSLScanJobPart) SetStatNotSslCount(v int32)` + +SetStatNotSslCount sets StatNotSslCount field to given value. + +### HasStatNotSslCount + +`func (o *ModelsSSLScanJobPart) HasStatNotSslCount() bool` + +HasStatNotSslCount returns a boolean if a field has been set. + +### GetStatBadSslHandshakeCount + +`func (o *ModelsSSLScanJobPart) GetStatBadSslHandshakeCount() int32` + +GetStatBadSslHandshakeCount returns the StatBadSslHandshakeCount field if non-nil, zero value otherwise. + +### GetStatBadSslHandshakeCountOk + +`func (o *ModelsSSLScanJobPart) GetStatBadSslHandshakeCountOk() (*int32, bool)` + +GetStatBadSslHandshakeCountOk returns a tuple with the StatBadSslHandshakeCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatBadSslHandshakeCount + +`func (o *ModelsSSLScanJobPart) SetStatBadSslHandshakeCount(v int32)` + +SetStatBadSslHandshakeCount sets StatBadSslHandshakeCount field to given value. + +### HasStatBadSslHandshakeCount + +`func (o *ModelsSSLScanJobPart) HasStatBadSslHandshakeCount() bool` + +HasStatBadSslHandshakeCount returns a boolean if a field has been set. + +### GetStatCertificateFoundCount + +`func (o *ModelsSSLScanJobPart) GetStatCertificateFoundCount() int32` + +GetStatCertificateFoundCount returns the StatCertificateFoundCount field if non-nil, zero value otherwise. + +### GetStatCertificateFoundCountOk + +`func (o *ModelsSSLScanJobPart) GetStatCertificateFoundCountOk() (*int32, bool)` + +GetStatCertificateFoundCountOk returns a tuple with the StatCertificateFoundCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatCertificateFoundCount + +`func (o *ModelsSSLScanJobPart) SetStatCertificateFoundCount(v int32)` + +SetStatCertificateFoundCount sets StatCertificateFoundCount field to given value. + +### HasStatCertificateFoundCount + +`func (o *ModelsSSLScanJobPart) HasStatCertificateFoundCount() bool` + +HasStatCertificateFoundCount returns a boolean if a field has been set. + +### GetStatNoCertificateCount + +`func (o *ModelsSSLScanJobPart) GetStatNoCertificateCount() int32` + +GetStatNoCertificateCount returns the StatNoCertificateCount field if non-nil, zero value otherwise. + +### GetStatNoCertificateCountOk + +`func (o *ModelsSSLScanJobPart) GetStatNoCertificateCountOk() (*int32, bool)` + +GetStatNoCertificateCountOk returns a tuple with the StatNoCertificateCount field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStatNoCertificateCount + +`func (o *ModelsSSLScanJobPart) SetStatNoCertificateCount(v int32)` + +SetStatNoCertificateCount sets StatNoCertificateCount field to given value. + +### HasStatNoCertificateCount + +`func (o *ModelsSSLScanJobPart) HasStatNoCertificateCount() bool` + +HasStatNoCertificateCount returns a boolean if a field has been set. + +### GetScanJobPartDefinitions + +`func (o *ModelsSSLScanJobPart) GetScanJobPartDefinitions() []ModelsSSLScanJobPartDefinition` + +GetScanJobPartDefinitions returns the ScanJobPartDefinitions field if non-nil, zero value otherwise. + +### GetScanJobPartDefinitionsOk + +`func (o *ModelsSSLScanJobPart) GetScanJobPartDefinitionsOk() (*[]ModelsSSLScanJobPartDefinition, bool)` + +GetScanJobPartDefinitionsOk returns a tuple with the ScanJobPartDefinitions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetScanJobPartDefinitions + +`func (o *ModelsSSLScanJobPart) SetScanJobPartDefinitions(v []ModelsSSLScanJobPartDefinition)` + +SetScanJobPartDefinitions sets ScanJobPartDefinitions field to given value. + +### HasScanJobPartDefinitions + +`func (o *ModelsSSLScanJobPart) HasScanJobPartDefinitions() bool` + +HasScanJobPartDefinitions returns a boolean if a field has been set. + +### GetStartTime + +`func (o *ModelsSSLScanJobPart) GetStartTime() time.Time` + +GetStartTime returns the StartTime field if non-nil, zero value otherwise. + +### GetStartTimeOk + +`func (o *ModelsSSLScanJobPart) GetStartTimeOk() (*time.Time, bool)` + +GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStartTime + +`func (o *ModelsSSLScanJobPart) SetStartTime(v time.Time)` + +SetStartTime sets StartTime field to given value. + +### HasStartTime + +`func (o *ModelsSSLScanJobPart) HasStartTime() bool` + +HasStartTime returns a boolean if a field has been set. + +### GetEndTime + +`func (o *ModelsSSLScanJobPart) GetEndTime() time.Time` + +GetEndTime returns the EndTime field if non-nil, zero value otherwise. + +### GetEndTimeOk + +`func (o *ModelsSSLScanJobPart) GetEndTimeOk() (*time.Time, bool)` + +GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndTime + +`func (o *ModelsSSLScanJobPart) SetEndTime(v time.Time)` + +SetEndTime sets EndTime field to given value. + +### HasEndTime + +`func (o *ModelsSSLScanJobPart) HasEndTime() bool` + +HasEndTime returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLScanJobPartDefinition.md b/docs/ModelsSSLScanJobPartDefinition.md new file mode 100644 index 0000000..cd70d55 --- /dev/null +++ b/docs/ModelsSSLScanJobPartDefinition.md @@ -0,0 +1,82 @@ +# ModelsSSLScanJobPartDefinition + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ItemType** | Pointer to **int32** | | [optional] +**Value** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsSSLScanJobPartDefinition + +`func NewModelsSSLScanJobPartDefinition() *ModelsSSLScanJobPartDefinition` + +NewModelsSSLScanJobPartDefinition instantiates a new ModelsSSLScanJobPartDefinition 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 + +### NewModelsSSLScanJobPartDefinitionWithDefaults + +`func NewModelsSSLScanJobPartDefinitionWithDefaults() *ModelsSSLScanJobPartDefinition` + +NewModelsSSLScanJobPartDefinitionWithDefaults instantiates a new ModelsSSLScanJobPartDefinition 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 + +### GetItemType + +`func (o *ModelsSSLScanJobPartDefinition) GetItemType() int32` + +GetItemType returns the ItemType field if non-nil, zero value otherwise. + +### GetItemTypeOk + +`func (o *ModelsSSLScanJobPartDefinition) GetItemTypeOk() (*int32, bool)` + +GetItemTypeOk returns a tuple with the ItemType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetItemType + +`func (o *ModelsSSLScanJobPartDefinition) SetItemType(v int32)` + +SetItemType sets ItemType field to given value. + +### HasItemType + +`func (o *ModelsSSLScanJobPartDefinition) HasItemType() bool` + +HasItemType returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsSSLScanJobPartDefinition) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsSSLScanJobPartDefinition) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsSSLScanJobPartDefinition) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsSSLScanJobPartDefinition) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSSLSslScanResult.md b/docs/ModelsSSLSslScanResult.md new file mode 100644 index 0000000..26dde5f --- /dev/null +++ b/docs/ModelsSSLSslScanResult.md @@ -0,0 +1,316 @@ +# ModelsSSLSslScanResult + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EndpointId** | Pointer to **string** | | [optional] +**ReverseDNS** | Pointer to **string** | | [optional] +**SNIName** | Pointer to **string** | | [optional] +**IpAddress** | Pointer to **string** | | [optional] +**Port** | Pointer to **int32** | | [optional] +**CertificateFound** | Pointer to **bool** | | [optional] +**AgentPoolName** | Pointer to **string** | | [optional] +**NetworkName** | Pointer to **string** | | [optional] +**MonitorStatus** | Pointer to **bool** | | [optional] +**CertificateCN** | Pointer to **string** | | [optional] +**Reviewed** | Pointer to **bool** | | [optional] + +## Methods + +### NewModelsSSLSslScanResult + +`func NewModelsSSLSslScanResult() *ModelsSSLSslScanResult` + +NewModelsSSLSslScanResult instantiates a new ModelsSSLSslScanResult 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 + +### NewModelsSSLSslScanResultWithDefaults + +`func NewModelsSSLSslScanResultWithDefaults() *ModelsSSLSslScanResult` + +NewModelsSSLSslScanResultWithDefaults instantiates a new ModelsSSLSslScanResult 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 + +### GetEndpointId + +`func (o *ModelsSSLSslScanResult) GetEndpointId() string` + +GetEndpointId returns the EndpointId field if non-nil, zero value otherwise. + +### GetEndpointIdOk + +`func (o *ModelsSSLSslScanResult) GetEndpointIdOk() (*string, bool)` + +GetEndpointIdOk returns a tuple with the EndpointId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEndpointId + +`func (o *ModelsSSLSslScanResult) SetEndpointId(v string)` + +SetEndpointId sets EndpointId field to given value. + +### HasEndpointId + +`func (o *ModelsSSLSslScanResult) HasEndpointId() bool` + +HasEndpointId returns a boolean if a field has been set. + +### GetReverseDNS + +`func (o *ModelsSSLSslScanResult) GetReverseDNS() string` + +GetReverseDNS returns the ReverseDNS field if non-nil, zero value otherwise. + +### GetReverseDNSOk + +`func (o *ModelsSSLSslScanResult) GetReverseDNSOk() (*string, bool)` + +GetReverseDNSOk returns a tuple with the ReverseDNS field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReverseDNS + +`func (o *ModelsSSLSslScanResult) SetReverseDNS(v string)` + +SetReverseDNS sets ReverseDNS field to given value. + +### HasReverseDNS + +`func (o *ModelsSSLSslScanResult) HasReverseDNS() bool` + +HasReverseDNS returns a boolean if a field has been set. + +### GetSNIName + +`func (o *ModelsSSLSslScanResult) GetSNIName() string` + +GetSNIName returns the SNIName field if non-nil, zero value otherwise. + +### GetSNINameOk + +`func (o *ModelsSSLSslScanResult) GetSNINameOk() (*string, bool)` + +GetSNINameOk returns a tuple with the SNIName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSNIName + +`func (o *ModelsSSLSslScanResult) SetSNIName(v string)` + +SetSNIName sets SNIName field to given value. + +### HasSNIName + +`func (o *ModelsSSLSslScanResult) HasSNIName() bool` + +HasSNIName returns a boolean if a field has been set. + +### GetIpAddress + +`func (o *ModelsSSLSslScanResult) GetIpAddress() string` + +GetIpAddress returns the IpAddress field if non-nil, zero value otherwise. + +### GetIpAddressOk + +`func (o *ModelsSSLSslScanResult) GetIpAddressOk() (*string, bool)` + +GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIpAddress + +`func (o *ModelsSSLSslScanResult) SetIpAddress(v string)` + +SetIpAddress sets IpAddress field to given value. + +### HasIpAddress + +`func (o *ModelsSSLSslScanResult) HasIpAddress() bool` + +HasIpAddress returns a boolean if a field has been set. + +### GetPort + +`func (o *ModelsSSLSslScanResult) GetPort() int32` + +GetPort returns the Port field if non-nil, zero value otherwise. + +### GetPortOk + +`func (o *ModelsSSLSslScanResult) GetPortOk() (*int32, bool)` + +GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPort + +`func (o *ModelsSSLSslScanResult) SetPort(v int32)` + +SetPort sets Port field to given value. + +### HasPort + +`func (o *ModelsSSLSslScanResult) HasPort() bool` + +HasPort returns a boolean if a field has been set. + +### GetCertificateFound + +`func (o *ModelsSSLSslScanResult) GetCertificateFound() bool` + +GetCertificateFound returns the CertificateFound field if non-nil, zero value otherwise. + +### GetCertificateFoundOk + +`func (o *ModelsSSLSslScanResult) GetCertificateFoundOk() (*bool, bool)` + +GetCertificateFoundOk returns a tuple with the CertificateFound field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateFound + +`func (o *ModelsSSLSslScanResult) SetCertificateFound(v bool)` + +SetCertificateFound sets CertificateFound field to given value. + +### HasCertificateFound + +`func (o *ModelsSSLSslScanResult) HasCertificateFound() bool` + +HasCertificateFound returns a boolean if a field has been set. + +### GetAgentPoolName + +`func (o *ModelsSSLSslScanResult) GetAgentPoolName() string` + +GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise. + +### GetAgentPoolNameOk + +`func (o *ModelsSSLSslScanResult) GetAgentPoolNameOk() (*string, bool)` + +GetAgentPoolNameOk returns a tuple with the AgentPoolName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAgentPoolName + +`func (o *ModelsSSLSslScanResult) SetAgentPoolName(v string)` + +SetAgentPoolName sets AgentPoolName field to given value. + +### HasAgentPoolName + +`func (o *ModelsSSLSslScanResult) HasAgentPoolName() bool` + +HasAgentPoolName returns a boolean if a field has been set. + +### GetNetworkName + +`func (o *ModelsSSLSslScanResult) GetNetworkName() string` + +GetNetworkName returns the NetworkName field if non-nil, zero value otherwise. + +### GetNetworkNameOk + +`func (o *ModelsSSLSslScanResult) GetNetworkNameOk() (*string, bool)` + +GetNetworkNameOk returns a tuple with the NetworkName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetNetworkName + +`func (o *ModelsSSLSslScanResult) SetNetworkName(v string)` + +SetNetworkName sets NetworkName field to given value. + +### HasNetworkName + +`func (o *ModelsSSLSslScanResult) HasNetworkName() bool` + +HasNetworkName returns a boolean if a field has been set. + +### GetMonitorStatus + +`func (o *ModelsSSLSslScanResult) GetMonitorStatus() bool` + +GetMonitorStatus returns the MonitorStatus field if non-nil, zero value otherwise. + +### GetMonitorStatusOk + +`func (o *ModelsSSLSslScanResult) GetMonitorStatusOk() (*bool, bool)` + +GetMonitorStatusOk returns a tuple with the MonitorStatus field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMonitorStatus + +`func (o *ModelsSSLSslScanResult) SetMonitorStatus(v bool)` + +SetMonitorStatus sets MonitorStatus field to given value. + +### HasMonitorStatus + +`func (o *ModelsSSLSslScanResult) HasMonitorStatus() bool` + +HasMonitorStatus returns a boolean if a field has been set. + +### GetCertificateCN + +`func (o *ModelsSSLSslScanResult) GetCertificateCN() string` + +GetCertificateCN returns the CertificateCN field if non-nil, zero value otherwise. + +### GetCertificateCNOk + +`func (o *ModelsSSLSslScanResult) GetCertificateCNOk() (*string, bool)` + +GetCertificateCNOk returns a tuple with the CertificateCN field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateCN + +`func (o *ModelsSSLSslScanResult) SetCertificateCN(v string)` + +SetCertificateCN sets CertificateCN field to given value. + +### HasCertificateCN + +`func (o *ModelsSSLSslScanResult) HasCertificateCN() bool` + +HasCertificateCN returns a boolean if a field has been set. + +### GetReviewed + +`func (o *ModelsSSLSslScanResult) GetReviewed() bool` + +GetReviewed returns the Reviewed field if non-nil, zero value otherwise. + +### GetReviewedOk + +`func (o *ModelsSSLSslScanResult) GetReviewedOk() (*bool, bool)` + +GetReviewedOk returns a tuple with the Reviewed field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetReviewed + +`func (o *ModelsSSLSslScanResult) SetReviewed(v bool)` + +SetReviewed sets Reviewed field to given value. + +### HasReviewed + +`func (o *ModelsSSLSslScanResult) HasReviewed() bool` + +HasReviewed returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecurityCertificatePermissions.md b/docs/ModelsSecurityCertificatePermissions.md new file mode 100644 index 0000000..5a00e47 --- /dev/null +++ b/docs/ModelsSecurityCertificatePermissions.md @@ -0,0 +1,56 @@ +# ModelsSecurityCertificatePermissions + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Roles** | Pointer to [**[]ModelsSecuritySecurityRolesSecurityRoleResponseBase**](ModelsSecuritySecurityRolesSecurityRoleResponseBase.md) | | [optional] + +## Methods + +### NewModelsSecurityCertificatePermissions + +`func NewModelsSecurityCertificatePermissions() *ModelsSecurityCertificatePermissions` + +NewModelsSecurityCertificatePermissions instantiates a new ModelsSecurityCertificatePermissions 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 + +### NewModelsSecurityCertificatePermissionsWithDefaults + +`func NewModelsSecurityCertificatePermissionsWithDefaults() *ModelsSecurityCertificatePermissions` + +NewModelsSecurityCertificatePermissionsWithDefaults instantiates a new ModelsSecurityCertificatePermissions 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 + +### GetRoles + +`func (o *ModelsSecurityCertificatePermissions) GetRoles() []ModelsSecuritySecurityRolesSecurityRoleResponseBase` + +GetRoles returns the Roles field if non-nil, zero value otherwise. + +### GetRolesOk + +`func (o *ModelsSecurityCertificatePermissions) GetRolesOk() (*[]ModelsSecuritySecurityRolesSecurityRoleResponseBase, bool)` + +GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRoles + +`func (o *ModelsSecurityCertificatePermissions) SetRoles(v []ModelsSecuritySecurityRolesSecurityRoleResponseBase)` + +SetRoles sets Roles field to given value. + +### HasRoles + +`func (o *ModelsSecurityCertificatePermissions) HasRoles() bool` + +HasRoles returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecurityIdentitiesPermissionRolesPairResponse.md b/docs/ModelsSecurityIdentitiesPermissionRolesPairResponse.md new file mode 100644 index 0000000..a3418a6 --- /dev/null +++ b/docs/ModelsSecurityIdentitiesPermissionRolesPairResponse.md @@ -0,0 +1,82 @@ +# ModelsSecurityIdentitiesPermissionRolesPairResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Permission** | Pointer to **string** | | [optional] +**GrantedByRoles** | Pointer to **[]string** | | [optional] + +## Methods + +### NewModelsSecurityIdentitiesPermissionRolesPairResponse + +`func NewModelsSecurityIdentitiesPermissionRolesPairResponse() *ModelsSecurityIdentitiesPermissionRolesPairResponse` + +NewModelsSecurityIdentitiesPermissionRolesPairResponse instantiates a new ModelsSecurityIdentitiesPermissionRolesPairResponse 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 + +### NewModelsSecurityIdentitiesPermissionRolesPairResponseWithDefaults + +`func NewModelsSecurityIdentitiesPermissionRolesPairResponseWithDefaults() *ModelsSecurityIdentitiesPermissionRolesPairResponse` + +NewModelsSecurityIdentitiesPermissionRolesPairResponseWithDefaults instantiates a new ModelsSecurityIdentitiesPermissionRolesPairResponse 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 + +### GetPermission + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetPermission() string` + +GetPermission returns the Permission field if non-nil, zero value otherwise. + +### GetPermissionOk + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetPermissionOk() (*string, bool)` + +GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermission + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) SetPermission(v string)` + +SetPermission sets Permission field to given value. + +### HasPermission + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) HasPermission() bool` + +HasPermission returns a boolean if a field has been set. + +### GetGrantedByRoles + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetGrantedByRoles() []string` + +GetGrantedByRoles returns the GrantedByRoles field if non-nil, zero value otherwise. + +### GetGrantedByRolesOk + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetGrantedByRolesOk() (*[]string, bool)` + +GetGrantedByRolesOk returns a tuple with the GrantedByRoles field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetGrantedByRoles + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) SetGrantedByRoles(v []string)` + +SetGrantedByRoles sets GrantedByRoles field to given value. + +### HasGrantedByRoles + +`func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) HasGrantedByRoles() bool` + +HasGrantedByRoles returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecurityIdentitiesSecurityIdentityIdentifier.md b/docs/ModelsSecurityIdentitiesSecurityIdentityIdentifier.md new file mode 100644 index 0000000..de78541 --- /dev/null +++ b/docs/ModelsSecurityIdentitiesSecurityIdentityIdentifier.md @@ -0,0 +1,82 @@ +# ModelsSecurityIdentitiesSecurityIdentityIdentifier + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AccountName** | Pointer to **string** | The username of the security identity. | [optional] +**SID** | Pointer to **string** | The SID of the security identity. | [optional] + +## Methods + +### NewModelsSecurityIdentitiesSecurityIdentityIdentifier + +`func NewModelsSecurityIdentitiesSecurityIdentityIdentifier() *ModelsSecurityIdentitiesSecurityIdentityIdentifier` + +NewModelsSecurityIdentitiesSecurityIdentityIdentifier instantiates a new ModelsSecurityIdentitiesSecurityIdentityIdentifier 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 + +### NewModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults + +`func NewModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults() *ModelsSecurityIdentitiesSecurityIdentityIdentifier` + +NewModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults instantiates a new ModelsSecurityIdentitiesSecurityIdentityIdentifier 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 + +### GetAccountName + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountName() string` + +GetAccountName returns the AccountName field if non-nil, zero value otherwise. + +### GetAccountNameOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountNameOk() (*string, bool)` + +GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAccountName + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountName(v string)` + +SetAccountName sets AccountName field to given value. + +### HasAccountName + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) HasAccountName() bool` + +HasAccountName returns a boolean if a field has been set. + +### GetSID + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSID() string` + +GetSID returns the SID field if non-nil, zero value otherwise. + +### GetSIDOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSIDOk() (*string, bool)` + +GetSIDOk returns a tuple with the SID field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSID + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSID(v string)` + +SetSID sets SID field to given value. + +### HasSID + +`func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) HasSID() bool` + +HasSID returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecurityIdentitiesSecurityIdentityLookupResponse.md b/docs/ModelsSecurityIdentitiesSecurityIdentityLookupResponse.md new file mode 100644 index 0000000..39632e3 --- /dev/null +++ b/docs/ModelsSecurityIdentitiesSecurityIdentityLookupResponse.md @@ -0,0 +1,56 @@ +# ModelsSecurityIdentitiesSecurityIdentityLookupResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Valid** | Pointer to **bool** | Whether or not the identity is valid. | [optional] + +## Methods + +### NewModelsSecurityIdentitiesSecurityIdentityLookupResponse + +`func NewModelsSecurityIdentitiesSecurityIdentityLookupResponse() *ModelsSecurityIdentitiesSecurityIdentityLookupResponse` + +NewModelsSecurityIdentitiesSecurityIdentityLookupResponse instantiates a new ModelsSecurityIdentitiesSecurityIdentityLookupResponse 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 + +### NewModelsSecurityIdentitiesSecurityIdentityLookupResponseWithDefaults + +`func NewModelsSecurityIdentitiesSecurityIdentityLookupResponseWithDefaults() *ModelsSecurityIdentitiesSecurityIdentityLookupResponse` + +NewModelsSecurityIdentitiesSecurityIdentityLookupResponseWithDefaults instantiates a new ModelsSecurityIdentitiesSecurityIdentityLookupResponse 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 + +### GetValid + +`func (o *ModelsSecurityIdentitiesSecurityIdentityLookupResponse) GetValid() bool` + +GetValid returns the Valid field if non-nil, zero value otherwise. + +### GetValidOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityLookupResponse) GetValidOk() (*bool, bool)` + +GetValidOk returns a tuple with the Valid field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValid + +`func (o *ModelsSecurityIdentitiesSecurityIdentityLookupResponse) SetValid(v bool)` + +SetValid sets Valid field to given value. + +### HasValid + +`func (o *ModelsSecurityIdentitiesSecurityIdentityLookupResponse) HasValid() bool` + +HasValid returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse.md b/docs/ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse.md new file mode 100644 index 0000000..3e22e5d --- /dev/null +++ b/docs/ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse.md @@ -0,0 +1,134 @@ +# ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Identity** | Pointer to **string** | | [optional] +**SecuredAreaPermissions** | Pointer to [**[]ModelsSecurityIdentitiesPermissionRolesPairResponse**](ModelsSecurityIdentitiesPermissionRolesPairResponse.md) | | [optional] +**CollectionPermissions** | Pointer to [**[]ModelsSecurityIdentitiesPermissionRolesPairResponse**](ModelsSecurityIdentitiesPermissionRolesPairResponse.md) | | [optional] +**ContainerPermissions** | Pointer to [**[]ModelsSecurityIdentitiesPermissionRolesPairResponse**](ModelsSecurityIdentitiesPermissionRolesPairResponse.md) | | [optional] + +## Methods + +### NewModelsSecurityIdentitiesSecurityIdentityPermissionsResponse + +`func NewModelsSecurityIdentitiesSecurityIdentityPermissionsResponse() *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse` + +NewModelsSecurityIdentitiesSecurityIdentityPermissionsResponse instantiates a new ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse 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 + +### NewModelsSecurityIdentitiesSecurityIdentityPermissionsResponseWithDefaults + +`func NewModelsSecurityIdentitiesSecurityIdentityPermissionsResponseWithDefaults() *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse` + +NewModelsSecurityIdentitiesSecurityIdentityPermissionsResponseWithDefaults instantiates a new ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse 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 + +### GetIdentity + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetIdentity() string` + +GetIdentity returns the Identity field if non-nil, zero value otherwise. + +### GetIdentityOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetIdentityOk() (*string, bool)` + +GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIdentity + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) SetIdentity(v string)` + +SetIdentity sets Identity field to given value. + +### HasIdentity + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) HasIdentity() bool` + +HasIdentity returns a boolean if a field has been set. + +### GetSecuredAreaPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetSecuredAreaPermissions() []ModelsSecurityIdentitiesPermissionRolesPairResponse` + +GetSecuredAreaPermissions returns the SecuredAreaPermissions field if non-nil, zero value otherwise. + +### GetSecuredAreaPermissionsOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetSecuredAreaPermissionsOk() (*[]ModelsSecurityIdentitiesPermissionRolesPairResponse, bool)` + +GetSecuredAreaPermissionsOk returns a tuple with the SecuredAreaPermissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSecuredAreaPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) SetSecuredAreaPermissions(v []ModelsSecurityIdentitiesPermissionRolesPairResponse)` + +SetSecuredAreaPermissions sets SecuredAreaPermissions field to given value. + +### HasSecuredAreaPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) HasSecuredAreaPermissions() bool` + +HasSecuredAreaPermissions returns a boolean if a field has been set. + +### GetCollectionPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetCollectionPermissions() []ModelsSecurityIdentitiesPermissionRolesPairResponse` + +GetCollectionPermissions returns the CollectionPermissions field if non-nil, zero value otherwise. + +### GetCollectionPermissionsOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetCollectionPermissionsOk() (*[]ModelsSecurityIdentitiesPermissionRolesPairResponse, bool)` + +GetCollectionPermissionsOk returns a tuple with the CollectionPermissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCollectionPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) SetCollectionPermissions(v []ModelsSecurityIdentitiesPermissionRolesPairResponse)` + +SetCollectionPermissions sets CollectionPermissions field to given value. + +### HasCollectionPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) HasCollectionPermissions() bool` + +HasCollectionPermissions returns a boolean if a field has been set. + +### GetContainerPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetContainerPermissions() []ModelsSecurityIdentitiesPermissionRolesPairResponse` + +GetContainerPermissions returns the ContainerPermissions field if non-nil, zero value otherwise. + +### GetContainerPermissionsOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) GetContainerPermissionsOk() (*[]ModelsSecurityIdentitiesPermissionRolesPairResponse, bool)` + +GetContainerPermissionsOk returns a tuple with the ContainerPermissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetContainerPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) SetContainerPermissions(v []ModelsSecurityIdentitiesPermissionRolesPairResponse)` + +SetContainerPermissions sets ContainerPermissions field to given value. + +### HasContainerPermissions + +`func (o *ModelsSecurityIdentitiesSecurityIdentityPermissionsResponse) HasContainerPermissions() bool` + +HasContainerPermissions returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecurityIdentitiesSecurityIdentityRequest.md b/docs/ModelsSecurityIdentitiesSecurityIdentityRequest.md new file mode 100644 index 0000000..3544f83 --- /dev/null +++ b/docs/ModelsSecurityIdentitiesSecurityIdentityRequest.md @@ -0,0 +1,51 @@ +# ModelsSecurityIdentitiesSecurityIdentityRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AccountName** | **string** | The username of the security identity. | + +## Methods + +### NewModelsSecurityIdentitiesSecurityIdentityRequest + +`func NewModelsSecurityIdentitiesSecurityIdentityRequest(accountName string, ) *ModelsSecurityIdentitiesSecurityIdentityRequest` + +NewModelsSecurityIdentitiesSecurityIdentityRequest instantiates a new ModelsSecurityIdentitiesSecurityIdentityRequest 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 + +### NewModelsSecurityIdentitiesSecurityIdentityRequestWithDefaults + +`func NewModelsSecurityIdentitiesSecurityIdentityRequestWithDefaults() *ModelsSecurityIdentitiesSecurityIdentityRequest` + +NewModelsSecurityIdentitiesSecurityIdentityRequestWithDefaults instantiates a new ModelsSecurityIdentitiesSecurityIdentityRequest 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 + +### GetAccountName + +`func (o *ModelsSecurityIdentitiesSecurityIdentityRequest) GetAccountName() string` + +GetAccountName returns the AccountName field if non-nil, zero value otherwise. + +### GetAccountNameOk + +`func (o *ModelsSecurityIdentitiesSecurityIdentityRequest) GetAccountNameOk() (*string, bool)` + +GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAccountName + +`func (o *ModelsSecurityIdentitiesSecurityIdentityRequest) SetAccountName(v string)` + +SetAccountName sets AccountName field to given value. + + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecuritySecurityRolesSecurityRoleCreationRequest.md b/docs/ModelsSecuritySecurityRolesSecurityRoleCreationRequest.md new file mode 100644 index 0000000..9afa6f9 --- /dev/null +++ b/docs/ModelsSecuritySecurityRolesSecurityRoleCreationRequest.md @@ -0,0 +1,176 @@ +# ModelsSecuritySecurityRolesSecurityRoleCreationRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | The name of the security role to create | +**Description** | **string** | The description to be used on the created security role | +**Enabled** | Pointer to **bool** | Whether or not the security role should be enabled | [optional] +**Private** | Pointer to **bool** | Whether or not the security role should be private | [optional] +**Permissions** | Pointer to **[]string** | The permissions to include in the role. These must be supplied in the format \"Area:Permission\" | [optional] +**Identities** | Pointer to [**[]ModelsSecurityIdentitiesSecurityIdentityIdentifier**](ModelsSecurityIdentitiesSecurityIdentityIdentifier.md) | The Keyfactor identities to assign to the created role | [optional] + +## Methods + +### NewModelsSecuritySecurityRolesSecurityRoleCreationRequest + +`func NewModelsSecuritySecurityRolesSecurityRoleCreationRequest(name string, description string, ) *ModelsSecuritySecurityRolesSecurityRoleCreationRequest` + +NewModelsSecuritySecurityRolesSecurityRoleCreationRequest instantiates a new ModelsSecuritySecurityRolesSecurityRoleCreationRequest 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 + +### NewModelsSecuritySecurityRolesSecurityRoleCreationRequestWithDefaults + +`func NewModelsSecuritySecurityRolesSecurityRoleCreationRequestWithDefaults() *ModelsSecuritySecurityRolesSecurityRoleCreationRequest` + +NewModelsSecuritySecurityRolesSecurityRoleCreationRequestWithDefaults instantiates a new ModelsSecuritySecurityRolesSecurityRoleCreationRequest 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 + +### GetName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetEnabled + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetPrivate + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetPrivate() bool` + +GetPrivate returns the Private field if non-nil, zero value otherwise. + +### GetPrivateOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetPrivateOk() (*bool, bool)` + +GetPrivateOk returns a tuple with the Private field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivate + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) SetPrivate(v bool)` + +SetPrivate sets Private field to given value. + +### HasPrivate + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) HasPrivate() bool` + +HasPrivate returns a boolean if a field has been set. + +### GetPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetPermissions() []string` + +GetPermissions returns the Permissions field if non-nil, zero value otherwise. + +### GetPermissionsOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetPermissionsOk() (*[]string, bool)` + +GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) SetPermissions(v []string)` + +SetPermissions sets Permissions field to given value. + +### HasPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) HasPermissions() bool` + +HasPermissions returns a boolean if a field has been set. + +### GetIdentities + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetIdentities() []ModelsSecurityIdentitiesSecurityIdentityIdentifier` + +GetIdentities returns the Identities field if non-nil, zero value otherwise. + +### GetIdentitiesOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) GetIdentitiesOk() (*[]ModelsSecurityIdentitiesSecurityIdentityIdentifier, bool)` + +GetIdentitiesOk returns a tuple with the Identities field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIdentities + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) SetIdentities(v []ModelsSecurityIdentitiesSecurityIdentityIdentifier)` + +SetIdentities sets Identities field to given value. + +### HasIdentities + +`func (o *ModelsSecuritySecurityRolesSecurityRoleCreationRequest) HasIdentities() bool` + +HasIdentities returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecuritySecurityRolesSecurityRoleResponseBase.md b/docs/ModelsSecuritySecurityRolesSecurityRoleResponseBase.md new file mode 100644 index 0000000..d9a948c --- /dev/null +++ b/docs/ModelsSecuritySecurityRolesSecurityRoleResponseBase.md @@ -0,0 +1,82 @@ +# ModelsSecuritySecurityRolesSecurityRoleResponseBase + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | Pointer to **string** | The name of the created role | [optional] +**Permissions** | Pointer to **[]string** | The permissions included in the created security role | [optional] + +## Methods + +### NewModelsSecuritySecurityRolesSecurityRoleResponseBase + +`func NewModelsSecuritySecurityRolesSecurityRoleResponseBase() *ModelsSecuritySecurityRolesSecurityRoleResponseBase` + +NewModelsSecuritySecurityRolesSecurityRoleResponseBase instantiates a new ModelsSecuritySecurityRolesSecurityRoleResponseBase 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 + +### NewModelsSecuritySecurityRolesSecurityRoleResponseBaseWithDefaults + +`func NewModelsSecuritySecurityRolesSecurityRoleResponseBaseWithDefaults() *ModelsSecuritySecurityRolesSecurityRoleResponseBase` + +NewModelsSecuritySecurityRolesSecurityRoleResponseBaseWithDefaults instantiates a new ModelsSecuritySecurityRolesSecurityRoleResponseBase 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 + +### GetName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) GetPermissions() []string` + +GetPermissions returns the Permissions field if non-nil, zero value otherwise. + +### GetPermissionsOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) GetPermissionsOk() (*[]string, bool)` + +GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) SetPermissions(v []string)` + +SetPermissions sets Permissions field to given value. + +### HasPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleResponseBase) HasPermissions() bool` + +HasPermissions returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSecuritySecurityRolesSecurityRoleUpdateRequest.md b/docs/ModelsSecuritySecurityRolesSecurityRoleUpdateRequest.md new file mode 100644 index 0000000..98c7dad --- /dev/null +++ b/docs/ModelsSecuritySecurityRolesSecurityRoleUpdateRequest.md @@ -0,0 +1,197 @@ +# ModelsSecuritySecurityRolesSecurityRoleUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | **int32** | The Id of the security role to update | +**Name** | **string** | The name of the security role to update | +**Description** | **string** | The description to be used on the updated security role | +**Enabled** | Pointer to **bool** | Whether or not the security role should be enabled | [optional] +**Private** | Pointer to **bool** | Whether or not the security role should be private | [optional] +**Permissions** | Pointer to **[]string** | The permissions to include in the role. These must be supplied in the format \"Area:Permission\" | [optional] +**Identities** | Pointer to [**[]ModelsSecurityIdentitiesSecurityIdentityIdentifier**](ModelsSecurityIdentitiesSecurityIdentityIdentifier.md) | The Keyfactor identities to assign to the updated role | [optional] + +## Methods + +### NewModelsSecuritySecurityRolesSecurityRoleUpdateRequest + +`func NewModelsSecuritySecurityRolesSecurityRoleUpdateRequest(id int32, name string, description string, ) *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest` + +NewModelsSecuritySecurityRolesSecurityRoleUpdateRequest instantiates a new ModelsSecuritySecurityRolesSecurityRoleUpdateRequest 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 + +### NewModelsSecuritySecurityRolesSecurityRoleUpdateRequestWithDefaults + +`func NewModelsSecuritySecurityRolesSecurityRoleUpdateRequestWithDefaults() *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest` + +NewModelsSecuritySecurityRolesSecurityRoleUpdateRequestWithDefaults instantiates a new ModelsSecuritySecurityRolesSecurityRoleUpdateRequest 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 + +### GetId + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) 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. + +### SetId + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + + +### GetName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetName(v string)` + +SetName sets Name field to given value. + + +### GetDescription + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetDescription() string` + +GetDescription returns the Description field if non-nil, zero value otherwise. + +### GetDescriptionOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetDescriptionOk() (*string, bool)` + +GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDescription + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetDescription(v string)` + +SetDescription sets Description field to given value. + + +### GetEnabled + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetEnabled() bool` + +GetEnabled returns the Enabled field if non-nil, zero value otherwise. + +### GetEnabledOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetEnabledOk() (*bool, bool)` + +GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnabled + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetEnabled(v bool)` + +SetEnabled sets Enabled field to given value. + +### HasEnabled + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) HasEnabled() bool` + +HasEnabled returns a boolean if a field has been set. + +### GetPrivate + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetPrivate() bool` + +GetPrivate returns the Private field if non-nil, zero value otherwise. + +### GetPrivateOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetPrivateOk() (*bool, bool)` + +GetPrivateOk returns a tuple with the Private field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPrivate + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetPrivate(v bool)` + +SetPrivate sets Private field to given value. + +### HasPrivate + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) HasPrivate() bool` + +HasPrivate returns a boolean if a field has been set. + +### GetPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetPermissions() []string` + +GetPermissions returns the Permissions field if non-nil, zero value otherwise. + +### GetPermissionsOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetPermissionsOk() (*[]string, bool)` + +GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetPermissions(v []string)` + +SetPermissions sets Permissions field to given value. + +### HasPermissions + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) HasPermissions() bool` + +HasPermissions returns a boolean if a field has been set. + +### GetIdentities + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetIdentities() []ModelsSecurityIdentitiesSecurityIdentityIdentifier` + +GetIdentities returns the Identities field if non-nil, zero value otherwise. + +### GetIdentitiesOk + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) GetIdentitiesOk() (*[]ModelsSecurityIdentitiesSecurityIdentityIdentifier, bool)` + +GetIdentitiesOk returns a tuple with the Identities field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetIdentities + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) SetIdentities(v []ModelsSecurityIdentitiesSecurityIdentityIdentifier)` + +SetIdentities sets Identities field to given value. + +### HasIdentities + +`func (o *ModelsSecuritySecurityRolesSecurityRoleUpdateRequest) HasIdentities() bool` + +HasIdentities returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsSubjectAlternativeName.md b/docs/ModelsSubjectAlternativeName.md new file mode 100644 index 0000000..bea67aa --- /dev/null +++ b/docs/ModelsSubjectAlternativeName.md @@ -0,0 +1,134 @@ +# ModelsSubjectAlternativeName + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Value** | Pointer to **string** | | [optional] +**Type** | Pointer to **int32** | | [optional] +**ValueHash** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsSubjectAlternativeName + +`func NewModelsSubjectAlternativeName() *ModelsSubjectAlternativeName` + +NewModelsSubjectAlternativeName instantiates a new ModelsSubjectAlternativeName 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 + +### NewModelsSubjectAlternativeNameWithDefaults + +`func NewModelsSubjectAlternativeNameWithDefaults() *ModelsSubjectAlternativeName` + +NewModelsSubjectAlternativeNameWithDefaults instantiates a new ModelsSubjectAlternativeName 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 + +### GetId + +`func (o *ModelsSubjectAlternativeName) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsSubjectAlternativeName) 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. + +### SetId + +`func (o *ModelsSubjectAlternativeName) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsSubjectAlternativeName) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsSubjectAlternativeName) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsSubjectAlternativeName) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsSubjectAlternativeName) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsSubjectAlternativeName) HasValue() bool` + +HasValue returns a boolean if a field has been set. + +### GetType + +`func (o *ModelsSubjectAlternativeName) GetType() int32` + +GetType returns the Type field if non-nil, zero value otherwise. + +### GetTypeOk + +`func (o *ModelsSubjectAlternativeName) GetTypeOk() (*int32, bool)` + +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetType + +`func (o *ModelsSubjectAlternativeName) SetType(v int32)` + +SetType sets Type field to given value. + +### HasType + +`func (o *ModelsSubjectAlternativeName) HasType() bool` + +HasType returns a boolean if a field has been set. + +### GetValueHash + +`func (o *ModelsSubjectAlternativeName) GetValueHash() string` + +GetValueHash returns the ValueHash field if non-nil, zero value otherwise. + +### GetValueHashOk + +`func (o *ModelsSubjectAlternativeName) GetValueHashOk() (*string, bool)` + +GetValueHashOk returns a tuple with the ValueHash field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValueHash + +`func (o *ModelsSubjectAlternativeName) SetValueHash(v string)` + +SetValueHash sets ValueHash field to given value. + +### HasValueHash + +`func (o *ModelsSubjectAlternativeName) HasValueHash() bool` + +HasValueHash returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateCollectionRetrievalResponse.md b/docs/ModelsTemplateCollectionRetrievalResponse.md new file mode 100644 index 0000000..4f436a6 --- /dev/null +++ b/docs/ModelsTemplateCollectionRetrievalResponse.md @@ -0,0 +1,576 @@ +# ModelsTemplateCollectionRetrievalResponse + +## Properties + +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 [**[]ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel**](ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel.md) | | [optional] +**AllowedEnrollmentTypes** | Pointer to **int32** | | [optional] +**TemplateRegexes** | Pointer to [**[]ModelsTemplateCollectionRetrievalResponseTemplateRegexModel**](ModelsTemplateCollectionRetrievalResponseTemplateRegexModel.md) | | [optional] +**UseAllowedRequesters** | Pointer to **bool** | | [optional] +**AllowedRequesters** | Pointer to **[]string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] +**RequiresApproval** | Pointer to **bool** | | [optional] +**KeyUsage** | Pointer to **int32** | | [optional] +**ExtendedKeyUsages** | Pointer to [**[]ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel**](ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel.md) | | [optional] + +## Methods + +### NewModelsTemplateCollectionRetrievalResponse + +`func NewModelsTemplateCollectionRetrievalResponse() *ModelsTemplateCollectionRetrievalResponse` + +NewModelsTemplateCollectionRetrievalResponse instantiates a new ModelsTemplateCollectionRetrievalResponse 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 + +### NewModelsTemplateCollectionRetrievalResponseWithDefaults + +`func NewModelsTemplateCollectionRetrievalResponseWithDefaults() *ModelsTemplateCollectionRetrievalResponse` + +NewModelsTemplateCollectionRetrievalResponseWithDefaults instantiates a new ModelsTemplateCollectionRetrievalResponse 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 + +### GetId + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetId + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetCommonName + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetCommonName() string` + +GetCommonName returns the CommonName field if non-nil, zero value otherwise. + +### GetCommonNameOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetCommonName + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetCommonName(v string)` + +SetCommonName sets CommonName field to given value. + +### HasCommonName + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasCommonName() bool` + +HasCommonName returns a boolean if a field has been set. + +### GetTemplateName + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetTemplateName() string` + +GetTemplateName returns the TemplateName field if non-nil, zero value otherwise. + +### GetTemplateNameOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetTemplateName + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetTemplateName(v string)` + +SetTemplateName sets TemplateName field to given value. + +### HasTemplateName + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasTemplateName() bool` + +HasTemplateName returns a boolean if a field has been set. + +### GetOid + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetOid() string` + +GetOid returns the Oid field if non-nil, zero value otherwise. + +### GetOidOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetOid + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetOid(v string)` + +SetOid sets Oid field to given value. + +### HasOid + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasOid() bool` + +HasOid returns a boolean if a field has been set. + +### GetKeySize + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetKeySize() string` + +GetKeySize returns the KeySize field if non-nil, zero value otherwise. + +### GetKeySizeOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetKeySize + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetKeySize(v string)` + +SetKeySize sets KeySize field to given value. + +### HasKeySize + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasKeySize() bool` + +HasKeySize returns a boolean if a field has been set. + +### GetKeyType + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetKeyType + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetForestRoot + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetForestRoot() string` + +GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise. + +### GetForestRootOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetForestRoot + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetForestRoot(v string)` + +SetForestRoot sets ForestRoot field to given value. + +### HasForestRoot + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasForestRoot() bool` + +HasForestRoot returns a boolean if a field has been set. + +### GetConfigurationTenant + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetConfigurationTenant() string` + +GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise. + +### GetConfigurationTenantOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetConfigurationTenant + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetConfigurationTenant(v string)` + +SetConfigurationTenant sets ConfigurationTenant field to given value. + +### HasConfigurationTenant + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasConfigurationTenant() bool` + +HasConfigurationTenant returns a boolean if a field has been set. + +### GetFriendlyName + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetFriendlyName() string` + +GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise. + +### GetFriendlyNameOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetFriendlyName + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetFriendlyName(v string)` + +SetFriendlyName sets FriendlyName field to given value. + +### HasFriendlyName + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasFriendlyName() bool` + +HasFriendlyName returns a boolean if a field has been set. + +### GetKeyRetention + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetKeyRetention() int32` + +GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise. + +### GetKeyRetentionOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetKeyRetention + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetKeyRetention(v int32)` + +SetKeyRetention sets KeyRetention field to given value. + +### HasKeyRetention + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasKeyRetention() bool` + +HasKeyRetention returns a boolean if a field has been set. + +### GetKeyRetentionDays + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetKeyRetentionDays() int32` + +GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise. + +### GetKeyRetentionDaysOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetKeyRetentionDays + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetKeyRetentionDays(v int32)` + +SetKeyRetentionDays sets KeyRetentionDays field to given value. + +### HasKeyRetentionDays + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasKeyRetentionDays() bool` + +HasKeyRetentionDays returns a boolean if a field has been set. + +### GetKeyArchival + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetKeyArchival() bool` + +GetKeyArchival returns the KeyArchival field if non-nil, zero value otherwise. + +### GetKeyArchivalOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetKeyArchival + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetKeyArchival(v bool)` + +SetKeyArchival sets KeyArchival field to given value. + +### HasKeyArchival + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasKeyArchival() bool` + +HasKeyArchival returns a boolean if a field has been set. + +### GetEnrollmentFields + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetEnrollmentFields() []ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel` + +GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise. + +### GetEnrollmentFieldsOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetEnrollmentFieldsOk() (*[]ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel, 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. + +### SetEnrollmentFields + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetEnrollmentFields(v []ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel)` + +SetEnrollmentFields sets EnrollmentFields field to given value. + +### HasEnrollmentFields + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasEnrollmentFields() bool` + +HasEnrollmentFields returns a boolean if a field has been set. + +### GetAllowedEnrollmentTypes + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetAllowedEnrollmentTypes() int32` + +GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise. + +### GetAllowedEnrollmentTypesOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetAllowedEnrollmentTypes + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetAllowedEnrollmentTypes(v int32)` + +SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value. + +### HasAllowedEnrollmentTypes + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasAllowedEnrollmentTypes() bool` + +HasAllowedEnrollmentTypes returns a boolean if a field has been set. + +### GetTemplateRegexes + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetTemplateRegexes() []ModelsTemplateCollectionRetrievalResponseTemplateRegexModel` + +GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise. + +### GetTemplateRegexesOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetTemplateRegexesOk() (*[]ModelsTemplateCollectionRetrievalResponseTemplateRegexModel, 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. + +### SetTemplateRegexes + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetTemplateRegexes(v []ModelsTemplateCollectionRetrievalResponseTemplateRegexModel)` + +SetTemplateRegexes sets TemplateRegexes field to given value. + +### HasTemplateRegexes + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasTemplateRegexes() bool` + +HasTemplateRegexes returns a boolean if a field has been set. + +### GetUseAllowedRequesters + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetUseAllowedRequesters() bool` + +GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise. + +### GetUseAllowedRequestersOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetUseAllowedRequesters + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetUseAllowedRequesters(v bool)` + +SetUseAllowedRequesters sets UseAllowedRequesters field to given value. + +### HasUseAllowedRequesters + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasUseAllowedRequesters() bool` + +HasUseAllowedRequesters returns a boolean if a field has been set. + +### GetAllowedRequesters + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetAllowedRequesters() []string` + +GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise. + +### GetAllowedRequestersOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetAllowedRequesters + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetAllowedRequesters(v []string)` + +SetAllowedRequesters sets AllowedRequesters field to given value. + +### HasAllowedRequesters + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasAllowedRequesters() bool` + +HasAllowedRequesters returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetDisplayName + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetRequiresApproval + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetRequiresApproval() bool` + +GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise. + +### GetRequiresApprovalOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetRequiresApproval + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetRequiresApproval(v bool)` + +SetRequiresApproval sets RequiresApproval field to given value. + +### HasRequiresApproval + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasRequiresApproval() bool` + +HasRequiresApproval returns a boolean if a field has been set. + +### GetKeyUsage + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetKeyUsage() int32` + +GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise. + +### GetKeyUsageOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) 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. + +### SetKeyUsage + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetKeyUsage(v int32)` + +SetKeyUsage sets KeyUsage field to given value. + +### HasKeyUsage + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasKeyUsage() bool` + +HasKeyUsage returns a boolean if a field has been set. + +### GetExtendedKeyUsages + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetExtendedKeyUsages() []ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel` + +GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise. + +### GetExtendedKeyUsagesOk + +`func (o *ModelsTemplateCollectionRetrievalResponse) GetExtendedKeyUsagesOk() (*[]ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel, 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. + +### SetExtendedKeyUsages + +`func (o *ModelsTemplateCollectionRetrievalResponse) SetExtendedKeyUsages(v []ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel)` + +SetExtendedKeyUsages sets ExtendedKeyUsages field to given value. + +### HasExtendedKeyUsages + +`func (o *ModelsTemplateCollectionRetrievalResponse) HasExtendedKeyUsages() bool` + +HasExtendedKeyUsages returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel.md b/docs/ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel.md new file mode 100644 index 0000000..162daf8 --- /dev/null +++ b/docs/ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel.md @@ -0,0 +1,108 @@ +# ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Oid** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel + +`func NewModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel() *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel` + +NewModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel instantiates a new ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel 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 + +### NewModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModelWithDefaults + +`func NewModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModelWithDefaults() *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel` + +NewModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModelWithDefaults instantiates a new ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel 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 + +### GetId + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) 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. + +### SetId + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetOid + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) GetOid() string` + +GetOid returns the Oid field if non-nil, zero value otherwise. + +### GetOidOk + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) 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. + +### SetOid + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) SetOid(v string)` + +SetOid sets Oid field to given value. + +### HasOid + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) HasOid() bool` + +HasOid returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) 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. + +### SetDisplayName + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsTemplateCollectionRetrievalResponseExtendedKeyUsageModel) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel.md b/docs/ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel.md new file mode 100644 index 0000000..5ea0f85 --- /dev/null +++ b/docs/ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel.md @@ -0,0 +1,134 @@ +# ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Options** | Pointer to **[]string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel + +`func NewModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel() *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel` + +NewModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel instantiates a new ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel 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 + +### NewModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModelWithDefaults + +`func NewModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModelWithDefaults() *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel` + +NewModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModelWithDefaults instantiates a new ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel 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 + +### GetId + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) 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. + +### SetId + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetOptions + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetOptions() []string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetOptionsOk() (*[]string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) SetOptions(v []string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDataType + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateEnrollmentFieldModel) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateCollectionRetrievalResponseTemplateRegexModel.md b/docs/ModelsTemplateCollectionRetrievalResponseTemplateRegexModel.md new file mode 100644 index 0000000..4fa274a --- /dev/null +++ b/docs/ModelsTemplateCollectionRetrievalResponseTemplateRegexModel.md @@ -0,0 +1,144 @@ +# ModelsTemplateCollectionRetrievalResponseTemplateRegexModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**SubjectPart** | Pointer to **string** | | [optional] +**Regex** | Pointer to **string** | | [optional] +**Error** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateCollectionRetrievalResponseTemplateRegexModel + +`func NewModelsTemplateCollectionRetrievalResponseTemplateRegexModel() *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel` + +NewModelsTemplateCollectionRetrievalResponseTemplateRegexModel instantiates a new ModelsTemplateCollectionRetrievalResponseTemplateRegexModel 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 + +### NewModelsTemplateCollectionRetrievalResponseTemplateRegexModelWithDefaults + +`func NewModelsTemplateCollectionRetrievalResponseTemplateRegexModelWithDefaults() *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel` + +NewModelsTemplateCollectionRetrievalResponseTemplateRegexModelWithDefaults instantiates a new ModelsTemplateCollectionRetrievalResponseTemplateRegexModel 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 + +### GetTemplateId + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) 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. + +### SetTemplateId + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetSubjectPart + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetRegex + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *ModelsTemplateCollectionRetrievalResponseTemplateRegexModel) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateEnrollmentField.md b/docs/ModelsTemplateEnrollmentField.md new file mode 100644 index 0000000..e6ce8a3 --- /dev/null +++ b/docs/ModelsTemplateEnrollmentField.md @@ -0,0 +1,134 @@ +# ModelsTemplateEnrollmentField + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Options** | Pointer to **[]string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsTemplateEnrollmentField + +`func NewModelsTemplateEnrollmentField() *ModelsTemplateEnrollmentField` + +NewModelsTemplateEnrollmentField instantiates a new ModelsTemplateEnrollmentField 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 + +### NewModelsTemplateEnrollmentFieldWithDefaults + +`func NewModelsTemplateEnrollmentFieldWithDefaults() *ModelsTemplateEnrollmentField` + +NewModelsTemplateEnrollmentFieldWithDefaults instantiates a new ModelsTemplateEnrollmentField 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 + +### GetId + +`func (o *ModelsTemplateEnrollmentField) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateEnrollmentField) 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. + +### SetId + +`func (o *ModelsTemplateEnrollmentField) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateEnrollmentField) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsTemplateEnrollmentField) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsTemplateEnrollmentField) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsTemplateEnrollmentField) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsTemplateEnrollmentField) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetOptions + +`func (o *ModelsTemplateEnrollmentField) GetOptions() []string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *ModelsTemplateEnrollmentField) GetOptionsOk() (*[]string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *ModelsTemplateEnrollmentField) SetOptions(v []string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *ModelsTemplateEnrollmentField) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDataType + +`func (o *ModelsTemplateEnrollmentField) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *ModelsTemplateEnrollmentField) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *ModelsTemplateEnrollmentField) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *ModelsTemplateEnrollmentField) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateMetadataField.md b/docs/ModelsTemplateMetadataField.md new file mode 100644 index 0000000..d878485 --- /dev/null +++ b/docs/ModelsTemplateMetadataField.md @@ -0,0 +1,186 @@ +# ModelsTemplateMetadataField + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**MetadataId** | Pointer to **int32** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateMetadataField + +`func NewModelsTemplateMetadataField() *ModelsTemplateMetadataField` + +NewModelsTemplateMetadataField instantiates a new ModelsTemplateMetadataField 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 + +### NewModelsTemplateMetadataFieldWithDefaults + +`func NewModelsTemplateMetadataFieldWithDefaults() *ModelsTemplateMetadataField` + +NewModelsTemplateMetadataFieldWithDefaults instantiates a new ModelsTemplateMetadataField 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 + +### GetId + +`func (o *ModelsTemplateMetadataField) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateMetadataField) 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. + +### SetId + +`func (o *ModelsTemplateMetadataField) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateMetadataField) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsTemplateMetadataField) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsTemplateMetadataField) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsTemplateMetadataField) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsTemplateMetadataField) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetMetadataId + +`func (o *ModelsTemplateMetadataField) GetMetadataId() int32` + +GetMetadataId returns the MetadataId field if non-nil, zero value otherwise. + +### GetMetadataIdOk + +`func (o *ModelsTemplateMetadataField) GetMetadataIdOk() (*int32, bool)` + +GetMetadataIdOk returns a tuple with the MetadataId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadataId + +`func (o *ModelsTemplateMetadataField) SetMetadataId(v int32)` + +SetMetadataId sets MetadataId field to given value. + +### HasMetadataId + +`func (o *ModelsTemplateMetadataField) HasMetadataId() bool` + +HasMetadataId returns a boolean if a field has been set. + +### GetValidation + +`func (o *ModelsTemplateMetadataField) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *ModelsTemplateMetadataField) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *ModelsTemplateMetadataField) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *ModelsTemplateMetadataField) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *ModelsTemplateMetadataField) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *ModelsTemplateMetadataField) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *ModelsTemplateMetadataField) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *ModelsTemplateMetadataField) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsTemplateMetadataField) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsTemplateMetadataField) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsTemplateMetadataField) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsTemplateMetadataField) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRegex.md b/docs/ModelsTemplateRegex.md new file mode 100644 index 0000000..6862a0c --- /dev/null +++ b/docs/ModelsTemplateRegex.md @@ -0,0 +1,144 @@ +# ModelsTemplateRegex + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**SubjectPart** | Pointer to **string** | | [optional] +**Regex** | Pointer to **string** | | [optional] +**Error** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateRegex + +`func NewModelsTemplateRegex() *ModelsTemplateRegex` + +NewModelsTemplateRegex instantiates a new ModelsTemplateRegex 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 + +### NewModelsTemplateRegexWithDefaults + +`func NewModelsTemplateRegexWithDefaults() *ModelsTemplateRegex` + +NewModelsTemplateRegexWithDefaults instantiates a new ModelsTemplateRegex 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 + +### GetTemplateId + +`func (o *ModelsTemplateRegex) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *ModelsTemplateRegex) 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. + +### SetTemplateId + +`func (o *ModelsTemplateRegex) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsTemplateRegex) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsTemplateRegex) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsTemplateRegex) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetSubjectPart + +`func (o *ModelsTemplateRegex) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *ModelsTemplateRegex) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *ModelsTemplateRegex) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *ModelsTemplateRegex) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetRegex + +`func (o *ModelsTemplateRegex) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *ModelsTemplateRegex) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *ModelsTemplateRegex) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *ModelsTemplateRegex) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *ModelsTemplateRegex) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *ModelsTemplateRegex) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *ModelsTemplateRegex) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *ModelsTemplateRegex) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponse.md b/docs/ModelsTemplateRetrievalResponse.md new file mode 100644 index 0000000..ee01b7d --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponse.md @@ -0,0 +1,716 @@ +# ModelsTemplateRetrievalResponse + +## Properties + +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**](ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel.md) | | [optional] +**MetadataFields** | Pointer to [**[]ModelsTemplateRetrievalResponseTemplateMetadataFieldModel**](ModelsTemplateRetrievalResponseTemplateMetadataFieldModel.md) | | [optional] +**AllowedEnrollmentTypes** | Pointer to **int32** | | [optional] +**TemplateRegexes** | Pointer to [**[]ModelsTemplateRetrievalResponseTemplateRegexModel**](ModelsTemplateRetrievalResponseTemplateRegexModel.md) | | [optional] +**TemplateDefaults** | Pointer to [**[]ModelsTemplateRetrievalResponseTemplateDefaultModel**](ModelsTemplateRetrievalResponseTemplateDefaultModel.md) | | [optional] +**TemplatePolicy** | Pointer to [**ModelsTemplateRetrievalResponseTemplatePolicyModel**](ModelsTemplateRetrievalResponseTemplatePolicyModel.md) | | [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**](ModelsTemplateRetrievalResponseExtendedKeyUsageModel.md) | | [optional] +**Curve** | Pointer to **NullableString** | | [optional] + +## Methods + +### NewModelsTemplateRetrievalResponse + +`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 + +### NewModelsTemplateRetrievalResponseWithDefaults + +`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 + +### GetId + +`func (o *ModelsTemplateRetrievalResponse) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`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. + +### SetId + +`func (o *ModelsTemplateRetrievalResponse) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateRetrievalResponse) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetCommonName + +`func (o *ModelsTemplateRetrievalResponse) GetCommonName() string` + +GetCommonName returns the CommonName field if non-nil, zero value otherwise. + +### GetCommonNameOk + +`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. + +### SetCommonName + +`func (o *ModelsTemplateRetrievalResponse) SetCommonName(v string)` + +SetCommonName sets CommonName field to given value. + +### HasCommonName + +`func (o *ModelsTemplateRetrievalResponse) HasCommonName() bool` + +HasCommonName returns a boolean if a field has been set. + +### GetTemplateName + +`func (o *ModelsTemplateRetrievalResponse) GetTemplateName() string` + +GetTemplateName returns the TemplateName field if non-nil, zero value otherwise. + +### GetTemplateNameOk + +`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. + +### SetTemplateName + +`func (o *ModelsTemplateRetrievalResponse) SetTemplateName(v string)` + +SetTemplateName sets TemplateName field to given value. + +### HasTemplateName + +`func (o *ModelsTemplateRetrievalResponse) HasTemplateName() bool` + +HasTemplateName returns a boolean if a field has been set. + +### GetOid + +`func (o *ModelsTemplateRetrievalResponse) GetOid() string` + +GetOid returns the Oid field if non-nil, zero value otherwise. + +### GetOidOk + +`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. + +### SetOid + +`func (o *ModelsTemplateRetrievalResponse) SetOid(v string)` + +SetOid sets Oid field to given value. + +### HasOid + +`func (o *ModelsTemplateRetrievalResponse) HasOid() bool` + +HasOid returns a boolean if a field has been set. + +### GetKeySize + +`func (o *ModelsTemplateRetrievalResponse) GetKeySize() string` + +GetKeySize returns the KeySize field if non-nil, zero value otherwise. + +### GetKeySizeOk + +`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. + +### SetKeySize + +`func (o *ModelsTemplateRetrievalResponse) SetKeySize(v string)` + +SetKeySize sets KeySize field to given value. + +### HasKeySize + +`func (o *ModelsTemplateRetrievalResponse) HasKeySize() bool` + +HasKeySize returns a boolean if a field has been set. + +### GetKeyType + +`func (o *ModelsTemplateRetrievalResponse) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`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. + +### SetKeyType + +`func (o *ModelsTemplateRetrievalResponse) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *ModelsTemplateRetrievalResponse) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetForestRoot + +`func (o *ModelsTemplateRetrievalResponse) GetForestRoot() string` + +GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise. + +### GetForestRootOk + +`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. + +### SetForestRoot + +`func (o *ModelsTemplateRetrievalResponse) SetForestRoot(v string)` + +SetForestRoot sets ForestRoot field to given value. + +### HasForestRoot + +`func (o *ModelsTemplateRetrievalResponse) HasForestRoot() bool` + +HasForestRoot returns a boolean if a field has been set. + +### GetConfigurationTenant + +`func (o *ModelsTemplateRetrievalResponse) GetConfigurationTenant() string` + +GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise. + +### GetConfigurationTenantOk + +`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. + +### SetConfigurationTenant + +`func (o *ModelsTemplateRetrievalResponse) SetConfigurationTenant(v string)` + +SetConfigurationTenant sets ConfigurationTenant field to given value. + +### HasConfigurationTenant + +`func (o *ModelsTemplateRetrievalResponse) HasConfigurationTenant() bool` + +HasConfigurationTenant returns a boolean if a field has been set. + +### GetFriendlyName + +`func (o *ModelsTemplateRetrievalResponse) GetFriendlyName() string` + +GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise. + +### GetFriendlyNameOk + +`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. + +### SetFriendlyName + +`func (o *ModelsTemplateRetrievalResponse) SetFriendlyName(v string)` + +SetFriendlyName sets FriendlyName field to given value. + +### HasFriendlyName + +`func (o *ModelsTemplateRetrievalResponse) HasFriendlyName() bool` + +HasFriendlyName returns a boolean if a field has been set. + +### GetKeyRetention + +`func (o *ModelsTemplateRetrievalResponse) GetKeyRetention() int32` + +GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise. + +### GetKeyRetentionOk + +`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. + +### SetKeyRetention + +`func (o *ModelsTemplateRetrievalResponse) SetKeyRetention(v int32)` + +SetKeyRetention sets KeyRetention field to given value. + +### HasKeyRetention + +`func (o *ModelsTemplateRetrievalResponse) HasKeyRetention() bool` + +HasKeyRetention returns a boolean if a field has been set. + +### GetKeyRetentionDays + +`func (o *ModelsTemplateRetrievalResponse) GetKeyRetentionDays() int32` + +GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise. + +### GetKeyRetentionDaysOk + +`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. + +### SetKeyRetentionDays + +`func (o *ModelsTemplateRetrievalResponse) SetKeyRetentionDays(v int32)` + +SetKeyRetentionDays sets KeyRetentionDays field to given value. + +### HasKeyRetentionDays + +`func (o *ModelsTemplateRetrievalResponse) HasKeyRetentionDays() bool` + +HasKeyRetentionDays returns a boolean if a field has been set. + +### GetKeyArchival + +`func (o *ModelsTemplateRetrievalResponse) GetKeyArchival() bool` + +GetKeyArchival returns the KeyArchival field if non-nil, zero value otherwise. + +### GetKeyArchivalOk + +`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. + +### SetKeyArchival + +`func (o *ModelsTemplateRetrievalResponse) SetKeyArchival(v bool)` + +SetKeyArchival sets KeyArchival field to given value. + +### HasKeyArchival + +`func (o *ModelsTemplateRetrievalResponse) HasKeyArchival() bool` + +HasKeyArchival returns a boolean if a field has been set. + +### GetEnrollmentFields + +`func (o *ModelsTemplateRetrievalResponse) GetEnrollmentFields() []ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel` + +GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise. + +### GetEnrollmentFieldsOk + +`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. + +### SetEnrollmentFields + +`func (o *ModelsTemplateRetrievalResponse) SetEnrollmentFields(v []ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel)` + +SetEnrollmentFields sets EnrollmentFields field to given value. + +### HasEnrollmentFields + +`func (o *ModelsTemplateRetrievalResponse) HasEnrollmentFields() bool` + +HasEnrollmentFields returns a boolean if a field has been set. + +### GetMetadataFields + +`func (o *ModelsTemplateRetrievalResponse) GetMetadataFields() []ModelsTemplateRetrievalResponseTemplateMetadataFieldModel` + +GetMetadataFields returns the MetadataFields field if non-nil, zero value otherwise. + +### GetMetadataFieldsOk + +`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. + +### SetMetadataFields + +`func (o *ModelsTemplateRetrievalResponse) SetMetadataFields(v []ModelsTemplateRetrievalResponseTemplateMetadataFieldModel)` + +SetMetadataFields sets MetadataFields field to given value. + +### HasMetadataFields + +`func (o *ModelsTemplateRetrievalResponse) HasMetadataFields() bool` + +HasMetadataFields returns a boolean if a field has been set. + +### GetAllowedEnrollmentTypes + +`func (o *ModelsTemplateRetrievalResponse) GetAllowedEnrollmentTypes() int32` + +GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise. + +### GetAllowedEnrollmentTypesOk + +`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. + +### SetAllowedEnrollmentTypes + +`func (o *ModelsTemplateRetrievalResponse) SetAllowedEnrollmentTypes(v int32)` + +SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value. + +### HasAllowedEnrollmentTypes + +`func (o *ModelsTemplateRetrievalResponse) HasAllowedEnrollmentTypes() bool` + +HasAllowedEnrollmentTypes returns a boolean if a field has been set. + +### GetTemplateRegexes + +`func (o *ModelsTemplateRetrievalResponse) GetTemplateRegexes() []ModelsTemplateRetrievalResponseTemplateRegexModel` + +GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise. + +### GetTemplateRegexesOk + +`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. + +### SetTemplateRegexes + +`func (o *ModelsTemplateRetrievalResponse) SetTemplateRegexes(v []ModelsTemplateRetrievalResponseTemplateRegexModel)` + +SetTemplateRegexes sets TemplateRegexes field to given value. + +### HasTemplateRegexes + +`func (o *ModelsTemplateRetrievalResponse) HasTemplateRegexes() bool` + +HasTemplateRegexes returns a boolean if a field has been set. + +### GetTemplateDefaults + +`func (o *ModelsTemplateRetrievalResponse) GetTemplateDefaults() []ModelsTemplateRetrievalResponseTemplateDefaultModel` + +GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise. + +### GetTemplateDefaultsOk + +`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. + +### SetTemplateDefaults + +`func (o *ModelsTemplateRetrievalResponse) SetTemplateDefaults(v []ModelsTemplateRetrievalResponseTemplateDefaultModel)` + +SetTemplateDefaults sets TemplateDefaults field to given value. + +### HasTemplateDefaults + +`func (o *ModelsTemplateRetrievalResponse) HasTemplateDefaults() bool` + +HasTemplateDefaults returns a boolean if a field has been set. + +### GetTemplatePolicy + +`func (o *ModelsTemplateRetrievalResponse) GetTemplatePolicy() ModelsTemplateRetrievalResponseTemplatePolicyModel` + +GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise. + +### GetTemplatePolicyOk + +`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. + +### SetTemplatePolicy + +`func (o *ModelsTemplateRetrievalResponse) SetTemplatePolicy(v ModelsTemplateRetrievalResponseTemplatePolicyModel)` + +SetTemplatePolicy sets TemplatePolicy field to given value. + +### HasTemplatePolicy + +`func (o *ModelsTemplateRetrievalResponse) HasTemplatePolicy() bool` + +HasTemplatePolicy returns a boolean if a field has been set. + +### GetUseAllowedRequesters + +`func (o *ModelsTemplateRetrievalResponse) GetUseAllowedRequesters() bool` + +GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise. + +### GetUseAllowedRequestersOk + +`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. + +### SetUseAllowedRequesters + +`func (o *ModelsTemplateRetrievalResponse) SetUseAllowedRequesters(v bool)` + +SetUseAllowedRequesters sets UseAllowedRequesters field to given value. + +### HasUseAllowedRequesters + +`func (o *ModelsTemplateRetrievalResponse) HasUseAllowedRequesters() bool` + +HasUseAllowedRequesters returns a boolean if a field has been set. + +### GetAllowedRequesters + +`func (o *ModelsTemplateRetrievalResponse) GetAllowedRequesters() []string` + +GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise. + +### GetAllowedRequestersOk + +`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. + +### SetAllowedRequesters + +`func (o *ModelsTemplateRetrievalResponse) SetAllowedRequesters(v []string)` + +SetAllowedRequesters sets AllowedRequesters field to given value. + +### HasAllowedRequesters + +`func (o *ModelsTemplateRetrievalResponse) HasAllowedRequesters() bool` + +HasAllowedRequesters returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsTemplateRetrievalResponse) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`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. + +### SetDisplayName + +`func (o *ModelsTemplateRetrievalResponse) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsTemplateRetrievalResponse) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *ModelsTemplateRetrievalResponse) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`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. + +### SetRFCEnforcement + +`func (o *ModelsTemplateRetrievalResponse) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *ModelsTemplateRetrievalResponse) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + +### GetRequiresApproval + +`func (o *ModelsTemplateRetrievalResponse) GetRequiresApproval() bool` + +GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise. + +### GetRequiresApprovalOk + +`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. + +### SetRequiresApproval + +`func (o *ModelsTemplateRetrievalResponse) SetRequiresApproval(v bool)` + +SetRequiresApproval sets RequiresApproval field to given value. + +### HasRequiresApproval + +`func (o *ModelsTemplateRetrievalResponse) HasRequiresApproval() bool` + +HasRequiresApproval returns a boolean if a field has been set. + +### GetKeyUsage + +`func (o *ModelsTemplateRetrievalResponse) GetKeyUsage() int32` + +GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise. + +### GetKeyUsageOk + +`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. + +### SetKeyUsage + +`func (o *ModelsTemplateRetrievalResponse) SetKeyUsage(v int32)` + +SetKeyUsage sets KeyUsage field to given value. + +### HasKeyUsage + +`func (o *ModelsTemplateRetrievalResponse) HasKeyUsage() bool` + +HasKeyUsage returns a boolean if a field has been set. + +### GetExtendedKeyUsages + +`func (o *ModelsTemplateRetrievalResponse) GetExtendedKeyUsages() []ModelsTemplateRetrievalResponseExtendedKeyUsageModel` + +GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise. + +### GetExtendedKeyUsagesOk + +`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. + +### SetExtendedKeyUsages + +`func (o *ModelsTemplateRetrievalResponse) SetExtendedKeyUsages(v []ModelsTemplateRetrievalResponseExtendedKeyUsageModel)` + +SetExtendedKeyUsages sets ExtendedKeyUsages field to given value. + +### HasExtendedKeyUsages + +`func (o *ModelsTemplateRetrievalResponse) HasExtendedKeyUsages() bool` + +HasExtendedKeyUsages returns a boolean if a field has been set. + +### GetCurve + +`func (o *ModelsTemplateRetrievalResponse) GetCurve() string` + +GetCurve returns the Curve field if non-nil, zero value otherwise. + +### GetCurveOk + +`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. + +### SetCurve + +`func (o *ModelsTemplateRetrievalResponse) SetCurve(v string)` + +SetCurve sets Curve field to given value. + +### HasCurve + +`func (o *ModelsTemplateRetrievalResponse) HasCurve() bool` + +HasCurve returns a boolean if a field has been set. + +### SetCurveNil + +`func (o *ModelsTemplateRetrievalResponse) SetCurveNil(b bool)` + + SetCurveNil sets the value for Curve to be an explicit nil + +### UnsetCurve +`func (o *ModelsTemplateRetrievalResponse) UnsetCurve()` + +UnsetCurve ensures that no value is present for Curve, not even an explicit nil + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponseExtendedKeyUsageModel.md b/docs/ModelsTemplateRetrievalResponseExtendedKeyUsageModel.md new file mode 100644 index 0000000..bbf2eb5 --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponseExtendedKeyUsageModel.md @@ -0,0 +1,108 @@ +# ModelsTemplateRetrievalResponseExtendedKeyUsageModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Oid** | Pointer to **string** | | [optional] +**DisplayName** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateRetrievalResponseExtendedKeyUsageModel + +`func NewModelsTemplateRetrievalResponseExtendedKeyUsageModel() *ModelsTemplateRetrievalResponseExtendedKeyUsageModel` + +NewModelsTemplateRetrievalResponseExtendedKeyUsageModel instantiates a new ModelsTemplateRetrievalResponseExtendedKeyUsageModel 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 + +### NewModelsTemplateRetrievalResponseExtendedKeyUsageModelWithDefaults + +`func NewModelsTemplateRetrievalResponseExtendedKeyUsageModelWithDefaults() *ModelsTemplateRetrievalResponseExtendedKeyUsageModel` + +NewModelsTemplateRetrievalResponseExtendedKeyUsageModelWithDefaults instantiates a new ModelsTemplateRetrievalResponseExtendedKeyUsageModel 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 + +### GetId + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) 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. + +### SetId + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetOid + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) GetOid() string` + +GetOid returns the Oid field if non-nil, zero value otherwise. + +### GetOidOk + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) 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. + +### SetOid + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) SetOid(v string)` + +SetOid sets Oid field to given value. + +### HasOid + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) HasOid() bool` + +HasOid returns a boolean if a field has been set. + +### GetDisplayName + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) GetDisplayName() string` + +GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. + +### GetDisplayNameOk + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) 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. + +### SetDisplayName + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) SetDisplayName(v string)` + +SetDisplayName sets DisplayName field to given value. + +### HasDisplayName + +`func (o *ModelsTemplateRetrievalResponseExtendedKeyUsageModel) HasDisplayName() bool` + +HasDisplayName returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponseTemplateDefaultModel.md b/docs/ModelsTemplateRetrievalResponseTemplateDefaultModel.md new file mode 100644 index 0000000..066bc74 --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponseTemplateDefaultModel.md @@ -0,0 +1,82 @@ +# ModelsTemplateRetrievalResponseTemplateDefaultModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | | [optional] +**Value** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateRetrievalResponseTemplateDefaultModel + +`func NewModelsTemplateRetrievalResponseTemplateDefaultModel() *ModelsTemplateRetrievalResponseTemplateDefaultModel` + +NewModelsTemplateRetrievalResponseTemplateDefaultModel instantiates a new ModelsTemplateRetrievalResponseTemplateDefaultModel 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 + +### NewModelsTemplateRetrievalResponseTemplateDefaultModelWithDefaults + +`func NewModelsTemplateRetrievalResponseTemplateDefaultModelWithDefaults() *ModelsTemplateRetrievalResponseTemplateDefaultModel` + +NewModelsTemplateRetrievalResponseTemplateDefaultModelWithDefaults instantiates a new ModelsTemplateRetrievalResponseTemplateDefaultModel 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 + +### GetSubjectPart + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsTemplateRetrievalResponseTemplateDefaultModel) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel.md b/docs/ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel.md new file mode 100644 index 0000000..138d1fb --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel.md @@ -0,0 +1,134 @@ +# ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Options** | Pointer to **[]string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel + +`func NewModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel() *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel` + +NewModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel instantiates a new ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel 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 + +### NewModelsTemplateRetrievalResponseTemplateEnrollmentFieldModelWithDefaults + +`func NewModelsTemplateRetrievalResponseTemplateEnrollmentFieldModelWithDefaults() *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel` + +NewModelsTemplateRetrievalResponseTemplateEnrollmentFieldModelWithDefaults instantiates a new ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel 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 + +### GetId + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) 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. + +### SetId + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetOptions + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetOptions() []string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetOptionsOk() (*[]string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) SetOptions(v []string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDataType + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *ModelsTemplateRetrievalResponseTemplateEnrollmentFieldModel) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponseTemplateMetadataFieldModel.md b/docs/ModelsTemplateRetrievalResponseTemplateMetadataFieldModel.md new file mode 100644 index 0000000..bb2355c --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponseTemplateMetadataFieldModel.md @@ -0,0 +1,186 @@ +# ModelsTemplateRetrievalResponseTemplateMetadataFieldModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**MetadataId** | Pointer to **int32** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateRetrievalResponseTemplateMetadataFieldModel + +`func NewModelsTemplateRetrievalResponseTemplateMetadataFieldModel() *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel` + +NewModelsTemplateRetrievalResponseTemplateMetadataFieldModel instantiates a new ModelsTemplateRetrievalResponseTemplateMetadataFieldModel 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 + +### NewModelsTemplateRetrievalResponseTemplateMetadataFieldModelWithDefaults + +`func NewModelsTemplateRetrievalResponseTemplateMetadataFieldModelWithDefaults() *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel` + +NewModelsTemplateRetrievalResponseTemplateMetadataFieldModelWithDefaults instantiates a new ModelsTemplateRetrievalResponseTemplateMetadataFieldModel 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 + +### GetId + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) 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. + +### SetId + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetMetadataId + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetMetadataId() int32` + +GetMetadataId returns the MetadataId field if non-nil, zero value otherwise. + +### GetMetadataIdOk + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetMetadataIdOk() (*int32, bool)` + +GetMetadataIdOk returns a tuple with the MetadataId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadataId + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) SetMetadataId(v int32)` + +SetMetadataId sets MetadataId field to given value. + +### HasMetadataId + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) HasMetadataId() bool` + +HasMetadataId returns a boolean if a field has been set. + +### GetValidation + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsTemplateRetrievalResponseTemplateMetadataFieldModel) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponseTemplatePolicyModel.md b/docs/ModelsTemplateRetrievalResponseTemplatePolicyModel.md new file mode 100644 index 0000000..807b668 --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponseTemplatePolicyModel.md @@ -0,0 +1,196 @@ +# ModelsTemplateRetrievalResponseTemplatePolicyModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateId** | Pointer to **NullableInt32** | | [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] + +## Methods + +### NewModelsTemplateRetrievalResponseTemplatePolicyModel + +`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 + +### NewModelsTemplateRetrievalResponseTemplatePolicyModelWithDefaults + +`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 + +### GetTemplateId + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`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. + +### SetTemplateId + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRSAValidKeySizes + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetRSAValidKeySizes() []int32` + +GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise. + +### GetRSAValidKeySizesOk + +`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. + +### SetRSAValidKeySizes + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetRSAValidKeySizes(v []int32)` + +SetRSAValidKeySizes sets RSAValidKeySizes field to given value. + +### HasRSAValidKeySizes + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasRSAValidKeySizes() bool` + +HasRSAValidKeySizes returns a boolean if a field has been set. + +### GetECCValidCurves + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetECCValidCurves() []string` + +GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise. + +### GetECCValidCurvesOk + +`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. + +### SetECCValidCurves + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetECCValidCurves(v []string)` + +SetECCValidCurves sets ECCValidCurves field to given value. + +### HasECCValidCurves + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasECCValidCurves() bool` + +HasECCValidCurves returns a boolean if a field has been set. + +### GetAllowKeyReuse + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetAllowKeyReuse() bool` + +GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise. + +### GetAllowKeyReuseOk + +`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. + +### SetAllowKeyReuse + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetAllowKeyReuse(v bool)` + +SetAllowKeyReuse sets AllowKeyReuse field to given value. + +### HasAllowKeyReuse + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasAllowKeyReuse() bool` + +HasAllowKeyReuse returns a boolean if a field has been set. + +### GetAllowWildcards + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetAllowWildcards() bool` + +GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise. + +### GetAllowWildcardsOk + +`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. + +### SetAllowWildcards + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetAllowWildcards(v bool)` + +SetAllowWildcards sets AllowWildcards field to given value. + +### HasAllowWildcards + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasAllowWildcards() bool` + +HasAllowWildcards returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`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. + +### SetRFCEnforcement + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *ModelsTemplateRetrievalResponseTemplatePolicyModel) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateRetrievalResponseTemplateRegexModel.md b/docs/ModelsTemplateRetrievalResponseTemplateRegexModel.md new file mode 100644 index 0000000..c542428 --- /dev/null +++ b/docs/ModelsTemplateRetrievalResponseTemplateRegexModel.md @@ -0,0 +1,144 @@ +# ModelsTemplateRetrievalResponseTemplateRegexModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**SubjectPart** | Pointer to **string** | | [optional] +**Regex** | Pointer to **string** | | [optional] +**Error** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateRetrievalResponseTemplateRegexModel + +`func NewModelsTemplateRetrievalResponseTemplateRegexModel() *ModelsTemplateRetrievalResponseTemplateRegexModel` + +NewModelsTemplateRetrievalResponseTemplateRegexModel instantiates a new ModelsTemplateRetrievalResponseTemplateRegexModel 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 + +### NewModelsTemplateRetrievalResponseTemplateRegexModelWithDefaults + +`func NewModelsTemplateRetrievalResponseTemplateRegexModelWithDefaults() *ModelsTemplateRetrievalResponseTemplateRegexModel` + +NewModelsTemplateRetrievalResponseTemplateRegexModelWithDefaults instantiates a new ModelsTemplateRetrievalResponseTemplateRegexModel 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 + +### GetTemplateId + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) 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. + +### SetTemplateId + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetSubjectPart + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetRegex + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *ModelsTemplateRetrievalResponseTemplateRegexModel) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateUpdateRequest.md b/docs/ModelsTemplateUpdateRequest.md new file mode 100644 index 0000000..3f741f8 --- /dev/null +++ b/docs/ModelsTemplateUpdateRequest.md @@ -0,0 +1,472 @@ +# ModelsTemplateUpdateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**KeySize** | Pointer to **string** | | [optional] +**KeyType** | 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 [**[]ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel**](ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel.md) | | [optional] +**MetadataFields** | Pointer to [**[]ModelsTemplateUpdateRequestTemplateMetadataFieldModel**](ModelsTemplateUpdateRequestTemplateMetadataFieldModel.md) | | [optional] +**AllowedEnrollmentTypes** | Pointer to **int32** | | [optional] +**TemplateRegexes** | Pointer to [**[]ModelsTemplateUpdateRequestTemplateRegexModel**](ModelsTemplateUpdateRequestTemplateRegexModel.md) | | [optional] +**TemplateDefaults** | Pointer to [**[]ModelsTemplateUpdateRequestTemplateDefaultModel**](ModelsTemplateUpdateRequestTemplateDefaultModel.md) | | [optional] +**TemplatePolicy** | Pointer to [**ModelsTemplateUpdateRequestTemplatePolicyModel**](ModelsTemplateUpdateRequestTemplatePolicyModel.md) | | [optional] +**UseAllowedRequesters** | Pointer to **bool** | | [optional] +**AllowedRequesters** | Pointer to **[]string** | | [optional] +**RequiresApproval** | Pointer to **bool** | | [optional] +**KeyUsage** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsTemplateUpdateRequest + +`func NewModelsTemplateUpdateRequest() *ModelsTemplateUpdateRequest` + +NewModelsTemplateUpdateRequest instantiates a new ModelsTemplateUpdateRequest 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 + +### NewModelsTemplateUpdateRequestWithDefaults + +`func NewModelsTemplateUpdateRequestWithDefaults() *ModelsTemplateUpdateRequest` + +NewModelsTemplateUpdateRequestWithDefaults instantiates a new ModelsTemplateUpdateRequest 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 + +### GetId + +`func (o *ModelsTemplateUpdateRequest) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetId + +`func (o *ModelsTemplateUpdateRequest) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateUpdateRequest) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetKeySize + +`func (o *ModelsTemplateUpdateRequest) GetKeySize() string` + +GetKeySize returns the KeySize field if non-nil, zero value otherwise. + +### GetKeySizeOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetKeySize + +`func (o *ModelsTemplateUpdateRequest) SetKeySize(v string)` + +SetKeySize sets KeySize field to given value. + +### HasKeySize + +`func (o *ModelsTemplateUpdateRequest) HasKeySize() bool` + +HasKeySize returns a boolean if a field has been set. + +### GetKeyType + +`func (o *ModelsTemplateUpdateRequest) GetKeyType() string` + +GetKeyType returns the KeyType field if non-nil, zero value otherwise. + +### GetKeyTypeOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetKeyType + +`func (o *ModelsTemplateUpdateRequest) SetKeyType(v string)` + +SetKeyType sets KeyType field to given value. + +### HasKeyType + +`func (o *ModelsTemplateUpdateRequest) HasKeyType() bool` + +HasKeyType returns a boolean if a field has been set. + +### GetFriendlyName + +`func (o *ModelsTemplateUpdateRequest) GetFriendlyName() string` + +GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise. + +### GetFriendlyNameOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetFriendlyName + +`func (o *ModelsTemplateUpdateRequest) SetFriendlyName(v string)` + +SetFriendlyName sets FriendlyName field to given value. + +### HasFriendlyName + +`func (o *ModelsTemplateUpdateRequest) HasFriendlyName() bool` + +HasFriendlyName returns a boolean if a field has been set. + +### GetKeyRetention + +`func (o *ModelsTemplateUpdateRequest) GetKeyRetention() int32` + +GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise. + +### GetKeyRetentionOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetKeyRetention + +`func (o *ModelsTemplateUpdateRequest) SetKeyRetention(v int32)` + +SetKeyRetention sets KeyRetention field to given value. + +### HasKeyRetention + +`func (o *ModelsTemplateUpdateRequest) HasKeyRetention() bool` + +HasKeyRetention returns a boolean if a field has been set. + +### GetKeyRetentionDays + +`func (o *ModelsTemplateUpdateRequest) GetKeyRetentionDays() int32` + +GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise. + +### GetKeyRetentionDaysOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetKeyRetentionDays + +`func (o *ModelsTemplateUpdateRequest) SetKeyRetentionDays(v int32)` + +SetKeyRetentionDays sets KeyRetentionDays field to given value. + +### HasKeyRetentionDays + +`func (o *ModelsTemplateUpdateRequest) HasKeyRetentionDays() bool` + +HasKeyRetentionDays returns a boolean if a field has been set. + +### GetKeyArchival + +`func (o *ModelsTemplateUpdateRequest) GetKeyArchival() bool` + +GetKeyArchival returns the KeyArchival field if non-nil, zero value otherwise. + +### GetKeyArchivalOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetKeyArchival + +`func (o *ModelsTemplateUpdateRequest) SetKeyArchival(v bool)` + +SetKeyArchival sets KeyArchival field to given value. + +### HasKeyArchival + +`func (o *ModelsTemplateUpdateRequest) HasKeyArchival() bool` + +HasKeyArchival returns a boolean if a field has been set. + +### GetEnrollmentFields + +`func (o *ModelsTemplateUpdateRequest) GetEnrollmentFields() []ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel` + +GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise. + +### GetEnrollmentFieldsOk + +`func (o *ModelsTemplateUpdateRequest) GetEnrollmentFieldsOk() (*[]ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel, 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. + +### SetEnrollmentFields + +`func (o *ModelsTemplateUpdateRequest) SetEnrollmentFields(v []ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel)` + +SetEnrollmentFields sets EnrollmentFields field to given value. + +### HasEnrollmentFields + +`func (o *ModelsTemplateUpdateRequest) HasEnrollmentFields() bool` + +HasEnrollmentFields returns a boolean if a field has been set. + +### GetMetadataFields + +`func (o *ModelsTemplateUpdateRequest) GetMetadataFields() []ModelsTemplateUpdateRequestTemplateMetadataFieldModel` + +GetMetadataFields returns the MetadataFields field if non-nil, zero value otherwise. + +### GetMetadataFieldsOk + +`func (o *ModelsTemplateUpdateRequest) GetMetadataFieldsOk() (*[]ModelsTemplateUpdateRequestTemplateMetadataFieldModel, 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. + +### SetMetadataFields + +`func (o *ModelsTemplateUpdateRequest) SetMetadataFields(v []ModelsTemplateUpdateRequestTemplateMetadataFieldModel)` + +SetMetadataFields sets MetadataFields field to given value. + +### HasMetadataFields + +`func (o *ModelsTemplateUpdateRequest) HasMetadataFields() bool` + +HasMetadataFields returns a boolean if a field has been set. + +### GetAllowedEnrollmentTypes + +`func (o *ModelsTemplateUpdateRequest) GetAllowedEnrollmentTypes() int32` + +GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise. + +### GetAllowedEnrollmentTypesOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetAllowedEnrollmentTypes + +`func (o *ModelsTemplateUpdateRequest) SetAllowedEnrollmentTypes(v int32)` + +SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value. + +### HasAllowedEnrollmentTypes + +`func (o *ModelsTemplateUpdateRequest) HasAllowedEnrollmentTypes() bool` + +HasAllowedEnrollmentTypes returns a boolean if a field has been set. + +### GetTemplateRegexes + +`func (o *ModelsTemplateUpdateRequest) GetTemplateRegexes() []ModelsTemplateUpdateRequestTemplateRegexModel` + +GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise. + +### GetTemplateRegexesOk + +`func (o *ModelsTemplateUpdateRequest) GetTemplateRegexesOk() (*[]ModelsTemplateUpdateRequestTemplateRegexModel, 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. + +### SetTemplateRegexes + +`func (o *ModelsTemplateUpdateRequest) SetTemplateRegexes(v []ModelsTemplateUpdateRequestTemplateRegexModel)` + +SetTemplateRegexes sets TemplateRegexes field to given value. + +### HasTemplateRegexes + +`func (o *ModelsTemplateUpdateRequest) HasTemplateRegexes() bool` + +HasTemplateRegexes returns a boolean if a field has been set. + +### GetTemplateDefaults + +`func (o *ModelsTemplateUpdateRequest) GetTemplateDefaults() []ModelsTemplateUpdateRequestTemplateDefaultModel` + +GetTemplateDefaults returns the TemplateDefaults field if non-nil, zero value otherwise. + +### GetTemplateDefaultsOk + +`func (o *ModelsTemplateUpdateRequest) GetTemplateDefaultsOk() (*[]ModelsTemplateUpdateRequestTemplateDefaultModel, 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. + +### SetTemplateDefaults + +`func (o *ModelsTemplateUpdateRequest) SetTemplateDefaults(v []ModelsTemplateUpdateRequestTemplateDefaultModel)` + +SetTemplateDefaults sets TemplateDefaults field to given value. + +### HasTemplateDefaults + +`func (o *ModelsTemplateUpdateRequest) HasTemplateDefaults() bool` + +HasTemplateDefaults returns a boolean if a field has been set. + +### GetTemplatePolicy + +`func (o *ModelsTemplateUpdateRequest) GetTemplatePolicy() ModelsTemplateUpdateRequestTemplatePolicyModel` + +GetTemplatePolicy returns the TemplatePolicy field if non-nil, zero value otherwise. + +### GetTemplatePolicyOk + +`func (o *ModelsTemplateUpdateRequest) GetTemplatePolicyOk() (*ModelsTemplateUpdateRequestTemplatePolicyModel, 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. + +### SetTemplatePolicy + +`func (o *ModelsTemplateUpdateRequest) SetTemplatePolicy(v ModelsTemplateUpdateRequestTemplatePolicyModel)` + +SetTemplatePolicy sets TemplatePolicy field to given value. + +### HasTemplatePolicy + +`func (o *ModelsTemplateUpdateRequest) HasTemplatePolicy() bool` + +HasTemplatePolicy returns a boolean if a field has been set. + +### GetUseAllowedRequesters + +`func (o *ModelsTemplateUpdateRequest) GetUseAllowedRequesters() bool` + +GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise. + +### GetUseAllowedRequestersOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetUseAllowedRequesters + +`func (o *ModelsTemplateUpdateRequest) SetUseAllowedRequesters(v bool)` + +SetUseAllowedRequesters sets UseAllowedRequesters field to given value. + +### HasUseAllowedRequesters + +`func (o *ModelsTemplateUpdateRequest) HasUseAllowedRequesters() bool` + +HasUseAllowedRequesters returns a boolean if a field has been set. + +### GetAllowedRequesters + +`func (o *ModelsTemplateUpdateRequest) GetAllowedRequesters() []string` + +GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise. + +### GetAllowedRequestersOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetAllowedRequesters + +`func (o *ModelsTemplateUpdateRequest) SetAllowedRequesters(v []string)` + +SetAllowedRequesters sets AllowedRequesters field to given value. + +### HasAllowedRequesters + +`func (o *ModelsTemplateUpdateRequest) HasAllowedRequesters() bool` + +HasAllowedRequesters returns a boolean if a field has been set. + +### GetRequiresApproval + +`func (o *ModelsTemplateUpdateRequest) GetRequiresApproval() bool` + +GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise. + +### GetRequiresApprovalOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetRequiresApproval + +`func (o *ModelsTemplateUpdateRequest) SetRequiresApproval(v bool)` + +SetRequiresApproval sets RequiresApproval field to given value. + +### HasRequiresApproval + +`func (o *ModelsTemplateUpdateRequest) HasRequiresApproval() bool` + +HasRequiresApproval returns a boolean if a field has been set. + +### GetKeyUsage + +`func (o *ModelsTemplateUpdateRequest) GetKeyUsage() int32` + +GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise. + +### GetKeyUsageOk + +`func (o *ModelsTemplateUpdateRequest) 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. + +### SetKeyUsage + +`func (o *ModelsTemplateUpdateRequest) SetKeyUsage(v int32)` + +SetKeyUsage sets KeyUsage field to given value. + +### HasKeyUsage + +`func (o *ModelsTemplateUpdateRequest) HasKeyUsage() bool` + +HasKeyUsage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateUpdateRequestTemplateDefaultModel.md b/docs/ModelsTemplateUpdateRequestTemplateDefaultModel.md new file mode 100644 index 0000000..9f443e1 --- /dev/null +++ b/docs/ModelsTemplateUpdateRequestTemplateDefaultModel.md @@ -0,0 +1,82 @@ +# ModelsTemplateUpdateRequestTemplateDefaultModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**SubjectPart** | Pointer to **string** | | [optional] +**Value** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateUpdateRequestTemplateDefaultModel + +`func NewModelsTemplateUpdateRequestTemplateDefaultModel() *ModelsTemplateUpdateRequestTemplateDefaultModel` + +NewModelsTemplateUpdateRequestTemplateDefaultModel instantiates a new ModelsTemplateUpdateRequestTemplateDefaultModel 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 + +### NewModelsTemplateUpdateRequestTemplateDefaultModelWithDefaults + +`func NewModelsTemplateUpdateRequestTemplateDefaultModelWithDefaults() *ModelsTemplateUpdateRequestTemplateDefaultModel` + +NewModelsTemplateUpdateRequestTemplateDefaultModelWithDefaults instantiates a new ModelsTemplateUpdateRequestTemplateDefaultModel 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 + +### GetSubjectPart + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetValue + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) GetValue() string` + +GetValue returns the Value field if non-nil, zero value otherwise. + +### GetValueOk + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) GetValueOk() (*string, bool)` + +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValue + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) SetValue(v string)` + +SetValue sets Value field to given value. + +### HasValue + +`func (o *ModelsTemplateUpdateRequestTemplateDefaultModel) HasValue() bool` + +HasValue returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel.md b/docs/ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel.md new file mode 100644 index 0000000..191c44e --- /dev/null +++ b/docs/ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel.md @@ -0,0 +1,134 @@ +# ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**Name** | Pointer to **string** | | [optional] +**Options** | Pointer to **[]string** | | [optional] +**DataType** | Pointer to **int32** | | [optional] + +## Methods + +### NewModelsTemplateUpdateRequestTemplateEnrollmentFieldModel + +`func NewModelsTemplateUpdateRequestTemplateEnrollmentFieldModel() *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel` + +NewModelsTemplateUpdateRequestTemplateEnrollmentFieldModel instantiates a new ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel 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 + +### NewModelsTemplateUpdateRequestTemplateEnrollmentFieldModelWithDefaults + +`func NewModelsTemplateUpdateRequestTemplateEnrollmentFieldModelWithDefaults() *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel` + +NewModelsTemplateUpdateRequestTemplateEnrollmentFieldModelWithDefaults instantiates a new ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel 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 + +### GetId + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) 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. + +### SetId + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetName + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetName() string` + +GetName returns the Name field if non-nil, zero value otherwise. + +### GetNameOk + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetNameOk() (*string, bool)` + +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetName + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) SetName(v string)` + +SetName sets Name field to given value. + +### HasName + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) HasName() bool` + +HasName returns a boolean if a field has been set. + +### GetOptions + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetOptions() []string` + +GetOptions returns the Options field if non-nil, zero value otherwise. + +### GetOptionsOk + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetOptionsOk() (*[]string, bool)` + +GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetOptions + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) SetOptions(v []string)` + +SetOptions sets Options field to given value. + +### HasOptions + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) HasOptions() bool` + +HasOptions returns a boolean if a field has been set. + +### GetDataType + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetDataType() int32` + +GetDataType returns the DataType field if non-nil, zero value otherwise. + +### GetDataTypeOk + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) GetDataTypeOk() (*int32, bool)` + +GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDataType + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) SetDataType(v int32)` + +SetDataType sets DataType field to given value. + +### HasDataType + +`func (o *ModelsTemplateUpdateRequestTemplateEnrollmentFieldModel) HasDataType() bool` + +HasDataType returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateUpdateRequestTemplateMetadataFieldModel.md b/docs/ModelsTemplateUpdateRequestTemplateMetadataFieldModel.md new file mode 100644 index 0000000..292b6a2 --- /dev/null +++ b/docs/ModelsTemplateUpdateRequestTemplateMetadataFieldModel.md @@ -0,0 +1,186 @@ +# ModelsTemplateUpdateRequestTemplateMetadataFieldModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**DefaultValue** | Pointer to **string** | | [optional] +**MetadataId** | Pointer to **int32** | | [optional] +**Validation** | Pointer to **string** | | [optional] +**Enrollment** | Pointer to **int32** | | [optional] +**Message** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateUpdateRequestTemplateMetadataFieldModel + +`func NewModelsTemplateUpdateRequestTemplateMetadataFieldModel() *ModelsTemplateUpdateRequestTemplateMetadataFieldModel` + +NewModelsTemplateUpdateRequestTemplateMetadataFieldModel instantiates a new ModelsTemplateUpdateRequestTemplateMetadataFieldModel 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 + +### NewModelsTemplateUpdateRequestTemplateMetadataFieldModelWithDefaults + +`func NewModelsTemplateUpdateRequestTemplateMetadataFieldModelWithDefaults() *ModelsTemplateUpdateRequestTemplateMetadataFieldModel` + +NewModelsTemplateUpdateRequestTemplateMetadataFieldModelWithDefaults instantiates a new ModelsTemplateUpdateRequestTemplateMetadataFieldModel 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 + +### GetId + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) 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. + +### SetId + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetDefaultValue + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetDefaultValue() string` + +GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise. + +### GetDefaultValueOk + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetDefaultValueOk() (*string, bool)` + +GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDefaultValue + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) SetDefaultValue(v string)` + +SetDefaultValue sets DefaultValue field to given value. + +### HasDefaultValue + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) HasDefaultValue() bool` + +HasDefaultValue returns a boolean if a field has been set. + +### GetMetadataId + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetMetadataId() int32` + +GetMetadataId returns the MetadataId field if non-nil, zero value otherwise. + +### GetMetadataIdOk + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetMetadataIdOk() (*int32, bool)` + +GetMetadataIdOk returns a tuple with the MetadataId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadataId + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) SetMetadataId(v int32)` + +SetMetadataId sets MetadataId field to given value. + +### HasMetadataId + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) HasMetadataId() bool` + +HasMetadataId returns a boolean if a field has been set. + +### GetValidation + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetValidation() string` + +GetValidation returns the Validation field if non-nil, zero value otherwise. + +### GetValidationOk + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetValidationOk() (*string, bool)` + +GetValidationOk returns a tuple with the Validation field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetValidation + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) SetValidation(v string)` + +SetValidation sets Validation field to given value. + +### HasValidation + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) HasValidation() bool` + +HasValidation returns a boolean if a field has been set. + +### GetEnrollment + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetEnrollment() int32` + +GetEnrollment returns the Enrollment field if non-nil, zero value otherwise. + +### GetEnrollmentOk + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetEnrollmentOk() (*int32, bool)` + +GetEnrollmentOk returns a tuple with the Enrollment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEnrollment + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) SetEnrollment(v int32)` + +SetEnrollment sets Enrollment field to given value. + +### HasEnrollment + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) HasEnrollment() bool` + +HasEnrollment returns a boolean if a field has been set. + +### GetMessage + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetMessage() string` + +GetMessage returns the Message field if non-nil, zero value otherwise. + +### GetMessageOk + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) GetMessageOk() (*string, bool)` + +GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMessage + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) SetMessage(v string)` + +SetMessage sets Message field to given value. + +### HasMessage + +`func (o *ModelsTemplateUpdateRequestTemplateMetadataFieldModel) HasMessage() bool` + +HasMessage returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateUpdateRequestTemplatePolicyModel.md b/docs/ModelsTemplateUpdateRequestTemplatePolicyModel.md new file mode 100644 index 0000000..b8ca9b4 --- /dev/null +++ b/docs/ModelsTemplateUpdateRequestTemplatePolicyModel.md @@ -0,0 +1,196 @@ +# ModelsTemplateUpdateRequestTemplatePolicyModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateId** | Pointer to **NullableInt32** | | [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] + +## Methods + +### NewModelsTemplateUpdateRequestTemplatePolicyModel + +`func NewModelsTemplateUpdateRequestTemplatePolicyModel() *ModelsTemplateUpdateRequestTemplatePolicyModel` + +NewModelsTemplateUpdateRequestTemplatePolicyModel instantiates a new ModelsTemplateUpdateRequestTemplatePolicyModel 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 + +### NewModelsTemplateUpdateRequestTemplatePolicyModelWithDefaults + +`func NewModelsTemplateUpdateRequestTemplatePolicyModelWithDefaults() *ModelsTemplateUpdateRequestTemplatePolicyModel` + +NewModelsTemplateUpdateRequestTemplatePolicyModelWithDefaults instantiates a new ModelsTemplateUpdateRequestTemplatePolicyModel 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 + +### GetTemplateId + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) 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. + +### SetTemplateId + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetRSAValidKeySizes + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) GetRSAValidKeySizes() []int32` + +GetRSAValidKeySizes returns the RSAValidKeySizes field if non-nil, zero value otherwise. + +### GetRSAValidKeySizesOk + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) 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. + +### SetRSAValidKeySizes + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetRSAValidKeySizes(v []int32)` + +SetRSAValidKeySizes sets RSAValidKeySizes field to given value. + +### HasRSAValidKeySizes + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) HasRSAValidKeySizes() bool` + +HasRSAValidKeySizes returns a boolean if a field has been set. + +### GetECCValidCurves + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) GetECCValidCurves() []string` + +GetECCValidCurves returns the ECCValidCurves field if non-nil, zero value otherwise. + +### GetECCValidCurvesOk + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) 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. + +### SetECCValidCurves + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetECCValidCurves(v []string)` + +SetECCValidCurves sets ECCValidCurves field to given value. + +### HasECCValidCurves + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) HasECCValidCurves() bool` + +HasECCValidCurves returns a boolean if a field has been set. + +### GetAllowKeyReuse + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) GetAllowKeyReuse() bool` + +GetAllowKeyReuse returns the AllowKeyReuse field if non-nil, zero value otherwise. + +### GetAllowKeyReuseOk + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) 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. + +### SetAllowKeyReuse + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetAllowKeyReuse(v bool)` + +SetAllowKeyReuse sets AllowKeyReuse field to given value. + +### HasAllowKeyReuse + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) HasAllowKeyReuse() bool` + +HasAllowKeyReuse returns a boolean if a field has been set. + +### GetAllowWildcards + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) GetAllowWildcards() bool` + +GetAllowWildcards returns the AllowWildcards field if non-nil, zero value otherwise. + +### GetAllowWildcardsOk + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) 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. + +### SetAllowWildcards + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetAllowWildcards(v bool)` + +SetAllowWildcards sets AllowWildcards field to given value. + +### HasAllowWildcards + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) HasAllowWildcards() bool` + +HasAllowWildcards returns a boolean if a field has been set. + +### GetRFCEnforcement + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) GetRFCEnforcement() bool` + +GetRFCEnforcement returns the RFCEnforcement field if non-nil, zero value otherwise. + +### GetRFCEnforcementOk + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) 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. + +### SetRFCEnforcement + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) SetRFCEnforcement(v bool)` + +SetRFCEnforcement sets RFCEnforcement field to given value. + +### HasRFCEnforcement + +`func (o *ModelsTemplateUpdateRequestTemplatePolicyModel) HasRFCEnforcement() bool` + +HasRFCEnforcement returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsTemplateUpdateRequestTemplateRegexModel.md b/docs/ModelsTemplateUpdateRequestTemplateRegexModel.md new file mode 100644 index 0000000..0a19014 --- /dev/null +++ b/docs/ModelsTemplateUpdateRequestTemplateRegexModel.md @@ -0,0 +1,144 @@ +# ModelsTemplateUpdateRequestTemplateRegexModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**TemplateId** | Pointer to **NullableInt32** | | [optional] +**SubjectPart** | Pointer to **string** | | [optional] +**Regex** | Pointer to **string** | | [optional] +**Error** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsTemplateUpdateRequestTemplateRegexModel + +`func NewModelsTemplateUpdateRequestTemplateRegexModel() *ModelsTemplateUpdateRequestTemplateRegexModel` + +NewModelsTemplateUpdateRequestTemplateRegexModel instantiates a new ModelsTemplateUpdateRequestTemplateRegexModel 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 + +### NewModelsTemplateUpdateRequestTemplateRegexModelWithDefaults + +`func NewModelsTemplateUpdateRequestTemplateRegexModelWithDefaults() *ModelsTemplateUpdateRequestTemplateRegexModel` + +NewModelsTemplateUpdateRequestTemplateRegexModelWithDefaults instantiates a new ModelsTemplateUpdateRequestTemplateRegexModel 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 + +### GetTemplateId + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetTemplateId() int32` + +GetTemplateId returns the TemplateId field if non-nil, zero value otherwise. + +### GetTemplateIdOk + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) 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. + +### SetTemplateId + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) SetTemplateId(v int32)` + +SetTemplateId sets TemplateId field to given value. + +### HasTemplateId + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) HasTemplateId() bool` + +HasTemplateId returns a boolean if a field has been set. + +### SetTemplateIdNil + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) SetTemplateIdNil(b bool)` + + SetTemplateIdNil sets the value for TemplateId to be an explicit nil + +### UnsetTemplateId +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) UnsetTemplateId()` + +UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil +### GetSubjectPart + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetSubjectPart() string` + +GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise. + +### GetSubjectPartOk + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetSubjectPartOk() (*string, bool)` + +GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubjectPart + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) SetSubjectPart(v string)` + +SetSubjectPart sets SubjectPart field to given value. + +### HasSubjectPart + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) HasSubjectPart() bool` + +HasSubjectPart returns a boolean if a field has been set. + +### GetRegex + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetRegex() string` + +GetRegex returns the Regex field if non-nil, zero value otherwise. + +### GetRegexOk + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetRegexOk() (*string, bool)` + +GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRegex + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) SetRegex(v string)` + +SetRegex sets Regex field to given value. + +### HasRegex + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) HasRegex() bool` + +HasRegex returns a boolean if a field has been set. + +### GetError + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetError() string` + +GetError returns the Error field if non-nil, zero value otherwise. + +### GetErrorOk + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) GetErrorOk() (*string, bool)` + +GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetError + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) SetError(v string)` + +SetError sets Error field to given value. + +### HasError + +`func (o *ModelsTemplateUpdateRequestTemplateRegexModel) HasError() bool` + +HasError returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsWorkflowApproveDenyResult.md b/docs/ModelsWorkflowApproveDenyResult.md new file mode 100644 index 0000000..209c289 --- /dev/null +++ b/docs/ModelsWorkflowApproveDenyResult.md @@ -0,0 +1,108 @@ +# ModelsWorkflowApproveDenyResult + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Failures** | Pointer to [**[]ModelsWorkflowProcessedCertificateRequest**](ModelsWorkflowProcessedCertificateRequest.md) | | [optional] +**Denials** | Pointer to [**[]ModelsWorkflowProcessedCertificateRequest**](ModelsWorkflowProcessedCertificateRequest.md) | | [optional] +**Successes** | Pointer to [**[]ModelsWorkflowProcessedCertificateRequest**](ModelsWorkflowProcessedCertificateRequest.md) | | [optional] + +## Methods + +### NewModelsWorkflowApproveDenyResult + +`func NewModelsWorkflowApproveDenyResult() *ModelsWorkflowApproveDenyResult` + +NewModelsWorkflowApproveDenyResult instantiates a new ModelsWorkflowApproveDenyResult 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 + +### NewModelsWorkflowApproveDenyResultWithDefaults + +`func NewModelsWorkflowApproveDenyResultWithDefaults() *ModelsWorkflowApproveDenyResult` + +NewModelsWorkflowApproveDenyResultWithDefaults instantiates a new ModelsWorkflowApproveDenyResult 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 + +### GetFailures + +`func (o *ModelsWorkflowApproveDenyResult) GetFailures() []ModelsWorkflowProcessedCertificateRequest` + +GetFailures returns the Failures field if non-nil, zero value otherwise. + +### GetFailuresOk + +`func (o *ModelsWorkflowApproveDenyResult) GetFailuresOk() (*[]ModelsWorkflowProcessedCertificateRequest, bool)` + +GetFailuresOk returns a tuple with the Failures field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetFailures + +`func (o *ModelsWorkflowApproveDenyResult) SetFailures(v []ModelsWorkflowProcessedCertificateRequest)` + +SetFailures sets Failures field to given value. + +### HasFailures + +`func (o *ModelsWorkflowApproveDenyResult) HasFailures() bool` + +HasFailures returns a boolean if a field has been set. + +### GetDenials + +`func (o *ModelsWorkflowApproveDenyResult) GetDenials() []ModelsWorkflowProcessedCertificateRequest` + +GetDenials returns the Denials field if non-nil, zero value otherwise. + +### GetDenialsOk + +`func (o *ModelsWorkflowApproveDenyResult) GetDenialsOk() (*[]ModelsWorkflowProcessedCertificateRequest, bool)` + +GetDenialsOk returns a tuple with the Denials field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDenials + +`func (o *ModelsWorkflowApproveDenyResult) SetDenials(v []ModelsWorkflowProcessedCertificateRequest)` + +SetDenials sets Denials field to given value. + +### HasDenials + +`func (o *ModelsWorkflowApproveDenyResult) HasDenials() bool` + +HasDenials returns a boolean if a field has been set. + +### GetSuccesses + +`func (o *ModelsWorkflowApproveDenyResult) GetSuccesses() []ModelsWorkflowProcessedCertificateRequest` + +GetSuccesses returns the Successes field if non-nil, zero value otherwise. + +### GetSuccessesOk + +`func (o *ModelsWorkflowApproveDenyResult) GetSuccessesOk() (*[]ModelsWorkflowProcessedCertificateRequest, bool)` + +GetSuccessesOk returns a tuple with the Successes field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSuccesses + +`func (o *ModelsWorkflowApproveDenyResult) SetSuccesses(v []ModelsWorkflowProcessedCertificateRequest)` + +SetSuccesses sets Successes field to given value. + +### HasSuccesses + +`func (o *ModelsWorkflowApproveDenyResult) HasSuccesses() bool` + +HasSuccesses returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsWorkflowCertificateRequestCertStoreModel.md b/docs/ModelsWorkflowCertificateRequestCertStoreModel.md new file mode 100644 index 0000000..a028f0f --- /dev/null +++ b/docs/ModelsWorkflowCertificateRequestCertStoreModel.md @@ -0,0 +1,108 @@ +# ModelsWorkflowCertificateRequestCertStoreModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**EntryName** | Pointer to **string** | | [optional] +**ClientMachine** | Pointer to **string** | | [optional] +**StorePath** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsWorkflowCertificateRequestCertStoreModel + +`func NewModelsWorkflowCertificateRequestCertStoreModel() *ModelsWorkflowCertificateRequestCertStoreModel` + +NewModelsWorkflowCertificateRequestCertStoreModel instantiates a new ModelsWorkflowCertificateRequestCertStoreModel 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 + +### NewModelsWorkflowCertificateRequestCertStoreModelWithDefaults + +`func NewModelsWorkflowCertificateRequestCertStoreModelWithDefaults() *ModelsWorkflowCertificateRequestCertStoreModel` + +NewModelsWorkflowCertificateRequestCertStoreModelWithDefaults instantiates a new ModelsWorkflowCertificateRequestCertStoreModel 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 + +### GetEntryName + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) GetEntryName() string` + +GetEntryName returns the EntryName field if non-nil, zero value otherwise. + +### GetEntryNameOk + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) GetEntryNameOk() (*string, bool)` + +GetEntryNameOk returns a tuple with the EntryName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetEntryName + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) SetEntryName(v string)` + +SetEntryName sets EntryName field to given value. + +### HasEntryName + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) HasEntryName() bool` + +HasEntryName returns a boolean if a field has been set. + +### GetClientMachine + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) GetClientMachine() string` + +GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise. + +### GetClientMachineOk + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) GetClientMachineOk() (*string, bool)` + +GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetClientMachine + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) SetClientMachine(v string)` + +SetClientMachine sets ClientMachine field to given value. + +### HasClientMachine + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) HasClientMachine() bool` + +HasClientMachine returns a boolean if a field has been set. + +### GetStorePath + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) GetStorePath() string` + +GetStorePath returns the StorePath field if non-nil, zero value otherwise. + +### GetStorePathOk + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) GetStorePathOk() (*string, bool)` + +GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStorePath + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) SetStorePath(v string)` + +SetStorePath sets StorePath field to given value. + +### HasStorePath + +`func (o *ModelsWorkflowCertificateRequestCertStoreModel) HasStorePath() bool` + +HasStorePath returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsWorkflowCertificateRequestDetailsModel.md b/docs/ModelsWorkflowCertificateRequestDetailsModel.md new file mode 100644 index 0000000..2a5cb92 --- /dev/null +++ b/docs/ModelsWorkflowCertificateRequestDetailsModel.md @@ -0,0 +1,456 @@ +# ModelsWorkflowCertificateRequestDetailsModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**DenialComment** | Pointer to **string** | | [optional] +**KeyLength** | Pointer to **string** | | [optional] +**SANs** | Pointer to **[]string** | | [optional] +**CertStores** | Pointer to [**[]ModelsWorkflowCertificateRequestCertStoreModel**](ModelsWorkflowCertificateRequestCertStoreModel.md) | | [optional] +**Curve** | Pointer to **NullableString** | | [optional] +**Id** | Pointer to **int32** | | [optional] +**CARequestId** | Pointer to **string** | | [optional] +**CommonName** | Pointer to **string** | | [optional] +**DistinguishedName** | Pointer to **string** | | [optional] +**SubmissionDate** | Pointer to **time.Time** | | [optional] +**CertificateAuthority** | Pointer to **string** | | [optional] +**Template** | Pointer to **string** | | [optional] +**Requester** | Pointer to **string** | | [optional] +**State** | Pointer to **int32** | | [optional] +**StateString** | Pointer to **string** | | [optional] [readonly] +**Metadata** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsWorkflowCertificateRequestDetailsModel + +`func NewModelsWorkflowCertificateRequestDetailsModel() *ModelsWorkflowCertificateRequestDetailsModel` + +NewModelsWorkflowCertificateRequestDetailsModel instantiates a new ModelsWorkflowCertificateRequestDetailsModel 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 + +### NewModelsWorkflowCertificateRequestDetailsModelWithDefaults + +`func NewModelsWorkflowCertificateRequestDetailsModelWithDefaults() *ModelsWorkflowCertificateRequestDetailsModel` + +NewModelsWorkflowCertificateRequestDetailsModelWithDefaults instantiates a new ModelsWorkflowCertificateRequestDetailsModel 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 + +### GetDenialComment + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetDenialComment() string` + +GetDenialComment returns the DenialComment field if non-nil, zero value otherwise. + +### GetDenialCommentOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetDenialCommentOk() (*string, bool)` + +GetDenialCommentOk returns a tuple with the DenialComment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDenialComment + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetDenialComment(v string)` + +SetDenialComment sets DenialComment field to given value. + +### HasDenialComment + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasDenialComment() bool` + +HasDenialComment returns a boolean if a field has been set. + +### GetKeyLength + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetKeyLength() string` + +GetKeyLength returns the KeyLength field if non-nil, zero value otherwise. + +### GetKeyLengthOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetKeyLengthOk() (*string, bool)` + +GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyLength + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetKeyLength(v string)` + +SetKeyLength sets KeyLength field to given value. + +### HasKeyLength + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasKeyLength() bool` + +HasKeyLength returns a boolean if a field has been set. + +### GetSANs + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetSANs() []string` + +GetSANs returns the SANs field if non-nil, zero value otherwise. + +### GetSANsOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetSANsOk() (*[]string, bool)` + +GetSANsOk returns a tuple with the SANs field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSANs + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetSANs(v []string)` + +SetSANs sets SANs field to given value. + +### HasSANs + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasSANs() bool` + +HasSANs returns a boolean if a field has been set. + +### GetCertStores + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCertStores() []ModelsWorkflowCertificateRequestCertStoreModel` + +GetCertStores returns the CertStores field if non-nil, zero value otherwise. + +### GetCertStoresOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCertStoresOk() (*[]ModelsWorkflowCertificateRequestCertStoreModel, bool)` + +GetCertStoresOk returns a tuple with the CertStores field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertStores + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetCertStores(v []ModelsWorkflowCertificateRequestCertStoreModel)` + +SetCertStores sets CertStores field to given value. + +### HasCertStores + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasCertStores() bool` + +HasCertStores returns a boolean if a field has been set. + +### GetCurve + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCurve() string` + +GetCurve returns the Curve field if non-nil, zero value otherwise. + +### GetCurveOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) 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. + +### SetCurve + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetCurve(v string)` + +SetCurve sets Curve field to given value. + +### HasCurve + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasCurve() bool` + +HasCurve returns a boolean if a field has been set. + +### SetCurveNil + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetCurveNil(b bool)` + + SetCurveNil sets the value for Curve to be an explicit nil + +### UnsetCurve +`func (o *ModelsWorkflowCertificateRequestDetailsModel) UnsetCurve()` + +UnsetCurve ensures that no value is present for Curve, not even an explicit nil +### GetId + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) 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. + +### SetId + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetCARequestId + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCARequestId() string` + +GetCARequestId returns the CARequestId field if non-nil, zero value otherwise. + +### GetCARequestIdOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCARequestIdOk() (*string, bool)` + +GetCARequestIdOk returns a tuple with the CARequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARequestId + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetCARequestId(v string)` + +SetCARequestId sets CARequestId field to given value. + +### HasCARequestId + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasCARequestId() bool` + +HasCARequestId returns a boolean if a field has been set. + +### GetCommonName + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCommonName() string` + +GetCommonName returns the CommonName field if non-nil, zero value otherwise. + +### GetCommonNameOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) 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. + +### SetCommonName + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetCommonName(v string)` + +SetCommonName sets CommonName field to given value. + +### HasCommonName + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasCommonName() bool` + +HasCommonName returns a boolean if a field has been set. + +### GetDistinguishedName + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetDistinguishedName() string` + +GetDistinguishedName returns the DistinguishedName field if non-nil, zero value otherwise. + +### GetDistinguishedNameOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetDistinguishedNameOk() (*string, bool)` + +GetDistinguishedNameOk returns a tuple with the DistinguishedName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDistinguishedName + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetDistinguishedName(v string)` + +SetDistinguishedName sets DistinguishedName field to given value. + +### HasDistinguishedName + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasDistinguishedName() bool` + +HasDistinguishedName returns a boolean if a field has been set. + +### GetSubmissionDate + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetSubmissionDate() time.Time` + +GetSubmissionDate returns the SubmissionDate field if non-nil, zero value otherwise. + +### GetSubmissionDateOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetSubmissionDateOk() (*time.Time, bool)` + +GetSubmissionDateOk returns a tuple with the SubmissionDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubmissionDate + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetSubmissionDate(v time.Time)` + +SetSubmissionDate sets SubmissionDate field to given value. + +### HasSubmissionDate + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasSubmissionDate() bool` + +HasSubmissionDate returns a boolean if a field has been set. + +### GetCertificateAuthority + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCertificateAuthority() string` + +GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise. + +### GetCertificateAuthorityOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetCertificateAuthorityOk() (*string, bool)` + +GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthority + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetCertificateAuthority(v string)` + +SetCertificateAuthority sets CertificateAuthority field to given value. + +### HasCertificateAuthority + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasCertificateAuthority() bool` + +HasCertificateAuthority returns a boolean if a field has been set. + +### GetTemplate + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetTemplate() string` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetTemplateOk() (*string, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetTemplate(v string)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetRequester + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetRequester() string` + +GetRequester returns the Requester field if non-nil, zero value otherwise. + +### GetRequesterOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetRequesterOk() (*string, bool)` + +GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequester + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetRequester(v string)` + +SetRequester sets Requester field to given value. + +### HasRequester + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasRequester() bool` + +HasRequester returns a boolean if a field has been set. + +### GetState + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetState() int32` + +GetState returns the State field if non-nil, zero value otherwise. + +### GetStateOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetStateOk() (*int32, bool)` + +GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetState + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetState(v int32)` + +SetState sets State field to given value. + +### HasState + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasState() bool` + +HasState returns a boolean if a field has been set. + +### GetStateString + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetStateString() string` + +GetStateString returns the StateString field if non-nil, zero value otherwise. + +### GetStateStringOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetStateStringOk() (*string, bool)` + +GetStateStringOk returns a tuple with the StateString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStateString + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetStateString(v string)` + +SetStateString sets StateString field to given value. + +### HasStateString + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasStateString() bool` + +HasStateString returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsWorkflowCertificateRequestDetailsModel) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsWorkflowCertificateRequestModel.md b/docs/ModelsWorkflowCertificateRequestModel.md new file mode 100644 index 0000000..15f3c62 --- /dev/null +++ b/docs/ModelsWorkflowCertificateRequestModel.md @@ -0,0 +1,316 @@ +# ModelsWorkflowCertificateRequestModel + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **int32** | | [optional] +**CARequestId** | Pointer to **string** | | [optional] +**CommonName** | Pointer to **string** | | [optional] +**DistinguishedName** | Pointer to **string** | | [optional] +**SubmissionDate** | Pointer to **time.Time** | | [optional] +**CertificateAuthority** | Pointer to **string** | | [optional] +**Template** | Pointer to **string** | | [optional] +**Requester** | Pointer to **string** | | [optional] +**State** | Pointer to **int32** | | [optional] +**StateString** | Pointer to **string** | | [optional] [readonly] +**Metadata** | Pointer to **map[string]string** | | [optional] + +## Methods + +### NewModelsWorkflowCertificateRequestModel + +`func NewModelsWorkflowCertificateRequestModel() *ModelsWorkflowCertificateRequestModel` + +NewModelsWorkflowCertificateRequestModel instantiates a new ModelsWorkflowCertificateRequestModel 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 + +### NewModelsWorkflowCertificateRequestModelWithDefaults + +`func NewModelsWorkflowCertificateRequestModelWithDefaults() *ModelsWorkflowCertificateRequestModel` + +NewModelsWorkflowCertificateRequestModelWithDefaults instantiates a new ModelsWorkflowCertificateRequestModel 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 + +### GetId + +`func (o *ModelsWorkflowCertificateRequestModel) GetId() int32` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *ModelsWorkflowCertificateRequestModel) 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. + +### SetId + +`func (o *ModelsWorkflowCertificateRequestModel) SetId(v int32)` + +SetId sets Id field to given value. + +### HasId + +`func (o *ModelsWorkflowCertificateRequestModel) HasId() bool` + +HasId returns a boolean if a field has been set. + +### GetCARequestId + +`func (o *ModelsWorkflowCertificateRequestModel) GetCARequestId() string` + +GetCARequestId returns the CARequestId field if non-nil, zero value otherwise. + +### GetCARequestIdOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetCARequestIdOk() (*string, bool)` + +GetCARequestIdOk returns a tuple with the CARequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARequestId + +`func (o *ModelsWorkflowCertificateRequestModel) SetCARequestId(v string)` + +SetCARequestId sets CARequestId field to given value. + +### HasCARequestId + +`func (o *ModelsWorkflowCertificateRequestModel) HasCARequestId() bool` + +HasCARequestId returns a boolean if a field has been set. + +### GetCommonName + +`func (o *ModelsWorkflowCertificateRequestModel) GetCommonName() string` + +GetCommonName returns the CommonName field if non-nil, zero value otherwise. + +### GetCommonNameOk + +`func (o *ModelsWorkflowCertificateRequestModel) 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. + +### SetCommonName + +`func (o *ModelsWorkflowCertificateRequestModel) SetCommonName(v string)` + +SetCommonName sets CommonName field to given value. + +### HasCommonName + +`func (o *ModelsWorkflowCertificateRequestModel) HasCommonName() bool` + +HasCommonName returns a boolean if a field has been set. + +### GetDistinguishedName + +`func (o *ModelsWorkflowCertificateRequestModel) GetDistinguishedName() string` + +GetDistinguishedName returns the DistinguishedName field if non-nil, zero value otherwise. + +### GetDistinguishedNameOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetDistinguishedNameOk() (*string, bool)` + +GetDistinguishedNameOk returns a tuple with the DistinguishedName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetDistinguishedName + +`func (o *ModelsWorkflowCertificateRequestModel) SetDistinguishedName(v string)` + +SetDistinguishedName sets DistinguishedName field to given value. + +### HasDistinguishedName + +`func (o *ModelsWorkflowCertificateRequestModel) HasDistinguishedName() bool` + +HasDistinguishedName returns a boolean if a field has been set. + +### GetSubmissionDate + +`func (o *ModelsWorkflowCertificateRequestModel) GetSubmissionDate() time.Time` + +GetSubmissionDate returns the SubmissionDate field if non-nil, zero value otherwise. + +### GetSubmissionDateOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetSubmissionDateOk() (*time.Time, bool)` + +GetSubmissionDateOk returns a tuple with the SubmissionDate field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetSubmissionDate + +`func (o *ModelsWorkflowCertificateRequestModel) SetSubmissionDate(v time.Time)` + +SetSubmissionDate sets SubmissionDate field to given value. + +### HasSubmissionDate + +`func (o *ModelsWorkflowCertificateRequestModel) HasSubmissionDate() bool` + +HasSubmissionDate returns a boolean if a field has been set. + +### GetCertificateAuthority + +`func (o *ModelsWorkflowCertificateRequestModel) GetCertificateAuthority() string` + +GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise. + +### GetCertificateAuthorityOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetCertificateAuthorityOk() (*string, bool)` + +GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateAuthority + +`func (o *ModelsWorkflowCertificateRequestModel) SetCertificateAuthority(v string)` + +SetCertificateAuthority sets CertificateAuthority field to given value. + +### HasCertificateAuthority + +`func (o *ModelsWorkflowCertificateRequestModel) HasCertificateAuthority() bool` + +HasCertificateAuthority returns a boolean if a field has been set. + +### GetTemplate + +`func (o *ModelsWorkflowCertificateRequestModel) GetTemplate() string` + +GetTemplate returns the Template field if non-nil, zero value otherwise. + +### GetTemplateOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetTemplateOk() (*string, bool)` + +GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetTemplate + +`func (o *ModelsWorkflowCertificateRequestModel) SetTemplate(v string)` + +SetTemplate sets Template field to given value. + +### HasTemplate + +`func (o *ModelsWorkflowCertificateRequestModel) HasTemplate() bool` + +HasTemplate returns a boolean if a field has been set. + +### GetRequester + +`func (o *ModelsWorkflowCertificateRequestModel) GetRequester() string` + +GetRequester returns the Requester field if non-nil, zero value otherwise. + +### GetRequesterOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetRequesterOk() (*string, bool)` + +GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetRequester + +`func (o *ModelsWorkflowCertificateRequestModel) SetRequester(v string)` + +SetRequester sets Requester field to given value. + +### HasRequester + +`func (o *ModelsWorkflowCertificateRequestModel) HasRequester() bool` + +HasRequester returns a boolean if a field has been set. + +### GetState + +`func (o *ModelsWorkflowCertificateRequestModel) GetState() int32` + +GetState returns the State field if non-nil, zero value otherwise. + +### GetStateOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetStateOk() (*int32, bool)` + +GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetState + +`func (o *ModelsWorkflowCertificateRequestModel) SetState(v int32)` + +SetState sets State field to given value. + +### HasState + +`func (o *ModelsWorkflowCertificateRequestModel) HasState() bool` + +HasState returns a boolean if a field has been set. + +### GetStateString + +`func (o *ModelsWorkflowCertificateRequestModel) GetStateString() string` + +GetStateString returns the StateString field if non-nil, zero value otherwise. + +### GetStateStringOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetStateStringOk() (*string, bool)` + +GetStateStringOk returns a tuple with the StateString field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStateString + +`func (o *ModelsWorkflowCertificateRequestModel) SetStateString(v string)` + +SetStateString sets StateString field to given value. + +### HasStateString + +`func (o *ModelsWorkflowCertificateRequestModel) HasStateString() bool` + +HasStateString returns a boolean if a field has been set. + +### GetMetadata + +`func (o *ModelsWorkflowCertificateRequestModel) GetMetadata() map[string]string` + +GetMetadata returns the Metadata field if non-nil, zero value otherwise. + +### GetMetadataOk + +`func (o *ModelsWorkflowCertificateRequestModel) GetMetadataOk() (*map[string]string, bool)` + +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetMetadata + +`func (o *ModelsWorkflowCertificateRequestModel) SetMetadata(v map[string]string)` + +SetMetadata sets Metadata field to given value. + +### HasMetadata + +`func (o *ModelsWorkflowCertificateRequestModel) HasMetadata() bool` + +HasMetadata returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsWorkflowDenialRequest.md b/docs/ModelsWorkflowDenialRequest.md new file mode 100644 index 0000000..aeb1d82 --- /dev/null +++ b/docs/ModelsWorkflowDenialRequest.md @@ -0,0 +1,82 @@ +# ModelsWorkflowDenialRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Comment** | Pointer to **string** | | [optional] +**CertificateRequestIds** | Pointer to **[]int32** | | [optional] + +## Methods + +### NewModelsWorkflowDenialRequest + +`func NewModelsWorkflowDenialRequest() *ModelsWorkflowDenialRequest` + +NewModelsWorkflowDenialRequest instantiates a new ModelsWorkflowDenialRequest 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 + +### NewModelsWorkflowDenialRequestWithDefaults + +`func NewModelsWorkflowDenialRequestWithDefaults() *ModelsWorkflowDenialRequest` + +NewModelsWorkflowDenialRequestWithDefaults instantiates a new ModelsWorkflowDenialRequest 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 + +### GetComment + +`func (o *ModelsWorkflowDenialRequest) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsWorkflowDenialRequest) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsWorkflowDenialRequest) SetComment(v string)` + +SetComment sets Comment field to given value. + +### HasComment + +`func (o *ModelsWorkflowDenialRequest) HasComment() bool` + +HasComment returns a boolean if a field has been set. + +### GetCertificateRequestIds + +`func (o *ModelsWorkflowDenialRequest) GetCertificateRequestIds() []int32` + +GetCertificateRequestIds returns the CertificateRequestIds field if non-nil, zero value otherwise. + +### GetCertificateRequestIdsOk + +`func (o *ModelsWorkflowDenialRequest) GetCertificateRequestIdsOk() (*[]int32, bool)` + +GetCertificateRequestIdsOk returns a tuple with the CertificateRequestIds field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCertificateRequestIds + +`func (o *ModelsWorkflowDenialRequest) SetCertificateRequestIds(v []int32)` + +SetCertificateRequestIds sets CertificateRequestIds field to given value. + +### HasCertificateRequestIds + +`func (o *ModelsWorkflowDenialRequest) HasCertificateRequestIds() bool` + +HasCertificateRequestIds returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/ModelsWorkflowProcessedCertificateRequest.md b/docs/ModelsWorkflowProcessedCertificateRequest.md new file mode 100644 index 0000000..00cf12c --- /dev/null +++ b/docs/ModelsWorkflowProcessedCertificateRequest.md @@ -0,0 +1,186 @@ +# ModelsWorkflowProcessedCertificateRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**CARowId** | Pointer to **int32** | | [optional] [readonly] +**CARequestId** | Pointer to **string** | | [optional] +**CAHost** | Pointer to **string** | | [optional] +**CALogicalName** | Pointer to **string** | | [optional] +**KeyfactorRequestId** | Pointer to **int32** | | [optional] +**Comment** | Pointer to **string** | | [optional] + +## Methods + +### NewModelsWorkflowProcessedCertificateRequest + +`func NewModelsWorkflowProcessedCertificateRequest() *ModelsWorkflowProcessedCertificateRequest` + +NewModelsWorkflowProcessedCertificateRequest instantiates a new ModelsWorkflowProcessedCertificateRequest 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 + +### NewModelsWorkflowProcessedCertificateRequestWithDefaults + +`func NewModelsWorkflowProcessedCertificateRequestWithDefaults() *ModelsWorkflowProcessedCertificateRequest` + +NewModelsWorkflowProcessedCertificateRequestWithDefaults instantiates a new ModelsWorkflowProcessedCertificateRequest 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 + +### GetCARowId + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCARowId() int32` + +GetCARowId returns the CARowId field if non-nil, zero value otherwise. + +### GetCARowIdOk + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCARowIdOk() (*int32, bool)` + +GetCARowIdOk returns a tuple with the CARowId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARowId + +`func (o *ModelsWorkflowProcessedCertificateRequest) SetCARowId(v int32)` + +SetCARowId sets CARowId field to given value. + +### HasCARowId + +`func (o *ModelsWorkflowProcessedCertificateRequest) HasCARowId() bool` + +HasCARowId returns a boolean if a field has been set. + +### GetCARequestId + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCARequestId() string` + +GetCARequestId returns the CARequestId field if non-nil, zero value otherwise. + +### GetCARequestIdOk + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCARequestIdOk() (*string, bool)` + +GetCARequestIdOk returns a tuple with the CARequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCARequestId + +`func (o *ModelsWorkflowProcessedCertificateRequest) SetCARequestId(v string)` + +SetCARequestId sets CARequestId field to given value. + +### HasCARequestId + +`func (o *ModelsWorkflowProcessedCertificateRequest) HasCARequestId() bool` + +HasCARequestId returns a boolean if a field has been set. + +### GetCAHost + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCAHost() string` + +GetCAHost returns the CAHost field if non-nil, zero value otherwise. + +### GetCAHostOk + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCAHostOk() (*string, bool)` + +GetCAHostOk returns a tuple with the CAHost field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCAHost + +`func (o *ModelsWorkflowProcessedCertificateRequest) SetCAHost(v string)` + +SetCAHost sets CAHost field to given value. + +### HasCAHost + +`func (o *ModelsWorkflowProcessedCertificateRequest) HasCAHost() bool` + +HasCAHost returns a boolean if a field has been set. + +### GetCALogicalName + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCALogicalName() string` + +GetCALogicalName returns the CALogicalName field if non-nil, zero value otherwise. + +### GetCALogicalNameOk + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCALogicalNameOk() (*string, bool)` + +GetCALogicalNameOk returns a tuple with the CALogicalName field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetCALogicalName + +`func (o *ModelsWorkflowProcessedCertificateRequest) SetCALogicalName(v string)` + +SetCALogicalName sets CALogicalName field to given value. + +### HasCALogicalName + +`func (o *ModelsWorkflowProcessedCertificateRequest) HasCALogicalName() bool` + +HasCALogicalName returns a boolean if a field has been set. + +### GetKeyfactorRequestId + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestId() int32` + +GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise. + +### GetKeyfactorRequestIdOk + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestIdOk() (*int32, bool)` + +GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetKeyfactorRequestId + +`func (o *ModelsWorkflowProcessedCertificateRequest) SetKeyfactorRequestId(v int32)` + +SetKeyfactorRequestId sets KeyfactorRequestId field to given value. + +### HasKeyfactorRequestId + +`func (o *ModelsWorkflowProcessedCertificateRequest) HasKeyfactorRequestId() bool` + +HasKeyfactorRequestId returns a boolean if a field has been set. + +### GetComment + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetComment() string` + +GetComment returns the Comment field if non-nil, zero value otherwise. + +### GetCommentOk + +`func (o *ModelsWorkflowProcessedCertificateRequest) GetCommentOk() (*string, bool)` + +GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetComment + +`func (o *ModelsWorkflowProcessedCertificateRequest) SetComment(v string)` + +SetComment sets Comment field to given value. + +### HasComment + +`func (o *ModelsWorkflowProcessedCertificateRequest) HasComment() bool` + +HasComment returns a boolean if a field has been set. + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + +