models

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// ContentItemDtoContentItemConflictPROGRESSOFUNPLANNEDWORKITEM captures enum value "PROGRESS_OF_UNPLANNED_WORK_ITEM"
	ContentItemDtoContentItemConflictPROGRESSOFUNPLANNEDWORKITEM string = "PROGRESS_OF_UNPLANNED_WORK_ITEM"

	// ContentItemDtoContentItemConflictWORKINGONACCEPTEDITEM captures enum value "WORKING_ON_ACCEPTED_ITEM"
	ContentItemDtoContentItemConflictWORKINGONACCEPTEDITEM string = "WORKING_ON_ACCEPTED_ITEM"

	// ContentItemDtoContentItemConflictWORKITEMINPROGRESS captures enum value "WORK_ITEM_IN_PROGRESS"
	ContentItemDtoContentItemConflictWORKITEMINPROGRESS string = "WORK_ITEM_IN_PROGRESS"

	// ContentItemDtoContentItemConflictNOINFORMATION captures enum value "NO_INFORMATION"
	ContentItemDtoContentItemConflictNOINFORMATION string = "NO_INFORMATION"

	// ContentItemDtoContentItemConflictACCEPTED captures enum value "ACCEPTED"
	ContentItemDtoContentItemConflictACCEPTED string = "ACCEPTED"
)
View Source
const (

	// DirectoryServerDtoProviderACTIVEDIRECTORY captures enum value "ACTIVE_DIRECTORY"
	DirectoryServerDtoProviderACTIVEDIRECTORY string = "ACTIVE_DIRECTORY"

	// DirectoryServerDtoProviderLDAP captures enum value "LDAP"
	DirectoryServerDtoProviderLDAP string = "LDAP"
)
View Source
const (

	// EnvironmentVersionDtoStatusFAILED captures enum value "FAILED"
	EnvironmentVersionDtoStatusFAILED string = "FAILED"

	// EnvironmentVersionDtoStatusDEPLOYED captures enum value "DEPLOYED"
	EnvironmentVersionDtoStatusDEPLOYED string = "DEPLOYED"

	// EnvironmentVersionDtoStatusSCHEDULED captures enum value "SCHEDULED"
	EnvironmentVersionDtoStatusSCHEDULED string = "SCHEDULED"

	// EnvironmentVersionDtoStatusRUNNING captures enum value "RUNNING"
	EnvironmentVersionDtoStatusRUNNING string = "RUNNING"
)
View Source
const (

	// FreezePeriodDtoFreezePeriodTypeHARD captures enum value "HARD"
	FreezePeriodDtoFreezePeriodTypeHARD string = "HARD"

	// FreezePeriodDtoFreezePeriodTypeSOFT captures enum value "SOFT"
	FreezePeriodDtoFreezePeriodTypeSOFT string = "SOFT"
)
View Source
const (

	// LicenseActivityDtoActivityTypeERROR captures enum value "ERROR"
	LicenseActivityDtoActivityTypeERROR string = "ERROR"

	// LicenseActivityDtoActivityTypeWARNING captures enum value "WARNING"
	LicenseActivityDtoActivityTypeWARNING string = "WARNING"

	// LicenseActivityDtoActivityTypeINFO captures enum value "INFO"
	LicenseActivityDtoActivityTypeINFO string = "INFO"
)
View Source
const (

	// LicenseActivityDtoStatusFINAL captures enum value "FINAL"
	LicenseActivityDtoStatusFINAL string = "FINAL"

	// LicenseActivityDtoStatusACTIVE captures enum value "ACTIVE"
	LicenseActivityDtoStatusACTIVE string = "ACTIVE"

	// LicenseActivityDtoStatusRESOLVED captures enum value "RESOLVED"
	LicenseActivityDtoStatusRESOLVED string = "RESOLVED"
)
View Source
const (

	// MilestonePhaseRelationDtoFinalStatusDONE captures enum value "DONE"
	MilestonePhaseRelationDtoFinalStatusDONE string = "DONE"

	// MilestonePhaseRelationDtoFinalStatusFAILED captures enum value "FAILED"
	MilestonePhaseRelationDtoFinalStatusFAILED string = "FAILED"

	// MilestonePhaseRelationDtoFinalStatusPENDINGAPPROVAL captures enum value "PENDING_APPROVAL"
	MilestonePhaseRelationDtoFinalStatusPENDINGAPPROVAL string = "PENDING_APPROVAL"

	// MilestonePhaseRelationDtoFinalStatusAPPROVED captures enum value "APPROVED"
	MilestonePhaseRelationDtoFinalStatusAPPROVED string = "APPROVED"

	// MilestonePhaseRelationDtoFinalStatusACTIVE captures enum value "ACTIVE"
	MilestonePhaseRelationDtoFinalStatusACTIVE string = "ACTIVE"
)
View Source
const (

	// PhaseDtoApprovalGateMANUAL captures enum value "MANUAL"
	PhaseDtoApprovalGateMANUAL string = "MANUAL"

	// PhaseDtoApprovalGateAUTOMATIC captures enum value "AUTOMATIC"
	PhaseDtoApprovalGateAUTOMATIC string = "AUTOMATIC"

	// PhaseDtoApprovalGateSCHEDULED captures enum value "SCHEDULED"
	PhaseDtoApprovalGateSCHEDULED string = "SCHEDULED"

	// PhaseDtoApprovalGateONFAILURE captures enum value "ON_FAILURE"
	PhaseDtoApprovalGateONFAILURE string = "ON_FAILURE"
)
View Source
const (

	// PhaseExecutionDtoDenyApproveReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	PhaseExecutionDtoDenyApproveReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// PhaseExecutionDtoDenyApproveReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyApproveReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyApproveReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	PhaseExecutionDtoDenyApproveReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// PhaseExecutionDtoDenyApproveReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	PhaseExecutionDtoDenyApproveReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// PhaseExecutionDtoDenyApproveReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	PhaseExecutionDtoDenyApproveReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// PhaseExecutionDtoDenyApproveReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	PhaseExecutionDtoDenyApproveReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// PhaseExecutionDtoDenyApproveReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	PhaseExecutionDtoDenyApproveReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// PhaseExecutionDtoDenyApproveReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyApproveReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyApproveReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	PhaseExecutionDtoDenyApproveReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// PhaseExecutionDtoDenyApproveReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyApproveReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// PhaseExecutionDtoDenyApproveReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyApproveReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// PhaseExecutionDtoDenyStartReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	PhaseExecutionDtoDenyStartReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// PhaseExecutionDtoDenyStartReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyStartReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyStartReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	PhaseExecutionDtoDenyStartReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// PhaseExecutionDtoDenyStartReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	PhaseExecutionDtoDenyStartReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// PhaseExecutionDtoDenyStartReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	PhaseExecutionDtoDenyStartReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// PhaseExecutionDtoDenyStartReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	PhaseExecutionDtoDenyStartReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// PhaseExecutionDtoDenyStartReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	PhaseExecutionDtoDenyStartReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// PhaseExecutionDtoDenyStartReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyStartReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyStartReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	PhaseExecutionDtoDenyStartReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// PhaseExecutionDtoDenyStartReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyStartReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// PhaseExecutionDtoDenyStartReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyStartReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// PhaseExecutionDtoStatusDESIGN captures enum value "DESIGN"
	PhaseExecutionDtoStatusDESIGN string = "DESIGN"

	// PhaseExecutionDtoStatusRUNNING captures enum value "RUNNING"
	PhaseExecutionDtoStatusRUNNING string = "RUNNING"

	// PhaseExecutionDtoStatusRUNNINGWITHFAILURES captures enum value "RUNNING_WITH_FAILURES"
	PhaseExecutionDtoStatusRUNNINGWITHFAILURES string = "RUNNING_WITH_FAILURES"

	// PhaseExecutionDtoStatusSTOPPED captures enum value "STOPPED"
	PhaseExecutionDtoStatusSTOPPED string = "STOPPED"

	// PhaseExecutionDtoStatusDONE captures enum value "DONE"
	PhaseExecutionDtoStatusDONE string = "DONE"

	// PhaseExecutionDtoStatusDONEWITHFAILURES captures enum value "DONE_WITH_FAILURES"
	PhaseExecutionDtoStatusDONEWITHFAILURES string = "DONE_WITH_FAILURES"

	// PhaseExecutionDtoStatusAPPROVED captures enum value "APPROVED"
	PhaseExecutionDtoStatusAPPROVED string = "APPROVED"

	// PhaseExecutionDtoStatusNOTAPPROVED captures enum value "NOT_APPROVED"
	PhaseExecutionDtoStatusNOTAPPROVED string = "NOT_APPROVED"

	// PhaseExecutionDtoStatusFAILEDTORUN captures enum value "FAILED_TO_RUN"
	PhaseExecutionDtoStatusFAILEDTORUN string = "FAILED_TO_RUN"
)
View Source
const (

	// PluginServiceTemplateParameterDtoDirectionINPUTPARAMETER captures enum value "INPUT_PARAMETER"
	PluginServiceTemplateParameterDtoDirectionINPUTPARAMETER string = "INPUT_PARAMETER"

	// PluginServiceTemplateParameterDtoDirectionOUTPUTPARAMETER captures enum value "OUTPUT_PARAMETER"
	PluginServiceTemplateParameterDtoDirectionOUTPUTPARAMETER string = "OUTPUT_PARAMETER"
)
View Source
const (

	// PluginServiceTemplateParameterDtoDisplayTypeSTRING captures enum value "STRING"
	PluginServiceTemplateParameterDtoDisplayTypeSTRING string = "STRING"

	// PluginServiceTemplateParameterDtoDisplayTypePASSWORD captures enum value "PASSWORD"
	PluginServiceTemplateParameterDtoDisplayTypePASSWORD string = "PASSWORD"

	// PluginServiceTemplateParameterDtoDisplayTypeTEXTAREA captures enum value "TEXTAREA"
	PluginServiceTemplateParameterDtoDisplayTypeTEXTAREA string = "TEXTAREA"

	// PluginServiceTemplateParameterDtoDisplayTypeDROPDOWN captures enum value "DROPDOWN"
	PluginServiceTemplateParameterDtoDisplayTypeDROPDOWN string = "DROPDOWN"

	// PluginServiceTemplateParameterDtoDisplayTypeBOOLEAN captures enum value "BOOLEAN"
	PluginServiceTemplateParameterDtoDisplayTypeBOOLEAN string = "BOOLEAN"
)
View Source
const (

	// PluginServiceTemplateParameterDtoParameterMethodIMPORT captures enum value "IMPORT"
	PluginServiceTemplateParameterDtoParameterMethodIMPORT string = "IMPORT"

	// PluginServiceTemplateParameterDtoParameterMethodEXECUTION captures enum value "EXECUTION"
	PluginServiceTemplateParameterDtoParameterMethodEXECUTION string = "EXECUTION"
)
View Source
const (

	// PluginServiceTemplateParameterDtoTypeSTRING captures enum value "STRING"
	PluginServiceTemplateParameterDtoTypeSTRING string = "STRING"

	// PluginServiceTemplateParameterDtoTypePASSWORD captures enum value "PASSWORD"
	PluginServiceTemplateParameterDtoTypePASSWORD string = "PASSWORD"

	// PluginServiceTemplateParameterDtoTypeBOOLEAN captures enum value "BOOLEAN"
	PluginServiceTemplateParameterDtoTypeBOOLEAN string = "BOOLEAN"

	// PluginServiceTemplateParameterDtoTypeLISTOFSTRINGS captures enum value "LIST_OF_STRINGS"
	PluginServiceTemplateParameterDtoTypeLISTOFSTRINGS string = "LIST_OF_STRINGS"
)
View Source
const (

	// ProjectUserDtoNotificationSeverityINFORMATION captures enum value "INFORMATION"
	ProjectUserDtoNotificationSeverityINFORMATION string = "INFORMATION"

	// ProjectUserDtoNotificationSeverityWARNING captures enum value "WARNING"
	ProjectUserDtoNotificationSeverityWARNING string = "WARNING"

	// ProjectUserDtoNotificationSeverityERROR captures enum value "ERROR"
	ProjectUserDtoNotificationSeverityERROR string = "ERROR"

	// ProjectUserDtoNotificationSeverityOFF captures enum value "OFF"
	ProjectUserDtoNotificationSeverityOFF string = "OFF"
)
View Source
const (

	// RecurrenceDtoRecurrencePatternDAILY captures enum value "DAILY"
	RecurrenceDtoRecurrencePatternDAILY string = "DAILY"

	// RecurrenceDtoRecurrencePatternWEEKLY captures enum value "WEEKLY"
	RecurrenceDtoRecurrencePatternWEEKLY string = "WEEKLY"
)
View Source
const (

	// ReleaseExecutionDtoDenyStopReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	ReleaseExecutionDtoDenyStopReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// ReleaseExecutionDtoDenyStopReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	ReleaseExecutionDtoDenyStopReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// ReleaseExecutionDtoDenyStopReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	ReleaseExecutionDtoDenyStopReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// ReleaseExecutionDtoDenyStopReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	ReleaseExecutionDtoDenyStopReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// ReleaseExecutionDtoDenyStopReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	ReleaseExecutionDtoDenyStopReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// ReleaseExecutionDtoDenyStopReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	ReleaseExecutionDtoDenyStopReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// ReleaseExecutionDtoDenyStopReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	ReleaseExecutionDtoDenyStopReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// ReleaseExecutionDtoDenyStopReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	ReleaseExecutionDtoDenyStopReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// ReleaseExecutionDtoDenyStopReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	ReleaseExecutionDtoDenyStopReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// ReleaseExecutionDtoDenyStopReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	ReleaseExecutionDtoDenyStopReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// ReleaseExecutionDtoDenyStopReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	ReleaseExecutionDtoDenyStopReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// ReleaseExecutionDtoStatusDESIGN captures enum value "DESIGN"
	ReleaseExecutionDtoStatusDESIGN string = "DESIGN"

	// ReleaseExecutionDtoStatusRUNNING captures enum value "RUNNING"
	ReleaseExecutionDtoStatusRUNNING string = "RUNNING"

	// ReleaseExecutionDtoStatusRUNNINGWITHFAILURES captures enum value "RUNNING_WITH_FAILURES"
	ReleaseExecutionDtoStatusRUNNINGWITHFAILURES string = "RUNNING_WITH_FAILURES"

	// ReleaseExecutionDtoStatusDONE captures enum value "DONE"
	ReleaseExecutionDtoStatusDONE string = "DONE"
)
View Source
const (

	// ReleaseExecutionDtoStatusReasonSUCCESS captures enum value "SUCCESS"
	ReleaseExecutionDtoStatusReasonSUCCESS string = "SUCCESS"

	// ReleaseExecutionDtoStatusReasonFAILUREDEPLOYMENT captures enum value "FAILURE_DEPLOYMENT"
	ReleaseExecutionDtoStatusReasonFAILUREDEPLOYMENT string = "FAILURE_DEPLOYMENT"

	// ReleaseExecutionDtoStatusReasonFAILUREPERFORMANCE captures enum value "FAILURE_PERFORMANCE"
	ReleaseExecutionDtoStatusReasonFAILUREPERFORMANCE string = "FAILURE_PERFORMANCE"

	// ReleaseExecutionDtoStatusReasonFAILUREENVIRONMENT captures enum value "FAILURE_ENVIRONMENT"
	ReleaseExecutionDtoStatusReasonFAILUREENVIRONMENT string = "FAILURE_ENVIRONMENT"

	// ReleaseExecutionDtoStatusReasonFAILUREFUNCTIONAL captures enum value "FAILURE_FUNCTIONAL"
	ReleaseExecutionDtoStatusReasonFAILUREFUNCTIONAL string = "FAILURE_FUNCTIONAL"

	// ReleaseExecutionDtoStatusReasonFAILUREGENERAL captures enum value "FAILURE_GENERAL"
	ReleaseExecutionDtoStatusReasonFAILUREGENERAL string = "FAILURE_GENERAL"

	// ReleaseExecutionDtoStatusReasonNOTINUSE captures enum value "NOT_IN_USE"
	ReleaseExecutionDtoStatusReasonNOTINUSE string = "NOT_IN_USE"
)
View Source
const (

	// SystemPreferenceDtoTypeSTRING captures enum value "STRING"
	SystemPreferenceDtoTypeSTRING string = "STRING"

	// SystemPreferenceDtoTypePASSWORD captures enum value "PASSWORD"
	SystemPreferenceDtoTypePASSWORD string = "PASSWORD"

	// SystemPreferenceDtoTypeNUMBER captures enum value "NUMBER"
	SystemPreferenceDtoTypeNUMBER string = "NUMBER"
)
View Source
const (

	// TaskExecutionDtoDenyRerunReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	TaskExecutionDtoDenyRerunReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// TaskExecutionDtoDenyRerunReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	TaskExecutionDtoDenyRerunReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// TaskExecutionDtoDenyRerunReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	TaskExecutionDtoDenyRerunReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// TaskExecutionDtoDenyRerunReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	TaskExecutionDtoDenyRerunReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// TaskExecutionDtoDenyRerunReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	TaskExecutionDtoDenyRerunReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// TaskExecutionDtoDenyRerunReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	TaskExecutionDtoDenyRerunReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// TaskExecutionDtoDenyRerunReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	TaskExecutionDtoDenyRerunReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// TaskExecutionDtoDenyRerunReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	TaskExecutionDtoDenyRerunReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// TaskExecutionDtoDenyRerunReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	TaskExecutionDtoDenyRerunReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// TaskExecutionDtoDenyRerunReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	TaskExecutionDtoDenyRerunReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// TaskExecutionDtoDenyRerunReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	TaskExecutionDtoDenyRerunReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// TaskExecutionDtoDetailedStatusSeverityINFORMATION captures enum value "INFORMATION"
	TaskExecutionDtoDetailedStatusSeverityINFORMATION string = "INFORMATION"

	// TaskExecutionDtoDetailedStatusSeverityWARNING captures enum value "WARNING"
	TaskExecutionDtoDetailedStatusSeverityWARNING string = "WARNING"

	// TaskExecutionDtoDetailedStatusSeverityERROR captures enum value "ERROR"
	TaskExecutionDtoDetailedStatusSeverityERROR string = "ERROR"
)
View Source
const (

	// TaskExecutionDtoStatusDESIGN captures enum value "DESIGN"
	TaskExecutionDtoStatusDESIGN string = "DESIGN"

	// TaskExecutionDtoStatusREADY captures enum value "READY"
	TaskExecutionDtoStatusREADY string = "READY"

	// TaskExecutionDtoStatusPENDING captures enum value "PENDING"
	TaskExecutionDtoStatusPENDING string = "PENDING"

	// TaskExecutionDtoStatusRUNNING captures enum value "RUNNING"
	TaskExecutionDtoStatusRUNNING string = "RUNNING"

	// TaskExecutionDtoStatusFAILED captures enum value "FAILED"
	TaskExecutionDtoStatusFAILED string = "FAILED"

	// TaskExecutionDtoStatusSKIPPED captures enum value "SKIPPED"
	TaskExecutionDtoStatusSKIPPED string = "SKIPPED"

	// TaskExecutionDtoStatusDONE captures enum value "DONE"
	TaskExecutionDtoStatusDONE string = "DONE"

	// TaskExecutionDtoStatusDEFERRED captures enum value "DEFERRED"
	TaskExecutionDtoStatusDEFERRED string = "DEFERRED"

	// TaskExecutionDtoStatusSTOPPED captures enum value "STOPPED"
	TaskExecutionDtoStatusSTOPPED string = "STOPPED"

	// TaskExecutionDtoStatusRUNNINGWITHDETAILEDSTATUS captures enum value "RUNNING_WITH_DETAILED_STATUS"
	TaskExecutionDtoStatusRUNNINGWITHDETAILEDSTATUS string = "RUNNING_WITH_DETAILED_STATUS"
)
View Source
const (

	// UserDtoNotificationSeverityINFORMATION captures enum value "INFORMATION"
	UserDtoNotificationSeverityINFORMATION string = "INFORMATION"

	// UserDtoNotificationSeverityWARNING captures enum value "WARNING"
	UserDtoNotificationSeverityWARNING string = "WARNING"

	// UserDtoNotificationSeverityERROR captures enum value "ERROR"
	UserDtoNotificationSeverityERROR string = "ERROR"

	// UserDtoNotificationSeverityOFF captures enum value "OFF"
	UserDtoNotificationSeverityOFF string = "OFF"
)
View Source
const (

	// LicenseActivityDtoClassNameLicenseActivityDto captures enum value "LicenseActivityDto"
	LicenseActivityDtoClassNameLicenseActivityDto string = "LicenseActivityDto"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type APIAccessTokenDto

type APIAccessTokenDto struct {

	// api access token
	APIAccessToken string `json:"apiAccessToken,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// tenant Id
	TenantID string `json:"tenantId,omitempty"`

	// tenant name
	TenantName string `json:"tenantName,omitempty"`
}

APIAccessTokenDto Api access token dto swagger:model ApiAccessTokenDto

func (*APIAccessTokenDto) MarshalBinary

func (m *APIAccessTokenDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*APIAccessTokenDto) UnmarshalBinary

func (m *APIAccessTokenDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*APIAccessTokenDto) Validate

func (m *APIAccessTokenDto) Validate(formats strfmt.Registry) error

Validate validates this Api access token dto

type ApplicationDto

type ApplicationDto struct {

	// application versions
	ApplicationVersions []*ApplicationVersionDto `json:"applicationVersions"`

	// deletable
	Deletable bool `json:"deletable,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// environments
	Environments []*NamedIdentifiableDto `json:"environments"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// parties
	Parties []*PartyDto `json:"parties"`

	// source name
	SourceName string `json:"sourceName,omitempty"`
}

ApplicationDto application dto swagger:model ApplicationDto

func (*ApplicationDto) MarshalBinary

func (m *ApplicationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApplicationDto) UnmarshalBinary

func (m *ApplicationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApplicationDto) Validate

func (m *ApplicationDto) Validate(formats strfmt.Registry) error

Validate validates this application dto

type ApplicationReportDto

type ApplicationReportDto struct {

	// application
	Application *ApplicationDto `json:"application,omitempty"`

	// environment versions
	EnvironmentVersions []*EnvironmentVersionDto `json:"environmentVersions"`
}

ApplicationReportDto application report dto swagger:model ApplicationReportDto

func (*ApplicationReportDto) MarshalBinary

func (m *ApplicationReportDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApplicationReportDto) UnmarshalBinary

func (m *ApplicationReportDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApplicationReportDto) Validate

func (m *ApplicationReportDto) Validate(formats strfmt.Registry) error

Validate validates this application report dto

type ApplicationSourceDto

type ApplicationSourceDto struct {

	// deletable
	Deletable bool `json:"deletable,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// end point
	EndPoint *EndpointDto `json:"endPoint,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// last success sync
	LastSuccessSync int64 `json:"lastSuccessSync,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// support adding application manually
	SupportAddingApplicationManually bool `json:"supportAddingApplicationManually,omitempty"`

	// syncable
	Syncable bool `json:"syncable,omitempty"`
}

ApplicationSourceDto application source dto swagger:model ApplicationSourceDto

func (*ApplicationSourceDto) MarshalBinary

func (m *ApplicationSourceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApplicationSourceDto) UnmarshalBinary

func (m *ApplicationSourceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApplicationSourceDto) Validate

func (m *ApplicationSourceDto) Validate(formats strfmt.Registry) error

Validate validates this application source dto

type ApplicationVersionDto

type ApplicationVersionDto struct {

	// application
	Application *NamedIdentifiableDto `json:"application,omitempty"`

	// based on
	BasedOn *NamedIdentifiableDto `json:"basedOn,omitempty"`

	// build number
	BuildNumber string `json:"buildNumber,omitempty"`

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// commit source
	CommitSource *CommitSourceDto `json:"commitSource,omitempty"`

	// content source
	ContentSource *ContentSourceDto `json:"contentSource,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// dependent by
	DependentBy []*ApplicationVersionDto `json:"dependentBy"`

	// depends on
	DependsOn []*ApplicationVersionDto `json:"dependsOn"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

ApplicationVersionDto application version dto swagger:model ApplicationVersionDto

func (*ApplicationVersionDto) MarshalBinary

func (m *ApplicationVersionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApplicationVersionDto) UnmarshalBinary

func (m *ApplicationVersionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApplicationVersionDto) Validate

func (m *ApplicationVersionDto) Validate(formats strfmt.Registry) error

Validate validates this application version dto

type ApprovedDateNamedIdentifiableDto

type ApprovedDateNamedIdentifiableDto struct {

	// approved date
	ApprovedDate int64 `json:"approvedDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

ApprovedDateNamedIdentifiableDto approved date named identifiable dto swagger:model ApprovedDateNamedIdentifiableDto

func (*ApprovedDateNamedIdentifiableDto) MarshalBinary

func (m *ApprovedDateNamedIdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApprovedDateNamedIdentifiableDto) UnmarshalBinary

func (m *ApprovedDateNamedIdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApprovedDateNamedIdentifiableDto) Validate

Validate validates this approved date named identifiable dto

type ArgumentDto

type ArgumentDto struct {

	// name
	Name string `json:"name,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

ArgumentDto argument dto swagger:model ArgumentDto

func (*ArgumentDto) MarshalBinary

func (m *ArgumentDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ArgumentDto) UnmarshalBinary

func (m *ArgumentDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ArgumentDto) Validate

func (m *ArgumentDto) Validate(formats strfmt.Registry) error

Validate validates this argument dto

type BasicPluginDto

type BasicPluginDto struct {

	// description
	Description string `json:"description,omitempty"`

	// icon Url
	IconURL string `json:"iconUrl,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

BasicPluginDto basic plugin dto swagger:model BasicPluginDto

func (*BasicPluginDto) MarshalBinary

func (m *BasicPluginDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BasicPluginDto) UnmarshalBinary

func (m *BasicPluginDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BasicPluginDto) Validate

func (m *BasicPluginDto) Validate(formats strfmt.Registry) error

Validate validates this basic plugin dto

type BasicPluginServiceParameterDtoObject

type BasicPluginServiceParameterDtoObject struct {

	// id
	ID int64 `json:"id,omitempty"`

	// template parameter Id
	TemplateParameterID int64 `json:"templateParameterId,omitempty"`

	// value
	Value interface{} `json:"value,omitempty"`

	// value Id
	ValueID string `json:"valueId,omitempty"`
}

BasicPluginServiceParameterDtoObject basic plugin service parameter dto object swagger:model BasicPluginServiceParameterDto«object»

func (*BasicPluginServiceParameterDtoObject) MarshalBinary

func (m *BasicPluginServiceParameterDtoObject) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BasicPluginServiceParameterDtoObject) UnmarshalBinary

func (m *BasicPluginServiceParameterDtoObject) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BasicPluginServiceParameterDtoObject) Validate

Validate validates this basic plugin service parameter dto object

type CRUDPermissionsDto

type CRUDPermissionsDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// is create allowed
	IsCreateAllowed bool `json:"isCreateAllowed,omitempty"`

	// is delete allowed
	IsDeleteAllowed bool `json:"isDeleteAllowed,omitempty"`

	// is edit allowed
	IsEditAllowed bool `json:"isEditAllowed,omitempty"`
}

CRUDPermissionsDto c r u d permissions dto swagger:model CRUDPermissionsDto

func (*CRUDPermissionsDto) MarshalBinary

func (m *CRUDPermissionsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CRUDPermissionsDto) UnmarshalBinary

func (m *CRUDPermissionsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CRUDPermissionsDto) Validate

func (m *CRUDPermissionsDto) Validate(formats strfmt.Registry) error

Validate validates this c r u d permissions dto

type ChangePasswordDto

type ChangePasswordDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

ChangePasswordDto change password dto swagger:model ChangePasswordDto

func (*ChangePasswordDto) MarshalBinary

func (m *ChangePasswordDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChangePasswordDto) UnmarshalBinary

func (m *ChangePasswordDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChangePasswordDto) Validate

func (m *ChangePasswordDto) Validate(formats strfmt.Registry) error

Validate validates this change password dto

type ChangeUserPasswordDto

type ChangeUserPasswordDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// new password
	NewPassword string `json:"newPassword,omitempty"`

	// old password
	OldPassword string `json:"oldPassword,omitempty"`
}

ChangeUserPasswordDto change user password dto swagger:model ChangeUserPasswordDto

func (*ChangeUserPasswordDto) MarshalBinary

func (m *ChangeUserPasswordDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChangeUserPasswordDto) UnmarshalBinary

func (m *ChangeUserPasswordDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChangeUserPasswordDto) Validate

func (m *ChangeUserPasswordDto) Validate(formats strfmt.Registry) error

Validate validates this change user password dto

type CommitChangeFileDto

type CommitChangeFileDto struct {

	// change Id
	ChangeID string `json:"changeId,omitempty"`

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// filename
	Filename string `json:"filename,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// is covered
	IsCovered bool `json:"isCovered,omitempty"`

	// is excluded
	IsExcluded bool `json:"isExcluded,omitempty"`

	// test suites
	TestSuites []*TestSuiteDto `json:"testSuites"`
}

CommitChangeFileDto commit change file dto swagger:model CommitChangeFileDto

func (*CommitChangeFileDto) MarshalBinary

func (m *CommitChangeFileDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CommitChangeFileDto) UnmarshalBinary

func (m *CommitChangeFileDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CommitChangeFileDto) Validate

func (m *CommitChangeFileDto) Validate(formats strfmt.Registry) error

Validate validates this commit change file dto

type CommitFilesDto

type CommitFilesDto struct {

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// files
	Files []*CommitChangeFileDto `json:"files"`
}

CommitFilesDto commit files dto swagger:model CommitFilesDto

func (*CommitFilesDto) MarshalBinary

func (m *CommitFilesDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CommitFilesDto) UnmarshalBinary

func (m *CommitFilesDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CommitFilesDto) Validate

func (m *CommitFilesDto) Validate(formats strfmt.Registry) error

Validate validates this commit files dto

type CommitSourceDto

type CommitSourceDto struct {

	// commit regular expression
	CommitRegularExpression string `json:"commitRegularExpression,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// exclude files and folders
	ExcludeFilesAndFolders string `json:"excludeFilesAndFolders,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// include files and folders
	IncludeFilesAndFolders string `json:"includeFilesAndFolders,omitempty"`

	// last import date
	LastImportDate int64 `json:"lastImportDate,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin service
	PluginService *PluginServiceDto `json:"pluginService,omitempty"`
}

CommitSourceDto commit source dto swagger:model CommitSourceDto

func (*CommitSourceDto) MarshalBinary

func (m *CommitSourceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CommitSourceDto) UnmarshalBinary

func (m *CommitSourceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CommitSourceDto) Validate

func (m *CommitSourceDto) Validate(formats strfmt.Registry) error

Validate validates this commit source dto

type ConflictDto

type ConflictDto interface{}

ConflictDto conflict dto swagger:model ConflictDto

type ConnectableEntityDto

type ConnectableEntityDto struct {

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`
}

ConnectableEntityDto connectable entity dto swagger:model ConnectableEntityDto

func (*ConnectableEntityDto) MarshalBinary

func (m *ConnectableEntityDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ConnectableEntityDto) UnmarshalBinary

func (m *ConnectableEntityDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ConnectableEntityDto) Validate

func (m *ConnectableEntityDto) Validate(formats strfmt.Registry) error

Validate validates this connectable entity dto

type ContentItemDto

type ContentItemDto struct {

	// commit files
	CommitFiles []*CommitFilesDto `json:"commitFiles"`

	// content
	Content string `json:"content,omitempty"`

	// content item conflict
	// Enum: [PROGRESS_OF_UNPLANNED_WORK_ITEM WORKING_ON_ACCEPTED_ITEM WORK_ITEM_IN_PROGRESS NO_INFORMATION ACCEPTED]
	ContentItemConflict string `json:"contentItemConflict,omitempty"`

	// content item Url
	ContentItemURL string `json:"contentItemUrl,omitempty"`

	// content source Id
	ContentSourceID int64 `json:"contentSourceId,omitempty"`

	// content type
	ContentType string `json:"contentType,omitempty"`

	// display Id
	DisplayID string `json:"displayId,omitempty"`

	// display type
	DisplayType string `json:"displayType,omitempty"`

	// endpoint
	Endpoint *NamedIdentifiableDto `json:"endpoint,omitempty"`

	// external Id
	ExternalID string `json:"externalId,omitempty"`

	// hierarchy path
	HierarchyPath string `json:"hierarchyPath,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is conflict enable
	IsConflictEnable bool `json:"isConflictEnable,omitempty"`

	// last import date
	LastImportDate int64 `json:"lastImportDate,omitempty"`

	// parent content item
	ParentContentItem *IdentifiableDto `json:"parentContentItem,omitempty"`

	// parent external Id
	ParentExternalID string `json:"parentExternalId,omitempty"`

	// plugin
	Plugin *NamedIdentifiableDto `json:"plugin,omitempty"`

	// release
	Release *NamedVersionedIdentifiableDto `json:"release,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

ContentItemDto content item dto swagger:model ContentItemDto

func (*ContentItemDto) MarshalBinary

func (m *ContentItemDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ContentItemDto) UnmarshalBinary

func (m *ContentItemDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ContentItemDto) Validate

func (m *ContentItemDto) Validate(formats strfmt.Registry) error

Validate validates this content item dto

type ContentSourceDto

type ContentSourceDto struct {

	// content items
	ContentItems []*ContentItemDto `json:"contentItems"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin service
	PluginService *PluginServiceDto `json:"pluginService,omitempty"`
}

ContentSourceDto content source dto swagger:model ContentSourceDto

func (*ContentSourceDto) MarshalBinary

func (m *ContentSourceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ContentSourceDto) UnmarshalBinary

func (m *ContentSourceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ContentSourceDto) Validate

func (m *ContentSourceDto) Validate(formats strfmt.Registry) error

Validate validates this content source dto

type DashboardPermissionsDto

type DashboardPermissionsDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// is upload widget allowed
	IsUploadWidgetAllowed bool `json:"isUploadWidgetAllowed,omitempty"`
}

DashboardPermissionsDto dashboard permissions dto swagger:model DashboardPermissionsDto

func (*DashboardPermissionsDto) MarshalBinary

func (m *DashboardPermissionsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DashboardPermissionsDto) UnmarshalBinary

func (m *DashboardPermissionsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DashboardPermissionsDto) Validate

func (m *DashboardPermissionsDto) Validate(formats strfmt.Registry) error

Validate validates this dashboard permissions dto

type DatabaseDto

type DatabaseDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

DatabaseDto database dto swagger:model DatabaseDto

func (*DatabaseDto) MarshalBinary

func (m *DatabaseDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatabaseDto) UnmarshalBinary

func (m *DatabaseDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatabaseDto) Validate

func (m *DatabaseDto) Validate(formats strfmt.Registry) error

Validate validates this database dto

type DbPropertiesSettingsDto

type DbPropertiesSettingsDto struct {

	// host
	Host string `json:"host,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// password
	Password string `json:"password,omitempty"`

	// port
	Port int32 `json:"port,omitempty"`

	// type
	Type string `json:"type,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

DbPropertiesSettingsDto db properties settings dto swagger:model DbPropertiesSettingsDto

func (*DbPropertiesSettingsDto) MarshalBinary

func (m *DbPropertiesSettingsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DbPropertiesSettingsDto) UnmarshalBinary

func (m *DbPropertiesSettingsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DbPropertiesSettingsDto) Validate

func (m *DbPropertiesSettingsDto) Validate(formats strfmt.Registry) error

Validate validates this db properties settings dto

type DirectoryServerDto

type DirectoryServerDto struct {

	// admin password
	AdminPassword string `json:"adminPassword,omitempty"`

	// admin user
	AdminUser string `json:"adminUser,omitempty"`

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// domain
	Domain string `json:"domain,omitempty"`

	// email attribute mapping
	EmailAttributeMapping string `json:"emailAttributeMapping,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// first name attribute mapping
	FirstNameAttributeMapping string `json:"firstNameAttributeMapping,omitempty"`

	// group search filter
	GroupSearchFilter string `json:"groupSearchFilter,omitempty"`

	// group search pattern
	GroupSearchPattern string `json:"groupSearchPattern,omitempty"`

	// host name
	HostName string `json:"hostName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// last name attribute mapping
	LastNameAttributeMapping string `json:"lastNameAttributeMapping,omitempty"`

	// port
	Port int32 `json:"port,omitempty"`

	// provider
	// Enum: [ACTIVE_DIRECTORY LDAP]
	Provider string `json:"provider,omitempty"`

	// search base
	SearchBase string `json:"searchBase,omitempty"`

	// ssl
	Ssl bool `json:"ssl,omitempty"`

	// user attribute mapping
	UserAttributeMapping string `json:"userAttributeMapping,omitempty"`

	// user d n search pattern
	UserDNSearchPattern string `json:"userDNSearchPattern,omitempty"`

	// user search pattern
	UserSearchPattern string `json:"userSearchPattern,omitempty"`
}

DirectoryServerDto directory server dto swagger:model DirectoryServerDto

func (*DirectoryServerDto) MarshalBinary

func (m *DirectoryServerDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DirectoryServerDto) UnmarshalBinary

func (m *DirectoryServerDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DirectoryServerDto) Validate

func (m *DirectoryServerDto) Validate(formats strfmt.Registry) error

Validate validates this directory server dto

type DslDto

type DslDto struct {

	// kind
	Kind string `json:"kind,omitempty"`
}

DslDto dsl dto swagger:model DslDto

func (*DslDto) MarshalBinary

func (m *DslDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslDto) UnmarshalBinary

func (m *DslDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslDto) Validate

func (m *DslDto) Validate(formats strfmt.Registry) error

Validate validates this dsl dto

type DslIdentifiableDto

type DslIdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// kind
	Kind string `json:"kind,omitempty"`
}

DslIdentifiableDto dsl identifiable dto swagger:model DslIdentifiableDto

func (*DslIdentifiableDto) MarshalBinary

func (m *DslIdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslIdentifiableDto) UnmarshalBinary

func (m *DslIdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslIdentifiableDto) Validate

func (m *DslIdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this dsl identifiable dto

type DslParameterDto

type DslParameterDto struct {

	// name
	Name string `json:"name,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

DslParameterDto dsl parameter dto swagger:model DslParameterDto

func (*DslParameterDto) MarshalBinary

func (m *DslParameterDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslParameterDto) UnmarshalBinary

func (m *DslParameterDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslParameterDto) Validate

func (m *DslParameterDto) Validate(formats strfmt.Registry) error

Validate validates this dsl parameter dto

type DslResponseDto

type DslResponseDto struct {

	// entities
	Entities []*DslIdentifiableDto `json:"entities"`

	// warnings
	Warnings []*DslWarningDto `json:"warnings"`
}

DslResponseDto dsl response dto swagger:model DslResponseDto

func (*DslResponseDto) MarshalBinary

func (m *DslResponseDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslResponseDto) UnmarshalBinary

func (m *DslResponseDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslResponseDto) Validate

func (m *DslResponseDto) Validate(formats strfmt.Registry) error

Validate validates this dsl response dto

type DslTemplateDto

type DslTemplateDto struct {

	// objects
	Objects []*DslDto `json:"objects"`

	// parameters
	Parameters []*DslParameterDto `json:"parameters"`

	// reference
	Reference *DslTemplateReferenceDto `json:"reference,omitempty"`
}

DslTemplateDto dsl template dto swagger:model DslTemplateDto

func (*DslTemplateDto) MarshalBinary

func (m *DslTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslTemplateDto) UnmarshalBinary

func (m *DslTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslTemplateDto) Validate

func (m *DslTemplateDto) Validate(formats strfmt.Registry) error

Validate validates this dsl template dto

type DslTemplateReferenceDto

type DslTemplateReferenceDto struct {

	// file name
	FileName string `json:"fileName,omitempty"`

	// file source
	FileSource string `json:"fileSource,omitempty"`
}

DslTemplateReferenceDto dsl template reference dto swagger:model DslTemplateReferenceDto

func (*DslTemplateReferenceDto) MarshalBinary

func (m *DslTemplateReferenceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslTemplateReferenceDto) UnmarshalBinary

func (m *DslTemplateReferenceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslTemplateReferenceDto) Validate

func (m *DslTemplateReferenceDto) Validate(formats strfmt.Registry) error

Validate validates this dsl template reference dto

type DslWarningDto

type DslWarningDto struct {

	// entity name
	EntityName string `json:"entityName,omitempty"`

	// message code
	MessageCode string `json:"messageCode,omitempty"`

	// names
	Names []string `json:"names"`
}

DslWarningDto dsl warning dto swagger:model DslWarningDto

func (*DslWarningDto) MarshalBinary

func (m *DslWarningDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DslWarningDto) UnmarshalBinary

func (m *DslWarningDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DslWarningDto) Validate

func (m *DslWarningDto) Validate(formats strfmt.Registry) error

Validate validates this dsl warning dto

type DynamicValuesInputDto

type DynamicValuesInputDto struct {

	// endpoint Id
	EndpointID int64 `json:"endpointId,omitempty"`

	// plugin service context
	PluginServiceContext []*KeyValueDto `json:"pluginServiceContext"`
}

DynamicValuesInputDto dynamic values input dto swagger:model DynamicValuesInputDto

func (*DynamicValuesInputDto) MarshalBinary

func (m *DynamicValuesInputDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicValuesInputDto) UnmarshalBinary

func (m *DynamicValuesInputDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicValuesInputDto) Validate

func (m *DynamicValuesInputDto) Validate(formats strfmt.Registry) error

Validate validates this dynamic values input dto

type EmailNotificationDto

type EmailNotificationDto struct {

	// changed by sanitizer
	ChangedBySanitizer bool `json:"changedBySanitizer,omitempty"`

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// content
	Content string `json:"content,omitempty"`

	// default content
	DefaultContent string `json:"defaultContent,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// modification date
	ModificationDate int64 `json:"modificationDate,omitempty"`

	// modifier
	Modifier *UserDto `json:"modifier,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

EmailNotificationDto email notification dto swagger:model EmailNotificationDto

func (*EmailNotificationDto) MarshalBinary

func (m *EmailNotificationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmailNotificationDto) UnmarshalBinary

func (m *EmailNotificationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmailNotificationDto) Validate

func (m *EmailNotificationDto) Validate(formats strfmt.Registry) error

Validate validates this email notification dto

type EmailNotificationMessageDto

type EmailNotificationMessageDto struct {

	// changed by sanitizer
	ChangedBySanitizer bool `json:"changedBySanitizer,omitempty"`

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// content
	Content string `json:"content,omitempty"`

	// default content
	DefaultContent string `json:"defaultContent,omitempty"`

	// default subject
	DefaultSubject string `json:"defaultSubject,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// modification date
	ModificationDate int64 `json:"modificationDate,omitempty"`

	// modifier
	Modifier *UserDto `json:"modifier,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// subject
	Subject string `json:"subject,omitempty"`
}

EmailNotificationMessageDto email notification message dto swagger:model EmailNotificationMessageDto

func (*EmailNotificationMessageDto) MarshalBinary

func (m *EmailNotificationMessageDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmailNotificationMessageDto) UnmarshalBinary

func (m *EmailNotificationMessageDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmailNotificationMessageDto) Validate

func (m *EmailNotificationMessageDto) Validate(formats strfmt.Registry) error

Validate validates this email notification message dto

type EmailNotificationServerDto

type EmailNotificationServerDto struct {

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// destination email
	DestinationEmail string `json:"destinationEmail,omitempty"`

	// host
	Host string `json:"host,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is enabled
	IsEnabled bool `json:"isEnabled,omitempty"`

	// is s s l
	IsSSL bool `json:"isSSL,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// password
	Password string `json:"password,omitempty"`

	// port
	Port int32 `json:"port,omitempty"`

	// sender
	Sender string `json:"sender,omitempty"`

	// sender display name
	SenderDisplayName string `json:"senderDisplayName,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

EmailNotificationServerDto email notification server dto swagger:model EmailNotificationServerDto

func (*EmailNotificationServerDto) MarshalBinary

func (m *EmailNotificationServerDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmailNotificationServerDto) UnmarshalBinary

func (m *EmailNotificationServerDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmailNotificationServerDto) Validate

func (m *EmailNotificationServerDto) Validate(formats strfmt.Registry) error

Validate validates this email notification server dto

type EmailNotificationTemplateDto

type EmailNotificationTemplateDto struct {

	// changed by sanitizer
	ChangedBySanitizer bool `json:"changedBySanitizer,omitempty"`

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// content
	Content string `json:"content,omitempty"`

	// default content
	DefaultContent string `json:"defaultContent,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// modification date
	ModificationDate int64 `json:"modificationDate,omitempty"`

	// modifier
	Modifier *UserDto `json:"modifier,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

EmailNotificationTemplateDto email notification template dto swagger:model EmailNotificationTemplateDto

func (*EmailNotificationTemplateDto) MarshalBinary

func (m *EmailNotificationTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmailNotificationTemplateDto) UnmarshalBinary

func (m *EmailNotificationTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmailNotificationTemplateDto) Validate

func (m *EmailNotificationTemplateDto) Validate(formats strfmt.Registry) error

Validate validates this email notification template dto

type EnablementDto

type EnablementDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

EnablementDto enablement dto swagger:model EnablementDto

func (*EnablementDto) MarshalBinary

func (m *EnablementDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnablementDto) UnmarshalBinary

func (m *EnablementDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnablementDto) Validate

func (m *EnablementDto) Validate(formats strfmt.Registry) error

Validate validates this enablement dto

type EndpointDto

type EndpointDto struct {

	// applications
	Applications []*ApplicationDto `json:"applications"`

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// description
	Description string `json:"description,omitempty"`

	// environments
	Environments []*EnvironmentDto `json:"environments"`

	// id
	ID int64 `json:"id,omitempty"`

	// in use
	InUse bool `json:"inUse,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin service
	PluginService *PluginServiceDto `json:"pluginService,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

EndpointDto endpoint dto swagger:model EndpointDto

func (*EndpointDto) MarshalBinary

func (m *EndpointDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EndpointDto) UnmarshalBinary

func (m *EndpointDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EndpointDto) Validate

func (m *EndpointDto) Validate(formats strfmt.Registry) error

Validate validates this endpoint dto

type EndpointTemplateDto

type EndpointTemplateDto struct {

	// connectivity test
	ConnectivityTest bool `json:"connectivityTest,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is plugin endpoint exist
	IsPluginEndpointExist bool `json:"isPluginEndpointExist,omitempty"`

	// is taggable
	IsTaggable bool `json:"isTaggable,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin endpoints optional
	PluginEndpointsOptional bool `json:"pluginEndpointsOptional,omitempty"`

	// plugin Id
	PluginID int64 `json:"pluginId,omitempty"`

	// plugin name
	PluginName string `json:"pluginName,omitempty"`

	// service type
	ServiceType string `json:"serviceType,omitempty"`

	// template parameters
	TemplateParameters []*PluginServiceTemplateParameterDto `json:"templateParameters"`

	// type
	Type string `json:"type,omitempty"`

	// url
	URL string `json:"url,omitempty"`
}

EndpointTemplateDto endpoint template dto swagger:model EndpointTemplateDto

func (*EndpointTemplateDto) MarshalBinary

func (m *EndpointTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EndpointTemplateDto) UnmarshalBinary

func (m *EndpointTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EndpointTemplateDto) Validate

func (m *EndpointTemplateDto) Validate(formats strfmt.Registry) error

Validate validates this endpoint template dto

type EnvironmentDto

type EnvironmentDto struct {

	// applications
	Applications []*ShallowApplicationDto `json:"applications"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is production
	IsProduction bool `json:"isProduction,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// project
	Project *NamedIdentifiableDto `json:"project,omitempty"`
}

EnvironmentDto environment dto swagger:model EnvironmentDto

func (*EnvironmentDto) MarshalBinary

func (m *EnvironmentDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnvironmentDto) UnmarshalBinary

func (m *EnvironmentDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnvironmentDto) Validate

func (m *EnvironmentDto) Validate(formats strfmt.Registry) error

Validate validates this environment dto

type EnvironmentEntitiesDto

type EnvironmentEntitiesDto struct {

	// freeze periods
	FreezePeriods []*FreezePeriodDto `json:"freezePeriods"`

	// maintenance windows
	MaintenanceWindows []*MaintenanceWindowDto `json:"maintenanceWindows"`

	// phases
	Phases []*PhaseDto `json:"phases"`
}

EnvironmentEntitiesDto environment entities dto swagger:model EnvironmentEntitiesDto

func (*EnvironmentEntitiesDto) MarshalBinary

func (m *EnvironmentEntitiesDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnvironmentEntitiesDto) UnmarshalBinary

func (m *EnvironmentEntitiesDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnvironmentEntitiesDto) Validate

func (m *EnvironmentEntitiesDto) Validate(formats strfmt.Registry) error

Validate validates this environment entities dto

type EnvironmentVersionDto

type EnvironmentVersionDto struct {

	// application
	Application *NamedIdentifiableDto `json:"application,omitempty"`

	// application version
	ApplicationVersion *NamedIdentifiableDto `json:"applicationVersion,omitempty"`

	// build number
	BuildNumber string `json:"buildNumber,omitempty"`

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// environment
	Environment *NamedIdentifiableDto `json:"environment,omitempty"`

	// external status
	ExternalStatus string `json:"externalStatus,omitempty"`

	// phase
	Phase *NamedIdentifiableDto `json:"phase,omitempty"`

	// promotion date
	PromotionDate int64 `json:"promotionDate,omitempty"`

	// release
	Release *NamedIdentifiableDto `json:"release,omitempty"`

	// status
	// Enum: [FAILED DEPLOYED SCHEDULED RUNNING]
	Status string `json:"status,omitempty"`

	// task
	Task *NamedIdentifiableDto `json:"task,omitempty"`
}

EnvironmentVersionDto environment version dto swagger:model EnvironmentVersionDto

func (*EnvironmentVersionDto) MarshalBinary

func (m *EnvironmentVersionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnvironmentVersionDto) UnmarshalBinary

func (m *EnvironmentVersionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnvironmentVersionDto) Validate

func (m *EnvironmentVersionDto) Validate(formats strfmt.Registry) error

Validate validates this environment version dto

type FreezePeriodDto

type FreezePeriodDto struct {

	// description
	Description string `json:"description,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// environments
	Environments []*EnvironmentDto `json:"environments"`

	// excluded releases
	ExcludedReleases []*NamedVersionedIdentifiableDto `json:"excludedReleases"`

	// freeze period type
	// Enum: [HARD SOFT]
	FreezePeriodType string `json:"freezePeriodType,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is enabled
	IsEnabled bool `json:"isEnabled,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`
}

FreezePeriodDto freeze period dto swagger:model FreezePeriodDto

func (*FreezePeriodDto) MarshalBinary

func (m *FreezePeriodDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FreezePeriodDto) UnmarshalBinary

func (m *FreezePeriodDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FreezePeriodDto) Validate

func (m *FreezePeriodDto) Validate(formats strfmt.Registry) error

Validate validates this freeze period dto

type HelpAboutDto

type HelpAboutDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

HelpAboutDto help about dto swagger:model HelpAboutDto

func (*HelpAboutDto) MarshalBinary

func (m *HelpAboutDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HelpAboutDto) UnmarshalBinary

func (m *HelpAboutDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HelpAboutDto) Validate

func (m *HelpAboutDto) Validate(formats strfmt.Registry) error

Validate validates this help about dto

type IdentifiableDto

type IdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`
}

IdentifiableDto identifiable dto swagger:model IdentifiableDto

func (*IdentifiableDto) MarshalBinary

func (m *IdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IdentifiableDto) UnmarshalBinary

func (m *IdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IdentifiableDto) Validate

func (m *IdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this identifiable dto

type InvitationDto

type InvitationDto struct {

	// emails
	Emails []string `json:"emails"`

	// message
	Message string `json:"message,omitempty"`
}

InvitationDto invitation dto swagger:model InvitationDto

func (*InvitationDto) MarshalBinary

func (m *InvitationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InvitationDto) UnmarshalBinary

func (m *InvitationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InvitationDto) Validate

func (m *InvitationDto) Validate(formats strfmt.Registry) error

Validate validates this invitation dto

type JSON

type JSON interface{}

JSON Json swagger:model Json

type KeyValueDto

type KeyValueDto struct {

	// key
	Key string `json:"key,omitempty"`

	// pair
	Pair *PairDto `json:"pair,omitempty"`
}

KeyValueDto key value dto swagger:model KeyValueDto

func (*KeyValueDto) MarshalBinary

func (m *KeyValueDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*KeyValueDto) UnmarshalBinary

func (m *KeyValueDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*KeyValueDto) Validate

func (m *KeyValueDto) Validate(formats strfmt.Registry) error

Validate validates this key value dto

type LanguageDto

type LanguageDto struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

LanguageDto language dto swagger:model LanguageDto

func (*LanguageDto) MarshalBinary

func (m *LanguageDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LanguageDto) UnmarshalBinary

func (m *LanguageDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LanguageDto) Validate

func (m *LanguageDto) Validate(formats strfmt.Registry) error

Validate validates this language dto

type LicenseActivityContentDto

type LicenseActivityContentDto struct {

	// company email domain
	CompanyEmailDomain string `json:"companyEmailDomain,omitempty"`

	// concurrent running releases
	ConcurrentRunningReleases int32 `json:"concurrentRunningReleases,omitempty"`

	// covered by broadcom subscription p l a
	CoveredByBroadcomSubscriptionPLA bool `json:"coveredByBroadcomSubscriptionPLA,omitempty"`

	// department charge identifier
	DepartmentChargeIdentifier string `json:"departmentChargeIdentifier,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// enterprise site Id
	EnterpriseSiteID int64 `json:"enterpriseSiteId,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// instance Id
	InstanceID string `json:"instanceId,omitempty"`

	// last collection date
	LastCollectionDate int64 `json:"lastCollectionDate,omitempty"`

	// last collection status
	LastCollectionStatus string `json:"lastCollectionStatus,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// product version name
	ProductVersionName string `json:"productVersionName,omitempty"`

	// proxy password
	ProxyPassword string `json:"proxyPassword,omitempty"`

	// proxy URL
	ProxyURL string `json:"proxyURL,omitempty"`

	// proxy username
	ProxyUsername string `json:"proxyUsername,omitempty"`

	// use proxy
	UseProxy bool `json:"useProxy,omitempty"`
}

LicenseActivityContentDto license activity content dto swagger:model LicenseActivityContentDto

func (*LicenseActivityContentDto) MarshalBinary

func (m *LicenseActivityContentDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LicenseActivityContentDto) UnmarshalBinary

func (m *LicenseActivityContentDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LicenseActivityContentDto) Validate

func (m *LicenseActivityContentDto) Validate(formats strfmt.Registry) error

Validate validates this license activity content dto

type LicenseActivityDto

type LicenseActivityDto struct {

	// activity type
	// Enum: [ERROR WARNING INFO]
	ActivityType string `json:"activityType,omitempty"`

	// class name
	// Required: true
	// Enum: [LicenseActivityDto]
	ClassName *string `json:"className"`

	// content
	Content *LicenseActivityContentDto `json:"content,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// creator
	Creator *UserDto `json:"creator,omitempty"`

	// entity name
	EntityName string `json:"entityName,omitempty"`

	// event category name
	EventCategoryName string `json:"eventCategoryName,omitempty"`

	// event name
	EventName string `json:"eventName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// phase Id
	PhaseID int64 `json:"phaseId,omitempty"`

	// project
	Project *NamedIdentifiableDto `json:"project,omitempty"`

	// release Id
	ReleaseID int64 `json:"releaseId,omitempty"`

	// status
	// Enum: [FINAL ACTIVE RESOLVED]
	Status string `json:"status,omitempty"`

	// task Id
	TaskID int64 `json:"taskId,omitempty"`
}

LicenseActivityDto license activity dto swagger:model LicenseActivityDto

func (*LicenseActivityDto) MarshalBinary

func (m *LicenseActivityDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LicenseActivityDto) UnmarshalBinary

func (m *LicenseActivityDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LicenseActivityDto) Validate

func (m *LicenseActivityDto) Validate(formats strfmt.Registry) error

Validate validates this license activity dto

type ListHolderDto

type ListHolderDto struct {

	// data
	Data []interface{} `json:"data"`
}

ListHolderDto list holder dto swagger:model ListHolderDto

func (*ListHolderDto) MarshalBinary

func (m *ListHolderDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDto) UnmarshalBinary

func (m *ListHolderDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDto) Validate

func (m *ListHolderDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto

type ListHolderDtoDirectoryServerDto

type ListHolderDtoDirectoryServerDto struct {

	// data
	Data []*DirectoryServerDto `json:"data"`
}

ListHolderDtoDirectoryServerDto list holder dto directory server dto swagger:model ListHolderDto«DirectoryServerDto»

func (*ListHolderDtoDirectoryServerDto) MarshalBinary

func (m *ListHolderDtoDirectoryServerDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoDirectoryServerDto) UnmarshalBinary

func (m *ListHolderDtoDirectoryServerDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoDirectoryServerDto) Validate

Validate validates this list holder dto directory server dto

type ListHolderDtoEmailNotificationDto

type ListHolderDtoEmailNotificationDto struct {

	// data
	Data []*EmailNotificationDto `json:"data"`
}

ListHolderDtoEmailNotificationDto list holder dto email notification dto swagger:model ListHolderDto«EmailNotificationDto»

func (*ListHolderDtoEmailNotificationDto) MarshalBinary

func (m *ListHolderDtoEmailNotificationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoEmailNotificationDto) UnmarshalBinary

func (m *ListHolderDtoEmailNotificationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoEmailNotificationDto) Validate

Validate validates this list holder dto email notification dto

type ListHolderDtoEmailNotificationServerDto

type ListHolderDtoEmailNotificationServerDto struct {

	// data
	Data []*EmailNotificationServerDto `json:"data"`
}

ListHolderDtoEmailNotificationServerDto list holder dto email notification server dto swagger:model ListHolderDto«EmailNotificationServerDto»

func (*ListHolderDtoEmailNotificationServerDto) MarshalBinary

func (m *ListHolderDtoEmailNotificationServerDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoEmailNotificationServerDto) UnmarshalBinary

func (m *ListHolderDtoEmailNotificationServerDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoEmailNotificationServerDto) Validate

Validate validates this list holder dto email notification server dto

type ListHolderDtoEmailNotificationTemplateDto

type ListHolderDtoEmailNotificationTemplateDto struct {

	// data
	Data []*EmailNotificationTemplateDto `json:"data"`
}

ListHolderDtoEmailNotificationTemplateDto list holder dto email notification template dto swagger:model ListHolderDto«EmailNotificationTemplateDto»

func (*ListHolderDtoEmailNotificationTemplateDto) MarshalBinary

func (m *ListHolderDtoEmailNotificationTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoEmailNotificationTemplateDto) UnmarshalBinary

func (m *ListHolderDtoEmailNotificationTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoEmailNotificationTemplateDto) Validate

Validate validates this list holder dto email notification template dto

type ListHolderDtoEndpointDto

type ListHolderDtoEndpointDto struct {

	// data
	Data []*EndpointDto `json:"data"`
}

ListHolderDtoEndpointDto list holder dto endpoint dto swagger:model ListHolderDto«EndpointDto»

func (*ListHolderDtoEndpointDto) MarshalBinary

func (m *ListHolderDtoEndpointDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoEndpointDto) UnmarshalBinary

func (m *ListHolderDtoEndpointDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoEndpointDto) Validate

func (m *ListHolderDtoEndpointDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto endpoint dto

type ListHolderDtoEndpointTemplateDto

type ListHolderDtoEndpointTemplateDto struct {

	// data
	Data []*EndpointTemplateDto `json:"data"`
}

ListHolderDtoEndpointTemplateDto list holder dto endpoint template dto swagger:model ListHolderDto«EndpointTemplateDto»

func (*ListHolderDtoEndpointTemplateDto) MarshalBinary

func (m *ListHolderDtoEndpointTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoEndpointTemplateDto) UnmarshalBinary

func (m *ListHolderDtoEndpointTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoEndpointTemplateDto) Validate

Validate validates this list holder dto endpoint template dto

type ListHolderDtoEnvironmentDto

type ListHolderDtoEnvironmentDto struct {

	// data
	Data []*EnvironmentDto `json:"data"`
}

ListHolderDtoEnvironmentDto list holder dto environment dto swagger:model ListHolderDto«EnvironmentDto»

func (*ListHolderDtoEnvironmentDto) MarshalBinary

func (m *ListHolderDtoEnvironmentDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoEnvironmentDto) UnmarshalBinary

func (m *ListHolderDtoEnvironmentDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoEnvironmentDto) Validate

func (m *ListHolderDtoEnvironmentDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto environment dto

type ListHolderDtoFreezePeriodDto

type ListHolderDtoFreezePeriodDto struct {

	// data
	Data []*FreezePeriodDto `json:"data"`
}

ListHolderDtoFreezePeriodDto list holder dto freeze period dto swagger:model ListHolderDto«FreezePeriodDto»

func (*ListHolderDtoFreezePeriodDto) MarshalBinary

func (m *ListHolderDtoFreezePeriodDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoFreezePeriodDto) UnmarshalBinary

func (m *ListHolderDtoFreezePeriodDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoFreezePeriodDto) Validate

func (m *ListHolderDtoFreezePeriodDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto freeze period dto

type ListHolderDtoMaintenanceWindowDto

type ListHolderDtoMaintenanceWindowDto struct {

	// data
	Data []*MaintenanceWindowDto `json:"data"`
}

ListHolderDtoMaintenanceWindowDto list holder dto maintenance window dto swagger:model ListHolderDto«MaintenanceWindowDto»

func (*ListHolderDtoMaintenanceWindowDto) MarshalBinary

func (m *ListHolderDtoMaintenanceWindowDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoMaintenanceWindowDto) UnmarshalBinary

func (m *ListHolderDtoMaintenanceWindowDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoMaintenanceWindowDto) Validate

Validate validates this list holder dto maintenance window dto

type ListHolderDtoPartyDto

type ListHolderDtoPartyDto struct {

	// data
	Data []*PartyDto `json:"data"`
}

ListHolderDtoPartyDto list holder dto party dto swagger:model ListHolderDto«PartyDto»

func (*ListHolderDtoPartyDto) MarshalBinary

func (m *ListHolderDtoPartyDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoPartyDto) UnmarshalBinary

func (m *ListHolderDtoPartyDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoPartyDto) Validate

func (m *ListHolderDtoPartyDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto party dto

type ListHolderDtoPermissionDto

type ListHolderDtoPermissionDto struct {

	// data
	Data []*PermissionDto `json:"data"`
}

ListHolderDtoPermissionDto list holder dto permission dto swagger:model ListHolderDto«PermissionDto»

func (*ListHolderDtoPermissionDto) MarshalBinary

func (m *ListHolderDtoPermissionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoPermissionDto) UnmarshalBinary

func (m *ListHolderDtoPermissionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoPermissionDto) Validate

func (m *ListHolderDtoPermissionDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto permission dto

type ListHolderDtoPluginDto

type ListHolderDtoPluginDto struct {

	// data
	Data []*PluginDto `json:"data"`
}

ListHolderDtoPluginDto list holder dto plugin dto swagger:model ListHolderDto«PluginDto»

func (*ListHolderDtoPluginDto) MarshalBinary

func (m *ListHolderDtoPluginDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoPluginDto) UnmarshalBinary

func (m *ListHolderDtoPluginDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoPluginDto) Validate

func (m *ListHolderDtoPluginDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto plugin dto

type ListHolderDtoPluginServiceTemplateDto

type ListHolderDtoPluginServiceTemplateDto struct {

	// data
	Data []*PluginServiceTemplateDto `json:"data"`
}

ListHolderDtoPluginServiceTemplateDto list holder dto plugin service template dto swagger:model ListHolderDto«PluginServiceTemplateDto»

func (*ListHolderDtoPluginServiceTemplateDto) MarshalBinary

func (m *ListHolderDtoPluginServiceTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoPluginServiceTemplateDto) UnmarshalBinary

func (m *ListHolderDtoPluginServiceTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoPluginServiceTemplateDto) Validate

Validate validates this list holder dto plugin service template dto

type ListHolderDtoRoleDto

type ListHolderDtoRoleDto struct {

	// data
	Data []*RoleDto `json:"data"`
}

ListHolderDtoRoleDto list holder dto role dto swagger:model ListHolderDto«RoleDto»

func (*ListHolderDtoRoleDto) MarshalBinary

func (m *ListHolderDtoRoleDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoRoleDto) UnmarshalBinary

func (m *ListHolderDtoRoleDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoRoleDto) Validate

func (m *ListHolderDtoRoleDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto role dto

type ListHolderDtoSamlDomainDto

type ListHolderDtoSamlDomainDto struct {

	// data
	Data []*SamlDomainDto `json:"data"`
}

ListHolderDtoSamlDomainDto list holder dto saml domain dto swagger:model ListHolderDto«SamlDomainDto»

func (*ListHolderDtoSamlDomainDto) MarshalBinary

func (m *ListHolderDtoSamlDomainDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoSamlDomainDto) UnmarshalBinary

func (m *ListHolderDtoSamlDomainDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoSamlDomainDto) Validate

func (m *ListHolderDtoSamlDomainDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto saml domain dto

type ListHolderDtoTenantDto

type ListHolderDtoTenantDto struct {

	// data
	Data []*TenantDto `json:"data"`
}

ListHolderDtoTenantDto list holder dto tenant dto swagger:model ListHolderDto«TenantDto»

func (*ListHolderDtoTenantDto) MarshalBinary

func (m *ListHolderDtoTenantDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoTenantDto) UnmarshalBinary

func (m *ListHolderDtoTenantDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoTenantDto) Validate

func (m *ListHolderDtoTenantDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto tenant dto

type ListHolderDtoUserDto

type ListHolderDtoUserDto struct {

	// data
	Data []*UserDto `json:"data"`
}

ListHolderDtoUserDto list holder dto user dto swagger:model ListHolderDto«UserDto»

func (*ListHolderDtoUserDto) MarshalBinary

func (m *ListHolderDtoUserDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoUserDto) UnmarshalBinary

func (m *ListHolderDtoUserDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoUserDto) Validate

func (m *ListHolderDtoUserDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto user dto

type ListHolderDtoUserGroupDto

type ListHolderDtoUserGroupDto struct {

	// data
	Data []*UserGroupDto `json:"data"`
}

ListHolderDtoUserGroupDto list holder dto user group dto swagger:model ListHolderDto«UserGroupDto»

func (*ListHolderDtoUserGroupDto) MarshalBinary

func (m *ListHolderDtoUserGroupDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoUserGroupDto) UnmarshalBinary

func (m *ListHolderDtoUserGroupDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoUserGroupDto) Validate

func (m *ListHolderDtoUserGroupDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto user group dto

type MaintenanceWindowDto

type MaintenanceWindowDto struct {

	// description
	Description string `json:"description,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// environments
	Environments []*EnvironmentDto `json:"environments"`

	// id
	ID int64 `json:"id,omitempty"`

	// is disabled
	IsDisabled bool `json:"isDisabled,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`
}

MaintenanceWindowDto maintenance window dto swagger:model MaintenanceWindowDto

func (*MaintenanceWindowDto) MarshalBinary

func (m *MaintenanceWindowDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MaintenanceWindowDto) UnmarshalBinary

func (m *MaintenanceWindowDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MaintenanceWindowDto) Validate

func (m *MaintenanceWindowDto) Validate(formats strfmt.Registry) error

Validate validates this maintenance window dto

type MapStringString

type MapStringString map[string]string

MapStringString map string string swagger:model Map«string,string»

func (MapStringString) Validate

func (m MapStringString) Validate(formats strfmt.Registry) error

Validate validates this map string string

type MessageDto

type MessageDto struct {

	// message
	Message string `json:"message,omitempty"`
}

MessageDto message dto swagger:model MessageDto

func (*MessageDto) MarshalBinary

func (m *MessageDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MessageDto) UnmarshalBinary

func (m *MessageDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MessageDto) Validate

func (m *MessageDto) Validate(formats strfmt.Registry) error

Validate validates this message dto

type MicroservicesDto

type MicroservicesDto struct {

	// cds enabled
	CdsEnabled bool `json:"cdsEnabled,omitempty"`

	// cds Url
	CdsURL string `json:"cdsUrl,omitempty"`

	// cta enabled
	CtaEnabled bool `json:"ctaEnabled,omitempty"`

	// cta Url
	CtaURL string `json:"ctaUrl,omitempty"`

	// tar enabled
	TarEnabled bool `json:"tarEnabled,omitempty"`

	// tar Url
	TarURL string `json:"tarUrl,omitempty"`
}

MicroservicesDto microservices dto swagger:model MicroservicesDto

func (*MicroservicesDto) MarshalBinary

func (m *MicroservicesDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MicroservicesDto) UnmarshalBinary

func (m *MicroservicesDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MicroservicesDto) Validate

func (m *MicroservicesDto) Validate(formats strfmt.Registry) error

Validate validates this microservices dto

type MilestoneDto

type MilestoneDto struct {

	// description
	Description string `json:"description,omitempty"`

	// due date
	DueDate int64 `json:"dueDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is approval required
	IsApprovalRequired bool `json:"isApprovalRequired,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

MilestoneDto milestone dto swagger:model MilestoneDto

func (*MilestoneDto) MarshalBinary

func (m *MilestoneDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MilestoneDto) UnmarshalBinary

func (m *MilestoneDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MilestoneDto) Validate

func (m *MilestoneDto) Validate(formats strfmt.Registry) error

Validate validates this milestone dto

type MilestonePhaseRelationDto

type MilestonePhaseRelationDto struct {

	// final status
	// Enum: [DONE FAILED PENDING_APPROVAL APPROVED ACTIVE]
	FinalStatus string `json:"finalStatus,omitempty"`

	// milestone
	Milestone *MilestoneDto `json:"milestone,omitempty"`
}

MilestonePhaseRelationDto milestone phase relation dto swagger:model MilestonePhaseRelationDto

func (*MilestonePhaseRelationDto) MarshalBinary

func (m *MilestonePhaseRelationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MilestonePhaseRelationDto) UnmarshalBinary

func (m *MilestonePhaseRelationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MilestonePhaseRelationDto) Validate

func (m *MilestonePhaseRelationDto) Validate(formats strfmt.Registry) error

Validate validates this milestone phase relation dto

type NamedIdentifiableDto

type NamedIdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

NamedIdentifiableDto named identifiable dto swagger:model NamedIdentifiableDto

func (*NamedIdentifiableDto) MarshalBinary

func (m *NamedIdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NamedIdentifiableDto) UnmarshalBinary

func (m *NamedIdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NamedIdentifiableDto) Validate

func (m *NamedIdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this named identifiable dto

type NamedVersionedIdentifiableDto

type NamedVersionedIdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// project
	Project *NamedIdentifiableDto `json:"project,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

NamedVersionedIdentifiableDto named versioned identifiable dto swagger:model NamedVersionedIdentifiableDto

func (*NamedVersionedIdentifiableDto) MarshalBinary

func (m *NamedVersionedIdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NamedVersionedIdentifiableDto) UnmarshalBinary

func (m *NamedVersionedIdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NamedVersionedIdentifiableDto) Validate

func (m *NamedVersionedIdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this named versioned identifiable dto

type NavigationGuidanceDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// service provider
	ServiceProvider string `json:"serviceProvider,omitempty"`

	// url
	URL string `json:"url,omitempty"`
}

NavigationGuidanceDto navigation guidance dto swagger:model NavigationGuidanceDto

func (m *NavigationGuidanceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (m *NavigationGuidanceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (m *NavigationGuidanceDto) Validate(formats strfmt.Registry) error

Validate validates this navigation guidance dto

type POPPermissionDto

type POPPermissionDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// is plugin proxy enabled
	IsPluginProxyEnabled bool `json:"isPluginProxyEnabled,omitempty"`
}

POPPermissionDto p o p permission dto swagger:model POPPermissionDto

func (*POPPermissionDto) MarshalBinary

func (m *POPPermissionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*POPPermissionDto) UnmarshalBinary

func (m *POPPermissionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*POPPermissionDto) Validate

func (m *POPPermissionDto) Validate(formats strfmt.Registry) error

Validate validates this p o p permission dto

type PagedResultDtoApplicationDto

type PagedResultDtoApplicationDto struct {

	// data
	Data []*ApplicationDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoApplicationDto paged result dto application dto swagger:model PagedResultDto«ApplicationDto»

func (*PagedResultDtoApplicationDto) MarshalBinary

func (m *PagedResultDtoApplicationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoApplicationDto) UnmarshalBinary

func (m *PagedResultDtoApplicationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoApplicationDto) Validate

func (m *PagedResultDtoApplicationDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto application dto

type PagedResultDtoEnvironmentDto

type PagedResultDtoEnvironmentDto struct {

	// data
	Data []*EnvironmentDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoEnvironmentDto paged result dto environment dto swagger:model PagedResultDto«EnvironmentDto»

func (*PagedResultDtoEnvironmentDto) MarshalBinary

func (m *PagedResultDtoEnvironmentDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoEnvironmentDto) UnmarshalBinary

func (m *PagedResultDtoEnvironmentDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoEnvironmentDto) Validate

func (m *PagedResultDtoEnvironmentDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto environment dto

type PagedResultDtoLicenseActivityDto

type PagedResultDtoLicenseActivityDto struct {

	// data
	Data []*LicenseActivityDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoLicenseActivityDto paged result dto license activity dto swagger:model PagedResultDto«LicenseActivityDto»

func (*PagedResultDtoLicenseActivityDto) MarshalBinary

func (m *PagedResultDtoLicenseActivityDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoLicenseActivityDto) UnmarshalBinary

func (m *PagedResultDtoLicenseActivityDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoLicenseActivityDto) Validate

Validate validates this paged result dto license activity dto

type PagedResultDtoPairDto

type PagedResultDtoPairDto struct {

	// data
	Data []*PairDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoPairDto paged result dto pair dto swagger:model PagedResultDto«PairDto»

func (*PagedResultDtoPairDto) MarshalBinary

func (m *PagedResultDtoPairDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoPairDto) UnmarshalBinary

func (m *PagedResultDtoPairDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoPairDto) Validate

func (m *PagedResultDtoPairDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto pair dto

type PagedResultDtoPartyDto

type PagedResultDtoPartyDto struct {

	// data
	Data []*PartyDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoPartyDto paged result dto party dto swagger:model PagedResultDto«PartyDto»

func (*PagedResultDtoPartyDto) MarshalBinary

func (m *PagedResultDtoPartyDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoPartyDto) UnmarshalBinary

func (m *PagedResultDtoPartyDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoPartyDto) Validate

func (m *PagedResultDtoPartyDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto party dto

type PagedResultDtoProjectDto

type PagedResultDtoProjectDto struct {

	// data
	Data []*ProjectDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoProjectDto paged result dto project dto swagger:model PagedResultDto«ProjectDto»

func (*PagedResultDtoProjectDto) MarshalBinary

func (m *PagedResultDtoProjectDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoProjectDto) UnmarshalBinary

func (m *PagedResultDtoProjectDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoProjectDto) Validate

func (m *PagedResultDtoProjectDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto project dto

type PagedResultDtoProjectUserDto

type PagedResultDtoProjectUserDto struct {

	// data
	Data []*ProjectUserDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoProjectUserDto paged result dto project user dto swagger:model PagedResultDto«ProjectUserDto»

func (*PagedResultDtoProjectUserDto) MarshalBinary

func (m *PagedResultDtoProjectUserDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoProjectUserDto) UnmarshalBinary

func (m *PagedResultDtoProjectUserDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoProjectUserDto) Validate

func (m *PagedResultDtoProjectUserDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto project user dto

type PagedResultDtoProjectUserGroupDto

type PagedResultDtoProjectUserGroupDto struct {

	// data
	Data []*ProjectUserGroupDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoProjectUserGroupDto paged result dto project user group dto swagger:model PagedResultDto«ProjectUserGroupDto»

func (*PagedResultDtoProjectUserGroupDto) MarshalBinary

func (m *PagedResultDtoProjectUserGroupDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoProjectUserGroupDto) UnmarshalBinary

func (m *PagedResultDtoProjectUserGroupDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoProjectUserGroupDto) Validate

Validate validates this paged result dto project user group dto

type PagedResultDtoUserDto

type PagedResultDtoUserDto struct {

	// data
	Data []*UserDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoUserDto paged result dto user dto swagger:model PagedResultDto«UserDto»

func (*PagedResultDtoUserDto) MarshalBinary

func (m *PagedResultDtoUserDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoUserDto) UnmarshalBinary

func (m *PagedResultDtoUserDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoUserDto) Validate

func (m *PagedResultDtoUserDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto user dto

type PagedResultDtoUserGroupDto

type PagedResultDtoUserGroupDto struct {

	// data
	Data []*UserGroupDto `json:"data"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// total results count
	TotalResultsCount int64 `json:"totalResultsCount,omitempty"`
}

PagedResultDtoUserGroupDto paged result dto user group dto swagger:model PagedResultDto«UserGroupDto»

func (*PagedResultDtoUserGroupDto) MarshalBinary

func (m *PagedResultDtoUserGroupDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PagedResultDtoUserGroupDto) UnmarshalBinary

func (m *PagedResultDtoUserGroupDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PagedResultDtoUserGroupDto) Validate

func (m *PagedResultDtoUserGroupDto) Validate(formats strfmt.Registry) error

Validate validates this paged result dto user group dto

type PairDto

type PairDto struct {

	// id
	ID string `json:"id,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

PairDto pair dto swagger:model PairDto

func (*PairDto) MarshalBinary

func (m *PairDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PairDto) UnmarshalBinary

func (m *PairDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PairDto) Validate

func (m *PairDto) Validate(formats strfmt.Registry) error

Validate validates this pair dto

type PartyDto

type PartyDto struct {

	// description
	Description string `json:"description,omitempty"`

	// directory server Id
	DirectoryServerID int64 `json:"directoryServerId,omitempty"`

	// dn
	Dn string `json:"dn,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// role
	Role *RoleDto `json:"role,omitempty"`
}

PartyDto party dto swagger:model PartyDto

func (*PartyDto) MarshalBinary

func (m *PartyDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PartyDto) UnmarshalBinary

func (m *PartyDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PartyDto) Validate

func (m *PartyDto) Validate(formats strfmt.Registry) error

Validate validates this party dto

type PaymentPlanDto

type PaymentPlanDto struct {

	// billing portal URL
	BillingPortalURL string `json:"billingPortalURL,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// creator email
	CreatorEmail string `json:"creatorEmail,omitempty"`

	// creator first name
	CreatorFirstName string `json:"creatorFirstName,omitempty"`

	// creator last name
	CreatorLastName string `json:"creatorLastName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// payment plan Id
	PaymentPlanID string `json:"paymentPlanId,omitempty"`

	// payment plan name
	PaymentPlanName string `json:"paymentPlanName,omitempty"`

	// subscription Id
	SubscriptionID string `json:"subscriptionId,omitempty"`
}

PaymentPlanDto payment plan dto swagger:model PaymentPlanDto

func (*PaymentPlanDto) MarshalBinary

func (m *PaymentPlanDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PaymentPlanDto) UnmarshalBinary

func (m *PaymentPlanDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PaymentPlanDto) Validate

func (m *PaymentPlanDto) Validate(formats strfmt.Registry) error

Validate validates this payment plan dto

type PermissionDto

type PermissionDto struct {

	// id
	ID string `json:"id,omitempty"`

	// is project specific
	IsProjectSpecific bool `json:"isProjectSpecific,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

PermissionDto permission dto swagger:model PermissionDto

func (*PermissionDto) MarshalBinary

func (m *PermissionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PermissionDto) UnmarshalBinary

func (m *PermissionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PermissionDto) Validate

func (m *PermissionDto) Validate(formats strfmt.Registry) error

Validate validates this permission dto

type PhaseDto

type PhaseDto struct {

	// approval gate
	// Enum: [MANUAL AUTOMATIC SCHEDULED ON_FAILURE]
	ApprovalGate string `json:"approvalGate,omitempty"`

	// conflicts
	Conflicts []ConflictDto `json:"conflicts"`

	// description
	Description string `json:"description,omitempty"`

	// environments
	Environments []*EnvironmentDto `json:"environments"`

	// execution data
	ExecutionData *PhaseExecutionDto `json:"executionData,omitempty"`

	// freeze periods
	FreezePeriods []*FreezePeriodDto `json:"freezePeriods"`

	// id
	ID int64 `json:"id,omitempty"`

	// is disabled
	IsDisabled bool `json:"isDisabled,omitempty"`

	// is need approval
	IsNeedApproval bool `json:"isNeedApproval,omitempty"`

	// is production
	IsProduction bool `json:"isProduction,omitempty"`

	// maintenance windows
	MaintenanceWindows []*MaintenanceWindowDto `json:"maintenanceWindows"`

	// milestone phase relations
	MilestonePhaseRelations []*MilestonePhaseRelationDto `json:"milestonePhaseRelations"`

	// name
	Name string `json:"name,omitempty"`

	// next phase
	NextPhase *IdentifiableDto `json:"nextPhase,omitempty"`

	// on failure failed phase
	OnFailureFailedPhase *IdentifiableDto `json:"onFailureFailedPhase,omitempty"`

	// owner parties
	OwnerParties []*PartyDto `json:"ownerParties"`

	// percentage completed
	PercentageCompleted float32 `json:"percentageCompleted,omitempty"`

	// planned end date
	PlannedEndDate int64 `json:"plannedEndDate,omitempty"`

	// planned start date
	PlannedStartDate int64 `json:"plannedStartDate,omitempty"`

	// previous phase
	PreviousPhase *IdentifiableDto `json:"previousPhase,omitempty"`

	// recurrence
	Recurrence *RecurrenceDto `json:"recurrence,omitempty"`

	// release
	Release *ReleaseDto `json:"release,omitempty"`

	// release Id
	ReleaseID int64 `json:"releaseId,omitempty"`

	// skip tasks with unchanged applications
	SkipTasksWithUnchangedApplications bool `json:"skipTasksWithUnchangedApplications,omitempty"`

	// tasks
	Tasks []*TaskDto `json:"tasks"`
}

PhaseDto phase dto swagger:model PhaseDto

func (*PhaseDto) MarshalBinary

func (m *PhaseDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PhaseDto) UnmarshalBinary

func (m *PhaseDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PhaseDto) Validate

func (m *PhaseDto) Validate(formats strfmt.Registry) error

Validate validates this phase dto

type PhaseExecutionDto

type PhaseExecutionDto struct {

	// allowed statuses
	AllowedStatuses []string `json:"allowedStatuses"`

	// approved by
	ApprovedBy *UserDto `json:"approvedBy,omitempty"`

	// approved date
	ApprovedDate int64 `json:"approvedDate,omitempty"`

	// deny approve reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyApproveReason string `json:"denyApproveReason,omitempty"`

	// deny start reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyStartReason string `json:"denyStartReason,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is approved
	IsApproved bool `json:"isApproved,omitempty"`

	// percent completed
	PercentCompleted float32 `json:"percentCompleted,omitempty"`

	// phase Id
	PhaseID int64 `json:"phaseId,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`

	// status
	// Enum: [DESIGN RUNNING RUNNING_WITH_FAILURES STOPPED DONE DONE_WITH_FAILURES APPROVED NOT_APPROVED FAILED_TO_RUN]
	Status string `json:"status,omitempty"`
}

PhaseExecutionDto phase execution dto swagger:model PhaseExecutionDto

func (*PhaseExecutionDto) MarshalBinary

func (m *PhaseExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PhaseExecutionDto) UnmarshalBinary

func (m *PhaseExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PhaseExecutionDto) Validate

func (m *PhaseExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this phase execution dto

type PluginDto

type PluginDto struct {

	// application model
	ApplicationModel bool `json:"applicationModel,omitempty"`

	// commit source
	CommitSource bool `json:"commitSource,omitempty"`

	// connectivity test
	ConnectivityTest bool `json:"connectivityTest,omitempty"`

	// content
	Content bool `json:"content,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// discovery Url
	DiscoveryURL string `json:"discoveryUrl,omitempty"`

	// endpoint template
	EndpointTemplate *PluginServiceTemplateDto `json:"endpointTemplate,omitempty"`

	// file source
	FileSource bool `json:"fileSource,omitempty"`

	// icon Url
	IconURL string `json:"iconUrl,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is use proxy
	IsUseProxy bool `json:"isUseProxy,omitempty"`

	// last sync
	LastSync int64 `json:"lastSync,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// num of tasks
	NumOfTasks int32 `json:"numOfTasks,omitempty"`

	// plugin Id
	PluginID int64 `json:"pluginId,omitempty"`

	// plugin service templates
	PluginServiceTemplates []*PluginServiceTemplateDto `json:"pluginServiceTemplates"`

	// test source
	TestSource bool `json:"testSource,omitempty"`

	// vendor
	Vendor string `json:"vendor,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

PluginDto plugin dto swagger:model PluginDto

func (*PluginDto) MarshalBinary

func (m *PluginDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginDto) UnmarshalBinary

func (m *PluginDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginDto) Validate

func (m *PluginDto) Validate(formats strfmt.Registry) error

Validate validates this plugin dto

type PluginServiceDto

type PluginServiceDto struct {

	// description
	Description string `json:"description,omitempty"`

	// endpoint
	Endpoint *NamedIdentifiableDto `json:"endpoint,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is missing parameters
	IsMissingParameters bool `json:"isMissingParameters,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// parameters
	Parameters []*BasicPluginServiceParameterDtoObject `json:"parameters"`

	// plugin
	Plugin *PluginDto `json:"plugin,omitempty"`

	// template Id
	TemplateID int64 `json:"templateId,omitempty"`

	// template name
	TemplateName string `json:"templateName,omitempty"`
}

PluginServiceDto plugin service dto swagger:model PluginServiceDto

func (*PluginServiceDto) MarshalBinary

func (m *PluginServiceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginServiceDto) UnmarshalBinary

func (m *PluginServiceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginServiceDto) Validate

func (m *PluginServiceDto) Validate(formats strfmt.Registry) error

Validate validates this plugin service dto

type PluginServiceTemplateDto

type PluginServiceTemplateDto struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is plugin endpoint exist
	IsPluginEndpointExist bool `json:"isPluginEndpointExist,omitempty"`

	// is taggable
	IsTaggable bool `json:"isTaggable,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin endpoints optional
	PluginEndpointsOptional bool `json:"pluginEndpointsOptional,omitempty"`

	// plugin Id
	PluginID int64 `json:"pluginId,omitempty"`

	// plugin name
	PluginName string `json:"pluginName,omitempty"`

	// service type
	ServiceType string `json:"serviceType,omitempty"`

	// template parameters
	TemplateParameters []*PluginServiceTemplateParameterDto `json:"templateParameters"`

	// url
	URL string `json:"url,omitempty"`
}

PluginServiceTemplateDto plugin service template dto swagger:model PluginServiceTemplateDto

func (*PluginServiceTemplateDto) MarshalBinary

func (m *PluginServiceTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginServiceTemplateDto) UnmarshalBinary

func (m *PluginServiceTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginServiceTemplateDto) Validate

func (m *PluginServiceTemplateDto) Validate(formats strfmt.Registry) error

Validate validates this plugin service template dto

type PluginServiceTemplateParameterDto

type PluginServiceTemplateParameterDto struct {

	// default value
	DefaultValue string `json:"defaultValue,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// direction
	// Enum: [INPUT_PARAMETER OUTPUT_PARAMETER]
	Direction string `json:"direction,omitempty"`

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// display type
	// Enum: [STRING PASSWORD TEXTAREA DROPDOWN BOOLEAN]
	DisplayType string `json:"displayType,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is optional
	IsOptional bool `json:"isOptional,omitempty"`

	// multiple selection
	MultipleSelection bool `json:"multipleSelection,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// parameter dependencies
	ParameterDependencies []string `json:"parameterDependencies"`

	// parameter method
	// Enum: [IMPORT EXECUTION]
	ParameterMethod string `json:"parameterMethod,omitempty"`

	// parameter order
	ParameterOrder int32 `json:"parameterOrder,omitempty"`

	// possible values
	PossibleValues []*PluginServiceTemplateParameterPossibleValueDto `json:"possibleValues"`

	// type
	// Enum: [STRING PASSWORD BOOLEAN LIST_OF_STRINGS]
	Type string `json:"type,omitempty"`

	// url
	URL string `json:"url,omitempty"`
}

PluginServiceTemplateParameterDto plugin service template parameter dto swagger:model PluginServiceTemplateParameterDto

func (*PluginServiceTemplateParameterDto) MarshalBinary

func (m *PluginServiceTemplateParameterDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginServiceTemplateParameterDto) UnmarshalBinary

func (m *PluginServiceTemplateParameterDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginServiceTemplateParameterDto) Validate

Validate validates this plugin service template parameter dto

type PluginServiceTemplateParameterPossibleValueDto

type PluginServiceTemplateParameterPossibleValueDto struct {

	// parameters
	Parameters []*PluginServiceTemplateParameterDto `json:"parameters"`

	// value
	Value string `json:"value,omitempty"`
}

PluginServiceTemplateParameterPossibleValueDto plugin service template parameter possible value dto swagger:model PluginServiceTemplateParameterPossibleValueDto

func (*PluginServiceTemplateParameterPossibleValueDto) MarshalBinary

MarshalBinary interface implementation

func (*PluginServiceTemplateParameterPossibleValueDto) UnmarshalBinary

UnmarshalBinary interface implementation

func (*PluginServiceTemplateParameterPossibleValueDto) Validate

Validate validates this plugin service template parameter possible value dto

type PluginURLDto

type PluginURLDto struct {

	// discovery Url
	DiscoveryURL string `json:"discoveryUrl,omitempty"`

	// is use proxy
	IsUseProxy bool `json:"isUseProxy,omitempty"`
}

PluginURLDto plugin Url dto swagger:model PluginUrlDto

func (*PluginURLDto) MarshalBinary

func (m *PluginURLDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginURLDto) UnmarshalBinary

func (m *PluginURLDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginURLDto) Validate

func (m *PluginURLDto) Validate(formats strfmt.Registry) error

Validate validates this plugin Url dto

type PortfolioLicensingAgreementDto

type PortfolioLicensingAgreementDto struct {

	// company email domain
	CompanyEmailDomain string `json:"companyEmailDomain,omitempty"`

	// concurrent running releases
	ConcurrentRunningReleases int32 `json:"concurrentRunningReleases,omitempty"`

	// covered by broadcom subscription p l a
	CoveredByBroadcomSubscriptionPLA bool `json:"coveredByBroadcomSubscriptionPLA,omitempty"`

	// department charge identifier
	DepartmentChargeIdentifier string `json:"departmentChargeIdentifier,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// enterprise site Id
	EnterpriseSiteID int64 `json:"enterpriseSiteId,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// instance Id
	InstanceID string `json:"instanceId,omitempty"`

	// last collection date
	LastCollectionDate int64 `json:"lastCollectionDate,omitempty"`

	// last collection status
	LastCollectionStatus string `json:"lastCollectionStatus,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// product version name
	ProductVersionName string `json:"productVersionName,omitempty"`

	// proxy password
	ProxyPassword string `json:"proxyPassword,omitempty"`

	// proxy URL
	ProxyURL string `json:"proxyURL,omitempty"`

	// proxy username
	ProxyUsername string `json:"proxyUsername,omitempty"`

	// use proxy
	UseProxy bool `json:"useProxy,omitempty"`
}

PortfolioLicensingAgreementDto portfolio licensing agreement dto swagger:model PortfolioLicensingAgreementDto

func (*PortfolioLicensingAgreementDto) MarshalBinary

func (m *PortfolioLicensingAgreementDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PortfolioLicensingAgreementDto) UnmarshalBinary

func (m *PortfolioLicensingAgreementDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PortfolioLicensingAgreementDto) Validate

func (m *PortfolioLicensingAgreementDto) Validate(formats strfmt.Registry) error

Validate validates this portfolio licensing agreement dto

type ProjectDto

type ProjectDto struct {

	// active releases number
	ActiveReleasesNumber int64 `json:"activeReleasesNumber,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

ProjectDto project dto swagger:model ProjectDto

func (*ProjectDto) MarshalBinary

func (m *ProjectDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectDto) UnmarshalBinary

func (m *ProjectDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectDto) Validate

func (m *ProjectDto) Validate(formats strfmt.Registry) error

Validate validates this project dto

type ProjectUserDto

type ProjectUserDto struct {

	// description
	Description string `json:"description,omitempty"`

	// directory server Id
	DirectoryServerID int64 `json:"directoryServerId,omitempty"`

	// dn
	Dn string `json:"dn,omitempty"`

	// email
	Email string `json:"email,omitempty"`

	// first name
	FirstName string `json:"firstName,omitempty"`

	// has Api access token
	HasAPIAccessToken bool `json:"hasApiAccessToken,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is project party
	IsProjectParty bool `json:"isProjectParty,omitempty"`

	// is system
	IsSystem bool `json:"isSystem,omitempty"`

	// language
	Language *LanguageDto `json:"language,omitempty"`

	// last name
	LastName string `json:"lastName,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// notification severity
	// Enum: [INFORMATION WARNING ERROR OFF]
	NotificationSeverity string `json:"notificationSeverity,omitempty"`

	// password
	Password string `json:"password,omitempty"`

	// project role
	ProjectRole *RoleDto `json:"projectRole,omitempty"`

	// project user groups
	ProjectUserGroups []*NamedIdentifiableDto `json:"projectUserGroups"`

	// role
	Role *RoleDto `json:"role,omitempty"`

	// super user
	SuperUser bool `json:"superUser,omitempty"`
}

ProjectUserDto project user dto swagger:model ProjectUserDto

func (*ProjectUserDto) MarshalBinary

func (m *ProjectUserDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectUserDto) UnmarshalBinary

func (m *ProjectUserDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectUserDto) Validate

func (m *ProjectUserDto) Validate(formats strfmt.Registry) error

Validate validates this project user dto

type ProjectUserGroupDto

type ProjectUserGroupDto struct {

	// description
	Description string `json:"description,omitempty"`

	// directory server Id
	DirectoryServerID int64 `json:"directoryServerId,omitempty"`

	// dn
	Dn string `json:"dn,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is project party
	IsProjectParty bool `json:"isProjectParty,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// project role
	ProjectRole *RoleDto `json:"projectRole,omitempty"`

	// role
	Role *RoleDto `json:"role,omitempty"`

	// users
	Users []*UserDto `json:"users"`
}

ProjectUserGroupDto project user group dto swagger:model ProjectUserGroupDto

func (*ProjectUserGroupDto) MarshalBinary

func (m *ProjectUserGroupDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectUserGroupDto) UnmarshalBinary

func (m *ProjectUserGroupDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectUserGroupDto) Validate

func (m *ProjectUserGroupDto) Validate(formats strfmt.Registry) error

Validate validates this project user group dto

type RecurrenceDto

type RecurrenceDto struct {

	// recurrence pattern
	// Enum: [DAILY WEEKLY]
	RecurrencePattern string `json:"recurrencePattern,omitempty"`

	// time zone Id
	TimeZoneID string `json:"timeZoneId,omitempty"`
}

RecurrenceDto recurrence dto swagger:model RecurrenceDto

func (*RecurrenceDto) MarshalBinary

func (m *RecurrenceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecurrenceDto) UnmarshalBinary

func (m *RecurrenceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecurrenceDto) Validate

func (m *RecurrenceDto) Validate(formats strfmt.Registry) error

Validate validates this recurrence dto

type RedirectToLandingPageDto

type RedirectToLandingPageDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

RedirectToLandingPageDto redirect to landing page dto swagger:model RedirectToLandingPageDto

func (*RedirectToLandingPageDto) MarshalBinary

func (m *RedirectToLandingPageDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RedirectToLandingPageDto) UnmarshalBinary

func (m *RedirectToLandingPageDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RedirectToLandingPageDto) Validate

func (m *RedirectToLandingPageDto) Validate(formats strfmt.Registry) error

Validate validates this redirect to landing page dto

type RegisteredPluginDto

type RegisteredPluginDto struct {

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// creator
	Creator string `json:"creator,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// icon Url
	IconURL string `json:"iconUrl,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// modification date
	ModificationDate int64 `json:"modificationDate,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin server
	PluginServer *RegisteredPluginServerDto `json:"pluginServer,omitempty"`

	// relative Url
	RelativeURL string `json:"relativeUrl,omitempty"`

	// vendor
	Vendor string `json:"vendor,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

RegisteredPluginDto registered plugin dto swagger:model RegisteredPluginDto

func (*RegisteredPluginDto) MarshalBinary

func (m *RegisteredPluginDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RegisteredPluginDto) UnmarshalBinary

func (m *RegisteredPluginDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RegisteredPluginDto) Validate

func (m *RegisteredPluginDto) Validate(formats strfmt.Registry) error

Validate validates this registered plugin dto

type RegisteredPluginDtoList

type RegisteredPluginDtoList struct {

	// data
	Data []*RegisteredPluginDto `json:"data"`
}

RegisteredPluginDtoList registered plugin dto list swagger:model RegisteredPluginDtoList

func (*RegisteredPluginDtoList) MarshalBinary

func (m *RegisteredPluginDtoList) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RegisteredPluginDtoList) UnmarshalBinary

func (m *RegisteredPluginDtoList) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RegisteredPluginDtoList) Validate

func (m *RegisteredPluginDtoList) Validate(formats strfmt.Registry) error

Validate validates this registered plugin dto list

type RegisteredPluginServerDto

type RegisteredPluginServerDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin server address
	PluginServerAddress string `json:"pluginServerAddress,omitempty"`

	// plugin server port
	PluginServerPort int32 `json:"pluginServerPort,omitempty"`

	// plugin server schema
	PluginServerSchema string `json:"pluginServerSchema,omitempty"`
}

RegisteredPluginServerDto registered plugin server dto swagger:model RegisteredPluginServerDto

func (*RegisteredPluginServerDto) MarshalBinary

func (m *RegisteredPluginServerDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RegisteredPluginServerDto) UnmarshalBinary

func (m *RegisteredPluginServerDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RegisteredPluginServerDto) Validate

func (m *RegisteredPluginServerDto) Validate(formats strfmt.Registry) error

Validate validates this registered plugin server dto

type ReleaseDto

type ReleaseDto struct {

	// application versions
	ApplicationVersions []*ApplicationVersionDto `json:"applicationVersions"`

	// applications
	Applications []*ApplicationDto `json:"applications"`

	// conflicts
	Conflicts []ConflictDto `json:"conflicts"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// creator first name
	CreatorFirstName string `json:"creatorFirstName,omitempty"`

	// creator last name
	CreatorLastName string `json:"creatorLastName,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// execution data
	ExecutionData *ReleaseExecutionDto `json:"executionData,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// member parties
	MemberParties []*PartyDto `json:"memberParties"`

	// name
	Name string `json:"name,omitempty"`

	// owner parties
	OwnerParties []*PartyDto `json:"ownerParties"`

	// phases
	Phases []*PhaseDto `json:"phases"`

	// planned end date
	PlannedEndDate int64 `json:"plannedEndDate,omitempty"`

	// planned start date
	PlannedStartDate int64 `json:"plannedStartDate,omitempty"`

	// production phase
	ProductionPhase *NamedIdentifiableDto `json:"productionPhase,omitempty"`

	// project
	Project *NamedIdentifiableDto `json:"project,omitempty"`

	// score
	Score *ScoreDto `json:"score,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`

	// track
	Track *ApprovedDateNamedIdentifiableDto `json:"track,omitempty"`

	// version of the release
	// Required: true
	Version *string `json:"version"`
}

ReleaseDto release dto swagger:model ReleaseDto

func (*ReleaseDto) MarshalBinary

func (m *ReleaseDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseDto) UnmarshalBinary

func (m *ReleaseDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseDto) Validate

func (m *ReleaseDto) Validate(formats strfmt.Registry) error

Validate validates this release dto

type ReleaseExecutionDto

type ReleaseExecutionDto struct {

	// allowed statuses
	AllowedStatuses []string `json:"allowedStatuses"`

	// deny stop reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyStopReason string `json:"denyStopReason,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// release Id
	ReleaseID int64 `json:"releaseId,omitempty"`

	// status
	// Enum: [DESIGN RUNNING RUNNING_WITH_FAILURES DONE]
	Status string `json:"status,omitempty"`

	// status description
	StatusDescription string `json:"statusDescription,omitempty"`

	// status reason
	// Enum: [SUCCESS FAILURE_DEPLOYMENT FAILURE_PERFORMANCE FAILURE_ENVIRONMENT FAILURE_FUNCTIONAL FAILURE_GENERAL NOT_IN_USE]
	StatusReason string `json:"statusReason,omitempty"`
}

ReleaseExecutionDto release execution dto swagger:model ReleaseExecutionDto

func (*ReleaseExecutionDto) MarshalBinary

func (m *ReleaseExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseExecutionDto) UnmarshalBinary

func (m *ReleaseExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseExecutionDto) Validate

func (m *ReleaseExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this release execution dto

type ReleasePermissionsDto

type ReleasePermissionsDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// is add to track allowed
	IsAddToTrackAllowed bool `json:"isAddToTrackAllowed,omitempty"`

	// is create allowed
	IsCreateAllowed bool `json:"isCreateAllowed,omitempty"`

	// is delete allowed
	IsDeleteAllowed bool `json:"isDeleteAllowed,omitempty"`

	// is edit allowed
	IsEditAllowed bool `json:"isEditAllowed,omitempty"`

	// is production token edit allowed
	IsProductionTokenEditAllowed bool `json:"isProductionTokenEditAllowed,omitempty"`

	// is remove from track allowed
	IsRemoveFromTrackAllowed bool `json:"isRemoveFromTrackAllowed,omitempty"`
}

ReleasePermissionsDto release permissions dto swagger:model ReleasePermissionsDto

func (*ReleasePermissionsDto) MarshalBinary

func (m *ReleasePermissionsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleasePermissionsDto) UnmarshalBinary

func (m *ReleasePermissionsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleasePermissionsDto) Validate

func (m *ReleasePermissionsDto) Validate(formats strfmt.Registry) error

Validate validates this release permissions dto

type RoleDto

type RoleDto struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is project specific
	IsProjectSpecific bool `json:"isProjectSpecific,omitempty"`

	// modification date
	ModificationDate int64 `json:"modificationDate,omitempty"`

	// modifier
	Modifier *UserDto `json:"modifier,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// number of role parties
	NumberOfRoleParties int64 `json:"numberOfRoleParties,omitempty"`

	// permissions
	Permissions []*PermissionDto `json:"permissions"`

	// system
	System bool `json:"system,omitempty"`
}

RoleDto role dto swagger:model RoleDto

func (*RoleDto) MarshalBinary

func (m *RoleDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RoleDto) UnmarshalBinary

func (m *RoleDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RoleDto) Validate

func (m *RoleDto) Validate(formats strfmt.Registry) error

Validate validates this role dto

type SMTPDto

type SMTPDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

SMTPDto Smtp dto swagger:model SmtpDto

func (*SMTPDto) MarshalBinary

func (m *SMTPDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SMTPDto) UnmarshalBinary

func (m *SMTPDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SMTPDto) Validate

func (m *SMTPDto) Validate(formats strfmt.Registry) error

Validate validates this Smtp dto

type SamlDomainDto

type SamlDomainDto struct {

	// certificate
	Certificate string `json:"certificate,omitempty"`

	// domain name
	DomainName string `json:"domainName,omitempty"`

	// domain verification code
	DomainVerificationCode string `json:"domainVerificationCode,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is enabled
	IsEnabled bool `json:"isEnabled,omitempty"`

	// is verified
	IsVerified bool `json:"isVerified,omitempty"`

	// issuer
	Issuer string `json:"issuer,omitempty"`

	// login URL
	LoginURL string `json:"loginURL,omitempty"`

	// logout URL
	LogoutURL string `json:"logoutURL,omitempty"`

	// verification status
	VerificationStatus string `json:"verificationStatus,omitempty"`
}

SamlDomainDto saml domain dto swagger:model SamlDomainDto

func (*SamlDomainDto) MarshalBinary

func (m *SamlDomainDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SamlDomainDto) UnmarshalBinary

func (m *SamlDomainDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SamlDomainDto) Validate

func (m *SamlDomainDto) Validate(formats strfmt.Registry) error

Validate validates this saml domain dto

type ScoreDto

type ScoreDto struct {

	// score
	Score int32 `json:"score,omitempty"`
}

ScoreDto score dto swagger:model ScoreDto

func (*ScoreDto) MarshalBinary

func (m *ScoreDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ScoreDto) UnmarshalBinary

func (m *ScoreDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ScoreDto) Validate

func (m *ScoreDto) Validate(formats strfmt.Registry) error

Validate validates this score dto

type SessionDto

type SessionDto struct {

	// project
	Project *NamedIdentifiableDto `json:"project,omitempty"`

	// tenant
	Tenant *TenantDto `json:"tenant,omitempty"`

	// user
	User *UserDto `json:"user,omitempty"`

	// user permissions
	UserPermissions *UserPermissionsDto `json:"userPermissions,omitempty"`
}

SessionDto session dto swagger:model SessionDto

func (*SessionDto) MarshalBinary

func (m *SessionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SessionDto) UnmarshalBinary

func (m *SessionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SessionDto) Validate

func (m *SessionDto) Validate(formats strfmt.Registry) error

Validate validates this session dto

type ShallowApplicationDto

type ShallowApplicationDto struct {

	// description
	Description string `json:"description,omitempty"`

	// environments
	Environments []*NamedIdentifiableDto `json:"environments"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// source name
	SourceName string `json:"sourceName,omitempty"`
}

ShallowApplicationDto shallow application dto swagger:model ShallowApplicationDto

func (*ShallowApplicationDto) MarshalBinary

func (m *ShallowApplicationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ShallowApplicationDto) UnmarshalBinary

func (m *ShallowApplicationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ShallowApplicationDto) Validate

func (m *ShallowApplicationDto) Validate(formats strfmt.Registry) error

Validate validates this shallow application dto

type ShallowSystemPreferenceDto

type ShallowSystemPreferenceDto struct {

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

ShallowSystemPreferenceDto shallow system preference dto swagger:model ShallowSystemPreferenceDto

func (*ShallowSystemPreferenceDto) MarshalBinary

func (m *ShallowSystemPreferenceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ShallowSystemPreferenceDto) UnmarshalBinary

func (m *ShallowSystemPreferenceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ShallowSystemPreferenceDto) Validate

func (m *ShallowSystemPreferenceDto) Validate(formats strfmt.Registry) error

Validate validates this shallow system preference dto

type StrategyDto

type StrategyDto struct {

	// name
	Name string `json:"name,omitempty"`
}

StrategyDto strategy dto swagger:model StrategyDto

func (*StrategyDto) MarshalBinary

func (m *StrategyDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StrategyDto) UnmarshalBinary

func (m *StrategyDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StrategyDto) Validate

func (m *StrategyDto) Validate(formats strfmt.Registry) error

Validate validates this strategy dto

type SwitchTenantPageDto

type SwitchTenantPageDto struct {

	// allow to leave tenant
	AllowToLeaveTenant bool `json:"allowToLeaveTenant,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

SwitchTenantPageDto switch tenant page dto swagger:model SwitchTenantPageDto

func (*SwitchTenantPageDto) MarshalBinary

func (m *SwitchTenantPageDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SwitchTenantPageDto) UnmarshalBinary

func (m *SwitchTenantPageDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SwitchTenantPageDto) Validate

func (m *SwitchTenantPageDto) Validate(formats strfmt.Registry) error

Validate validates this switch tenant page dto

type SystemPreferenceDto

type SystemPreferenceDto struct {

	// category
	Category string `json:"category,omitempty"`

	// default value
	DefaultValue string `json:"defaultValue,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// maximum value
	MaximumValue int64 `json:"maximumValue,omitempty"`

	// minimum value
	MinimumValue int64 `json:"minimumValue,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// optional
	Optional bool `json:"optional,omitempty"`

	// possible values
	PossibleValues []string `json:"possibleValues"`

	// type
	// Enum: [STRING PASSWORD NUMBER]
	Type string `json:"type,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

SystemPreferenceDto system preference dto swagger:model SystemPreferenceDto

func (*SystemPreferenceDto) MarshalBinary

func (m *SystemPreferenceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SystemPreferenceDto) UnmarshalBinary

func (m *SystemPreferenceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SystemPreferenceDto) Validate

func (m *SystemPreferenceDto) Validate(formats strfmt.Registry) error

Validate validates this system preference dto

type SystemPreferencesDto

type SystemPreferencesDto struct {

	// data
	Data []*SystemPreferenceDto `json:"data"`
}

SystemPreferencesDto system preferences dto swagger:model SystemPreferencesDto

func (*SystemPreferencesDto) MarshalBinary

func (m *SystemPreferencesDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SystemPreferencesDto) UnmarshalBinary

func (m *SystemPreferencesDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SystemPreferencesDto) Validate

func (m *SystemPreferencesDto) Validate(formats strfmt.Registry) error

Validate validates this system preferences dto

type TaskDto

type TaskDto struct {

	// application versions
	ApplicationVersions []*IdentifiableDto `json:"applicationVersions"`

	// description
	Description string `json:"description,omitempty"`

	// execution data
	ExecutionData *TaskExecutionDto `json:"executionData,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is disabled
	IsDisabled bool `json:"isDisabled,omitempty"`

	// is on failure phase enabled
	IsOnFailurePhaseEnabled bool `json:"isOnFailurePhaseEnabled,omitempty"`

	// is skip task on failure
	IsSkipTaskOnFailure bool `json:"isSkipTaskOnFailure,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// next tasks
	NextTasks []*IdentifiableDto `json:"nextTasks"`

	// owner parties
	OwnerParties []*PartyDto `json:"ownerParties"`

	// phase Id
	PhaseID int64 `json:"phaseId,omitempty"`

	// plugin service
	PluginService *PluginServiceDto `json:"pluginService,omitempty"`

	// prev tasks
	PrevTasks []*IdentifiableDto `json:"prevTasks"`

	// tags
	Tags []string `json:"tags"`
}

TaskDto task dto swagger:model TaskDto

func (*TaskDto) MarshalBinary

func (m *TaskDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TaskDto) UnmarshalBinary

func (m *TaskDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TaskDto) Validate

func (m *TaskDto) Validate(formats strfmt.Registry) error

Validate validates this task dto

type TaskExecutionDto

type TaskExecutionDto struct {

	// allowed statuses
	AllowedStatuses []string `json:"allowedStatuses"`

	// deny rerun reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyRerunReason string `json:"denyRerunReason,omitempty"`

	// deployed application versions
	DeployedApplicationVersions []*ApplicationVersionDto `json:"deployedApplicationVersions"`

	// detailed status description
	DetailedStatusDescription string `json:"detailedStatusDescription,omitempty"`

	// detailed status description Json
	DetailedStatusDescriptionJSON interface{} `json:"detailedStatusDescriptionJson,omitempty"`

	// detailed status severity
	// Enum: [INFORMATION WARNING ERROR]
	DetailedStatusSeverity string `json:"detailedStatusSeverity,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// percent completed
	PercentCompleted float32 `json:"percentCompleted,omitempty"`

	// phase Id
	PhaseID int64 `json:"phaseId,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`

	// status
	// Enum: [DESIGN READY PENDING RUNNING FAILED SKIPPED DONE DEFERRED STOPPED RUNNING_WITH_DETAILED_STATUS]
	Status string `json:"status,omitempty"`

	// status description
	StatusDescription string `json:"statusDescription,omitempty"`

	// task execution disabled
	TaskExecutionDisabled bool `json:"taskExecutionDisabled,omitempty"`

	// task Id
	TaskID int64 `json:"taskId,omitempty"`
}

TaskExecutionDto task execution dto swagger:model TaskExecutionDto

func (*TaskExecutionDto) MarshalBinary

func (m *TaskExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TaskExecutionDto) UnmarshalBinary

func (m *TaskExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TaskExecutionDto) Validate

func (m *TaskExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this task execution dto

type TenantDto

type TenantDto struct {

	// country
	Country string `json:"country,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// creator username
	CreatorUsername string `json:"creatorUsername,omitempty"`

	// enterprise site Id
	EnterpriseSiteID int64 `json:"enterpriseSiteId,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is enabled
	IsEnabled bool `json:"isEnabled,omitempty"`

	// last login date
	LastLoginDate int64 `json:"lastLoginDate,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// organization
	Organization string `json:"organization,omitempty"`

	// payment plan creator email
	PaymentPlanCreatorEmail string `json:"paymentPlanCreatorEmail,omitempty"`

	// payment plan creator first name
	PaymentPlanCreatorFirstName string `json:"paymentPlanCreatorFirstName,omitempty"`

	// payment plan creator last name
	PaymentPlanCreatorLastName string `json:"paymentPlanCreatorLastName,omitempty"`

	// payment plan Id
	PaymentPlanID string `json:"paymentPlanId,omitempty"`

	// schema name
	SchemaName string `json:"schemaName,omitempty"`

	// tenant Id
	TenantID string `json:"tenantId,omitempty"`
}

TenantDto tenant dto swagger:model TenantDto

func (*TenantDto) MarshalBinary

func (m *TenantDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TenantDto) UnmarshalBinary

func (m *TenantDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TenantDto) Validate

func (m *TenantDto) Validate(formats strfmt.Registry) error

Validate validates this tenant dto

type TenantMarketingInformationDto

type TenantMarketingInformationDto struct {

	// authorized to update tenant information
	AuthorizedToUpdateTenantInformation bool `json:"authorizedToUpdateTenantInformation,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

TenantMarketingInformationDto tenant marketing information dto swagger:model TenantMarketingInformationDto

func (*TenantMarketingInformationDto) MarshalBinary

func (m *TenantMarketingInformationDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TenantMarketingInformationDto) UnmarshalBinary

func (m *TenantMarketingInformationDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TenantMarketingInformationDto) Validate

func (m *TenantMarketingInformationDto) Validate(formats strfmt.Registry) error

Validate validates this tenant marketing information dto

type TestSuiteDto

type TestSuiteDto struct {

	// application
	Application *NamedIdentifiableDto `json:"application,omitempty"`

	// application version
	ApplicationVersion *NamedIdentifiableDto `json:"applicationVersion,omitempty"`

	// basic plugin
	BasicPlugin *BasicPluginDto `json:"basicPlugin,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// endpoint
	Endpoint *NamedIdentifiableDto `json:"endpoint,omitempty"`

	// endpoint parameters
	EndpointParameters map[string]string `json:"endpointParameters,omitempty"`

	// external Id
	ExternalID string `json:"externalId,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// import date
	ImportDate int64 `json:"importDate,omitempty"`

	// is favorite
	IsFavorite bool `json:"isFavorite,omitempty"`

	// is recently failed test suite
	IsRecentlyFailedTestSuite bool `json:"isRecentlyFailedTestSuite,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// strategies
	Strategies []*StrategyDto `json:"strategies"`

	// tags
	Tags []string `json:"tags"`

	// test source
	TestSource *NamedIdentifiableDto `json:"testSource,omitempty"`

	// test source parameters
	TestSourceParameters map[string]string `json:"testSourceParameters,omitempty"`

	// test suite modification date
	TestSuiteModificationDate int64 `json:"testSuiteModificationDate,omitempty"`
}

TestSuiteDto test suite dto swagger:model TestSuiteDto

func (*TestSuiteDto) MarshalBinary

func (m *TestSuiteDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TestSuiteDto) UnmarshalBinary

func (m *TestSuiteDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TestSuiteDto) Validate

func (m *TestSuiteDto) Validate(formats strfmt.Registry) error

Validate validates this test suite dto

type TrackPermissionsDto

type TrackPermissionsDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// is add release allowed
	IsAddReleaseAllowed bool `json:"isAddReleaseAllowed,omitempty"`

	// is approve allowed
	IsApproveAllowed bool `json:"isApproveAllowed,omitempty"`

	// is create allowed
	IsCreateAllowed bool `json:"isCreateAllowed,omitempty"`

	// is delete allowed
	IsDeleteAllowed bool `json:"isDeleteAllowed,omitempty"`

	// is edit allowed
	IsEditAllowed bool `json:"isEditAllowed,omitempty"`

	// is remove release allowed
	IsRemoveReleaseAllowed bool `json:"isRemoveReleaseAllowed,omitempty"`
}

TrackPermissionsDto track permissions dto swagger:model TrackPermissionsDto

func (*TrackPermissionsDto) MarshalBinary

func (m *TrackPermissionsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TrackPermissionsDto) UnmarshalBinary

func (m *TrackPermissionsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TrackPermissionsDto) Validate

func (m *TrackPermissionsDto) Validate(formats strfmt.Registry) error

Validate validates this track permissions dto

type UserDto

type UserDto struct {

	// description
	Description string `json:"description,omitempty"`

	// directory server Id
	DirectoryServerID int64 `json:"directoryServerId,omitempty"`

	// dn
	Dn string `json:"dn,omitempty"`

	// email
	Email string `json:"email,omitempty"`

	// first name
	FirstName string `json:"firstName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is system
	IsSystem bool `json:"isSystem,omitempty"`

	// language
	Language *LanguageDto `json:"language,omitempty"`

	// last name
	LastName string `json:"lastName,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// notification severity
	// Enum: [INFORMATION WARNING ERROR OFF]
	NotificationSeverity string `json:"notificationSeverity,omitempty"`

	// password
	Password string `json:"password,omitempty"`

	// super user
	SuperUser bool `json:"superUser,omitempty"`
}

UserDto user dto swagger:model UserDto

func (*UserDto) MarshalBinary

func (m *UserDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserDto) UnmarshalBinary

func (m *UserDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserDto) Validate

func (m *UserDto) Validate(formats strfmt.Registry) error

Validate validates this user dto

type UserGroupDto

type UserGroupDto struct {

	// description
	Description string `json:"description,omitempty"`

	// directory server Id
	DirectoryServerID int64 `json:"directoryServerId,omitempty"`

	// dn
	Dn string `json:"dn,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// role
	Role *RoleDto `json:"role,omitempty"`

	// users
	Users []*UserDto `json:"users"`
}

UserGroupDto user group dto swagger:model UserGroupDto

func (*UserGroupDto) MarshalBinary

func (m *UserGroupDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserGroupDto) UnmarshalBinary

func (m *UserGroupDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserGroupDto) Validate

func (m *UserGroupDto) Validate(formats strfmt.Registry) error

Validate validates this user group dto

type UserManagementDto

type UserManagementDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// integration user management permissions
	IntegrationUserManagementPermissions *CRUDPermissionsDto `json:"integrationUserManagementPermissions,omitempty"`

	// user management permissions
	UserManagementPermissions *UserManagementPermissionsDto `json:"userManagementPermissions,omitempty"`
}

UserManagementDto user management dto swagger:model UserManagementDto

func (*UserManagementDto) MarshalBinary

func (m *UserManagementDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserManagementDto) UnmarshalBinary

func (m *UserManagementDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserManagementDto) Validate

func (m *UserManagementDto) Validate(formats strfmt.Registry) error

Validate validates this user management dto

type UserManagementPermissionsDto

type UserManagementPermissionsDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// is create allowed
	IsCreateAllowed bool `json:"isCreateAllowed,omitempty"`

	// is delete allowed
	IsDeleteAllowed bool `json:"isDeleteAllowed,omitempty"`

	// is edit allowed
	IsEditAllowed bool `json:"isEditAllowed,omitempty"`

	// user update policy
	UserUpdatePolicy *UserUpdatePolicyDto `json:"userUpdatePolicy,omitempty"`
}

UserManagementPermissionsDto user management permissions dto swagger:model UserManagementPermissionsDto

func (*UserManagementPermissionsDto) MarshalBinary

func (m *UserManagementPermissionsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserManagementPermissionsDto) UnmarshalBinary

func (m *UserManagementPermissionsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserManagementPermissionsDto) Validate

func (m *UserManagementPermissionsDto) Validate(formats strfmt.Registry) error

Validate validates this user management permissions dto

type UserManagementSystemDto

type UserManagementSystemDto struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

UserManagementSystemDto user management system dto swagger:model UserManagementSystemDto

func (*UserManagementSystemDto) MarshalBinary

func (m *UserManagementSystemDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserManagementSystemDto) UnmarshalBinary

func (m *UserManagementSystemDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserManagementSystemDto) Validate

func (m *UserManagementSystemDto) Validate(formats strfmt.Registry) error

Validate validates this user management system dto

type UserPermissionsDto

type UserPermissionsDto struct {

	// application
	Application *CRUDPermissionsDto `json:"application,omitempty"`

	// application source management
	ApplicationSourceManagement *CRUDPermissionsDto `json:"applicationSourceManagement,omitempty"`

	// cds
	Cds *EnablementDto `json:"cds,omitempty"`

	// change password
	ChangePassword *ChangePasswordDto `json:"changePassword,omitempty"`

	// cta
	Cta *EnablementDto `json:"cta,omitempty"`

	// dashboard
	Dashboard *DashboardPermissionsDto `json:"dashboard,omitempty"`

	// database
	Database *DatabaseDto `json:"database,omitempty"`

	// domain verification
	DomainVerification *EnablementDto `json:"domainVerification,omitempty"`

	// dsl manifests
	DslManifests *EnablementDto `json:"dslManifests,omitempty"`

	// email templates management
	EmailTemplatesManagement *CRUDPermissionsDto `json:"emailTemplatesManagement,omitempty"`

	// environment management
	EnvironmentManagement *CRUDPermissionsDto `json:"environmentManagement,omitempty"`

	// environment token
	EnvironmentToken *CRUDPermissionsDto `json:"environmentToken,omitempty"`

	// file sources
	FileSources *CRUDPermissionsDto `json:"fileSources,omitempty"`

	// help about
	HelpAbout *HelpAboutDto `json:"helpAbout,omitempty"`

	// maintenance window
	MaintenanceWindow *CRUDPermissionsDto `json:"maintenanceWindow,omitempty"`

	// manage endpoint
	ManageEndpoint *CRUDPermissionsDto `json:"manageEndpoint,omitempty"`

	// manage freeze period
	ManageFreezePeriod *CRUDPermissionsDto `json:"manageFreezePeriod,omitempty"`

	// microservices
	Microservices *EnablementDto `json:"microservices,omitempty"`

	// navigation guidance
	NavigationGuidance *NavigationGuidanceDto `json:"navigationGuidance,omitempty"`

	// payment plan
	PaymentPlan *EnablementDto `json:"paymentPlan,omitempty"`

	// plugin
	Plugin *CRUDPermissionsDto `json:"plugin,omitempty"`

	// pop
	Pop *POPPermissionDto `json:"pop,omitempty"`

	// portfolio licensing
	PortfolioLicensing *EnablementDto `json:"portfolioLicensing,omitempty"`

	// project management
	ProjectManagement *CRUDPermissionsDto `json:"projectManagement,omitempty"`

	// project party management
	ProjectPartyManagement *CRUDPermissionsDto `json:"projectPartyManagement,omitempty"`

	// redirect to landing page
	RedirectToLandingPage *RedirectToLandingPageDto `json:"redirectToLandingPage,omitempty"`

	// release
	Release *ReleasePermissionsDto `json:"release,omitempty"`

	// release score
	ReleaseScore *EnablementDto `json:"releaseScore,omitempty"`

	// release token template
	ReleaseTokenTemplate *CRUDPermissionsDto `json:"releaseTokenTemplate,omitempty"`

	// reset password
	ResetPassword *EnablementDto `json:"resetPassword,omitempty"`

	// role
	Role *CRUDPermissionsDto `json:"role,omitempty"`

	// saml
	Saml *EnablementDto `json:"saml,omitempty"`

	// send customer feedback
	SendCustomerFeedback *EnablementDto `json:"sendCustomerFeedback,omitempty"`

	// send invitation
	SendInvitation *EnablementDto `json:"sendInvitation,omitempty"`

	// smtp
	SMTP *SMTPDto `json:"smtp,omitempty"`

	// switch tenant page
	SwitchTenantPage *SwitchTenantPageDto `json:"switchTenantPage,omitempty"`

	// tar
	Tar *EnablementDto `json:"tar,omitempty"`

	// tenant management
	TenantManagement *EnablementDto `json:"tenantManagement,omitempty"`

	// tenant marketing information
	TenantMarketingInformation *TenantMarketingInformationDto `json:"tenantMarketingInformation,omitempty"`

	// track
	Track *TrackPermissionsDto `json:"track,omitempty"`

	// user management
	UserManagement *UserManagementDto `json:"userManagement,omitempty"`

	// user management system
	UserManagementSystem *UserManagementSystemDto `json:"userManagementSystem,omitempty"`
}

UserPermissionsDto user permissions dto swagger:model UserPermissionsDto

func (*UserPermissionsDto) MarshalBinary

func (m *UserPermissionsDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserPermissionsDto) UnmarshalBinary

func (m *UserPermissionsDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserPermissionsDto) Validate

func (m *UserPermissionsDto) Validate(formats strfmt.Registry) error

Validate validates this user permissions dto

type UserUpdatePolicyDto

type UserUpdatePolicyDto struct {

	// allowed user email change
	AllowedUserEmailChange bool `json:"allowedUserEmailChange,omitempty"`

	// allowed user password change
	AllowedUserPasswordChange bool `json:"allowedUserPasswordChange,omitempty"`

	// allowed user rename
	AllowedUserRename bool `json:"allowedUserRename,omitempty"`

	// allowed user role change
	AllowedUserRoleChange bool `json:"allowedUserRoleChange,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

UserUpdatePolicyDto user update policy dto swagger:model UserUpdatePolicyDto

func (*UserUpdatePolicyDto) MarshalBinary

func (m *UserUpdatePolicyDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserUpdatePolicyDto) UnmarshalBinary

func (m *UserUpdatePolicyDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserUpdatePolicyDto) Validate

func (m *UserUpdatePolicyDto) Validate(formats strfmt.Registry) error

Validate validates this user update policy dto

type VersionDto

type VersionDto struct {

	// build
	Build string `json:"build,omitempty"`

	// connectivity arguments
	ConnectivityArguments []*ArgumentDto `json:"connectivityArguments"`

	// git version
	GitVersion string `json:"gitVersion,omitempty"`

	// home folder
	HomeFolder string `json:"homeFolder,omitempty"`

	// last connectivity status
	LastConnectivityStatus string `json:"lastConnectivityStatus,omitempty"`

	// last connectivity test date
	LastConnectivityTestDate int64 `json:"lastConnectivityTestDate,omitempty"`

	// last connectivity test message
	LastConnectivityTestMessage string `json:"lastConnectivityTestMessage,omitempty"`

	// last connectivity test time
	LastConnectivityTestTime string `json:"lastConnectivityTestTime,omitempty"`

	// product name
	ProductName string `json:"productName,omitempty"`

	// services
	Services []*VersionDto `json:"services"`

	// version
	Version string `json:"version,omitempty"`

	// version date
	VersionDate int64 `json:"versionDate,omitempty"`

	// version time
	VersionTime string `json:"versionTime,omitempty"`
}

VersionDto version dto swagger:model VersionDto

func (*VersionDto) MarshalBinary

func (m *VersionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VersionDto) UnmarshalBinary

func (m *VersionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VersionDto) Validate

func (m *VersionDto) Validate(formats strfmt.Registry) error

Validate validates this version dto

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL