models

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 9

Documentation ¶

Index ¶

Constants ¶

View Source
const (

	// AATrainingStatusStatusNONE captures enum value "NONE"
	AATrainingStatusStatusNONE string = "NONE"

	// AATrainingStatusStatusTRAININGSUBMITTED captures enum value "TRAINING_SUBMITTED"
	AATrainingStatusStatusTRAININGSUBMITTED string = "TRAINING_SUBMITTED"

	// AATrainingStatusStatusTRAININGFAILED captures enum value "TRAINING_FAILED"
	AATrainingStatusStatusTRAININGFAILED string = "TRAINING_FAILED"

	// AATrainingStatusStatusTRAININGCOMPLETE captures enum value "TRAINING_COMPLETE"
	AATrainingStatusStatusTRAININGCOMPLETE string = "TRAINING_COMPLETE"
)
View Source
const (

	// ActivityFeedEventTypeWEBUILOGINSUCCESS captures enum value "WEBUI_LOGIN_SUCCESS"
	ActivityFeedEventTypeWEBUILOGINSUCCESS string = "WEBUI_LOGIN_SUCCESS"

	// ActivityFeedEventTypeWEBUILOGINFAILED captures enum value "WEBUI_LOGIN_FAILED"
	ActivityFeedEventTypeWEBUILOGINFAILED string = "WEBUI_LOGIN_FAILED"

	// ActivityFeedEventTypeWEBUILOGOUT captures enum value "WEBUI_LOGOUT"
	ActivityFeedEventTypeWEBUILOGOUT string = "WEBUI_LOGOUT"

	// ActivityFeedEventTypeWSLOGINSUCCESS captures enum value "WS_LOGIN_SUCCESS"
	ActivityFeedEventTypeWSLOGINSUCCESS string = "WS_LOGIN_SUCCESS"

	// ActivityFeedEventTypeWSLOGINFAILED captures enum value "WS_LOGIN_FAILED"
	ActivityFeedEventTypeWSLOGINFAILED string = "WS_LOGIN_FAILED"

	// ActivityFeedEventTypeLOCALUSERCREATED captures enum value "LOCAL_USER_CREATED"
	ActivityFeedEventTypeLOCALUSERCREATED string = "LOCAL_USER_CREATED"

	// ActivityFeedEventTypeLOCALUSERUPDATED captures enum value "LOCAL_USER_UPDATED"
	ActivityFeedEventTypeLOCALUSERUPDATED string = "LOCAL_USER_UPDATED"

	// ActivityFeedEventTypeLOCALUSERDELETED captures enum value "LOCAL_USER_DELETED"
	ActivityFeedEventTypeLOCALUSERDELETED string = "LOCAL_USER_DELETED"

	// ActivityFeedEventTypeAGENTCREDENTIALCREATED captures enum value "AGENT_CREDENTIAL_CREATED"
	ActivityFeedEventTypeAGENTCREDENTIALCREATED string = "AGENT_CREDENTIAL_CREATED"

	// ActivityFeedEventTypeAGENTCREDENTIALUPDATED captures enum value "AGENT_CREDENTIAL_UPDATED"
	ActivityFeedEventTypeAGENTCREDENTIALUPDATED string = "AGENT_CREDENTIAL_UPDATED"

	// ActivityFeedEventTypeAGENTCREDENTIALDELETED captures enum value "AGENT_CREDENTIAL_DELETED"
	ActivityFeedEventTypeAGENTCREDENTIALDELETED string = "AGENT_CREDENTIAL_DELETED"

	// ActivityFeedEventTypeLDAPENTITYCREATED captures enum value "LDAP_ENTITY_CREATED"
	ActivityFeedEventTypeLDAPENTITYCREATED string = "LDAP_ENTITY_CREATED"

	// ActivityFeedEventTypeLDAPENTITYUPDATED captures enum value "LDAP_ENTITY_UPDATED"
	ActivityFeedEventTypeLDAPENTITYUPDATED string = "LDAP_ENTITY_UPDATED"

	// ActivityFeedEventTypeLDAPENTITYDELETED captures enum value "LDAP_ENTITY_DELETED"
	ActivityFeedEventTypeLDAPENTITYDELETED string = "LDAP_ENTITY_DELETED"

	// ActivityFeedEventTypeLDAPCACHEREFRESHREQUESTED captures enum value "LDAP_CACHE_REFRESH_REQUESTED"
	ActivityFeedEventTypeLDAPCACHEREFRESHREQUESTED string = "LDAP_CACHE_REFRESH_REQUESTED"

	// ActivityFeedEventTypeLDAPCACHEREFRESHSTARTED captures enum value "LDAP_CACHE_REFRESH_STARTED"
	ActivityFeedEventTypeLDAPCACHEREFRESHSTARTED string = "LDAP_CACHE_REFRESH_STARTED"

	// ActivityFeedEventTypeLDAPCACHEREFRESHCOMPLETED captures enum value "LDAP_CACHE_REFRESH_COMPLETED"
	ActivityFeedEventTypeLDAPCACHEREFRESHCOMPLETED string = "LDAP_CACHE_REFRESH_COMPLETED"

	// ActivityFeedEventTypePROJECTVERSIONCREATED captures enum value "PROJECT_VERSION_CREATED"
	ActivityFeedEventTypePROJECTVERSIONCREATED string = "PROJECT_VERSION_CREATED"

	// ActivityFeedEventTypePROJECTVERSIONCREATEDFROMPREVIOUS captures enum value "PROJECT_VERSION_CREATED_FROM_PREVIOUS"
	ActivityFeedEventTypePROJECTVERSIONCREATEDFROMPREVIOUS string = "PROJECT_VERSION_CREATED_FROM_PREVIOUS"

	// ActivityFeedEventTypePROJECTVERSIONUPDATED captures enum value "PROJECT_VERSION_UPDATED"
	ActivityFeedEventTypePROJECTVERSIONUPDATED string = "PROJECT_VERSION_UPDATED"

	// ActivityFeedEventTypePROJECTVERSIONDELETED captures enum value "PROJECT_VERSION_DELETED"
	ActivityFeedEventTypePROJECTVERSIONDELETED string = "PROJECT_VERSION_DELETED"

	// ActivityFeedEventTypePROJECTVERSIONMETADATAUPDATED captures enum value "PROJECT_VERSION_METADATA_UPDATED"
	ActivityFeedEventTypePROJECTVERSIONMETADATAUPDATED string = "PROJECT_VERSION_METADATA_UPDATED"

	// ActivityFeedEventTypePROJECTVERSIONACCESSADDED captures enum value "PROJECT_VERSION_ACCESS_ADDED"
	ActivityFeedEventTypePROJECTVERSIONACCESSADDED string = "PROJECT_VERSION_ACCESS_ADDED"

	// ActivityFeedEventTypePROJECTVERSIONACCESSREMOVED captures enum value "PROJECT_VERSION_ACCESS_REMOVED"
	ActivityFeedEventTypePROJECTVERSIONACCESSREMOVED string = "PROJECT_VERSION_ACCESS_REMOVED"

	// ActivityFeedEventTypePROJECTVERSIONBUGTRACKERUPDATED captures enum value "PROJECT_VERSION_BUG_TRACKER_UPDATED"
	ActivityFeedEventTypePROJECTVERSIONBUGTRACKERUPDATED string = "PROJECT_VERSION_BUG_TRACKER_UPDATED"

	// ActivityFeedEventTypeSCARESULTPROCESSED captures enum value "SCA_RESULT_PROCESSED"
	ActivityFeedEventTypeSCARESULTPROCESSED string = "SCA_RESULT_PROCESSED"

	// ActivityFeedEventTypeRUNTIMERESULTPROCESSED captures enum value "RUNTIME_RESULT_PROCESSED"
	ActivityFeedEventTypeRUNTIMERESULTPROCESSED string = "RUNTIME_RESULT_PROCESSED"

	// ActivityFeedEventTypeEXTERNALRESULTPROCESSED captures enum value "EXTERNAL_RESULT_PROCESSED"
	ActivityFeedEventTypeEXTERNALRESULTPROCESSED string = "EXTERNAL_RESULT_PROCESSED"

	// ActivityFeedEventTypePTARESULTPROCESSED captures enum value "PTA_RESULT_PROCESSED"
	ActivityFeedEventTypePTARESULTPROCESSED string = "PTA_RESULT_PROCESSED"

	// ActivityFeedEventTypeRTARESULTPROCESSED captures enum value "RTA_RESULT_PROCESSED"
	ActivityFeedEventTypeRTARESULTPROCESSED string = "RTA_RESULT_PROCESSED"

	// ActivityFeedEventTypeARTIFACTUPLOADREQUESTED captures enum value "ARTIFACT_UPLOAD_REQUESTED"
	ActivityFeedEventTypeARTIFACTUPLOADREQUESTED string = "ARTIFACT_UPLOAD_REQUESTED"

	// ActivityFeedEventTypeARTIFACTUPLOADSTARTED captures enum value "ARTIFACT_UPLOAD_STARTED"
	ActivityFeedEventTypeARTIFACTUPLOADSTARTED string = "ARTIFACT_UPLOAD_STARTED"

	// ActivityFeedEventTypeARTIFACTUPLOADCOMPLETED captures enum value "ARTIFACT_UPLOAD_COMPLETED"
	ActivityFeedEventTypeARTIFACTUPLOADCOMPLETED string = "ARTIFACT_UPLOAD_COMPLETED"

	// ActivityFeedEventTypeARTIFACTUPLOADFAILED captures enum value "ARTIFACT_UPLOAD_FAILED"
	ActivityFeedEventTypeARTIFACTUPLOADFAILED string = "ARTIFACT_UPLOAD_FAILED"

	// ActivityFeedEventTypeARTIFACTUPLOADCANCELLED captures enum value "ARTIFACT_UPLOAD_CANCELLED"
	ActivityFeedEventTypeARTIFACTUPLOADCANCELLED string = "ARTIFACT_UPLOAD_CANCELLED"

	// ActivityFeedEventTypeARTIFACTDELETEREQUESTED captures enum value "ARTIFACT_DELETE_REQUESTED"
	ActivityFeedEventTypeARTIFACTDELETEREQUESTED string = "ARTIFACT_DELETE_REQUESTED"

	// ActivityFeedEventTypeARTIFACTDELETESTARTED captures enum value "ARTIFACT_DELETE_STARTED"
	ActivityFeedEventTypeARTIFACTDELETESTARTED string = "ARTIFACT_DELETE_STARTED"

	// ActivityFeedEventTypeARTIFACTDELETECOMPLETED captures enum value "ARTIFACT_DELETE_COMPLETED"
	ActivityFeedEventTypeARTIFACTDELETECOMPLETED string = "ARTIFACT_DELETE_COMPLETED"

	// ActivityFeedEventTypeARTIFACTDELETEFAILED captures enum value "ARTIFACT_DELETE_FAILED"
	ActivityFeedEventTypeARTIFACTDELETEFAILED string = "ARTIFACT_DELETE_FAILED"

	// ActivityFeedEventTypeARTIFACTDELETECANCELLED captures enum value "ARTIFACT_DELETE_CANCELLED"
	ActivityFeedEventTypeARTIFACTDELETECANCELLED string = "ARTIFACT_DELETE_CANCELLED"

	// ActivityFeedEventTypeJOBCANCELLED captures enum value "JOB_CANCELLED"
	ActivityFeedEventTypeJOBCANCELLED string = "JOB_CANCELLED"

	// ActivityFeedEventTypeARTIFACTPURGEREQUESTED captures enum value "ARTIFACT_PURGE_REQUESTED"
	ActivityFeedEventTypeARTIFACTPURGEREQUESTED string = "ARTIFACT_PURGE_REQUESTED"

	// ActivityFeedEventTypeARTIFACTPURGEREQUESTSTARTED captures enum value "ARTIFACT_PURGE_REQUEST_STARTED"
	ActivityFeedEventTypeARTIFACTPURGEREQUESTSTARTED string = "ARTIFACT_PURGE_REQUEST_STARTED"

	// ActivityFeedEventTypeARTIFACTPURGECOMPLETED captures enum value "ARTIFACT_PURGE_COMPLETED"
	ActivityFeedEventTypeARTIFACTPURGECOMPLETED string = "ARTIFACT_PURGE_COMPLETED"

	// ActivityFeedEventTypeARTIFACTPURGEFAILED captures enum value "ARTIFACT_PURGE_FAILED"
	ActivityFeedEventTypeARTIFACTPURGEFAILED string = "ARTIFACT_PURGE_FAILED"

	// ActivityFeedEventTypeARTIFACTPURGEREQUESTFINISHED captures enum value "ARTIFACT_PURGE_REQUEST_FINISHED"
	ActivityFeedEventTypeARTIFACTPURGEREQUESTFINISHED string = "ARTIFACT_PURGE_REQUEST_FINISHED"

	// ActivityFeedEventTypeARTIFACTPURGECANCELLED captures enum value "ARTIFACT_PURGE_CANCELLED"
	ActivityFeedEventTypeARTIFACTPURGECANCELLED string = "ARTIFACT_PURGE_CANCELLED"

	// ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONSTARTED captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_STARTED"
	ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONSTARTED string = "HISTORICAL_SNAPSHOT_COLLECTION_STARTED"

	// ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONCOMPLETED captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_COMPLETED"
	ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONCOMPLETED string = "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_COMPLETED"

	// ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONFAILED captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_FAILED"
	ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONFAILED string = "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_FAILED"

	// ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONNOUPDATES captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_NO_UPDATES"
	ActivityFeedEventTypeHISTORICALSNAPSHOTCOLLECTIONNOUPDATES string = "HISTORICAL_SNAPSHOT_COLLECTION_NO_UPDATES"

	// ActivityFeedEventTypeAUDITPERFORMED captures enum value "AUDIT_PERFORMED"
	ActivityFeedEventTypeAUDITPERFORMED string = "AUDIT_PERFORMED"

	// ActivityFeedEventTypeARTIFACTUPLOADREQUIRESAUTH captures enum value "ARTIFACT_UPLOAD_REQUIRES_AUTH"
	ActivityFeedEventTypeARTIFACTUPLOADREQUIRESAUTH string = "ARTIFACT_UPLOAD_REQUIRES_AUTH"

	// ActivityFeedEventTypeSOURCECODEUPLOADED captures enum value "SOURCE_CODE_UPLOADED"
	ActivityFeedEventTypeSOURCECODEUPLOADED string = "SOURCE_CODE_UPLOADED"

	// ActivityFeedEventTypeFILTERSETFOLDERREFRESHREQUESTED captures enum value "FILTERSET_FOLDER_REFRESH_REQUESTED"
	ActivityFeedEventTypeFILTERSETFOLDERREFRESHREQUESTED string = "FILTERSET_FOLDER_REFRESH_REQUESTED"

	// ActivityFeedEventTypeFILTERSETFOLDERREFRESHCOMPLETED captures enum value "FILTERSET_FOLDER_REFRESH_COMPLETED"
	ActivityFeedEventTypeFILTERSETFOLDERREFRESHCOMPLETED string = "FILTERSET_FOLDER_REFRESH_COMPLETED"

	// ActivityFeedEventTypeFILTERSETFOLDERREFRESHFAILED captures enum value "FILTERSET_FOLDER_REFRESH_FAILED"
	ActivityFeedEventTypeFILTERSETFOLDERREFRESHFAILED string = "FILTERSET_FOLDER_REFRESH_FAILED"

	// ActivityFeedEventTypeDYNAMICSCANCREATED captures enum value "DYNAMIC_SCAN_CREATED"
	ActivityFeedEventTypeDYNAMICSCANCREATED string = "DYNAMIC_SCAN_CREATED"

	// ActivityFeedEventTypeDYNAMICSCANEDITED captures enum value "DYNAMIC_SCAN_EDITED"
	ActivityFeedEventTypeDYNAMICSCANEDITED string = "DYNAMIC_SCAN_EDITED"

	// ActivityFeedEventTypeDYNAMICSCANCANCELED captures enum value "DYNAMIC_SCAN_CANCELED"
	ActivityFeedEventTypeDYNAMICSCANCANCELED string = "DYNAMIC_SCAN_CANCELED"

	// ActivityFeedEventTypeDYNAMICSCANCOMPLETED captures enum value "DYNAMIC_SCAN_COMPLETED"
	ActivityFeedEventTypeDYNAMICSCANCOMPLETED string = "DYNAMIC_SCAN_COMPLETED"

	// ActivityFeedEventTypeDYNAMICSCANPICKEDUP captures enum value "DYNAMIC_SCAN_PICKED_UP"
	ActivityFeedEventTypeDYNAMICSCANPICKEDUP string = "DYNAMIC_SCAN_PICKED_UP"

	// ActivityFeedEventTypeBATCHBUGFILINGREQUESTED captures enum value "BATCH_BUG_FILING_REQUESTED"
	ActivityFeedEventTypeBATCHBUGFILINGREQUESTED string = "BATCH_BUG_FILING_REQUESTED"

	// ActivityFeedEventTypeBATCHBUGFILINGREQUESTFAILED captures enum value "BATCH_BUG_FILING_REQUEST_FAILED"
	ActivityFeedEventTypeBATCHBUGFILINGREQUESTFAILED string = "BATCH_BUG_FILING_REQUEST_FAILED"

	// ActivityFeedEventTypeBATCHBUGFILINGSTARTED captures enum value "BATCH_BUG_FILING_STARTED"
	ActivityFeedEventTypeBATCHBUGFILINGSTARTED string = "BATCH_BUG_FILING_STARTED"

	// ActivityFeedEventTypeBATCHBUGFILINGENDED captures enum value "BATCH_BUG_FILING_ENDED"
	ActivityFeedEventTypeBATCHBUGFILINGENDED string = "BATCH_BUG_FILING_ENDED"

	// ActivityFeedEventTypeBATCHBUGFILINGFAILED captures enum value "BATCH_BUG_FILING_FAILED"
	ActivityFeedEventTypeBATCHBUGFILINGFAILED string = "BATCH_BUG_FILING_FAILED"

	// ActivityFeedEventTypeBUGFILED captures enum value "BUG_FILED"
	ActivityFeedEventTypeBUGFILED string = "BUG_FILED"

	// ActivityFeedEventTypeBUGFAILEDTOFILE captures enum value "BUG_FAILED_TO_FILE"
	ActivityFeedEventTypeBUGFAILEDTOFILE string = "BUG_FAILED_TO_FILE"

	// ActivityFeedEventTypeBUGSTATEMANAGEMENTSTARTED captures enum value "BUG_STATE_MANAGEMENT_STARTED"
	ActivityFeedEventTypeBUGSTATEMANAGEMENTSTARTED string = "BUG_STATE_MANAGEMENT_STARTED"

	// ActivityFeedEventTypeBUGSTATEMANAGEMENTENDED captures enum value "BUG_STATE_MANAGEMENT_ENDED"
	ActivityFeedEventTypeBUGSTATEMANAGEMENTENDED string = "BUG_STATE_MANAGEMENT_ENDED"

	// ActivityFeedEventTypeBUGSTATEMANAGEMENTENDEDWITHERRORS captures enum value "BUG_STATE_MANAGEMENT_ENDED_WITH_ERRORS"
	ActivityFeedEventTypeBUGSTATEMANAGEMENTENDEDWITHERRORS string = "BUG_STATE_MANAGEMENT_ENDED_WITH_ERRORS"

	// ActivityFeedEventTypeBUGUPDATED captures enum value "BUG_UPDATED"
	ActivityFeedEventTypeBUGUPDATED string = "BUG_UPDATED"

	// ActivityFeedEventTypeBUGFAILEDTOUPDATE captures enum value "BUG_FAILED_TO_UPDATE"
	ActivityFeedEventTypeBUGFAILEDTOUPDATE string = "BUG_FAILED_TO_UPDATE"

	// ActivityFeedEventTypeCOMMENTADDEDTOISSUE captures enum value "COMMENT_ADDED_TO_ISSUE"
	ActivityFeedEventTypeCOMMENTADDEDTOISSUE string = "COMMENT_ADDED_TO_ISSUE"

	// ActivityFeedEventTypeAUDITASSISTANTISSUESSUBMITTED captures enum value "AUDIT_ASSISTANT_ISSUES_SUBMITTED"
	ActivityFeedEventTypeAUDITASSISTANTISSUESSUBMITTED string = "AUDIT_ASSISTANT_ISSUES_SUBMITTED"

	// ActivityFeedEventTypeAUDITASSISTANTISSUESRETRIEVED captures enum value "AUDIT_ASSISTANT_ISSUES_RETRIEVED"
	ActivityFeedEventTypeAUDITASSISTANTISSUESRETRIEVED string = "AUDIT_ASSISTANT_ISSUES_RETRIEVED"

	// ActivityFeedEventTypeAUDITASSISTANTFPRUPLOADSTARTED captures enum value "AUDIT_ASSISTANT_FPR_UPLOAD_STARTED"
	ActivityFeedEventTypeAUDITASSISTANTFPRUPLOADSTARTED string = "AUDIT_ASSISTANT_FPR_UPLOAD_STARTED"

	// ActivityFeedEventTypeAUDITASSISTANTTRAININGSENT captures enum value "AUDIT_ASSISTANT_TRAINING_SENT"
	ActivityFeedEventTypeAUDITASSISTANTTRAININGSENT string = "AUDIT_ASSISTANT_TRAINING_SENT"

	// ActivityFeedEventTypeAUDITASSISTANTTESTCONNECTIONFAILED captures enum value "AUDIT_ASSISTANT_TEST_CONNECTION_FAILED"
	ActivityFeedEventTypeAUDITASSISTANTTESTCONNECTIONFAILED string = "AUDIT_ASSISTANT_TEST_CONNECTION_FAILED"

	// ActivityFeedEventTypeAUDITASSISTANTISSUESSUBMITFAILED captures enum value "AUDIT_ASSISTANT_ISSUES_SUBMIT_FAILED"
	ActivityFeedEventTypeAUDITASSISTANTISSUESSUBMITFAILED string = "AUDIT_ASSISTANT_ISSUES_SUBMIT_FAILED"

	// ActivityFeedEventTypeAUDITASSISTANTISSUESRETRIEVEFAILED captures enum value "AUDIT_ASSISTANT_ISSUES_RETRIEVE_FAILED"
	ActivityFeedEventTypeAUDITASSISTANTISSUESRETRIEVEFAILED string = "AUDIT_ASSISTANT_ISSUES_RETRIEVE_FAILED"

	// ActivityFeedEventTypeAUDITASSISTANTFPRUPLOADFAILED captures enum value "AUDIT_ASSISTANT_FPR_UPLOAD_FAILED"
	ActivityFeedEventTypeAUDITASSISTANTFPRUPLOADFAILED string = "AUDIT_ASSISTANT_FPR_UPLOAD_FAILED"

	// ActivityFeedEventTypeAUDITASSISTANTTRAININGSENTFAILED captures enum value "AUDIT_ASSISTANT_TRAINING_SENT_FAILED"
	ActivityFeedEventTypeAUDITASSISTANTTRAININGSENTFAILED string = "AUDIT_ASSISTANT_TRAINING_SENT_FAILED"

	// ActivityFeedEventTypeAUDITASSISTANTPROJECTPREDICTIONPOLICYCHANGED captures enum value "AUDIT_ASSISTANT_PROJECT_PREDICTION_POLICY_CHANGED"
	ActivityFeedEventTypeAUDITASSISTANTPROJECTPREDICTIONPOLICYCHANGED string = "AUDIT_ASSISTANT_PROJECT_PREDICTION_POLICY_CHANGED"

	// ActivityFeedEventTypeAUDITASSISTANTDEFAULTPREDICTIONPOLICYCHANGED captures enum value "AUDIT_ASSISTANT_DEFAULT_PREDICTION_POLICY_CHANGED"
	ActivityFeedEventTypeAUDITASSISTANTDEFAULTPREDICTIONPOLICYCHANGED string = "AUDIT_ASSISTANT_DEFAULT_PREDICTION_POLICY_CHANGED"

	// ActivityFeedEventTypeAUDITASSISTANTTAGMAPPINGCHANGED captures enum value "AUDIT_ASSISTANT_TAG_MAPPING_CHANGED"
	ActivityFeedEventTypeAUDITASSISTANTTAGMAPPINGCHANGED string = "AUDIT_ASSISTANT_TAG_MAPPING_CHANGED"

	// ActivityFeedEventTypeAUDITASSISTANTPREDICTIONPOLICIESREFRESHED captures enum value "AUDIT_ASSISTANT_PREDICTION_POLICIES_REFRESHED"
	ActivityFeedEventTypeAUDITASSISTANTPREDICTIONPOLICIESREFRESHED string = "AUDIT_ASSISTANT_PREDICTION_POLICIES_REFRESHED"

	// ActivityFeedEventTypeREPORTGENERATIONREQUESTED captures enum value "REPORT_GENERATION_REQUESTED"
	ActivityFeedEventTypeREPORTGENERATIONREQUESTED string = "REPORT_GENERATION_REQUESTED"

	// ActivityFeedEventTypeREPORTGENERATIONCOMPLETED captures enum value "REPORT_GENERATION_COMPLETED"
	ActivityFeedEventTypeREPORTGENERATIONCOMPLETED string = "REPORT_GENERATION_COMPLETED"

	// ActivityFeedEventTypeREPORTGENERATIONFAILED captures enum value "REPORT_GENERATION_FAILED"
	ActivityFeedEventTypeREPORTGENERATIONFAILED string = "REPORT_GENERATION_FAILED"

	// ActivityFeedEventTypeREPORTGENERATIONCANCELLED captures enum value "REPORT_GENERATION_CANCELLED"
	ActivityFeedEventTypeREPORTGENERATIONCANCELLED string = "REPORT_GENERATION_CANCELLED"

	// ActivityFeedEventTypeREPORTDELETED captures enum value "REPORT_DELETED"
	ActivityFeedEventTypeREPORTDELETED string = "REPORT_DELETED"

	// ActivityFeedEventTypeRULEPACKSERVERUPDATE captures enum value "RULEPACK_SERVER_UPDATE"
	ActivityFeedEventTypeRULEPACKSERVERUPDATE string = "RULEPACK_SERVER_UPDATE"

	// ActivityFeedEventTypeRULEPACKUSERUPLOAD captures enum value "RULEPACK_USER_UPLOAD"
	ActivityFeedEventTypeRULEPACKUSERUPLOAD string = "RULEPACK_USER_UPLOAD"

	// ActivityFeedEventTypeRULEPACKDELETED captures enum value "RULEPACK_DELETED"
	ActivityFeedEventTypeRULEPACKDELETED string = "RULEPACK_DELETED"

	// ActivityFeedEventTypeRULEPACKDOWNLOAD captures enum value "RULEPACK_DOWNLOAD"
	ActivityFeedEventTypeRULEPACKDOWNLOAD string = "RULEPACK_DOWNLOAD"

	// ActivityFeedEventTypeRULEPACKCLIENTUPDATE captures enum value "RULEPACK_CLIENT_UPDATE"
	ActivityFeedEventTypeRULEPACKCLIENTUPDATE string = "RULEPACK_CLIENT_UPDATE"

	// ActivityFeedEventTypeDOCUMENTARTIFACTCREATED captures enum value "DOCUMENT_ARTIFACT_CREATED"
	ActivityFeedEventTypeDOCUMENTARTIFACTCREATED string = "DOCUMENT_ARTIFACT_CREATED"

	// ActivityFeedEventTypeDOCUMENTARTIFACTUPDATED captures enum value "DOCUMENT_ARTIFACT_UPDATED"
	ActivityFeedEventTypeDOCUMENTARTIFACTUPDATED string = "DOCUMENT_ARTIFACT_UPDATED"

	// ActivityFeedEventTypeDOCUMENTARTIFACTDELETED captures enum value "DOCUMENT_ARTIFACT_DELETED"
	ActivityFeedEventTypeDOCUMENTARTIFACTDELETED string = "DOCUMENT_ARTIFACT_DELETED"

	// ActivityFeedEventTypeTASKINSTANCECREATED captures enum value "TASK_INSTANCE_CREATED"
	ActivityFeedEventTypeTASKINSTANCECREATED string = "TASK_INSTANCE_CREATED"

	// ActivityFeedEventTypeTASKINSTANCEUPDATED captures enum value "TASK_INSTANCE_UPDATED"
	ActivityFeedEventTypeTASKINSTANCEUPDATED string = "TASK_INSTANCE_UPDATED"

	// ActivityFeedEventTypeTASKINSTANCEDELETED captures enum value "TASK_INSTANCE_DELETED"
	ActivityFeedEventTypeTASKINSTANCEDELETED string = "TASK_INSTANCE_DELETED"

	// ActivityFeedEventTypeTASKINSTANCESIGNOFFUPDATED captures enum value "TASK_INSTANCE_SIGNOFF_UPDATED"
	ActivityFeedEventTypeTASKINSTANCESIGNOFFUPDATED string = "TASK_INSTANCE_SIGNOFF_UPDATED"

	// ActivityFeedEventTypeACTIVITYINSTANCESIGNOFFUPDATED captures enum value "ACTIVITY_INSTANCE_SIGNOFF_UPDATED"
	ActivityFeedEventTypeACTIVITYINSTANCESIGNOFFUPDATED string = "ACTIVITY_INSTANCE_SIGNOFF_UPDATED"

	// ActivityFeedEventTypeREQUIREMENTINSTANCESIGNOFFUPDATED captures enum value "REQUIREMENT_INSTANCE_SIGNOFF_UPDATED"
	ActivityFeedEventTypeREQUIREMENTINSTANCESIGNOFFUPDATED string = "REQUIREMENT_INSTANCE_SIGNOFF_UPDATED"

	// ActivityFeedEventTypeREQUIREMENTTEMPLATEINSTANCESIGNOFFUPDATED captures enum value "REQUIREMENT_TEMPLATE_INSTANCE_SIGNOFF_UPDATED"
	ActivityFeedEventTypeREQUIREMENTTEMPLATEINSTANCESIGNOFFUPDATED string = "REQUIREMENT_TEMPLATE_INSTANCE_SIGNOFF_UPDATED"

	// ActivityFeedEventTypeTASKINSTANCEDUEDATEPASSEDNOSIGNOFF captures enum value "TASK_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"
	ActivityFeedEventTypeTASKINSTANCEDUEDATEPASSEDNOSIGNOFF string = "TASK_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"

	// ActivityFeedEventTypeACTIVITYINSTANCEDUEDATEPASSEDNOSIGNOFF captures enum value "ACTIVITY_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"
	ActivityFeedEventTypeACTIVITYINSTANCEDUEDATEPASSEDNOSIGNOFF string = "ACTIVITY_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"

	// ActivityFeedEventTypeREQUIREMENTINSTANCEDUEDATEPASSEDNOSIGNOFF captures enum value "REQUIREMENT_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"
	ActivityFeedEventTypeREQUIREMENTINSTANCEDUEDATEPASSEDNOSIGNOFF string = "REQUIREMENT_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"

	// ActivityFeedEventTypeREQUIREMENTTEMPLATEDUEDATEPASSEDNOSIGNOFF captures enum value "REQUIREMENT_TEMPLATE_DUE_DATE_PASSED_NO_SIGNOFF"
	ActivityFeedEventTypeREQUIREMENTTEMPLATEDUEDATEPASSEDNOSIGNOFF string = "REQUIREMENT_TEMPLATE_DUE_DATE_PASSED_NO_SIGNOFF"

	// ActivityFeedEventTypeSDLCOMMENTCREATED captures enum value "SDL_COMMENT_CREATED"
	ActivityFeedEventTypeSDLCOMMENTCREATED string = "SDL_COMMENT_CREATED"

	// ActivityFeedEventTypePROJECTPERSONAASSIGNMENTUPDATED captures enum value "PROJECT_PERSONA_ASSIGNMENT_UPDATED"
	ActivityFeedEventTypePROJECTPERSONAASSIGNMENTUPDATED string = "PROJECT_PERSONA_ASSIGNMENT_UPDATED"

	// ActivityFeedEventTypePERSONAASSIGNMENTUPDATED captures enum value "PERSONA_ASSIGNMENT_UPDATED"
	ActivityFeedEventTypePERSONAASSIGNMENTUPDATED string = "PERSONA_ASSIGNMENT_UPDATED"

	// ActivityFeedEventTypeWORKOWNERUPDATED captures enum value "WORK_OWNER_UPDATED"
	ActivityFeedEventTypeWORKOWNERUPDATED string = "WORK_OWNER_UPDATED"

	// ActivityFeedEventTypeDUEDATEUPDATED captures enum value "DUE_DATE_UPDATED"
	ActivityFeedEventTypeDUEDATEUPDATED string = "DUE_DATE_UPDATED"

	// ActivityFeedEventTypeSESSIONTIMEOUT captures enum value "SESSION_TIMEOUT"
	ActivityFeedEventTypeSESSIONTIMEOUT string = "SESSION_TIMEOUT"

	// ActivityFeedEventTypeREQTEMPLATECREATED captures enum value "REQ_TEMPLATE_CREATED"
	ActivityFeedEventTypeREQTEMPLATECREATED string = "REQ_TEMPLATE_CREATED"

	// ActivityFeedEventTypeREQTEMPLATEUPDATED captures enum value "REQ_TEMPLATE_UPDATED"
	ActivityFeedEventTypeREQTEMPLATEUPDATED string = "REQ_TEMPLATE_UPDATED"

	// ActivityFeedEventTypeACTIVITYCREATED captures enum value "ACTIVITY_CREATED"
	ActivityFeedEventTypeACTIVITYCREATED string = "ACTIVITY_CREATED"

	// ActivityFeedEventTypeACTIVITYUPDATED captures enum value "ACTIVITY_UPDATED"
	ActivityFeedEventTypeACTIVITYUPDATED string = "ACTIVITY_UPDATED"

	// ActivityFeedEventTypeVARIABLECREATED captures enum value "VARIABLE_CREATED"
	ActivityFeedEventTypeVARIABLECREATED string = "VARIABLE_CREATED"

	// ActivityFeedEventTypeVARIABLEUPDATED captures enum value "VARIABLE_UPDATED"
	ActivityFeedEventTypeVARIABLEUPDATED string = "VARIABLE_UPDATED"

	// ActivityFeedEventTypeVARIABLEDELETED captures enum value "VARIABLE_DELETED"
	ActivityFeedEventTypeVARIABLEDELETED string = "VARIABLE_DELETED"

	// ActivityFeedEventTypeMEASUREMENTAGENTCREATED captures enum value "MEASUREMENT_AGENT_CREATED"
	ActivityFeedEventTypeMEASUREMENTAGENTCREATED string = "MEASUREMENT_AGENT_CREATED"

	// ActivityFeedEventTypeMEASUREMENTAGENTUPDATED captures enum value "MEASUREMENT_AGENT_UPDATED"
	ActivityFeedEventTypeMEASUREMENTAGENTUPDATED string = "MEASUREMENT_AGENT_UPDATED"

	// ActivityFeedEventTypeMEASUREMENTAGENTDELETED captures enum value "MEASUREMENT_AGENT_DELETED"
	ActivityFeedEventTypeMEASUREMENTAGENTDELETED string = "MEASUREMENT_AGENT_DELETED"

	// ActivityFeedEventTypeDOCUMENTDEFCREATED captures enum value "DOCUMENT_DEF_CREATED"
	ActivityFeedEventTypeDOCUMENTDEFCREATED string = "DOCUMENT_DEF_CREATED"

	// ActivityFeedEventTypeDOCUMENTDEFUPDATED captures enum value "DOCUMENT_DEF_UPDATED"
	ActivityFeedEventTypeDOCUMENTDEFUPDATED string = "DOCUMENT_DEF_UPDATED"

	// ActivityFeedEventTypePROJECTTEMPLATECREATED captures enum value "PROJECT_TEMPLATE_CREATED"
	ActivityFeedEventTypePROJECTTEMPLATECREATED string = "PROJECT_TEMPLATE_CREATED"

	// ActivityFeedEventTypePROJECTTEMPLATEUPDATED captures enum value "PROJECT_TEMPLATE_UPDATED"
	ActivityFeedEventTypePROJECTTEMPLATEUPDATED string = "PROJECT_TEMPLATE_UPDATED"

	// ActivityFeedEventTypePROJECTTEMPLATEDELETED captures enum value "PROJECT_TEMPLATE_DELETED"
	ActivityFeedEventTypePROJECTTEMPLATEDELETED string = "PROJECT_TEMPLATE_DELETED"

	// ActivityFeedEventTypeASSIGNMENTRULESUPDATED captures enum value "ASSIGNMENT_RULES_UPDATED"
	ActivityFeedEventTypeASSIGNMENTRULESUPDATED string = "ASSIGNMENT_RULES_UPDATED"

	// ActivityFeedEventTypePERSONACREATED captures enum value "PERSONA_CREATED"
	ActivityFeedEventTypePERSONACREATED string = "PERSONA_CREATED"

	// ActivityFeedEventTypePERSONAUPDATED captures enum value "PERSONA_UPDATED"
	ActivityFeedEventTypePERSONAUPDATED string = "PERSONA_UPDATED"

	// ActivityFeedEventTypePERSONADELETED captures enum value "PERSONA_DELETED"
	ActivityFeedEventTypePERSONADELETED string = "PERSONA_DELETED"

	// ActivityFeedEventTypeATTRCREATED captures enum value "ATTR_CREATED"
	ActivityFeedEventTypeATTRCREATED string = "ATTR_CREATED"

	// ActivityFeedEventTypeATTRUPDATED captures enum value "ATTR_UPDATED"
	ActivityFeedEventTypeATTRUPDATED string = "ATTR_UPDATED"

	// ActivityFeedEventTypeATTRDELETED captures enum value "ATTR_DELETED"
	ActivityFeedEventTypeATTRDELETED string = "ATTR_DELETED"

	// ActivityFeedEventTypeATTRIBUTEDEFINITIONCREATED captures enum value "ATTRIBUTE_DEFINITION_CREATED"
	ActivityFeedEventTypeATTRIBUTEDEFINITIONCREATED string = "ATTRIBUTE_DEFINITION_CREATED"

	// ActivityFeedEventTypeATTRIBUTEDEFINITIONUPDATED captures enum value "ATTRIBUTE_DEFINITION_UPDATED"
	ActivityFeedEventTypeATTRIBUTEDEFINITIONUPDATED string = "ATTRIBUTE_DEFINITION_UPDATED"

	// ActivityFeedEventTypeATTRIBUTEDEFINITIONDELETED captures enum value "ATTRIBUTE_DEFINITION_DELETED"
	ActivityFeedEventTypeATTRIBUTEDEFINITIONDELETED string = "ATTRIBUTE_DEFINITION_DELETED"

	// ActivityFeedEventTypePROJECTVERSIONCUSTOMTAGASSIGNMENT captures enum value "PROJECT_VERSION_CUSTOM_TAG_ASSIGNMENT"
	ActivityFeedEventTypePROJECTVERSIONCUSTOMTAGASSIGNMENT string = "PROJECT_VERSION_CUSTOM_TAG_ASSIGNMENT"

	// ActivityFeedEventTypePROJECTVERSIONPRIMARYTAGUPDATE captures enum value "PROJECT_VERSION_PRIMARY_TAG_UPDATE"
	ActivityFeedEventTypePROJECTVERSIONPRIMARYTAGUPDATE string = "PROJECT_VERSION_PRIMARY_TAG_UPDATE"

	// ActivityFeedEventTypeREPORTDEFINITIONCREATED captures enum value "REPORT_DEFINITION_CREATED"
	ActivityFeedEventTypeREPORTDEFINITIONCREATED string = "REPORT_DEFINITION_CREATED"

	// ActivityFeedEventTypeREPORTDEFINITIONUPDATED captures enum value "REPORT_DEFINITION_UPDATED"
	ActivityFeedEventTypeREPORTDEFINITIONUPDATED string = "REPORT_DEFINITION_UPDATED"

	// ActivityFeedEventTypeREPORTDEFINITIONDELETED captures enum value "REPORT_DEFINITION_DELETED"
	ActivityFeedEventTypeREPORTDEFINITIONDELETED string = "REPORT_DEFINITION_DELETED"

	// ActivityFeedEventTypeREPORTLIBRARYCREATED captures enum value "REPORT_LIBRARY_CREATED"
	ActivityFeedEventTypeREPORTLIBRARYCREATED string = "REPORT_LIBRARY_CREATED"

	// ActivityFeedEventTypeREPORTLIBRARYUPDATED captures enum value "REPORT_LIBRARY_UPDATED"
	ActivityFeedEventTypeREPORTLIBRARYUPDATED string = "REPORT_LIBRARY_UPDATED"

	// ActivityFeedEventTypeREPORTLIBRARYDELETED captures enum value "REPORT_LIBRARY_DELETED"
	ActivityFeedEventTypeREPORTLIBRARYDELETED string = "REPORT_LIBRARY_DELETED"

	// ActivityFeedEventTypeRUNTIMEHOSTCONNECTED captures enum value "RUNTIME_HOST_CONNECTED"
	ActivityFeedEventTypeRUNTIMEHOSTCONNECTED string = "RUNTIME_HOST_CONNECTED"

	// ActivityFeedEventTypeRUNTIMEHOSTDISCONNECTED captures enum value "RUNTIME_HOST_DISCONNECTED"
	ActivityFeedEventTypeRUNTIMEHOSTDISCONNECTED string = "RUNTIME_HOST_DISCONNECTED"

	// ActivityFeedEventTypeRUNTIMEHOSTCREATED captures enum value "RUNTIME_HOST_CREATED"
	ActivityFeedEventTypeRUNTIMEHOSTCREATED string = "RUNTIME_HOST_CREATED"

	// ActivityFeedEventTypeRUNTIMEHOSTDELETED captures enum value "RUNTIME_HOST_DELETED"
	ActivityFeedEventTypeRUNTIMEHOSTDELETED string = "RUNTIME_HOST_DELETED"

	// ActivityFeedEventTypeRUNTIMEHOSTDISCOVERED captures enum value "RUNTIME_HOST_DISCOVERED"
	ActivityFeedEventTypeRUNTIMEHOSTDISCOVERED string = "RUNTIME_HOST_DISCOVERED"

	// ActivityFeedEventTypeRUNTIMEHOSTENABLED captures enum value "RUNTIME_HOST_ENABLED"
	ActivityFeedEventTypeRUNTIMEHOSTENABLED string = "RUNTIME_HOST_ENABLED"

	// ActivityFeedEventTypeRUNTIMEHOSTDISABLED captures enum value "RUNTIME_HOST_DISABLED"
	ActivityFeedEventTypeRUNTIMEHOSTDISABLED string = "RUNTIME_HOST_DISABLED"

	// ActivityFeedEventTypeRUNTIMEHOSTAUTHRESET captures enum value "RUNTIME_HOST_AUTH_RESET"
	ActivityFeedEventTypeRUNTIMEHOSTAUTHRESET string = "RUNTIME_HOST_AUTH_RESET"

	// ActivityFeedEventTypeACCEPTNEWHOSTSENABLED captures enum value "ACCEPT_NEW_HOSTS_ENABLED"
	ActivityFeedEventTypeACCEPTNEWHOSTSENABLED string = "ACCEPT_NEW_HOSTS_ENABLED"

	// ActivityFeedEventTypeACCEPTNEWHOSTSDISABLED captures enum value "ACCEPT_NEW_HOSTS_DISABLED"
	ActivityFeedEventTypeACCEPTNEWHOSTSDISABLED string = "ACCEPT_NEW_HOSTS_DISABLED"

	// ActivityFeedEventTypeDISABLEDHOSTCONNECTION captures enum value "DISABLED_HOST_CONNECTION"
	ActivityFeedEventTypeDISABLEDHOSTCONNECTION string = "DISABLED_HOST_CONNECTION"

	// ActivityFeedEventTypeRUNTIMEAPPLICATIONASSIGNMENTRULESUPDATED captures enum value "RUNTIME_APPLICATION_ASSIGNMENT_RULES_UPDATED"
	ActivityFeedEventTypeRUNTIMEAPPLICATIONASSIGNMENTRULESUPDATED string = "RUNTIME_APPLICATION_ASSIGNMENT_RULES_UPDATED"

	// ActivityFeedEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESREQUESTED captures enum value "REAPPLY_APPLICATION_ASSIGNMENT_RULES_REQUESTED"
	ActivityFeedEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESREQUESTED string = "REAPPLY_APPLICATION_ASSIGNMENT_RULES_REQUESTED"

	// ActivityFeedEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESCOMPLETED captures enum value "REAPPLY_APPLICATION_ASSIGNMENT_RULES_COMPLETED"
	ActivityFeedEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESCOMPLETED string = "REAPPLY_APPLICATION_ASSIGNMENT_RULES_COMPLETED"

	// ActivityFeedEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESFAILED captures enum value "REAPPLY_APPLICATION_ASSIGNMENT_RULES_FAILED"
	ActivityFeedEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESFAILED string = "REAPPLY_APPLICATION_ASSIGNMENT_RULES_FAILED"

	// ActivityFeedEventTypeRUNTIMECONFIGURATIONCREATED captures enum value "RUNTIME_CONFIGURATION_CREATED"
	ActivityFeedEventTypeRUNTIMECONFIGURATIONCREATED string = "RUNTIME_CONFIGURATION_CREATED"

	// ActivityFeedEventTypeRUNTIMECONFIGURATIONUPDATED captures enum value "RUNTIME_CONFIGURATION_UPDATED"
	ActivityFeedEventTypeRUNTIMECONFIGURATIONUPDATED string = "RUNTIME_CONFIGURATION_UPDATED"

	// ActivityFeedEventTypeRUNTIMECONFIGURATIONDELETED captures enum value "RUNTIME_CONFIGURATION_DELETED"
	ActivityFeedEventTypeRUNTIMECONFIGURATIONDELETED string = "RUNTIME_CONFIGURATION_DELETED"

	// ActivityFeedEventTypeRUNTIMECONFIGURATIONTEMPLATEUPDATED captures enum value "RUNTIME_CONFIGURATION_TEMPLATE_UPDATED"
	ActivityFeedEventTypeRUNTIMECONFIGURATIONTEMPLATEUPDATED string = "RUNTIME_CONFIGURATION_TEMPLATE_UPDATED"

	// ActivityFeedEventTypeRUNTIMEEHCREATED captures enum value "RUNTIME_EH_CREATED"
	ActivityFeedEventTypeRUNTIMEEHCREATED string = "RUNTIME_EH_CREATED"

	// ActivityFeedEventTypeRUNTIMEEHUPDATED captures enum value "RUNTIME_EH_UPDATED"
	ActivityFeedEventTypeRUNTIMEEHUPDATED string = "RUNTIME_EH_UPDATED"

	// ActivityFeedEventTypeRUNTIMEEHDELETED captures enum value "RUNTIME_EH_DELETED"
	ActivityFeedEventTypeRUNTIMEEHDELETED string = "RUNTIME_EH_DELETED"

	// ActivityFeedEventTypeRUNTIMESETTINGSUPDATED captures enum value "RUNTIME_SETTINGS_UPDATED"
	ActivityFeedEventTypeRUNTIMESETTINGSUPDATED string = "RUNTIME_SETTINGS_UPDATED"

	// ActivityFeedEventTypeRUNTIMERULEPACKCONFIGUPDATED captures enum value "RUNTIME_RULEPACK_CONFIG_UPDATED"
	ActivityFeedEventTypeRUNTIMERULEPACKCONFIGUPDATED string = "RUNTIME_RULEPACK_CONFIG_UPDATED"

	// ActivityFeedEventTypeRUNTIMEEVENTRECEIVED captures enum value "RUNTIME_EVENT_RECEIVED"
	ActivityFeedEventTypeRUNTIMEEVENTRECEIVED string = "RUNTIME_EVENT_RECEIVED"

	// ActivityFeedEventTypeRUNTIMEALERTRECEIVED captures enum value "RUNTIME_ALERT_RECEIVED"
	ActivityFeedEventTypeRUNTIMEALERTRECEIVED string = "RUNTIME_ALERT_RECEIVED"

	// ActivityFeedEventTypeFEDERATIONCREATED captures enum value "FEDERATION_CREATED"
	ActivityFeedEventTypeFEDERATIONCREATED string = "FEDERATION_CREATED"

	// ActivityFeedEventTypeFEDERATIONUPDATED captures enum value "FEDERATION_UPDATED"
	ActivityFeedEventTypeFEDERATIONUPDATED string = "FEDERATION_UPDATED"

	// ActivityFeedEventTypeFEDERATIONDELETED captures enum value "FEDERATION_DELETED"
	ActivityFeedEventTypeFEDERATIONDELETED string = "FEDERATION_DELETED"

	// ActivityFeedEventTypeRTAPPCREATED captures enum value "RTAPP_CREATED"
	ActivityFeedEventTypeRTAPPCREATED string = "RTAPP_CREATED"

	// ActivityFeedEventTypeRTAPPUPDATED captures enum value "RTAPP_UPDATED"
	ActivityFeedEventTypeRTAPPUPDATED string = "RTAPP_UPDATED"

	// ActivityFeedEventTypeRTAPPDELETED captures enum value "RTAPP_DELETED"
	ActivityFeedEventTypeRTAPPDELETED string = "RTAPP_DELETED"

	// ActivityFeedEventTypeRTAPPACCESSADDED captures enum value "RTAPP_ACCESS_ADDED"
	ActivityFeedEventTypeRTAPPACCESSADDED string = "RTAPP_ACCESS_ADDED"

	// ActivityFeedEventTypeRTAPPACCESSREMOVED captures enum value "RTAPP_ACCESS_REMOVED"
	ActivityFeedEventTypeRTAPPACCESSREMOVED string = "RTAPP_ACCESS_REMOVED"

	// ActivityFeedEventTypeUSERROLECREATED captures enum value "USERROLE_CREATED"
	ActivityFeedEventTypeUSERROLECREATED string = "USERROLE_CREATED"

	// ActivityFeedEventTypeUSERROLEUPDATED captures enum value "USERROLE_UPDATED"
	ActivityFeedEventTypeUSERROLEUPDATED string = "USERROLE_UPDATED"

	// ActivityFeedEventTypeUSERROLEDELETED captures enum value "USERROLE_DELETED"
	ActivityFeedEventTypeUSERROLEDELETED string = "USERROLE_DELETED"

	// ActivityFeedEventTypeCLOUDSCANPOLLED captures enum value "CLOUD_SCAN_POLLED"
	ActivityFeedEventTypeCLOUDSCANPOLLED string = "CLOUD_SCAN_POLLED"

	// ActivityFeedEventTypeCLOUDPOOLCREATED captures enum value "CLOUD_POOL_CREATED"
	ActivityFeedEventTypeCLOUDPOOLCREATED string = "CLOUD_POOL_CREATED"

	// ActivityFeedEventTypeCLOUDPOOLUPDATED captures enum value "CLOUD_POOL_UPDATED"
	ActivityFeedEventTypeCLOUDPOOLUPDATED string = "CLOUD_POOL_UPDATED"

	// ActivityFeedEventTypeCLOUDPOOLDELETED captures enum value "CLOUD_POOL_DELETED"
	ActivityFeedEventTypeCLOUDPOOLDELETED string = "CLOUD_POOL_DELETED"

	// ActivityFeedEventTypeCLOUDPOOLAVSUPDATED captures enum value "CLOUD_POOL_AVS_UPDATED"
	ActivityFeedEventTypeCLOUDPOOLAVSUPDATED string = "CLOUD_POOL_AVS_UPDATED"

	// ActivityFeedEventTypeCLOUDPOOLSENSORSUPDATED captures enum value "CLOUD_POOL_SENSORS_UPDATED"
	ActivityFeedEventTypeCLOUDPOOLSENSORSUPDATED string = "CLOUD_POOL_SENSORS_UPDATED"

	// ActivityFeedEventTypeCLOUDJOBCANCELED captures enum value "CLOUD_JOB_CANCELED"
	ActivityFeedEventTypeCLOUDJOBCANCELED string = "CLOUD_JOB_CANCELED"

	// ActivityFeedEventTypeCLOUDJOBFPRDOWNLOADED captures enum value "CLOUD_JOB_FPR_DOWNLOADED"
	ActivityFeedEventTypeCLOUDJOBFPRDOWNLOADED string = "CLOUD_JOB_FPR_DOWNLOADED"

	// ActivityFeedEventTypeCLOUDJOBLOGDOWNLOADED captures enum value "CLOUD_JOB_LOG_DOWNLOADED"
	ActivityFeedEventTypeCLOUDJOBLOGDOWNLOADED string = "CLOUD_JOB_LOG_DOWNLOADED"

	// ActivityFeedEventTypeINDEXMAINTENANCESTARTED captures enum value "INDEX_MAINTENANCE_STARTED"
	ActivityFeedEventTypeINDEXMAINTENANCESTARTED string = "INDEX_MAINTENANCE_STARTED"

	// ActivityFeedEventTypeINDEXMAINTENANCECOMPLETED captures enum value "INDEX_MAINTENANCE_COMPLETED"
	ActivityFeedEventTypeINDEXMAINTENANCECOMPLETED string = "INDEX_MAINTENANCE_COMPLETED"

	// ActivityFeedEventTypeFULLREINDEXSTARTED captures enum value "FULL_REINDEX_STARTED"
	ActivityFeedEventTypeFULLREINDEXSTARTED string = "FULL_REINDEX_STARTED"

	// ActivityFeedEventTypeFULLREINDEXCOMPLETED captures enum value "FULL_REINDEX_COMPLETED"
	ActivityFeedEventTypeFULLREINDEXCOMPLETED string = "FULL_REINDEX_COMPLETED"

	// ActivityFeedEventTypeINDEXNEWISSUESSTARTED captures enum value "INDEX_NEW_ISSUES_STARTED"
	ActivityFeedEventTypeINDEXNEWISSUESSTARTED string = "INDEX_NEW_ISSUES_STARTED"

	// ActivityFeedEventTypeINDEXNEWISSUESCOMPLETED captures enum value "INDEX_NEW_ISSUES_COMPLETED"
	ActivityFeedEventTypeINDEXNEWISSUESCOMPLETED string = "INDEX_NEW_ISSUES_COMPLETED"

	// ActivityFeedEventTypeSSCCONFIGURATIONUPDATED captures enum value "SSC_CONFIGURATION_UPDATED"
	ActivityFeedEventTypeSSCCONFIGURATIONUPDATED string = "SSC_CONFIGURATION_UPDATED"

	// ActivityFeedEventTypeLDAPCONFIGCREATED captures enum value "LDAP_CONFIG_CREATED"
	ActivityFeedEventTypeLDAPCONFIGCREATED string = "LDAP_CONFIG_CREATED"

	// ActivityFeedEventTypeLDAPCONFIGUPDATED captures enum value "LDAP_CONFIG_UPDATED"
	ActivityFeedEventTypeLDAPCONFIGUPDATED string = "LDAP_CONFIG_UPDATED"

	// ActivityFeedEventTypeLDAPCONFIGDELETED captures enum value "LDAP_CONFIG_DELETED"
	ActivityFeedEventTypeLDAPCONFIGDELETED string = "LDAP_CONFIG_DELETED"

	// ActivityFeedEventTypeLDAPCONFIGDEFAULTCHANGED captures enum value "LDAP_CONFIG_DEFAULT_CHANGED"
	ActivityFeedEventTypeLDAPCONFIGDEFAULTCHANGED string = "LDAP_CONFIG_DEFAULT_CHANGED"

	// ActivityFeedEventTypeSEEDBUNDLEUPLOADCOMPLETED captures enum value "SEED_BUNDLE_UPLOAD_COMPLETED"
	ActivityFeedEventTypeSEEDBUNDLEUPLOADCOMPLETED string = "SEED_BUNDLE_UPLOAD_COMPLETED"

	// ActivityFeedEventTypeSEEDBUNDLEUPLOADFAILED captures enum value "SEED_BUNDLE_UPLOAD_FAILED"
	ActivityFeedEventTypeSEEDBUNDLEUPLOADFAILED string = "SEED_BUNDLE_UPLOAD_FAILED"

	// ActivityFeedEventTypeSEEDBUNDLECOMPLETED captures enum value "SEED_BUNDLE_COMPLETED"
	ActivityFeedEventTypeSEEDBUNDLECOMPLETED string = "SEED_BUNDLE_COMPLETED"

	// ActivityFeedEventTypeSEEDBUNDLEFAILED captures enum value "SEED_BUNDLE_FAILED"
	ActivityFeedEventTypeSEEDBUNDLEFAILED string = "SEED_BUNDLE_FAILED"
)
View Source
const (

	// AlertDefinitionDtoMonitoredEntityTypeRTINSTANCE captures enum value "RT_INSTANCE"
	AlertDefinitionDtoMonitoredEntityTypeRTINSTANCE string = "RT_INSTANCE"

	// AlertDefinitionDtoMonitoredEntityTypeREQINSTANCE captures enum value "REQ_INSTANCE"
	AlertDefinitionDtoMonitoredEntityTypeREQINSTANCE string = "REQ_INSTANCE"

	// AlertDefinitionDtoMonitoredEntityTypeACTIVITYINSTANCE captures enum value "ACTIVITY_INSTANCE"
	AlertDefinitionDtoMonitoredEntityTypeACTIVITYINSTANCE string = "ACTIVITY_INSTANCE"

	// AlertDefinitionDtoMonitoredEntityTypeMEASUREMENTAGENT captures enum value "MEASUREMENT_AGENT"
	AlertDefinitionDtoMonitoredEntityTypeMEASUREMENTAGENT string = "MEASUREMENT_AGENT"

	// AlertDefinitionDtoMonitoredEntityTypeVARIABLE captures enum value "VARIABLE"
	AlertDefinitionDtoMonitoredEntityTypeVARIABLE string = "VARIABLE"

	// AlertDefinitionDtoMonitoredEntityTypeRUNTIMEALERT captures enum value "RUNTIME_ALERT"
	AlertDefinitionDtoMonitoredEntityTypeRUNTIMEALERT string = "RUNTIME_ALERT"

	// AlertDefinitionDtoMonitoredEntityTypeEVENT captures enum value "EVENT"
	AlertDefinitionDtoMonitoredEntityTypeEVENT string = "EVENT"

	// AlertDefinitionDtoMonitoredEntityTypeSCHEDULEDALERT captures enum value "SCHEDULED_ALERT"
	AlertDefinitionDtoMonitoredEntityTypeSCHEDULEDALERT string = "SCHEDULED_ALERT"
)
View Source
const (

	// AlertDefinitionDtoRecipientTypeMEONLY captures enum value "ME_ONLY"
	AlertDefinitionDtoRecipientTypeMEONLY string = "ME_ONLY"

	// AlertDefinitionDtoRecipientTypePROCESSENTITYSTAKEHOLDERS captures enum value "PROCESS_ENTITY_STAKEHOLDERS"
	AlertDefinitionDtoRecipientTypePROCESSENTITYSTAKEHOLDERS string = "PROCESS_ENTITY_STAKEHOLDERS"

	// AlertDefinitionDtoRecipientTypeALLUSERS captures enum value "ALL_USERS"
	AlertDefinitionDtoRecipientTypeALLUSERS string = "ALL_USERS"

	// AlertDefinitionDtoRecipientTypeALLSYSTEMUSERS captures enum value "ALL_SYSTEM_USERS"
	AlertDefinitionDtoRecipientTypeALLSYSTEMUSERS string = "ALL_SYSTEM_USERS"
)
View Source
const (

	// AlertTriggerDtoMonitoredAttributeSIGNOFFSTATE captures enum value "SIGN_OFF_STATE"
	AlertTriggerDtoMonitoredAttributeSIGNOFFSTATE string = "SIGN_OFF_STATE"

	// AlertTriggerDtoMonitoredAttributeVALUEGT captures enum value "VALUE_GT"
	AlertTriggerDtoMonitoredAttributeVALUEGT string = "VALUE_GT"

	// AlertTriggerDtoMonitoredAttributeVALUELT captures enum value "VALUE_LT"
	AlertTriggerDtoMonitoredAttributeVALUELT string = "VALUE_LT"

	// AlertTriggerDtoMonitoredAttributeVALUEEQ captures enum value "VALUE_EQ"
	AlertTriggerDtoMonitoredAttributeVALUEEQ string = "VALUE_EQ"

	// AlertTriggerDtoMonitoredAttributeVALUEGTE captures enum value "VALUE_GTE"
	AlertTriggerDtoMonitoredAttributeVALUEGTE string = "VALUE_GTE"

	// AlertTriggerDtoMonitoredAttributeVALUELTE captures enum value "VALUE_LTE"
	AlertTriggerDtoMonitoredAttributeVALUELTE string = "VALUE_LTE"

	// AlertTriggerDtoMonitoredAttributeEVENTTYPE captures enum value "EVENT_TYPE"
	AlertTriggerDtoMonitoredAttributeEVENTTYPE string = "EVENT_TYPE"

	// AlertTriggerDtoMonitoredAttributeSCHEDULEDALERTTIME captures enum value "SCHEDULED_ALERT_TIME"
	AlertTriggerDtoMonitoredAttributeSCHEDULEDALERTTIME string = "SCHEDULED_ALERT_TIME"
)
View Source
const (

	// AlertableEventTypeCategoryUSERADMINISTRATION captures enum value "USER_ADMINISTRATION"
	AlertableEventTypeCategoryUSERADMINISTRATION string = "USER_ADMINISTRATION"

	// AlertableEventTypeCategoryPVADMINISTRATION captures enum value "PV_ADMINISTRATION"
	AlertableEventTypeCategoryPVADMINISTRATION string = "PV_ADMINISTRATION"

	// AlertableEventTypeCategoryPVISSUES captures enum value "PV_ISSUES"
	AlertableEventTypeCategoryPVISSUES string = "PV_ISSUES"

	// AlertableEventTypeCategoryREPORT captures enum value "REPORT"
	AlertableEventTypeCategoryREPORT string = "REPORT"

	// AlertableEventTypeCategoryGENERALADMINISTRATION captures enum value "GENERAL_ADMINISTRATION"
	AlertableEventTypeCategoryGENERALADMINISTRATION string = "GENERAL_ADMINISTRATION"

	// AlertableEventTypeCategoryGOVERNANCE captures enum value "GOVERNANCE"
	AlertableEventTypeCategoryGOVERNANCE string = "GOVERNANCE"

	// AlertableEventTypeCategoryRUNTIMEHOST captures enum value "RUNTIME_HOST"
	AlertableEventTypeCategoryRUNTIMEHOST string = "RUNTIME_HOST"

	// AlertableEventTypeCategoryRUNTIMEFEDERATION captures enum value "RUNTIME_FEDERATION"
	AlertableEventTypeCategoryRUNTIMEFEDERATION string = "RUNTIME_FEDERATION"

	// AlertableEventTypeCategoryRUNTIMECONFIGURATION captures enum value "RUNTIME_CONFIGURATION"
	AlertableEventTypeCategoryRUNTIMECONFIGURATION string = "RUNTIME_CONFIGURATION"

	// AlertableEventTypeCategoryRUNTIMEAPPADMINISTRATION captures enum value "RUNTIME_APP_ADMINISTRATION"
	AlertableEventTypeCategoryRUNTIMEAPPADMINISTRATION string = "RUNTIME_APP_ADMINISTRATION"

	// AlertableEventTypeCategoryFULLTEXT captures enum value "FULLTEXT"
	AlertableEventTypeCategoryFULLTEXT string = "FULLTEXT"

	// AlertableEventTypeCategoryCLOUDSCAN captures enum value "CLOUDSCAN"
	AlertableEventTypeCategoryCLOUDSCAN string = "CLOUDSCAN"
)
View Source
const (

	// AlertableEventTypeScopePROJECTVERSION captures enum value "PROJECT_VERSION"
	AlertableEventTypeScopePROJECTVERSION string = "PROJECT_VERSION"

	// AlertableEventTypeScopeRUNTIMEAPP captures enum value "RUNTIME_APP"
	AlertableEventTypeScopeRUNTIMEAPP string = "RUNTIME_APP"

	// AlertableEventTypeScopeNONE captures enum value "NONE"
	AlertableEventTypeScopeNONE string = "NONE"

	// AlertableEventTypeScopeALL captures enum value "ALL"
	AlertableEventTypeScopeALL string = "ALL"
)
View Source
const (

	// APIBulkRequestItemHTTPVerbGET captures enum value "GET"
	APIBulkRequestItemHTTPVerbGET string = "GET"

	// APIBulkRequestItemHTTPVerbPUT captures enum value "PUT"
	APIBulkRequestItemHTTPVerbPUT string = "PUT"

	// APIBulkRequestItemHTTPVerbPOST captures enum value "POST"
	APIBulkRequestItemHTTPVerbPOST string = "POST"

	// APIBulkRequestItemHTTPVerbDELETE captures enum value "DELETE"
	APIBulkRequestItemHTTPVerbDELETE string = "DELETE"
)
View Source
const (

	// ArtifactArtifactTypeEmpty captures enum value ""
	ArtifactArtifactTypeEmpty string = ""

	// ArtifactArtifactTypeFpr captures enum value "Fpr"
	ArtifactArtifactTypeFpr string = "Fpr"

	// ArtifactArtifactTypeFprPreProcess captures enum value "FprPreProcess"
	ArtifactArtifactTypeFprPreProcess string = "FprPreProcess"

	// ArtifactArtifactTypeAnalysisArtifact captures enum value "AnalysisArtifact"
	ArtifactArtifactTypeAnalysisArtifact string = "AnalysisArtifact"

	// ArtifactArtifactTypeSourceArchive captures enum value "SourceArchive"
	ArtifactArtifactTypeSourceArchive string = "SourceArchive"

	// ArtifactArtifactTypeRuntimeEventLog captures enum value "RuntimeEventLog"
	ArtifactArtifactTypeRuntimeEventLog string = "RuntimeEventLog"
)
View Source
const (

	// ArtifactOtherStatusEmpty captures enum value ""
	ArtifactOtherStatusEmpty string = ""

	// ArtifactOtherStatusNotExist captures enum value "NotExist"
	ArtifactOtherStatusNotExist string = "NotExist"

	// ArtifactOtherStatusIgnored captures enum value "Ignored"
	ArtifactOtherStatusIgnored string = "Ignored"

	// ArtifactOtherStatusProcessed captures enum value "Processed"
	ArtifactOtherStatusProcessed string = "Processed"
)
View Source
const (

	// ArtifactRuntimeStatusEmpty captures enum value ""
	ArtifactRuntimeStatusEmpty string = ""

	// ArtifactRuntimeStatusNotExist captures enum value "NotExist"
	ArtifactRuntimeStatusNotExist string = "NotExist"

	// ArtifactRuntimeStatusIgnored captures enum value "Ignored"
	ArtifactRuntimeStatusIgnored string = "Ignored"

	// ArtifactRuntimeStatusProcessed captures enum value "Processed"
	ArtifactRuntimeStatusProcessed string = "Processed"
)
View Source
const (

	// ArtifactScaStatusEmpty captures enum value ""
	ArtifactScaStatusEmpty string = ""

	// ArtifactScaStatusNotExist captures enum value "NotExist"
	ArtifactScaStatusNotExist string = "NotExist"

	// ArtifactScaStatusIgnored captures enum value "Ignored"
	ArtifactScaStatusIgnored string = "Ignored"

	// ArtifactScaStatusProcessed captures enum value "Processed"
	ArtifactScaStatusProcessed string = "Processed"
)
View Source
const (

	// ArtifactStatusNONE captures enum value "NONE"
	ArtifactStatusNONE string = "NONE"

	// ArtifactStatusSCHEDPROCESSING captures enum value "SCHED_PROCESSING"
	ArtifactStatusSCHEDPROCESSING string = "SCHED_PROCESSING"

	// ArtifactStatusPROCESSING captures enum value "PROCESSING"
	ArtifactStatusPROCESSING string = "PROCESSING"

	// ArtifactStatusPROCESSCOMPLETE captures enum value "PROCESS_COMPLETE"
	ArtifactStatusPROCESSCOMPLETE string = "PROCESS_COMPLETE"

	// ArtifactStatusERRORPROCESSING captures enum value "ERROR_PROCESSING"
	ArtifactStatusERRORPROCESSING string = "ERROR_PROCESSING"

	// ArtifactStatusREQUIREAUTH captures enum value "REQUIRE_AUTH"
	ArtifactStatusREQUIREAUTH string = "REQUIRE_AUTH"

	// ArtifactStatusDELETING captures enum value "DELETING"
	ArtifactStatusDELETING string = "DELETING"

	// ArtifactStatusERRORDELETING captures enum value "ERROR_DELETING"
	ArtifactStatusERRORDELETING string = "ERROR_DELETING"

	// ArtifactStatusDELETED captures enum value "DELETED"
	ArtifactStatusDELETED string = "DELETED"

	// ArtifactStatusPURGING captures enum value "PURGING"
	ArtifactStatusPURGING string = "PURGING"

	// ArtifactStatusPURGED captures enum value "PURGED"
	ArtifactStatusPURGED string = "PURGED"

	// ArtifactStatusERRORPURGING captures enum value "ERROR_PURGING"
	ArtifactStatusERRORPURGING string = "ERROR_PURGING"

	// ArtifactStatusDISPATCHANALYSIS captures enum value "DISPATCH_ANALYSIS"
	ArtifactStatusDISPATCHANALYSIS string = "DISPATCH_ANALYSIS"

	// ArtifactStatusDISPATCHREAUDIT captures enum value "DISPATCH_REAUDIT"
	ArtifactStatusDISPATCHREAUDIT string = "DISPATCH_REAUDIT"

	// ArtifactStatusERRORDISPATCH captures enum value "ERROR_DISPATCH"
	ArtifactStatusERRORDISPATCH string = "ERROR_DISPATCH"

	// ArtifactStatusQUEUEDANALYSIS captures enum value "QUEUED_ANALYSIS"
	ArtifactStatusQUEUEDANALYSIS string = "QUEUED_ANALYSIS"

	// ArtifactStatusREQUEUEDANALYSIS captures enum value "REQUEUED_ANALYSIS"
	ArtifactStatusREQUEUEDANALYSIS string = "REQUEUED_ANALYSIS"

	// ArtifactStatusANALYZING captures enum value "ANALYZING"
	ArtifactStatusANALYZING string = "ANALYZING"

	// ArtifactStatusANALYSISCOMPLETE captures enum value "ANALYSIS_COMPLETE"
	ArtifactStatusANALYSISCOMPLETE string = "ANALYSIS_COMPLETE"

	// ArtifactStatusERRORANALYZING captures enum value "ERROR_ANALYZING"
	ArtifactStatusERRORANALYZING string = "ERROR_ANALYZING"

	// ArtifactStatusUNKNOWN captures enum value "UNKNOWN"
	ArtifactStatusUNKNOWN string = "UNKNOWN"

	// ArtifactStatusAUDITFAILED captures enum value "AUDIT_FAILED"
	ArtifactStatusAUDITFAILED string = "AUDIT_FAILED"
)
View Source
const (

	// ArtifactWebInspectStatusEmpty captures enum value ""
	ArtifactWebInspectStatusEmpty string = ""

	// ArtifactWebInspectStatusNotExist captures enum value "NotExist"
	ArtifactWebInspectStatusNotExist string = "NotExist"

	// ArtifactWebInspectStatusIgnored captures enum value "Ignored"
	ArtifactWebInspectStatusIgnored string = "Ignored"

	// ArtifactWebInspectStatusProcessed captures enum value "Processed"
	ArtifactWebInspectStatusProcessed string = "Processed"
)
View Source
const (

	// AttributeDefinitionAppEntityTypePROJECTVERSION captures enum value "PROJECT_VERSION"
	AttributeDefinitionAppEntityTypePROJECTVERSION string = "PROJECT_VERSION"

	// AttributeDefinitionAppEntityTypeRUNTIMEAPP captures enum value "RUNTIME_APP"
	AttributeDefinitionAppEntityTypeRUNTIMEAPP string = "RUNTIME_APP"

	// AttributeDefinitionAppEntityTypeNONE captures enum value "NONE"
	AttributeDefinitionAppEntityTypeNONE string = "NONE"

	// AttributeDefinitionAppEntityTypeALL captures enum value "ALL"
	AttributeDefinitionAppEntityTypeALL string = "ALL"
)
View Source
const (

	// AttributeDefinitionCategoryTECHNICAL captures enum value "TECHNICAL"
	AttributeDefinitionCategoryTECHNICAL string = "TECHNICAL"

	// AttributeDefinitionCategoryBUSINESS captures enum value "BUSINESS"
	AttributeDefinitionCategoryBUSINESS string = "BUSINESS"

	// AttributeDefinitionCategoryDYNAMICSCANREQUEST captures enum value "DYNAMIC_SCAN_REQUEST"
	AttributeDefinitionCategoryDYNAMICSCANREQUEST string = "DYNAMIC_SCAN_REQUEST"

	// AttributeDefinitionCategoryORGANIZATION captures enum value "ORGANIZATION"
	AttributeDefinitionCategoryORGANIZATION string = "ORGANIZATION"
)
View Source
const (

	// AttributeDefinitionSystemUsageHPDEFINEDDELETABLE captures enum value "HP_DEFINED_DELETABLE"
	AttributeDefinitionSystemUsageHPDEFINEDDELETABLE string = "HP_DEFINED_DELETABLE"

	// AttributeDefinitionSystemUsageHPDEFINEDNONDELETABLE captures enum value "HP_DEFINED_NON_DELETABLE"
	AttributeDefinitionSystemUsageHPDEFINEDNONDELETABLE string = "HP_DEFINED_NON_DELETABLE"

	// AttributeDefinitionSystemUsageUSERDEFINEDDELETABLE captures enum value "USER_DEFINED_DELETABLE"
	AttributeDefinitionSystemUsageUSERDEFINEDDELETABLE string = "USER_DEFINED_DELETABLE"

	// AttributeDefinitionSystemUsageUSERDEFINEDNONDELETABLE captures enum value "USER_DEFINED_NON_DELETABLE"
	AttributeDefinitionSystemUsageUSERDEFINEDNONDELETABLE string = "USER_DEFINED_NON_DELETABLE"
)
View Source
const (

	// AttributeDefinitionTypeTEXT captures enum value "TEXT"
	AttributeDefinitionTypeTEXT string = "TEXT"

	// AttributeDefinitionTypeSINGLE captures enum value "SINGLE"
	AttributeDefinitionTypeSINGLE string = "SINGLE"

	// AttributeDefinitionTypeMULTIPLE captures enum value "MULTIPLE"
	AttributeDefinitionTypeMULTIPLE string = "MULTIPLE"

	// AttributeDefinitionTypeLONGTEXT captures enum value "LONG_TEXT"
	AttributeDefinitionTypeLONGTEXT string = "LONG_TEXT"

	// AttributeDefinitionTypeSENSITIVETEXT captures enum value "SENSITIVE_TEXT"
	AttributeDefinitionTypeSENSITIVETEXT string = "SENSITIVE_TEXT"

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

	// AttributeDefinitionTypeINTEGER captures enum value "INTEGER"
	AttributeDefinitionTypeINTEGER string = "INTEGER"

	// AttributeDefinitionTypeDATE captures enum value "DATE"
	AttributeDefinitionTypeDATE string = "DATE"

	// AttributeDefinitionTypeFILE captures enum value "FILE"
	AttributeDefinitionTypeFILE string = "FILE"
)
View Source
const (

	// AuditAssistantStatusStatusNONE captures enum value "NONE"
	AuditAssistantStatusStatusNONE string = "NONE"

	// AuditAssistantStatusStatusPREPREDICTFAILURE captures enum value "PRE_PREDICT_FAILURE"
	AuditAssistantStatusStatusPREPREDICTFAILURE string = "PRE_PREDICT_FAILURE"

	// AuditAssistantStatusStatusPREDICTQUEUED captures enum value "PREDICT_QUEUED"
	AuditAssistantStatusStatusPREDICTQUEUED string = "PREDICT_QUEUED"

	// AuditAssistantStatusStatusPREDICTPREP captures enum value "PREDICT_PREP"
	AuditAssistantStatusStatusPREDICTPREP string = "PREDICT_PREP"

	// AuditAssistantStatusStatusPREDICTSUBMITTED captures enum value "PREDICT_SUBMITTED"
	AuditAssistantStatusStatusPREDICTSUBMITTED string = "PREDICT_SUBMITTED"

	// AuditAssistantStatusStatusPREDICTCOMPLETE captures enum value "PREDICT_COMPLETE"
	AuditAssistantStatusStatusPREDICTCOMPLETE string = "PREDICT_COMPLETE"

	// AuditAssistantStatusStatusPREDICTFAILED captures enum value "PREDICT_FAILED"
	AuditAssistantStatusStatusPREDICTFAILED string = "PREDICT_FAILED"

	// AuditAssistantStatusStatusPREDICTIONSRETRIEVING captures enum value "PREDICTIONS_RETRIEVING"
	AuditAssistantStatusStatusPREDICTIONSRETRIEVING string = "PREDICTIONS_RETRIEVING"

	// AuditAssistantStatusStatusPREDICTIONSRETRIEVED captures enum value "PREDICTIONS_RETRIEVED"
	AuditAssistantStatusStatusPREDICTIONSRETRIEVED string = "PREDICTIONS_RETRIEVED"

	// AuditAssistantStatusStatusPREDICTIONSRETRIEVEFAILED captures enum value "PREDICTIONS_RETRIEVE_FAILED"
	AuditAssistantStatusStatusPREDICTIONSRETRIEVEFAILED string = "PREDICTIONS_RETRIEVE_FAILED"

	// AuditAssistantStatusStatusUPLOADFPRFAILED captures enum value "UPLOAD_FPR_FAILED"
	AuditAssistantStatusStatusUPLOADFPRFAILED string = "UPLOAD_FPR_FAILED"
)
View Source
const (

	// BugParamBugParamTypeBUGPARAMTEXT captures enum value "BUGPARAM_TEXT"
	BugParamBugParamTypeBUGPARAMTEXT string = "BUGPARAM_TEXT"

	// BugParamBugParamTypeBUGPARAMTEXTAREA captures enum value "BUGPARAM_TEXTAREA"
	BugParamBugParamTypeBUGPARAMTEXTAREA string = "BUGPARAM_TEXTAREA"

	// BugParamBugParamTypeBUGPARAMCHOICE captures enum value "BUGPARAM_CHOICE"
	BugParamBugParamTypeBUGPARAMCHOICE string = "BUGPARAM_CHOICE"
)
View Source
const (

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

	// ConfigPropertyPropertyTypeINTEGER captures enum value "INTEGER"
	ConfigPropertyPropertyTypeINTEGER string = "INTEGER"

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

	// ConfigPropertyPropertyTypeSTRINGMULTILINE captures enum value "STRINGMULTILINE"
	ConfigPropertyPropertyTypeSTRINGMULTILINE string = "STRINGMULTILINE"

	// ConfigPropertyPropertyTypeOPTIONLIST captures enum value "OPTIONLIST"
	ConfigPropertyPropertyTypeOPTIONLIST string = "OPTIONLIST"

	// ConfigPropertyPropertyTypeDYNAMICOPTIONLIST captures enum value "DYNAMIC_OPTIONLIST"
	ConfigPropertyPropertyTypeDYNAMICOPTIONLIST string = "DYNAMIC_OPTIONLIST"

	// ConfigPropertyPropertyTypeENCODED captures enum value "ENCODED"
	ConfigPropertyPropertyTypeENCODED string = "ENCODED"

	// ConfigPropertyPropertyTypeENCODEDHIDDEN captures enum value "ENCODEDHIDDEN"
	ConfigPropertyPropertyTypeENCODEDHIDDEN string = "ENCODEDHIDDEN"

	// ConfigPropertyPropertyTypeEMAIL captures enum value "EMAIL"
	ConfigPropertyPropertyTypeEMAIL string = "EMAIL"

	// ConfigPropertyPropertyTypeURL captures enum value "URL"
	ConfigPropertyPropertyTypeURL string = "URL"

	// ConfigPropertyPropertyTypeHOSTNAME captures enum value "HOSTNAME"
	ConfigPropertyPropertyTypeHOSTNAME string = "HOSTNAME"

	// ConfigPropertyPropertyTypeMULTIEMAIL captures enum value "MULTI_EMAIL"
	ConfigPropertyPropertyTypeMULTIEMAIL string = "MULTI_EMAIL"

	// ConfigPropertyPropertyTypeDISTINGUISHEDNAME captures enum value "DISTINGUISHED_NAME"
	ConfigPropertyPropertyTypeDISTINGUISHEDNAME string = "DISTINGUISHED_NAME"

	// ConfigPropertyPropertyTypeENCODEDDISTINGUISHEDNAME captures enum value "ENCODED_DISTINGUISHED_NAME"
	ConfigPropertyPropertyTypeENCODEDDISTINGUISHEDNAME string = "ENCODED_DISTINGUISHED_NAME"

	// ConfigPropertyPropertyTypeDISTINGUISHEDNAMES captures enum value "DISTINGUISHED_NAMES;"
	ConfigPropertyPropertyTypeDISTINGUISHEDNAMES string = "DISTINGUISHED_NAMES;"
)
View Source
const (

	// ConfigPropertyValueDependsOnPropertyTypeItCanBeNumber captures enum value "Depends on property type. It can be number"
	ConfigPropertyValueDependsOnPropertyTypeItCanBeNumber string = "Depends on property type. It can be number"

	// ConfigPropertyValueString captures enum value "string"
	ConfigPropertyValueString string = "string"

	// ConfigPropertyValueURL captures enum value "URL"
	ConfigPropertyValueURL string = "URL"

	// ConfigPropertyValueEmailOrValueFromValuesList captures enum value "email or value from values list."
	ConfigPropertyValueEmailOrValueFromValuesList string = "email or value from values list."
)
View Source
const (

	// ConfigPropertyValueValidationValidationTypeNOTSET captures enum value "NOT_SET"
	ConfigPropertyValueValidationValidationTypeNOTSET string = "NOT_SET"

	// ConfigPropertyValueValidationValidationTypePOSITIVEINTEGER captures enum value "POSITIVE_INTEGER"
	ConfigPropertyValueValidationValidationTypePOSITIVEINTEGER string = "POSITIVE_INTEGER"

	// ConfigPropertyValueValidationValidationTypeMIXEDVALUES captures enum value "MIXED_VALUES"
	ConfigPropertyValueValidationValidationTypeMIXEDVALUES string = "MIXED_VALUES"
)
View Source
const (

	// CustomTagCustomTagTypeUNKNOWN captures enum value "UNKNOWN"
	CustomTagCustomTagTypeUNKNOWN string = "UNKNOWN"

	// CustomTagCustomTagTypeCUSTOM captures enum value "CUSTOM"
	CustomTagCustomTagTypeCUSTOM string = "CUSTOM"

	// CustomTagCustomTagTypeHYBRID captures enum value "HYBRID"
	CustomTagCustomTagTypeHYBRID string = "HYBRID"

	// CustomTagCustomTagTypeMETAGROUP captures enum value "METAGROUP"
	CustomTagCustomTagTypeMETAGROUP string = "METAGROUP"

	// CustomTagCustomTagTypeSYSTEM captures enum value "SYSTEM"
	CustomTagCustomTagTypeSYSTEM string = "SYSTEM"

	// CustomTagCustomTagTypeAUDITASSISTANT captures enum value "AUDITASSISTANT"
	CustomTagCustomTagTypeAUDITASSISTANT string = "AUDITASSISTANT"
)
View Source
const (

	// CustomTagRestrictionTypeNONE captures enum value "NONE"
	CustomTagRestrictionTypeNONE string = "NONE"

	// CustomTagRestrictionTypeRESTRICTED captures enum value "RESTRICTED"
	CustomTagRestrictionTypeRESTRICTED string = "RESTRICTED"

	// CustomTagRestrictionTypeREADONLY captures enum value "READONLY"
	CustomTagRestrictionTypeREADONLY string = "READONLY"
)
View Source
const (

	// CustomTagValueTypeLIST captures enum value "LIST"
	CustomTagValueTypeLIST string = "LIST"

	// CustomTagValueTypeDECIMAL captures enum value "DECIMAL"
	CustomTagValueTypeDECIMAL string = "DECIMAL"

	// CustomTagValueTypeDATE captures enum value "DATE"
	CustomTagValueTypeDATE string = "DATE"

	// CustomTagValueTypeTEXT captures enum value "TEXT"
	CustomTagValueTypeTEXT string = "TEXT"
)
View Source
const (

	// DataExportStatusEXPORTPROCESSSTARTED captures enum value "EXPORT_PROCESS_STARTED"
	DataExportStatusEXPORTPROCESSSTARTED string = "EXPORT_PROCESS_STARTED"

	// DataExportStatusEXPORTPROCESSCOMPLETED captures enum value "EXPORT_PROCESS_COMPLETED"
	DataExportStatusEXPORTPROCESSCOMPLETED string = "EXPORT_PROCESS_COMPLETED"

	// DataExportStatusEXPORTPROCESSFAILED captures enum value "EXPORT_PROCESS_FAILED"
	DataExportStatusEXPORTPROCESSFAILED string = "EXPORT_PROCESS_FAILED"
)
View Source
const (

	// DynamicScanRequestStatusSUBMITTED captures enum value "SUBMITTED"
	DynamicScanRequestStatusSUBMITTED string = "SUBMITTED"

	// DynamicScanRequestStatusPICKEDUP captures enum value "PICKED_UP"
	DynamicScanRequestStatusPICKEDUP string = "PICKED_UP"

	// DynamicScanRequestStatusCANCELED captures enum value "CANCELED"
	DynamicScanRequestStatusCANCELED string = "CANCELED"

	// DynamicScanRequestStatusCOMPLETED captures enum value "COMPLETED"
	DynamicScanRequestStatusCOMPLETED string = "COMPLETED"
)
View Source
const (

	// DynamicScanRequestParameterDefinitionTypeTEXT captures enum value "TEXT"
	DynamicScanRequestParameterDefinitionTypeTEXT string = "TEXT"

	// DynamicScanRequestParameterDefinitionTypeSINGLE captures enum value "SINGLE"
	DynamicScanRequestParameterDefinitionTypeSINGLE string = "SINGLE"

	// DynamicScanRequestParameterDefinitionTypeMULTIPLE captures enum value "MULTIPLE"
	DynamicScanRequestParameterDefinitionTypeMULTIPLE string = "MULTIPLE"

	// DynamicScanRequestParameterDefinitionTypeLONGTEXT captures enum value "LONG_TEXT"
	DynamicScanRequestParameterDefinitionTypeLONGTEXT string = "LONG_TEXT"

	// DynamicScanRequestParameterDefinitionTypeSENSITIVETEXT captures enum value "SENSITIVE_TEXT"
	DynamicScanRequestParameterDefinitionTypeSENSITIVETEXT string = "SENSITIVE_TEXT"

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

	// DynamicScanRequestParameterDefinitionTypeINTEGER captures enum value "INTEGER"
	DynamicScanRequestParameterDefinitionTypeINTEGER string = "INTEGER"

	// DynamicScanRequestParameterDefinitionTypeDATE captures enum value "DATE"
	DynamicScanRequestParameterDefinitionTypeDATE string = "DATE"

	// DynamicScanRequestParameterDefinitionTypeFILE captures enum value "FILE"
	DynamicScanRequestParameterDefinitionTypeFILE string = "FILE"
)
View Source
const (

	// EventLogEventTypeWEBUILOGINSUCCESS captures enum value "WEBUI_LOGIN_SUCCESS"
	EventLogEventTypeWEBUILOGINSUCCESS string = "WEBUI_LOGIN_SUCCESS"

	// EventLogEventTypeWEBUILOGINFAILED captures enum value "WEBUI_LOGIN_FAILED"
	EventLogEventTypeWEBUILOGINFAILED string = "WEBUI_LOGIN_FAILED"

	// EventLogEventTypeWEBUILOGOUT captures enum value "WEBUI_LOGOUT"
	EventLogEventTypeWEBUILOGOUT string = "WEBUI_LOGOUT"

	// EventLogEventTypeWSLOGINSUCCESS captures enum value "WS_LOGIN_SUCCESS"
	EventLogEventTypeWSLOGINSUCCESS string = "WS_LOGIN_SUCCESS"

	// EventLogEventTypeWSLOGINFAILED captures enum value "WS_LOGIN_FAILED"
	EventLogEventTypeWSLOGINFAILED string = "WS_LOGIN_FAILED"

	// EventLogEventTypeLOCALUSERCREATED captures enum value "LOCAL_USER_CREATED"
	EventLogEventTypeLOCALUSERCREATED string = "LOCAL_USER_CREATED"

	// EventLogEventTypeLOCALUSERUPDATED captures enum value "LOCAL_USER_UPDATED"
	EventLogEventTypeLOCALUSERUPDATED string = "LOCAL_USER_UPDATED"

	// EventLogEventTypeLOCALUSERDELETED captures enum value "LOCAL_USER_DELETED"
	EventLogEventTypeLOCALUSERDELETED string = "LOCAL_USER_DELETED"

	// EventLogEventTypeAGENTCREDENTIALCREATED captures enum value "AGENT_CREDENTIAL_CREATED"
	EventLogEventTypeAGENTCREDENTIALCREATED string = "AGENT_CREDENTIAL_CREATED"

	// EventLogEventTypeAGENTCREDENTIALUPDATED captures enum value "AGENT_CREDENTIAL_UPDATED"
	EventLogEventTypeAGENTCREDENTIALUPDATED string = "AGENT_CREDENTIAL_UPDATED"

	// EventLogEventTypeAGENTCREDENTIALDELETED captures enum value "AGENT_CREDENTIAL_DELETED"
	EventLogEventTypeAGENTCREDENTIALDELETED string = "AGENT_CREDENTIAL_DELETED"

	// EventLogEventTypeLDAPENTITYCREATED captures enum value "LDAP_ENTITY_CREATED"
	EventLogEventTypeLDAPENTITYCREATED string = "LDAP_ENTITY_CREATED"

	// EventLogEventTypeLDAPENTITYUPDATED captures enum value "LDAP_ENTITY_UPDATED"
	EventLogEventTypeLDAPENTITYUPDATED string = "LDAP_ENTITY_UPDATED"

	// EventLogEventTypeLDAPENTITYDELETED captures enum value "LDAP_ENTITY_DELETED"
	EventLogEventTypeLDAPENTITYDELETED string = "LDAP_ENTITY_DELETED"

	// EventLogEventTypeLDAPCACHEREFRESHREQUESTED captures enum value "LDAP_CACHE_REFRESH_REQUESTED"
	EventLogEventTypeLDAPCACHEREFRESHREQUESTED string = "LDAP_CACHE_REFRESH_REQUESTED"

	// EventLogEventTypeLDAPCACHEREFRESHSTARTED captures enum value "LDAP_CACHE_REFRESH_STARTED"
	EventLogEventTypeLDAPCACHEREFRESHSTARTED string = "LDAP_CACHE_REFRESH_STARTED"

	// EventLogEventTypeLDAPCACHEREFRESHCOMPLETED captures enum value "LDAP_CACHE_REFRESH_COMPLETED"
	EventLogEventTypeLDAPCACHEREFRESHCOMPLETED string = "LDAP_CACHE_REFRESH_COMPLETED"

	// EventLogEventTypePROJECTVERSIONCREATED captures enum value "PROJECT_VERSION_CREATED"
	EventLogEventTypePROJECTVERSIONCREATED string = "PROJECT_VERSION_CREATED"

	// EventLogEventTypePROJECTVERSIONCREATEDFROMPREVIOUS captures enum value "PROJECT_VERSION_CREATED_FROM_PREVIOUS"
	EventLogEventTypePROJECTVERSIONCREATEDFROMPREVIOUS string = "PROJECT_VERSION_CREATED_FROM_PREVIOUS"

	// EventLogEventTypePROJECTVERSIONUPDATED captures enum value "PROJECT_VERSION_UPDATED"
	EventLogEventTypePROJECTVERSIONUPDATED string = "PROJECT_VERSION_UPDATED"

	// EventLogEventTypePROJECTVERSIONDELETED captures enum value "PROJECT_VERSION_DELETED"
	EventLogEventTypePROJECTVERSIONDELETED string = "PROJECT_VERSION_DELETED"

	// EventLogEventTypePROJECTVERSIONMETADATAUPDATED captures enum value "PROJECT_VERSION_METADATA_UPDATED"
	EventLogEventTypePROJECTVERSIONMETADATAUPDATED string = "PROJECT_VERSION_METADATA_UPDATED"

	// EventLogEventTypePROJECTVERSIONACCESSADDED captures enum value "PROJECT_VERSION_ACCESS_ADDED"
	EventLogEventTypePROJECTVERSIONACCESSADDED string = "PROJECT_VERSION_ACCESS_ADDED"

	// EventLogEventTypePROJECTVERSIONACCESSREMOVED captures enum value "PROJECT_VERSION_ACCESS_REMOVED"
	EventLogEventTypePROJECTVERSIONACCESSREMOVED string = "PROJECT_VERSION_ACCESS_REMOVED"

	// EventLogEventTypePROJECTVERSIONBUGTRACKERUPDATED captures enum value "PROJECT_VERSION_BUG_TRACKER_UPDATED"
	EventLogEventTypePROJECTVERSIONBUGTRACKERUPDATED string = "PROJECT_VERSION_BUG_TRACKER_UPDATED"

	// EventLogEventTypeSCARESULTPROCESSED captures enum value "SCA_RESULT_PROCESSED"
	EventLogEventTypeSCARESULTPROCESSED string = "SCA_RESULT_PROCESSED"

	// EventLogEventTypeRUNTIMERESULTPROCESSED captures enum value "RUNTIME_RESULT_PROCESSED"
	EventLogEventTypeRUNTIMERESULTPROCESSED string = "RUNTIME_RESULT_PROCESSED"

	// EventLogEventTypeEXTERNALRESULTPROCESSED captures enum value "EXTERNAL_RESULT_PROCESSED"
	EventLogEventTypeEXTERNALRESULTPROCESSED string = "EXTERNAL_RESULT_PROCESSED"

	// EventLogEventTypePTARESULTPROCESSED captures enum value "PTA_RESULT_PROCESSED"
	EventLogEventTypePTARESULTPROCESSED string = "PTA_RESULT_PROCESSED"

	// EventLogEventTypeRTARESULTPROCESSED captures enum value "RTA_RESULT_PROCESSED"
	EventLogEventTypeRTARESULTPROCESSED string = "RTA_RESULT_PROCESSED"

	// EventLogEventTypeARTIFACTUPLOADREQUESTED captures enum value "ARTIFACT_UPLOAD_REQUESTED"
	EventLogEventTypeARTIFACTUPLOADREQUESTED string = "ARTIFACT_UPLOAD_REQUESTED"

	// EventLogEventTypeARTIFACTUPLOADSTARTED captures enum value "ARTIFACT_UPLOAD_STARTED"
	EventLogEventTypeARTIFACTUPLOADSTARTED string = "ARTIFACT_UPLOAD_STARTED"

	// EventLogEventTypeARTIFACTUPLOADCOMPLETED captures enum value "ARTIFACT_UPLOAD_COMPLETED"
	EventLogEventTypeARTIFACTUPLOADCOMPLETED string = "ARTIFACT_UPLOAD_COMPLETED"

	// EventLogEventTypeARTIFACTUPLOADFAILED captures enum value "ARTIFACT_UPLOAD_FAILED"
	EventLogEventTypeARTIFACTUPLOADFAILED string = "ARTIFACT_UPLOAD_FAILED"

	// EventLogEventTypeARTIFACTUPLOADCANCELLED captures enum value "ARTIFACT_UPLOAD_CANCELLED"
	EventLogEventTypeARTIFACTUPLOADCANCELLED string = "ARTIFACT_UPLOAD_CANCELLED"

	// EventLogEventTypeARTIFACTDELETEREQUESTED captures enum value "ARTIFACT_DELETE_REQUESTED"
	EventLogEventTypeARTIFACTDELETEREQUESTED string = "ARTIFACT_DELETE_REQUESTED"

	// EventLogEventTypeARTIFACTDELETESTARTED captures enum value "ARTIFACT_DELETE_STARTED"
	EventLogEventTypeARTIFACTDELETESTARTED string = "ARTIFACT_DELETE_STARTED"

	// EventLogEventTypeARTIFACTDELETECOMPLETED captures enum value "ARTIFACT_DELETE_COMPLETED"
	EventLogEventTypeARTIFACTDELETECOMPLETED string = "ARTIFACT_DELETE_COMPLETED"

	// EventLogEventTypeARTIFACTDELETEFAILED captures enum value "ARTIFACT_DELETE_FAILED"
	EventLogEventTypeARTIFACTDELETEFAILED string = "ARTIFACT_DELETE_FAILED"

	// EventLogEventTypeARTIFACTDELETECANCELLED captures enum value "ARTIFACT_DELETE_CANCELLED"
	EventLogEventTypeARTIFACTDELETECANCELLED string = "ARTIFACT_DELETE_CANCELLED"

	// EventLogEventTypeJOBCANCELLED captures enum value "JOB_CANCELLED"
	EventLogEventTypeJOBCANCELLED string = "JOB_CANCELLED"

	// EventLogEventTypeARTIFACTPURGEREQUESTED captures enum value "ARTIFACT_PURGE_REQUESTED"
	EventLogEventTypeARTIFACTPURGEREQUESTED string = "ARTIFACT_PURGE_REQUESTED"

	// EventLogEventTypeARTIFACTPURGEREQUESTSTARTED captures enum value "ARTIFACT_PURGE_REQUEST_STARTED"
	EventLogEventTypeARTIFACTPURGEREQUESTSTARTED string = "ARTIFACT_PURGE_REQUEST_STARTED"

	// EventLogEventTypeARTIFACTPURGECOMPLETED captures enum value "ARTIFACT_PURGE_COMPLETED"
	EventLogEventTypeARTIFACTPURGECOMPLETED string = "ARTIFACT_PURGE_COMPLETED"

	// EventLogEventTypeARTIFACTPURGEFAILED captures enum value "ARTIFACT_PURGE_FAILED"
	EventLogEventTypeARTIFACTPURGEFAILED string = "ARTIFACT_PURGE_FAILED"

	// EventLogEventTypeARTIFACTPURGEREQUESTFINISHED captures enum value "ARTIFACT_PURGE_REQUEST_FINISHED"
	EventLogEventTypeARTIFACTPURGEREQUESTFINISHED string = "ARTIFACT_PURGE_REQUEST_FINISHED"

	// EventLogEventTypeARTIFACTPURGECANCELLED captures enum value "ARTIFACT_PURGE_CANCELLED"
	EventLogEventTypeARTIFACTPURGECANCELLED string = "ARTIFACT_PURGE_CANCELLED"

	// EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONSTARTED captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_STARTED"
	EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONSTARTED string = "HISTORICAL_SNAPSHOT_COLLECTION_STARTED"

	// EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONCOMPLETED captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_COMPLETED"
	EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONCOMPLETED string = "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_COMPLETED"

	// EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONFAILED captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_FAILED"
	EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONITERATIONFAILED string = "HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_FAILED"

	// EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONNOUPDATES captures enum value "HISTORICAL_SNAPSHOT_COLLECTION_NO_UPDATES"
	EventLogEventTypeHISTORICALSNAPSHOTCOLLECTIONNOUPDATES string = "HISTORICAL_SNAPSHOT_COLLECTION_NO_UPDATES"

	// EventLogEventTypeAUDITPERFORMED captures enum value "AUDIT_PERFORMED"
	EventLogEventTypeAUDITPERFORMED string = "AUDIT_PERFORMED"

	// EventLogEventTypeARTIFACTUPLOADREQUIRESAUTH captures enum value "ARTIFACT_UPLOAD_REQUIRES_AUTH"
	EventLogEventTypeARTIFACTUPLOADREQUIRESAUTH string = "ARTIFACT_UPLOAD_REQUIRES_AUTH"

	// EventLogEventTypeSOURCECODEUPLOADED captures enum value "SOURCE_CODE_UPLOADED"
	EventLogEventTypeSOURCECODEUPLOADED string = "SOURCE_CODE_UPLOADED"

	// EventLogEventTypeFILTERSETFOLDERREFRESHREQUESTED captures enum value "FILTERSET_FOLDER_REFRESH_REQUESTED"
	EventLogEventTypeFILTERSETFOLDERREFRESHREQUESTED string = "FILTERSET_FOLDER_REFRESH_REQUESTED"

	// EventLogEventTypeFILTERSETFOLDERREFRESHCOMPLETED captures enum value "FILTERSET_FOLDER_REFRESH_COMPLETED"
	EventLogEventTypeFILTERSETFOLDERREFRESHCOMPLETED string = "FILTERSET_FOLDER_REFRESH_COMPLETED"

	// EventLogEventTypeFILTERSETFOLDERREFRESHFAILED captures enum value "FILTERSET_FOLDER_REFRESH_FAILED"
	EventLogEventTypeFILTERSETFOLDERREFRESHFAILED string = "FILTERSET_FOLDER_REFRESH_FAILED"

	// EventLogEventTypeDYNAMICSCANCREATED captures enum value "DYNAMIC_SCAN_CREATED"
	EventLogEventTypeDYNAMICSCANCREATED string = "DYNAMIC_SCAN_CREATED"

	// EventLogEventTypeDYNAMICSCANEDITED captures enum value "DYNAMIC_SCAN_EDITED"
	EventLogEventTypeDYNAMICSCANEDITED string = "DYNAMIC_SCAN_EDITED"

	// EventLogEventTypeDYNAMICSCANCANCELED captures enum value "DYNAMIC_SCAN_CANCELED"
	EventLogEventTypeDYNAMICSCANCANCELED string = "DYNAMIC_SCAN_CANCELED"

	// EventLogEventTypeDYNAMICSCANCOMPLETED captures enum value "DYNAMIC_SCAN_COMPLETED"
	EventLogEventTypeDYNAMICSCANCOMPLETED string = "DYNAMIC_SCAN_COMPLETED"

	// EventLogEventTypeDYNAMICSCANPICKEDUP captures enum value "DYNAMIC_SCAN_PICKED_UP"
	EventLogEventTypeDYNAMICSCANPICKEDUP string = "DYNAMIC_SCAN_PICKED_UP"

	// EventLogEventTypeBATCHBUGFILINGREQUESTED captures enum value "BATCH_BUG_FILING_REQUESTED"
	EventLogEventTypeBATCHBUGFILINGREQUESTED string = "BATCH_BUG_FILING_REQUESTED"

	// EventLogEventTypeBATCHBUGFILINGREQUESTFAILED captures enum value "BATCH_BUG_FILING_REQUEST_FAILED"
	EventLogEventTypeBATCHBUGFILINGREQUESTFAILED string = "BATCH_BUG_FILING_REQUEST_FAILED"

	// EventLogEventTypeBATCHBUGFILINGSTARTED captures enum value "BATCH_BUG_FILING_STARTED"
	EventLogEventTypeBATCHBUGFILINGSTARTED string = "BATCH_BUG_FILING_STARTED"

	// EventLogEventTypeBATCHBUGFILINGENDED captures enum value "BATCH_BUG_FILING_ENDED"
	EventLogEventTypeBATCHBUGFILINGENDED string = "BATCH_BUG_FILING_ENDED"

	// EventLogEventTypeBATCHBUGFILINGFAILED captures enum value "BATCH_BUG_FILING_FAILED"
	EventLogEventTypeBATCHBUGFILINGFAILED string = "BATCH_BUG_FILING_FAILED"

	// EventLogEventTypeBUGFILED captures enum value "BUG_FILED"
	EventLogEventTypeBUGFILED string = "BUG_FILED"

	// EventLogEventTypeBUGFAILEDTOFILE captures enum value "BUG_FAILED_TO_FILE"
	EventLogEventTypeBUGFAILEDTOFILE string = "BUG_FAILED_TO_FILE"

	// EventLogEventTypeBUGSTATEMANAGEMENTSTARTED captures enum value "BUG_STATE_MANAGEMENT_STARTED"
	EventLogEventTypeBUGSTATEMANAGEMENTSTARTED string = "BUG_STATE_MANAGEMENT_STARTED"

	// EventLogEventTypeBUGSTATEMANAGEMENTENDED captures enum value "BUG_STATE_MANAGEMENT_ENDED"
	EventLogEventTypeBUGSTATEMANAGEMENTENDED string = "BUG_STATE_MANAGEMENT_ENDED"

	// EventLogEventTypeBUGSTATEMANAGEMENTENDEDWITHERRORS captures enum value "BUG_STATE_MANAGEMENT_ENDED_WITH_ERRORS"
	EventLogEventTypeBUGSTATEMANAGEMENTENDEDWITHERRORS string = "BUG_STATE_MANAGEMENT_ENDED_WITH_ERRORS"

	// EventLogEventTypeBUGUPDATED captures enum value "BUG_UPDATED"
	EventLogEventTypeBUGUPDATED string = "BUG_UPDATED"

	// EventLogEventTypeBUGFAILEDTOUPDATE captures enum value "BUG_FAILED_TO_UPDATE"
	EventLogEventTypeBUGFAILEDTOUPDATE string = "BUG_FAILED_TO_UPDATE"

	// EventLogEventTypeCOMMENTADDEDTOISSUE captures enum value "COMMENT_ADDED_TO_ISSUE"
	EventLogEventTypeCOMMENTADDEDTOISSUE string = "COMMENT_ADDED_TO_ISSUE"

	// EventLogEventTypeAUDITASSISTANTISSUESSUBMITTED captures enum value "AUDIT_ASSISTANT_ISSUES_SUBMITTED"
	EventLogEventTypeAUDITASSISTANTISSUESSUBMITTED string = "AUDIT_ASSISTANT_ISSUES_SUBMITTED"

	// EventLogEventTypeAUDITASSISTANTISSUESRETRIEVED captures enum value "AUDIT_ASSISTANT_ISSUES_RETRIEVED"
	EventLogEventTypeAUDITASSISTANTISSUESRETRIEVED string = "AUDIT_ASSISTANT_ISSUES_RETRIEVED"

	// EventLogEventTypeAUDITASSISTANTFPRUPLOADSTARTED captures enum value "AUDIT_ASSISTANT_FPR_UPLOAD_STARTED"
	EventLogEventTypeAUDITASSISTANTFPRUPLOADSTARTED string = "AUDIT_ASSISTANT_FPR_UPLOAD_STARTED"

	// EventLogEventTypeAUDITASSISTANTTRAININGSENT captures enum value "AUDIT_ASSISTANT_TRAINING_SENT"
	EventLogEventTypeAUDITASSISTANTTRAININGSENT string = "AUDIT_ASSISTANT_TRAINING_SENT"

	// EventLogEventTypeAUDITASSISTANTTESTCONNECTIONFAILED captures enum value "AUDIT_ASSISTANT_TEST_CONNECTION_FAILED"
	EventLogEventTypeAUDITASSISTANTTESTCONNECTIONFAILED string = "AUDIT_ASSISTANT_TEST_CONNECTION_FAILED"

	// EventLogEventTypeAUDITASSISTANTISSUESSUBMITFAILED captures enum value "AUDIT_ASSISTANT_ISSUES_SUBMIT_FAILED"
	EventLogEventTypeAUDITASSISTANTISSUESSUBMITFAILED string = "AUDIT_ASSISTANT_ISSUES_SUBMIT_FAILED"

	// EventLogEventTypeAUDITASSISTANTISSUESRETRIEVEFAILED captures enum value "AUDIT_ASSISTANT_ISSUES_RETRIEVE_FAILED"
	EventLogEventTypeAUDITASSISTANTISSUESRETRIEVEFAILED string = "AUDIT_ASSISTANT_ISSUES_RETRIEVE_FAILED"

	// EventLogEventTypeAUDITASSISTANTFPRUPLOADFAILED captures enum value "AUDIT_ASSISTANT_FPR_UPLOAD_FAILED"
	EventLogEventTypeAUDITASSISTANTFPRUPLOADFAILED string = "AUDIT_ASSISTANT_FPR_UPLOAD_FAILED"

	// EventLogEventTypeAUDITASSISTANTTRAININGSENTFAILED captures enum value "AUDIT_ASSISTANT_TRAINING_SENT_FAILED"
	EventLogEventTypeAUDITASSISTANTTRAININGSENTFAILED string = "AUDIT_ASSISTANT_TRAINING_SENT_FAILED"

	// EventLogEventTypeAUDITASSISTANTPROJECTPREDICTIONPOLICYCHANGED captures enum value "AUDIT_ASSISTANT_PROJECT_PREDICTION_POLICY_CHANGED"
	EventLogEventTypeAUDITASSISTANTPROJECTPREDICTIONPOLICYCHANGED string = "AUDIT_ASSISTANT_PROJECT_PREDICTION_POLICY_CHANGED"

	// EventLogEventTypeAUDITASSISTANTDEFAULTPREDICTIONPOLICYCHANGED captures enum value "AUDIT_ASSISTANT_DEFAULT_PREDICTION_POLICY_CHANGED"
	EventLogEventTypeAUDITASSISTANTDEFAULTPREDICTIONPOLICYCHANGED string = "AUDIT_ASSISTANT_DEFAULT_PREDICTION_POLICY_CHANGED"

	// EventLogEventTypeAUDITASSISTANTTAGMAPPINGCHANGED captures enum value "AUDIT_ASSISTANT_TAG_MAPPING_CHANGED"
	EventLogEventTypeAUDITASSISTANTTAGMAPPINGCHANGED string = "AUDIT_ASSISTANT_TAG_MAPPING_CHANGED"

	// EventLogEventTypeAUDITASSISTANTPREDICTIONPOLICIESREFRESHED captures enum value "AUDIT_ASSISTANT_PREDICTION_POLICIES_REFRESHED"
	EventLogEventTypeAUDITASSISTANTPREDICTIONPOLICIESREFRESHED string = "AUDIT_ASSISTANT_PREDICTION_POLICIES_REFRESHED"

	// EventLogEventTypeREPORTGENERATIONREQUESTED captures enum value "REPORT_GENERATION_REQUESTED"
	EventLogEventTypeREPORTGENERATIONREQUESTED string = "REPORT_GENERATION_REQUESTED"

	// EventLogEventTypeREPORTGENERATIONCOMPLETED captures enum value "REPORT_GENERATION_COMPLETED"
	EventLogEventTypeREPORTGENERATIONCOMPLETED string = "REPORT_GENERATION_COMPLETED"

	// EventLogEventTypeREPORTGENERATIONFAILED captures enum value "REPORT_GENERATION_FAILED"
	EventLogEventTypeREPORTGENERATIONFAILED string = "REPORT_GENERATION_FAILED"

	// EventLogEventTypeREPORTGENERATIONCANCELLED captures enum value "REPORT_GENERATION_CANCELLED"
	EventLogEventTypeREPORTGENERATIONCANCELLED string = "REPORT_GENERATION_CANCELLED"

	// EventLogEventTypeREPORTDELETED captures enum value "REPORT_DELETED"
	EventLogEventTypeREPORTDELETED string = "REPORT_DELETED"

	// EventLogEventTypeRULEPACKSERVERUPDATE captures enum value "RULEPACK_SERVER_UPDATE"
	EventLogEventTypeRULEPACKSERVERUPDATE string = "RULEPACK_SERVER_UPDATE"

	// EventLogEventTypeRULEPACKUSERUPLOAD captures enum value "RULEPACK_USER_UPLOAD"
	EventLogEventTypeRULEPACKUSERUPLOAD string = "RULEPACK_USER_UPLOAD"

	// EventLogEventTypeRULEPACKDELETED captures enum value "RULEPACK_DELETED"
	EventLogEventTypeRULEPACKDELETED string = "RULEPACK_DELETED"

	// EventLogEventTypeRULEPACKDOWNLOAD captures enum value "RULEPACK_DOWNLOAD"
	EventLogEventTypeRULEPACKDOWNLOAD string = "RULEPACK_DOWNLOAD"

	// EventLogEventTypeRULEPACKCLIENTUPDATE captures enum value "RULEPACK_CLIENT_UPDATE"
	EventLogEventTypeRULEPACKCLIENTUPDATE string = "RULEPACK_CLIENT_UPDATE"

	// EventLogEventTypeDOCUMENTARTIFACTCREATED captures enum value "DOCUMENT_ARTIFACT_CREATED"
	EventLogEventTypeDOCUMENTARTIFACTCREATED string = "DOCUMENT_ARTIFACT_CREATED"

	// EventLogEventTypeDOCUMENTARTIFACTUPDATED captures enum value "DOCUMENT_ARTIFACT_UPDATED"
	EventLogEventTypeDOCUMENTARTIFACTUPDATED string = "DOCUMENT_ARTIFACT_UPDATED"

	// EventLogEventTypeDOCUMENTARTIFACTDELETED captures enum value "DOCUMENT_ARTIFACT_DELETED"
	EventLogEventTypeDOCUMENTARTIFACTDELETED string = "DOCUMENT_ARTIFACT_DELETED"

	// EventLogEventTypeTASKINSTANCECREATED captures enum value "TASK_INSTANCE_CREATED"
	EventLogEventTypeTASKINSTANCECREATED string = "TASK_INSTANCE_CREATED"

	// EventLogEventTypeTASKINSTANCEUPDATED captures enum value "TASK_INSTANCE_UPDATED"
	EventLogEventTypeTASKINSTANCEUPDATED string = "TASK_INSTANCE_UPDATED"

	// EventLogEventTypeTASKINSTANCEDELETED captures enum value "TASK_INSTANCE_DELETED"
	EventLogEventTypeTASKINSTANCEDELETED string = "TASK_INSTANCE_DELETED"

	// EventLogEventTypeTASKINSTANCESIGNOFFUPDATED captures enum value "TASK_INSTANCE_SIGNOFF_UPDATED"
	EventLogEventTypeTASKINSTANCESIGNOFFUPDATED string = "TASK_INSTANCE_SIGNOFF_UPDATED"

	// EventLogEventTypeACTIVITYINSTANCESIGNOFFUPDATED captures enum value "ACTIVITY_INSTANCE_SIGNOFF_UPDATED"
	EventLogEventTypeACTIVITYINSTANCESIGNOFFUPDATED string = "ACTIVITY_INSTANCE_SIGNOFF_UPDATED"

	// EventLogEventTypeREQUIREMENTINSTANCESIGNOFFUPDATED captures enum value "REQUIREMENT_INSTANCE_SIGNOFF_UPDATED"
	EventLogEventTypeREQUIREMENTINSTANCESIGNOFFUPDATED string = "REQUIREMENT_INSTANCE_SIGNOFF_UPDATED"

	// EventLogEventTypeREQUIREMENTTEMPLATEINSTANCESIGNOFFUPDATED captures enum value "REQUIREMENT_TEMPLATE_INSTANCE_SIGNOFF_UPDATED"
	EventLogEventTypeREQUIREMENTTEMPLATEINSTANCESIGNOFFUPDATED string = "REQUIREMENT_TEMPLATE_INSTANCE_SIGNOFF_UPDATED"

	// EventLogEventTypeTASKINSTANCEDUEDATEPASSEDNOSIGNOFF captures enum value "TASK_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"
	EventLogEventTypeTASKINSTANCEDUEDATEPASSEDNOSIGNOFF string = "TASK_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"

	// EventLogEventTypeACTIVITYINSTANCEDUEDATEPASSEDNOSIGNOFF captures enum value "ACTIVITY_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"
	EventLogEventTypeACTIVITYINSTANCEDUEDATEPASSEDNOSIGNOFF string = "ACTIVITY_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"

	// EventLogEventTypeREQUIREMENTINSTANCEDUEDATEPASSEDNOSIGNOFF captures enum value "REQUIREMENT_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"
	EventLogEventTypeREQUIREMENTINSTANCEDUEDATEPASSEDNOSIGNOFF string = "REQUIREMENT_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF"

	// EventLogEventTypeREQUIREMENTTEMPLATEDUEDATEPASSEDNOSIGNOFF captures enum value "REQUIREMENT_TEMPLATE_DUE_DATE_PASSED_NO_SIGNOFF"
	EventLogEventTypeREQUIREMENTTEMPLATEDUEDATEPASSEDNOSIGNOFF string = "REQUIREMENT_TEMPLATE_DUE_DATE_PASSED_NO_SIGNOFF"

	// EventLogEventTypeSDLCOMMENTCREATED captures enum value "SDL_COMMENT_CREATED"
	EventLogEventTypeSDLCOMMENTCREATED string = "SDL_COMMENT_CREATED"

	// EventLogEventTypePROJECTPERSONAASSIGNMENTUPDATED captures enum value "PROJECT_PERSONA_ASSIGNMENT_UPDATED"
	EventLogEventTypePROJECTPERSONAASSIGNMENTUPDATED string = "PROJECT_PERSONA_ASSIGNMENT_UPDATED"

	// EventLogEventTypePERSONAASSIGNMENTUPDATED captures enum value "PERSONA_ASSIGNMENT_UPDATED"
	EventLogEventTypePERSONAASSIGNMENTUPDATED string = "PERSONA_ASSIGNMENT_UPDATED"

	// EventLogEventTypeWORKOWNERUPDATED captures enum value "WORK_OWNER_UPDATED"
	EventLogEventTypeWORKOWNERUPDATED string = "WORK_OWNER_UPDATED"

	// EventLogEventTypeDUEDATEUPDATED captures enum value "DUE_DATE_UPDATED"
	EventLogEventTypeDUEDATEUPDATED string = "DUE_DATE_UPDATED"

	// EventLogEventTypeSESSIONTIMEOUT captures enum value "SESSION_TIMEOUT"
	EventLogEventTypeSESSIONTIMEOUT string = "SESSION_TIMEOUT"

	// EventLogEventTypeREQTEMPLATECREATED captures enum value "REQ_TEMPLATE_CREATED"
	EventLogEventTypeREQTEMPLATECREATED string = "REQ_TEMPLATE_CREATED"

	// EventLogEventTypeREQTEMPLATEUPDATED captures enum value "REQ_TEMPLATE_UPDATED"
	EventLogEventTypeREQTEMPLATEUPDATED string = "REQ_TEMPLATE_UPDATED"

	// EventLogEventTypeACTIVITYCREATED captures enum value "ACTIVITY_CREATED"
	EventLogEventTypeACTIVITYCREATED string = "ACTIVITY_CREATED"

	// EventLogEventTypeACTIVITYUPDATED captures enum value "ACTIVITY_UPDATED"
	EventLogEventTypeACTIVITYUPDATED string = "ACTIVITY_UPDATED"

	// EventLogEventTypeVARIABLECREATED captures enum value "VARIABLE_CREATED"
	EventLogEventTypeVARIABLECREATED string = "VARIABLE_CREATED"

	// EventLogEventTypeVARIABLEUPDATED captures enum value "VARIABLE_UPDATED"
	EventLogEventTypeVARIABLEUPDATED string = "VARIABLE_UPDATED"

	// EventLogEventTypeVARIABLEDELETED captures enum value "VARIABLE_DELETED"
	EventLogEventTypeVARIABLEDELETED string = "VARIABLE_DELETED"

	// EventLogEventTypeMEASUREMENTAGENTCREATED captures enum value "MEASUREMENT_AGENT_CREATED"
	EventLogEventTypeMEASUREMENTAGENTCREATED string = "MEASUREMENT_AGENT_CREATED"

	// EventLogEventTypeMEASUREMENTAGENTUPDATED captures enum value "MEASUREMENT_AGENT_UPDATED"
	EventLogEventTypeMEASUREMENTAGENTUPDATED string = "MEASUREMENT_AGENT_UPDATED"

	// EventLogEventTypeMEASUREMENTAGENTDELETED captures enum value "MEASUREMENT_AGENT_DELETED"
	EventLogEventTypeMEASUREMENTAGENTDELETED string = "MEASUREMENT_AGENT_DELETED"

	// EventLogEventTypeDOCUMENTDEFCREATED captures enum value "DOCUMENT_DEF_CREATED"
	EventLogEventTypeDOCUMENTDEFCREATED string = "DOCUMENT_DEF_CREATED"

	// EventLogEventTypeDOCUMENTDEFUPDATED captures enum value "DOCUMENT_DEF_UPDATED"
	EventLogEventTypeDOCUMENTDEFUPDATED string = "DOCUMENT_DEF_UPDATED"

	// EventLogEventTypePROJECTTEMPLATECREATED captures enum value "PROJECT_TEMPLATE_CREATED"
	EventLogEventTypePROJECTTEMPLATECREATED string = "PROJECT_TEMPLATE_CREATED"

	// EventLogEventTypePROJECTTEMPLATEUPDATED captures enum value "PROJECT_TEMPLATE_UPDATED"
	EventLogEventTypePROJECTTEMPLATEUPDATED string = "PROJECT_TEMPLATE_UPDATED"

	// EventLogEventTypePROJECTTEMPLATEDELETED captures enum value "PROJECT_TEMPLATE_DELETED"
	EventLogEventTypePROJECTTEMPLATEDELETED string = "PROJECT_TEMPLATE_DELETED"

	// EventLogEventTypeASSIGNMENTRULESUPDATED captures enum value "ASSIGNMENT_RULES_UPDATED"
	EventLogEventTypeASSIGNMENTRULESUPDATED string = "ASSIGNMENT_RULES_UPDATED"

	// EventLogEventTypePERSONACREATED captures enum value "PERSONA_CREATED"
	EventLogEventTypePERSONACREATED string = "PERSONA_CREATED"

	// EventLogEventTypePERSONAUPDATED captures enum value "PERSONA_UPDATED"
	EventLogEventTypePERSONAUPDATED string = "PERSONA_UPDATED"

	// EventLogEventTypePERSONADELETED captures enum value "PERSONA_DELETED"
	EventLogEventTypePERSONADELETED string = "PERSONA_DELETED"

	// EventLogEventTypeATTRCREATED captures enum value "ATTR_CREATED"
	EventLogEventTypeATTRCREATED string = "ATTR_CREATED"

	// EventLogEventTypeATTRUPDATED captures enum value "ATTR_UPDATED"
	EventLogEventTypeATTRUPDATED string = "ATTR_UPDATED"

	// EventLogEventTypeATTRDELETED captures enum value "ATTR_DELETED"
	EventLogEventTypeATTRDELETED string = "ATTR_DELETED"

	// EventLogEventTypeATTRIBUTEDEFINITIONCREATED captures enum value "ATTRIBUTE_DEFINITION_CREATED"
	EventLogEventTypeATTRIBUTEDEFINITIONCREATED string = "ATTRIBUTE_DEFINITION_CREATED"

	// EventLogEventTypeATTRIBUTEDEFINITIONUPDATED captures enum value "ATTRIBUTE_DEFINITION_UPDATED"
	EventLogEventTypeATTRIBUTEDEFINITIONUPDATED string = "ATTRIBUTE_DEFINITION_UPDATED"

	// EventLogEventTypeATTRIBUTEDEFINITIONDELETED captures enum value "ATTRIBUTE_DEFINITION_DELETED"
	EventLogEventTypeATTRIBUTEDEFINITIONDELETED string = "ATTRIBUTE_DEFINITION_DELETED"

	// EventLogEventTypePROJECTVERSIONCUSTOMTAGASSIGNMENT captures enum value "PROJECT_VERSION_CUSTOM_TAG_ASSIGNMENT"
	EventLogEventTypePROJECTVERSIONCUSTOMTAGASSIGNMENT string = "PROJECT_VERSION_CUSTOM_TAG_ASSIGNMENT"

	// EventLogEventTypePROJECTVERSIONPRIMARYTAGUPDATE captures enum value "PROJECT_VERSION_PRIMARY_TAG_UPDATE"
	EventLogEventTypePROJECTVERSIONPRIMARYTAGUPDATE string = "PROJECT_VERSION_PRIMARY_TAG_UPDATE"

	// EventLogEventTypeREPORTDEFINITIONCREATED captures enum value "REPORT_DEFINITION_CREATED"
	EventLogEventTypeREPORTDEFINITIONCREATED string = "REPORT_DEFINITION_CREATED"

	// EventLogEventTypeREPORTDEFINITIONUPDATED captures enum value "REPORT_DEFINITION_UPDATED"
	EventLogEventTypeREPORTDEFINITIONUPDATED string = "REPORT_DEFINITION_UPDATED"

	// EventLogEventTypeREPORTDEFINITIONDELETED captures enum value "REPORT_DEFINITION_DELETED"
	EventLogEventTypeREPORTDEFINITIONDELETED string = "REPORT_DEFINITION_DELETED"

	// EventLogEventTypeREPORTLIBRARYCREATED captures enum value "REPORT_LIBRARY_CREATED"
	EventLogEventTypeREPORTLIBRARYCREATED string = "REPORT_LIBRARY_CREATED"

	// EventLogEventTypeREPORTLIBRARYUPDATED captures enum value "REPORT_LIBRARY_UPDATED"
	EventLogEventTypeREPORTLIBRARYUPDATED string = "REPORT_LIBRARY_UPDATED"

	// EventLogEventTypeREPORTLIBRARYDELETED captures enum value "REPORT_LIBRARY_DELETED"
	EventLogEventTypeREPORTLIBRARYDELETED string = "REPORT_LIBRARY_DELETED"

	// EventLogEventTypeRUNTIMEHOSTCONNECTED captures enum value "RUNTIME_HOST_CONNECTED"
	EventLogEventTypeRUNTIMEHOSTCONNECTED string = "RUNTIME_HOST_CONNECTED"

	// EventLogEventTypeRUNTIMEHOSTDISCONNECTED captures enum value "RUNTIME_HOST_DISCONNECTED"
	EventLogEventTypeRUNTIMEHOSTDISCONNECTED string = "RUNTIME_HOST_DISCONNECTED"

	// EventLogEventTypeRUNTIMEHOSTCREATED captures enum value "RUNTIME_HOST_CREATED"
	EventLogEventTypeRUNTIMEHOSTCREATED string = "RUNTIME_HOST_CREATED"

	// EventLogEventTypeRUNTIMEHOSTDELETED captures enum value "RUNTIME_HOST_DELETED"
	EventLogEventTypeRUNTIMEHOSTDELETED string = "RUNTIME_HOST_DELETED"

	// EventLogEventTypeRUNTIMEHOSTDISCOVERED captures enum value "RUNTIME_HOST_DISCOVERED"
	EventLogEventTypeRUNTIMEHOSTDISCOVERED string = "RUNTIME_HOST_DISCOVERED"

	// EventLogEventTypeRUNTIMEHOSTENABLED captures enum value "RUNTIME_HOST_ENABLED"
	EventLogEventTypeRUNTIMEHOSTENABLED string = "RUNTIME_HOST_ENABLED"

	// EventLogEventTypeRUNTIMEHOSTDISABLED captures enum value "RUNTIME_HOST_DISABLED"
	EventLogEventTypeRUNTIMEHOSTDISABLED string = "RUNTIME_HOST_DISABLED"

	// EventLogEventTypeRUNTIMEHOSTAUTHRESET captures enum value "RUNTIME_HOST_AUTH_RESET"
	EventLogEventTypeRUNTIMEHOSTAUTHRESET string = "RUNTIME_HOST_AUTH_RESET"

	// EventLogEventTypeACCEPTNEWHOSTSENABLED captures enum value "ACCEPT_NEW_HOSTS_ENABLED"
	EventLogEventTypeACCEPTNEWHOSTSENABLED string = "ACCEPT_NEW_HOSTS_ENABLED"

	// EventLogEventTypeACCEPTNEWHOSTSDISABLED captures enum value "ACCEPT_NEW_HOSTS_DISABLED"
	EventLogEventTypeACCEPTNEWHOSTSDISABLED string = "ACCEPT_NEW_HOSTS_DISABLED"

	// EventLogEventTypeDISABLEDHOSTCONNECTION captures enum value "DISABLED_HOST_CONNECTION"
	EventLogEventTypeDISABLEDHOSTCONNECTION string = "DISABLED_HOST_CONNECTION"

	// EventLogEventTypeRUNTIMEAPPLICATIONASSIGNMENTRULESUPDATED captures enum value "RUNTIME_APPLICATION_ASSIGNMENT_RULES_UPDATED"
	EventLogEventTypeRUNTIMEAPPLICATIONASSIGNMENTRULESUPDATED string = "RUNTIME_APPLICATION_ASSIGNMENT_RULES_UPDATED"

	// EventLogEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESREQUESTED captures enum value "REAPPLY_APPLICATION_ASSIGNMENT_RULES_REQUESTED"
	EventLogEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESREQUESTED string = "REAPPLY_APPLICATION_ASSIGNMENT_RULES_REQUESTED"

	// EventLogEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESCOMPLETED captures enum value "REAPPLY_APPLICATION_ASSIGNMENT_RULES_COMPLETED"
	EventLogEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESCOMPLETED string = "REAPPLY_APPLICATION_ASSIGNMENT_RULES_COMPLETED"

	// EventLogEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESFAILED captures enum value "REAPPLY_APPLICATION_ASSIGNMENT_RULES_FAILED"
	EventLogEventTypeREAPPLYAPPLICATIONASSIGNMENTRULESFAILED string = "REAPPLY_APPLICATION_ASSIGNMENT_RULES_FAILED"

	// EventLogEventTypeRUNTIMECONFIGURATIONCREATED captures enum value "RUNTIME_CONFIGURATION_CREATED"
	EventLogEventTypeRUNTIMECONFIGURATIONCREATED string = "RUNTIME_CONFIGURATION_CREATED"

	// EventLogEventTypeRUNTIMECONFIGURATIONUPDATED captures enum value "RUNTIME_CONFIGURATION_UPDATED"
	EventLogEventTypeRUNTIMECONFIGURATIONUPDATED string = "RUNTIME_CONFIGURATION_UPDATED"

	// EventLogEventTypeRUNTIMECONFIGURATIONDELETED captures enum value "RUNTIME_CONFIGURATION_DELETED"
	EventLogEventTypeRUNTIMECONFIGURATIONDELETED string = "RUNTIME_CONFIGURATION_DELETED"

	// EventLogEventTypeRUNTIMECONFIGURATIONTEMPLATEUPDATED captures enum value "RUNTIME_CONFIGURATION_TEMPLATE_UPDATED"
	EventLogEventTypeRUNTIMECONFIGURATIONTEMPLATEUPDATED string = "RUNTIME_CONFIGURATION_TEMPLATE_UPDATED"

	// EventLogEventTypeRUNTIMEEHCREATED captures enum value "RUNTIME_EH_CREATED"
	EventLogEventTypeRUNTIMEEHCREATED string = "RUNTIME_EH_CREATED"

	// EventLogEventTypeRUNTIMEEHUPDATED captures enum value "RUNTIME_EH_UPDATED"
	EventLogEventTypeRUNTIMEEHUPDATED string = "RUNTIME_EH_UPDATED"

	// EventLogEventTypeRUNTIMEEHDELETED captures enum value "RUNTIME_EH_DELETED"
	EventLogEventTypeRUNTIMEEHDELETED string = "RUNTIME_EH_DELETED"

	// EventLogEventTypeRUNTIMESETTINGSUPDATED captures enum value "RUNTIME_SETTINGS_UPDATED"
	EventLogEventTypeRUNTIMESETTINGSUPDATED string = "RUNTIME_SETTINGS_UPDATED"

	// EventLogEventTypeRUNTIMERULEPACKCONFIGUPDATED captures enum value "RUNTIME_RULEPACK_CONFIG_UPDATED"
	EventLogEventTypeRUNTIMERULEPACKCONFIGUPDATED string = "RUNTIME_RULEPACK_CONFIG_UPDATED"

	// EventLogEventTypeRUNTIMEEVENTRECEIVED captures enum value "RUNTIME_EVENT_RECEIVED"
	EventLogEventTypeRUNTIMEEVENTRECEIVED string = "RUNTIME_EVENT_RECEIVED"

	// EventLogEventTypeRUNTIMEALERTRECEIVED captures enum value "RUNTIME_ALERT_RECEIVED"
	EventLogEventTypeRUNTIMEALERTRECEIVED string = "RUNTIME_ALERT_RECEIVED"

	// EventLogEventTypeFEDERATIONCREATED captures enum value "FEDERATION_CREATED"
	EventLogEventTypeFEDERATIONCREATED string = "FEDERATION_CREATED"

	// EventLogEventTypeFEDERATIONUPDATED captures enum value "FEDERATION_UPDATED"
	EventLogEventTypeFEDERATIONUPDATED string = "FEDERATION_UPDATED"

	// EventLogEventTypeFEDERATIONDELETED captures enum value "FEDERATION_DELETED"
	EventLogEventTypeFEDERATIONDELETED string = "FEDERATION_DELETED"

	// EventLogEventTypeRTAPPCREATED captures enum value "RTAPP_CREATED"
	EventLogEventTypeRTAPPCREATED string = "RTAPP_CREATED"

	// EventLogEventTypeRTAPPUPDATED captures enum value "RTAPP_UPDATED"
	EventLogEventTypeRTAPPUPDATED string = "RTAPP_UPDATED"

	// EventLogEventTypeRTAPPDELETED captures enum value "RTAPP_DELETED"
	EventLogEventTypeRTAPPDELETED string = "RTAPP_DELETED"

	// EventLogEventTypeRTAPPACCESSADDED captures enum value "RTAPP_ACCESS_ADDED"
	EventLogEventTypeRTAPPACCESSADDED string = "RTAPP_ACCESS_ADDED"

	// EventLogEventTypeRTAPPACCESSREMOVED captures enum value "RTAPP_ACCESS_REMOVED"
	EventLogEventTypeRTAPPACCESSREMOVED string = "RTAPP_ACCESS_REMOVED"

	// EventLogEventTypeUSERROLECREATED captures enum value "USERROLE_CREATED"
	EventLogEventTypeUSERROLECREATED string = "USERROLE_CREATED"

	// EventLogEventTypeUSERROLEUPDATED captures enum value "USERROLE_UPDATED"
	EventLogEventTypeUSERROLEUPDATED string = "USERROLE_UPDATED"

	// EventLogEventTypeUSERROLEDELETED captures enum value "USERROLE_DELETED"
	EventLogEventTypeUSERROLEDELETED string = "USERROLE_DELETED"

	// EventLogEventTypeCLOUDSCANPOLLED captures enum value "CLOUD_SCAN_POLLED"
	EventLogEventTypeCLOUDSCANPOLLED string = "CLOUD_SCAN_POLLED"

	// EventLogEventTypeCLOUDPOOLCREATED captures enum value "CLOUD_POOL_CREATED"
	EventLogEventTypeCLOUDPOOLCREATED string = "CLOUD_POOL_CREATED"

	// EventLogEventTypeCLOUDPOOLUPDATED captures enum value "CLOUD_POOL_UPDATED"
	EventLogEventTypeCLOUDPOOLUPDATED string = "CLOUD_POOL_UPDATED"

	// EventLogEventTypeCLOUDPOOLDELETED captures enum value "CLOUD_POOL_DELETED"
	EventLogEventTypeCLOUDPOOLDELETED string = "CLOUD_POOL_DELETED"

	// EventLogEventTypeCLOUDPOOLAVSUPDATED captures enum value "CLOUD_POOL_AVS_UPDATED"
	EventLogEventTypeCLOUDPOOLAVSUPDATED string = "CLOUD_POOL_AVS_UPDATED"

	// EventLogEventTypeCLOUDPOOLSENSORSUPDATED captures enum value "CLOUD_POOL_SENSORS_UPDATED"
	EventLogEventTypeCLOUDPOOLSENSORSUPDATED string = "CLOUD_POOL_SENSORS_UPDATED"

	// EventLogEventTypeCLOUDJOBCANCELED captures enum value "CLOUD_JOB_CANCELED"
	EventLogEventTypeCLOUDJOBCANCELED string = "CLOUD_JOB_CANCELED"

	// EventLogEventTypeCLOUDJOBFPRDOWNLOADED captures enum value "CLOUD_JOB_FPR_DOWNLOADED"
	EventLogEventTypeCLOUDJOBFPRDOWNLOADED string = "CLOUD_JOB_FPR_DOWNLOADED"

	// EventLogEventTypeCLOUDJOBLOGDOWNLOADED captures enum value "CLOUD_JOB_LOG_DOWNLOADED"
	EventLogEventTypeCLOUDJOBLOGDOWNLOADED string = "CLOUD_JOB_LOG_DOWNLOADED"

	// EventLogEventTypeINDEXMAINTENANCESTARTED captures enum value "INDEX_MAINTENANCE_STARTED"
	EventLogEventTypeINDEXMAINTENANCESTARTED string = "INDEX_MAINTENANCE_STARTED"

	// EventLogEventTypeINDEXMAINTENANCECOMPLETED captures enum value "INDEX_MAINTENANCE_COMPLETED"
	EventLogEventTypeINDEXMAINTENANCECOMPLETED string = "INDEX_MAINTENANCE_COMPLETED"

	// EventLogEventTypeFULLREINDEXSTARTED captures enum value "FULL_REINDEX_STARTED"
	EventLogEventTypeFULLREINDEXSTARTED string = "FULL_REINDEX_STARTED"

	// EventLogEventTypeFULLREINDEXCOMPLETED captures enum value "FULL_REINDEX_COMPLETED"
	EventLogEventTypeFULLREINDEXCOMPLETED string = "FULL_REINDEX_COMPLETED"

	// EventLogEventTypeINDEXNEWISSUESSTARTED captures enum value "INDEX_NEW_ISSUES_STARTED"
	EventLogEventTypeINDEXNEWISSUESSTARTED string = "INDEX_NEW_ISSUES_STARTED"

	// EventLogEventTypeINDEXNEWISSUESCOMPLETED captures enum value "INDEX_NEW_ISSUES_COMPLETED"
	EventLogEventTypeINDEXNEWISSUESCOMPLETED string = "INDEX_NEW_ISSUES_COMPLETED"

	// EventLogEventTypeSSCCONFIGURATIONUPDATED captures enum value "SSC_CONFIGURATION_UPDATED"
	EventLogEventTypeSSCCONFIGURATIONUPDATED string = "SSC_CONFIGURATION_UPDATED"

	// EventLogEventTypeLDAPCONFIGCREATED captures enum value "LDAP_CONFIG_CREATED"
	EventLogEventTypeLDAPCONFIGCREATED string = "LDAP_CONFIG_CREATED"

	// EventLogEventTypeLDAPCONFIGUPDATED captures enum value "LDAP_CONFIG_UPDATED"
	EventLogEventTypeLDAPCONFIGUPDATED string = "LDAP_CONFIG_UPDATED"

	// EventLogEventTypeLDAPCONFIGDELETED captures enum value "LDAP_CONFIG_DELETED"
	EventLogEventTypeLDAPCONFIGDELETED string = "LDAP_CONFIG_DELETED"

	// EventLogEventTypeLDAPCONFIGDEFAULTCHANGED captures enum value "LDAP_CONFIG_DEFAULT_CHANGED"
	EventLogEventTypeLDAPCONFIGDEFAULTCHANGED string = "LDAP_CONFIG_DEFAULT_CHANGED"

	// EventLogEventTypeSEEDBUNDLEUPLOADCOMPLETED captures enum value "SEED_BUNDLE_UPLOAD_COMPLETED"
	EventLogEventTypeSEEDBUNDLEUPLOADCOMPLETED string = "SEED_BUNDLE_UPLOAD_COMPLETED"

	// EventLogEventTypeSEEDBUNDLEUPLOADFAILED captures enum value "SEED_BUNDLE_UPLOAD_FAILED"
	EventLogEventTypeSEEDBUNDLEUPLOADFAILED string = "SEED_BUNDLE_UPLOAD_FAILED"

	// EventLogEventTypeSEEDBUNDLECOMPLETED captures enum value "SEED_BUNDLE_COMPLETED"
	EventLogEventTypeSEEDBUNDLECOMPLETED string = "SEED_BUNDLE_COMPLETED"

	// EventLogEventTypeSEEDBUNDLEFAILED captures enum value "SEED_BUNDLE_FAILED"
	EventLogEventTypeSEEDBUNDLEFAILED string = "SEED_BUNDLE_FAILED"
)
View Source
const (

	// FileTokenFileTokenTypeUPLOAD captures enum value "UPLOAD"
	FileTokenFileTokenTypeUPLOAD string = "UPLOAD"

	// FileTokenFileTokenTypeDOWNLOAD captures enum value "DOWNLOAD"
	FileTokenFileTokenTypeDOWNLOAD string = "DOWNLOAD"

	// FileTokenFileTokenTypePREVIEWFILE captures enum value "PREVIEW_FILE"
	FileTokenFileTokenTypePREVIEWFILE string = "PREVIEW_FILE"

	// FileTokenFileTokenTypeREPORTFILE captures enum value "REPORT_FILE"
	FileTokenFileTokenTypeREPORTFILE string = "REPORT_FILE"
)
View Source
const (

	// IIDMigrationStatusNONE captures enum value "NONE"
	IIDMigrationStatusNONE string = "NONE"

	// IIDMigrationStatusSCHEDPROCESSING captures enum value "SCHED_PROCESSING"
	IIDMigrationStatusSCHEDPROCESSING string = "SCHED_PROCESSING"

	// IIDMigrationStatusPROCESSING captures enum value "PROCESSING"
	IIDMigrationStatusPROCESSING string = "PROCESSING"

	// IIDMigrationStatusPROCESSCOMPLETE captures enum value "PROCESS_COMPLETE"
	IIDMigrationStatusPROCESSCOMPLETE string = "PROCESS_COMPLETE"

	// IIDMigrationStatusERRORPROCESSING captures enum value "ERROR_PROCESSING"
	IIDMigrationStatusERRORPROCESSING string = "ERROR_PROCESSING"

	// IIDMigrationStatusREQUIREAUTH captures enum value "REQUIRE_AUTH"
	IIDMigrationStatusREQUIREAUTH string = "REQUIRE_AUTH"

	// IIDMigrationStatusDELETING captures enum value "DELETING"
	IIDMigrationStatusDELETING string = "DELETING"

	// IIDMigrationStatusERRORDELETING captures enum value "ERROR_DELETING"
	IIDMigrationStatusERRORDELETING string = "ERROR_DELETING"

	// IIDMigrationStatusDELETED captures enum value "DELETED"
	IIDMigrationStatusDELETED string = "DELETED"

	// IIDMigrationStatusPURGING captures enum value "PURGING"
	IIDMigrationStatusPURGING string = "PURGING"

	// IIDMigrationStatusPURGED captures enum value "PURGED"
	IIDMigrationStatusPURGED string = "PURGED"

	// IIDMigrationStatusERRORPURGING captures enum value "ERROR_PURGING"
	IIDMigrationStatusERRORPURGING string = "ERROR_PURGING"

	// IIDMigrationStatusDISPATCHANALYSIS captures enum value "DISPATCH_ANALYSIS"
	IIDMigrationStatusDISPATCHANALYSIS string = "DISPATCH_ANALYSIS"

	// IIDMigrationStatusDISPATCHREAUDIT captures enum value "DISPATCH_REAUDIT"
	IIDMigrationStatusDISPATCHREAUDIT string = "DISPATCH_REAUDIT"

	// IIDMigrationStatusERRORDISPATCH captures enum value "ERROR_DISPATCH"
	IIDMigrationStatusERRORDISPATCH string = "ERROR_DISPATCH"

	// IIDMigrationStatusQUEUEDANALYSIS captures enum value "QUEUED_ANALYSIS"
	IIDMigrationStatusQUEUEDANALYSIS string = "QUEUED_ANALYSIS"

	// IIDMigrationStatusREQUEUEDANALYSIS captures enum value "REQUEUED_ANALYSIS"
	IIDMigrationStatusREQUEUEDANALYSIS string = "REQUEUED_ANALYSIS"

	// IIDMigrationStatusANALYZING captures enum value "ANALYZING"
	IIDMigrationStatusANALYZING string = "ANALYZING"

	// IIDMigrationStatusANALYSISCOMPLETE captures enum value "ANALYSIS_COMPLETE"
	IIDMigrationStatusANALYSISCOMPLETE string = "ANALYSIS_COMPLETE"

	// IIDMigrationStatusERRORANALYZING captures enum value "ERROR_ANALYZING"
	IIDMigrationStatusERRORANALYZING string = "ERROR_ANALYZING"

	// IIDMigrationStatusUNKNOWN captures enum value "UNKNOWN"
	IIDMigrationStatusUNKNOWN string = "UNKNOWN"

	// IIDMigrationStatusAUDITFAILED captures enum value "AUDIT_FAILED"
	IIDMigrationStatusAUDITFAILED string = "AUDIT_FAILED"
)
View Source
const (

	// InputReportParameterTypeSINGLEPROJECT captures enum value "SINGLE_PROJECT"
	InputReportParameterTypeSINGLEPROJECT string = "SINGLE_PROJECT"

	// InputReportParameterTypeSINGLERUNTIMEAPP captures enum value "SINGLE_RUNTIME_APP"
	InputReportParameterTypeSINGLERUNTIMEAPP string = "SINGLE_RUNTIME_APP"

	// InputReportParameterTypeSINGLESSAPROJECT captures enum value "SINGLE_SSA_PROJECT"
	InputReportParameterTypeSINGLESSAPROJECT string = "SINGLE_SSA_PROJECT"

	// InputReportParameterTypeMULTIPROJECT captures enum value "MULTI_PROJECT"
	InputReportParameterTypeMULTIPROJECT string = "MULTI_PROJECT"

	// InputReportParameterTypeMULTIRUNTIMEAPP captures enum value "MULTI_RUNTIME_APP"
	InputReportParameterTypeMULTIRUNTIMEAPP string = "MULTI_RUNTIME_APP"

	// InputReportParameterTypeMULTISSAPROJECT captures enum value "MULTI_SSA_PROJECT"
	InputReportParameterTypeMULTISSAPROJECT string = "MULTI_SSA_PROJECT"

	// InputReportParameterTypePROJECTATTRIBUTE captures enum value "PROJECT_ATTRIBUTE"
	InputReportParameterTypePROJECTATTRIBUTE string = "PROJECT_ATTRIBUTE"

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

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

	// InputReportParameterTypeDATE captures enum value "DATE"
	InputReportParameterTypeDATE string = "DATE"

	// InputReportParameterTypeSINGLESELECTDEFAULT captures enum value "SINGLE_SELECT_DEFAULT"
	InputReportParameterTypeSINGLESELECTDEFAULT string = "SINGLE_SELECT_DEFAULT"

	// InputReportParameterTypeMETADEFGUID captures enum value "METADEF_GUID"
	InputReportParameterTypeMETADEFGUID string = "METADEF_GUID"
)
View Source
const (
	// ISO8601Milli represents a ISO8601 format to ISO8601 with timezone
	ISO8601Milli = "2006-01-02T15:04:05.000-0700"
	// Iso8601MilliDateTimePattern pattern to match for the date-time format from http://tools.ietf.org/html/rfc3339#section-5.6
	Iso8601MilliDateTimePattern = `^([0-9]{2}):([0-9]{2}):([0-9]{2})(.[0-9]+)?([+-][0-9]{4})$`
)
View Source
const (

	// IssueAuditHistoryDtoValueTypeLIST captures enum value "LIST"
	IssueAuditHistoryDtoValueTypeLIST string = "LIST"

	// IssueAuditHistoryDtoValueTypeDECIMAL captures enum value "DECIMAL"
	IssueAuditHistoryDtoValueTypeDECIMAL string = "DECIMAL"

	// IssueAuditHistoryDtoValueTypeDATE captures enum value "DATE"
	IssueAuditHistoryDtoValueTypeDATE string = "DATE"

	// IssueAuditHistoryDtoValueTypeTEXT captures enum value "TEXT"
	IssueAuditHistoryDtoValueTypeTEXT string = "TEXT"
)
View Source
const (

	// IssueFilterSelectorEntityTypeUNDEFINED captures enum value "UNDEFINED"
	IssueFilterSelectorEntityTypeUNDEFINED string = "UNDEFINED"

	// IssueFilterSelectorEntityTypeISSUE captures enum value "ISSUE"
	IssueFilterSelectorEntityTypeISSUE string = "ISSUE"

	// IssueFilterSelectorEntityTypeEXTERNALLIST captures enum value "EXTERNALLIST"
	IssueFilterSelectorEntityTypeEXTERNALLIST string = "EXTERNALLIST"

	// IssueFilterSelectorEntityTypeCUSTOMTAG captures enum value "CUSTOMTAG"
	IssueFilterSelectorEntityTypeCUSTOMTAG string = "CUSTOMTAG"

	// IssueFilterSelectorEntityTypeHYBRIDTAG captures enum value "HYBRIDTAG"
	IssueFilterSelectorEntityTypeHYBRIDTAG string = "HYBRIDTAG"

	// IssueFilterSelectorEntityTypeFOLDER captures enum value "FOLDER"
	IssueFilterSelectorEntityTypeFOLDER string = "FOLDER"
)
View Source
const (

	// IssueFilterSelectorFilterSelectorTypeLIST captures enum value "LIST"
	IssueFilterSelectorFilterSelectorTypeLIST string = "LIST"

	// IssueFilterSelectorFilterSelectorTypeDECIMAL captures enum value "DECIMAL"
	IssueFilterSelectorFilterSelectorTypeDECIMAL string = "DECIMAL"

	// IssueFilterSelectorFilterSelectorTypeDATE captures enum value "DATE"
	IssueFilterSelectorFilterSelectorTypeDATE string = "DATE"

	// IssueFilterSelectorFilterSelectorTypeTEXT captures enum value "TEXT"
	IssueFilterSelectorFilterSelectorTypeTEXT string = "TEXT"
)
View Source
const (

	// IssueSelectorEntityTypeUNDEFINED captures enum value "UNDEFINED"
	IssueSelectorEntityTypeUNDEFINED string = "UNDEFINED"

	// IssueSelectorEntityTypeISSUE captures enum value "ISSUE"
	IssueSelectorEntityTypeISSUE string = "ISSUE"

	// IssueSelectorEntityTypeEXTERNALLIST captures enum value "EXTERNALLIST"
	IssueSelectorEntityTypeEXTERNALLIST string = "EXTERNALLIST"

	// IssueSelectorEntityTypeCUSTOMTAG captures enum value "CUSTOMTAG"
	IssueSelectorEntityTypeCUSTOMTAG string = "CUSTOMTAG"

	// IssueSelectorEntityTypeHYBRIDTAG captures enum value "HYBRIDTAG"
	IssueSelectorEntityTypeHYBRIDTAG string = "HYBRIDTAG"

	// IssueSelectorEntityTypeFOLDER captures enum value "FOLDER"
	IssueSelectorEntityTypeFOLDER string = "FOLDER"
)
View Source
const (

	// JobStatePREPARED captures enum value "PREPARED"
	JobStatePREPARED string = "PREPARED"

	// JobStateFINISHED captures enum value "FINISHED"
	JobStateFINISHED string = "FINISHED"

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

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

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

	// JobStateCANCELLED captures enum value "CANCELLED"
	JobStateCANCELLED string = "CANCELLED"
)
View Source
const (

	// LDAPEntityLdapTypeNONE captures enum value "NONE"
	LDAPEntityLdapTypeNONE string = "NONE"

	// LDAPEntityLdapTypeGROUP captures enum value "GROUP"
	LDAPEntityLdapTypeGROUP string = "GROUP"

	// LDAPEntityLdapTypeUSER captures enum value "USER"
	LDAPEntityLdapTypeUSER string = "USER"

	// LDAPEntityLdapTypeORGUNIT captures enum value "ORG_UNIT"
	LDAPEntityLdapTypeORGUNIT string = "ORG_UNIT"
)
View Source
const (

	// LdapServerDtoAuthenticatorTypeBINDAUTHENTICATOR captures enum value "BIND_AUTHENTICATOR"
	LdapServerDtoAuthenticatorTypeBINDAUTHENTICATOR string = "BIND_AUTHENTICATOR"

	// LdapServerDtoAuthenticatorTypePASSWORDCOMPARISONAUTHENTICATOR captures enum value "PASSWORD_COMPARISON_AUTHENTICATOR"
	LdapServerDtoAuthenticatorTypePASSWORDCOMPARISONAUTHENTICATOR string = "PASSWORD_COMPARISON_AUTHENTICATOR"
)
View Source
const (

	// LdapServerDtoPasswordEncoderTypeNOTSET captures enum value "NOT_SET"
	LdapServerDtoPasswordEncoderTypeNOTSET string = "NOT_SET"

	// LdapServerDtoPasswordEncoderTypeLDAPSHAPASSWORDENCODER captures enum value "LDAP_SHA_PASSWORD_ENCODER"
	LdapServerDtoPasswordEncoderTypeLDAPSHAPASSWORDENCODER string = "LDAP_SHA_PASSWORD_ENCODER"

	// LdapServerDtoPasswordEncoderTypeMD4PASSWORDENCODER captures enum value "MD4_PASSWORD_ENCODER"
	LdapServerDtoPasswordEncoderTypeMD4PASSWORDENCODER string = "MD4_PASSWORD_ENCODER"

	// LdapServerDtoPasswordEncoderTypeMD5PASSWORDENCODER captures enum value "MD5_PASSWORD_ENCODER"
	LdapServerDtoPasswordEncoderTypeMD5PASSWORDENCODER string = "MD5_PASSWORD_ENCODER"

	// LdapServerDtoPasswordEncoderTypeSHAPASSWORDENCODER captures enum value "SHA_PASSWORD_ENCODER"
	LdapServerDtoPasswordEncoderTypeSHAPASSWORDENCODER string = "SHA_PASSWORD_ENCODER"
)
View Source
const (

	// LdapServerDtoReferralsProcessingStrategyIgnore captures enum value "ignore"
	LdapServerDtoReferralsProcessingStrategyIgnore string = "ignore"

	// LdapServerDtoReferralsProcessingStrategyFollow captures enum value "follow"
	LdapServerDtoReferralsProcessingStrategyFollow string = "follow"
)
View Source
const (

	// PerformanceIndicatorRangeInteger captures enum value "Integer"
	PerformanceIndicatorRangeInteger string = "Integer"

	// PerformanceIndicatorRangePercent captures enum value "Percent"
	PerformanceIndicatorRangePercent string = "Percent"
)
View Source
const (

	// PerformanceIndicatorTypeSYSTEMDEFINED captures enum value "SYSTEM_DEFINED"
	PerformanceIndicatorTypeSYSTEMDEFINED string = "SYSTEM_DEFINED"

	// PerformanceIndicatorTypeUSERDEFINED captures enum value "USER_DEFINED"
	PerformanceIndicatorTypeUSERDEFINED string = "USER_DEFINED"
)
View Source
const (

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

	// PluginMetaDataPluginStateSTARTING captures enum value "STARTING"
	PluginMetaDataPluginStateSTARTING string = "STARTING"

	// PluginMetaDataPluginStateSTARTED captures enum value "STARTED"
	PluginMetaDataPluginStateSTARTED string = "STARTED"

	// PluginMetaDataPluginStateSTOPPING captures enum value "STOPPING"
	PluginMetaDataPluginStateSTOPPING string = "STOPPING"

	// PluginMetaDataPluginStateFAILEDTOSTART captures enum value "FAILED_TO_START"
	PluginMetaDataPluginStateFAILEDTOSTART string = "FAILED_TO_START"

	// PluginMetaDataPluginStateFAILEDTOSTOP captures enum value "FAILED_TO_STOP"
	PluginMetaDataPluginStateFAILEDTOSTOP string = "FAILED_TO_STOP"

	// PluginMetaDataPluginStateUNKNOWN captures enum value "UNKNOWN"
	PluginMetaDataPluginStateUNKNOWN string = "UNKNOWN"
)
View Source
const (

	// PluginMetaDataPluginTypeSCANPARSER captures enum value "SCAN_PARSER"
	PluginMetaDataPluginTypeSCANPARSER string = "SCAN_PARSER"

	// PluginMetaDataPluginTypeBUGTRACKER captures enum value "BUG_TRACKER"
	PluginMetaDataPluginTypeBUGTRACKER string = "BUG_TRACKER"

	// PluginMetaDataPluginTypeLEGACYBUGTRACKER captures enum value "LEGACY_BUG_TRACKER"
	PluginMetaDataPluginTypeLEGACYBUGTRACKER string = "LEGACY_BUG_TRACKER"
)
View Source
const (

	// ProjectVersionModeNONE captures enum value "NONE"
	ProjectVersionModeNONE string = "NONE"

	// ProjectVersionModeASSESSMENT captures enum value "ASSESSMENT"
	ProjectVersionModeASSESSMENT string = "ASSESSMENT"

	// ProjectVersionModeBASIC captures enum value "BASIC"
	ProjectVersionModeBASIC string = "BASIC"

	// ProjectVersionModeFULL captures enum value "FULL"
	ProjectVersionModeFULL string = "FULL"
)
View Source
const (

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

	// ProjectVersionStatusDELETING captures enum value "DELETING"
	ProjectVersionStatusDELETING string = "DELETING"

	// ProjectVersionStatusARCHIVED captures enum value "ARCHIVED"
	ProjectVersionStatusARCHIVED string = "ARCHIVED"

	// ProjectVersionStatusCOPYINGISSUES captures enum value "COPYING_ISSUES"
	ProjectVersionStatusCOPYINGISSUES string = "COPYING_ISSUES"
)
View Source
const (

	// ProjectVersionIssueEngineCategorySTATIC captures enum value "STATIC"
	ProjectVersionIssueEngineCategorySTATIC string = "STATIC"

	// ProjectVersionIssueEngineCategoryDYNAMIC captures enum value "DYNAMIC"
	ProjectVersionIssueEngineCategoryDYNAMIC string = "DYNAMIC"
)
View Source
const (

	// ProjectVersionIssueDetailsAttackTypeURL captures enum value "URL"
	ProjectVersionIssueDetailsAttackTypeURL string = "URL"

	// ProjectVersionIssueDetailsAttackTypeREQUESTHEADER captures enum value "REQUEST_HEADER"
	ProjectVersionIssueDetailsAttackTypeREQUESTHEADER string = "REQUEST_HEADER"

	// ProjectVersionIssueDetailsAttackTypeREQUESTCOOKIE captures enum value "REQUEST_COOKIE"
	ProjectVersionIssueDetailsAttackTypeREQUESTCOOKIE string = "REQUEST_COOKIE"

	// ProjectVersionIssueDetailsAttackTypePARAMETER captures enum value "PARAMETER"
	ProjectVersionIssueDetailsAttackTypePARAMETER string = "PARAMETER"

	// ProjectVersionIssueDetailsAttackTypeMULTIPLE captures enum value "MULTIPLE"
	ProjectVersionIssueDetailsAttackTypeMULTIPLE string = "MULTIPLE"
)
View Source
const (

	// ProjectVersionIssueDetailsEngineCategorySTATIC captures enum value "STATIC"
	ProjectVersionIssueDetailsEngineCategorySTATIC string = "STATIC"

	// ProjectVersionIssueDetailsEngineCategoryDYNAMIC captures enum value "DYNAMIC"
	ProjectVersionIssueDetailsEngineCategoryDYNAMIC string = "DYNAMIC"
)
View Source
const (

	// ProjectVersionIssueDetailsIssueStatusUnreviewed captures enum value "Unreviewed"
	ProjectVersionIssueDetailsIssueStatusUnreviewed string = "Unreviewed"

	// ProjectVersionIssueDetailsIssueStatusUnderReview captures enum value "Under Review"
	ProjectVersionIssueDetailsIssueStatusUnderReview string = "Under Review"

	// ProjectVersionIssueDetailsIssueStatusReviewed captures enum value "Reviewed"
	ProjectVersionIssueDetailsIssueStatusReviewed string = "Reviewed"
)
View Source
const (

	// ReportDefinitionTypePROJECT captures enum value "PROJECT"
	ReportDefinitionTypePROJECT string = "PROJECT"

	// ReportDefinitionTypeSSAPROJECT captures enum value "SSA_PROJECT"
	ReportDefinitionTypeSSAPROJECT string = "SSA_PROJECT"

	// ReportDefinitionTypeSSAPORTFOLIO captures enum value "SSA_PORTFOLIO"
	ReportDefinitionTypeSSAPORTFOLIO string = "SSA_PORTFOLIO"

	// ReportDefinitionTypePORTFOLIO captures enum value "PORTFOLIO"
	ReportDefinitionTypePORTFOLIO string = "PORTFOLIO"

	// ReportDefinitionTypeCOMPLIANCE captures enum value "COMPLIANCE"
	ReportDefinitionTypeCOMPLIANCE string = "COMPLIANCE"

	// ReportDefinitionTypeISSUE captures enum value "ISSUE"
	ReportDefinitionTypeISSUE string = "ISSUE"

	// ReportDefinitionTypeRUNTIMEREPORTS captures enum value "RUNTIME_REPORTS"
	ReportDefinitionTypeRUNTIMEREPORTS string = "RUNTIME_REPORTS"
)
View Source
const (

	// ReportParameterTypeSINGLEPROJECT captures enum value "SINGLE_PROJECT"
	ReportParameterTypeSINGLEPROJECT string = "SINGLE_PROJECT"

	// ReportParameterTypeSINGLERUNTIMEAPP captures enum value "SINGLE_RUNTIME_APP"
	ReportParameterTypeSINGLERUNTIMEAPP string = "SINGLE_RUNTIME_APP"

	// ReportParameterTypeSINGLESSAPROJECT captures enum value "SINGLE_SSA_PROJECT"
	ReportParameterTypeSINGLESSAPROJECT string = "SINGLE_SSA_PROJECT"

	// ReportParameterTypeMULTIPROJECT captures enum value "MULTI_PROJECT"
	ReportParameterTypeMULTIPROJECT string = "MULTI_PROJECT"

	// ReportParameterTypeMULTIRUNTIMEAPP captures enum value "MULTI_RUNTIME_APP"
	ReportParameterTypeMULTIRUNTIMEAPP string = "MULTI_RUNTIME_APP"

	// ReportParameterTypeMULTISSAPROJECT captures enum value "MULTI_SSA_PROJECT"
	ReportParameterTypeMULTISSAPROJECT string = "MULTI_SSA_PROJECT"

	// ReportParameterTypePROJECTATTRIBUTE captures enum value "PROJECT_ATTRIBUTE"
	ReportParameterTypePROJECTATTRIBUTE string = "PROJECT_ATTRIBUTE"

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

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

	// ReportParameterTypeDATE captures enum value "DATE"
	ReportParameterTypeDATE string = "DATE"

	// ReportParameterTypeSINGLESELECTDEFAULT captures enum value "SINGLE_SELECT_DEFAULT"
	ReportParameterTypeSINGLESELECTDEFAULT string = "SINGLE_SELECT_DEFAULT"

	// ReportParameterTypeMETADEFGUID captures enum value "METADEF_GUID"
	ReportParameterTypeMETADEFGUID string = "METADEF_GUID"
)
View Source
const (

	// RulepackCoreRulepackTypeSCA captures enum value "SCA"
	RulepackCoreRulepackTypeSCA string = "SCA"

	// RulepackCoreRulepackTypeRTA captures enum value "RTA"
	RulepackCoreRulepackTypeRTA string = "RTA"

	// RulepackCoreRulepackTypeCATPACK captures enum value "CATPACK"
	RulepackCoreRulepackTypeCATPACK string = "CATPACK"
)
View Source
const (

	// SavedReportFormatPDF captures enum value "PDF"
	SavedReportFormatPDF string = "PDF"

	// SavedReportFormatDOC captures enum value "DOC"
	SavedReportFormatDOC string = "DOC"

	// SavedReportFormatXLS captures enum value "XLS"
	SavedReportFormatXLS string = "XLS"
)
View Source
const (

	// SavedReportStatusScheduledForProcessing captures enum value "Scheduled for Processing"
	SavedReportStatusScheduledForProcessing string = "Scheduled for Processing"

	// SavedReportStatusProcessing captures enum value "Processing"
	SavedReportStatusProcessing string = "Processing"

	// SavedReportStatusProcessingComplete captures enum value "Processing Complete"
	SavedReportStatusProcessingComplete string = "Processing Complete"

	// SavedReportStatusErrorProcessing captures enum value "Error Processing"
	SavedReportStatusErrorProcessing string = "Error Processing"
)
View Source
const (

	// SavedReportTypePROJECT captures enum value "PROJECT"
	SavedReportTypePROJECT string = "PROJECT"

	// SavedReportTypeSSAPROJECT captures enum value "SSA_PROJECT"
	SavedReportTypeSSAPROJECT string = "SSA_PROJECT"

	// SavedReportTypeSSAPORTFOLIO captures enum value "SSA_PORTFOLIO"
	SavedReportTypeSSAPORTFOLIO string = "SSA_PORTFOLIO"

	// SavedReportTypePORTFOLIO captures enum value "PORTFOLIO"
	SavedReportTypePORTFOLIO string = "PORTFOLIO"

	// SavedReportTypeCOMPLIANCE captures enum value "COMPLIANCE"
	SavedReportTypeCOMPLIANCE string = "COMPLIANCE"

	// SavedReportTypeISSUE captures enum value "ISSUE"
	SavedReportTypeISSUE string = "ISSUE"

	// SavedReportTypeRUNTIMEREPORTS captures enum value "RUNTIME_REPORTS"
	SavedReportTypeRUNTIMEREPORTS string = "RUNTIME_REPORTS"
)
View Source
const (

	// TraceNodeDtoNodeTypeINCALL captures enum value "IN_CALL"
	TraceNodeDtoNodeTypeINCALL string = "IN_CALL"

	// TraceNodeDtoNodeTypeOUTCALL captures enum value "OUT_CALL"
	TraceNodeDtoNodeTypeOUTCALL string = "OUT_CALL"

	// TraceNodeDtoNodeTypeINOUTCALL captures enum value "IN_OUT_CALL"
	TraceNodeDtoNodeTypeINOUTCALL string = "IN_OUT_CALL"

	// TraceNodeDtoNodeTypeREAD captures enum value "READ"
	TraceNodeDtoNodeTypeREAD string = "READ"

	// TraceNodeDtoNodeTypeREADGLOBAL captures enum value "READ_GLOBAL"
	TraceNodeDtoNodeTypeREADGLOBAL string = "READ_GLOBAL"

	// TraceNodeDtoNodeTypeASSIGN captures enum value "ASSIGN"
	TraceNodeDtoNodeTypeASSIGN string = "ASSIGN"

	// TraceNodeDtoNodeTypeASSIGNGLOBAL captures enum value "ASSIGN_GLOBAL"
	TraceNodeDtoNodeTypeASSIGNGLOBAL string = "ASSIGN_GLOBAL"

	// TraceNodeDtoNodeTypeALIAS captures enum value "ALIAS"
	TraceNodeDtoNodeTypeALIAS string = "ALIAS"

	// TraceNodeDtoNodeTypeCOMPARE captures enum value "COMPARE"
	TraceNodeDtoNodeTypeCOMPARE string = "COMPARE"

	// TraceNodeDtoNodeTypeRETURN captures enum value "RETURN"
	TraceNodeDtoNodeTypeRETURN string = "RETURN"

	// TraceNodeDtoNodeTypeREF captures enum value "REF"
	TraceNodeDtoNodeTypeREF string = "REF"

	// TraceNodeDtoNodeTypeDEREF captures enum value "DEREF"
	TraceNodeDtoNodeTypeDEREF string = "DEREF"

	// TraceNodeDtoNodeTypeENDSCOPE captures enum value "END_SCOPE"
	TraceNodeDtoNodeTypeENDSCOPE string = "END_SCOPE"

	// TraceNodeDtoNodeTypeJUMP captures enum value "JUMP"
	TraceNodeDtoNodeTypeJUMP string = "JUMP"

	// TraceNodeDtoNodeTypeBRANCHTAKEN captures enum value "BRANCH_TAKEN"
	TraceNodeDtoNodeTypeBRANCHTAKEN string = "BRANCH_TAKEN"

	// TraceNodeDtoNodeTypeBRANCHNOTTAKEN captures enum value "BRANCH_NOT_TAKEN"
	TraceNodeDtoNodeTypeBRANCHNOTTAKEN string = "BRANCH_NOT_TAKEN"

	// TraceNodeDtoNodeTypeEXTERNALENTRY captures enum value "EXTERNAL_ENTRY"
	TraceNodeDtoNodeTypeEXTERNALENTRY string = "EXTERNAL_ENTRY"

	// TraceNodeDtoNodeTypeRUNTIMESINK captures enum value "RUNTIME_SINK"
	TraceNodeDtoNodeTypeRUNTIMESINK string = "RUNTIME_SINK"

	// TraceNodeDtoNodeTypeRUNTIMESOURCE captures enum value "RUNTIME_SOURCE"
	TraceNodeDtoNodeTypeRUNTIMESOURCE string = "RUNTIME_SOURCE"

	// TraceNodeDtoNodeTypeRUNTIMEVALIDATION captures enum value "RUNTIME_VALIDATION"
	TraceNodeDtoNodeTypeRUNTIMEVALIDATION string = "RUNTIME_VALIDATION"

	// TraceNodeDtoNodeTypeRUNTIMETRACE captures enum value "RUNTIME_TRACE"
	TraceNodeDtoNodeTypeRUNTIMETRACE string = "RUNTIME_TRACE"

	// TraceNodeDtoNodeTypeTRACERUNTIMESOURCE captures enum value "TRACE_RUNTIME_SOURCE"
	TraceNodeDtoNodeTypeTRACERUNTIMESOURCE string = "TRACE_RUNTIME_SOURCE"

	// TraceNodeDtoNodeTypeTRACERUNTIMESINK captures enum value "TRACE_RUNTIME_SINK"
	TraceNodeDtoNodeTypeTRACERUNTIMESINK string = "TRACE_RUNTIME_SINK"

	// TraceNodeDtoNodeTypeTAINTCHANGE captures enum value "TAINT_CHANGE"
	TraceNodeDtoNodeTypeTAINTCHANGE string = "TAINT_CHANGE"

	// TraceNodeDtoNodeTypeGENERIC captures enum value "GENERIC"
	TraceNodeDtoNodeTypeGENERIC string = "GENERIC"
)
View Source
const (

	// VariableOperationCOUNT captures enum value "COUNT"
	VariableOperationCOUNT string = "COUNT"

	// VariableOperationSUM captures enum value "SUM"
	VariableOperationSUM string = "SUM"
)
View Source
const (

	// VariableVariableTypeSYSTEMDEFINED captures enum value "SYSTEM_DEFINED"
	VariableVariableTypeSYSTEMDEFINED string = "SYSTEM_DEFINED"

	// VariableVariableTypeUSERDEFINED captures enum value "USER_DEFINED"
	VariableVariableTypeUSERDEFINED string = "USER_DEFINED"
)

Variables ¶

View Source
var (

	// MarshalFormat sets the time resolution format used for marshaling time (set to milliseconds)
	MarshalFormat = ISO8601Milli
)

Functions ¶

func IsDateTime ¶

func IsDateTime(str string) bool

IsDateTime returns true when the string is a valid date-time

Types ¶

type AATrainingStatus ¶

type AATrainingStatus struct {

	// last training time
	// Format: date-time
	LastTrainingTime Iso8601MilliDateTime `json:"lastTrainingTime,omitempty"`

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

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// status
	// Enum: [NONE TRAINING_SUBMITTED TRAINING_FAILED TRAINING_COMPLETE]
	Status string `json:"status,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`
}

AATrainingStatus Audit Assistant Training (AATrainingStatus) DTO object. swagger:model AATrainingStatus

func (*AATrainingStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AATrainingStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AATrainingStatus) Validate ¶

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

Validate validates this a a training status

type APIBulkRequestItem ¶

type APIBulkRequestItem struct {

	// http verb
	// Enum: [GET PUT POST DELETE]
	HTTPVerb string `json:"httpVerb,omitempty"`

	// post data
	PostData interface{} `json:"postData,omitempty"`

	// uri
	URI string `json:"uri,omitempty"`
}

APIBulkRequestItem Api bulk request item swagger:model ApiBulkRequestItem

func (*APIBulkRequestItem) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIBulkRequestItem) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIBulkRequestItem) Validate ¶

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

Validate validates this Api bulk request item

type APIBulkResponseData ¶

type APIBulkResponseData struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data interface{} `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIBulkResponseData Api bulk response data swagger:model ApiBulkResponseData

func (*APIBulkResponseData) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIBulkResponseData) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIBulkResponseData) Validate ¶

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

Validate validates this Api bulk response data

type APIBulkResponseItemResponse ¶

type APIBulkResponseItemResponse struct {

	// body
	Body *APIBulkResponseData `json:"body,omitempty"`

	// headers
	Headers map[string]string `json:"headers,omitempty"`

	// request Url
	RequestURL string `json:"requestUrl,omitempty"`
}

APIBulkResponseItemResponse Api bulk response item response swagger:model ApiBulkResponseItemResponse

func (*APIBulkResponseItemResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIBulkResponseItemResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIBulkResponseItemResponse) Validate ¶

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

Validate validates this Api bulk response item response

type APIResult ¶

type APIResult struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data interface{} `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResult Api result swagger:model ApiResult

func (*APIResult) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResult) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResult) Validate ¶

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

Validate validates this Api result

type APIResultAlertDefinitionDto ¶

type APIResultAlertDefinitionDto struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *AlertDefinitionDto `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultAlertDefinitionDto Api result alert definition dto swagger:model ApiResult«AlertDefinitionDto»

func (*APIResultAlertDefinitionDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultAlertDefinitionDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultAlertDefinitionDto) Validate ¶

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

Validate validates this Api result alert definition dto

type APIResultApplicationNameTestResponse ¶

type APIResultApplicationNameTestResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ApplicationNameTestResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultApplicationNameTestResponse Api result application name test response swagger:model ApiResult«ApplicationNameTestResponse»

func (*APIResultApplicationNameTestResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultApplicationNameTestResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultApplicationNameTestResponse) Validate ¶

Validate validates this Api result application name test response

type APIResultApplicationState ¶

type APIResultApplicationState struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ApplicationState `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultApplicationState Api result application state swagger:model ApiResult«Application State»

func (*APIResultApplicationState) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultApplicationState) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultApplicationState) Validate ¶

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

Validate validates this Api result application state

type APIResultArrayString ¶

type APIResultArrayString struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data []string `json:"data"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultArrayString Api result array string swagger:model ApiResult«Array«string»»

func (*APIResultArrayString) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultArrayString) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultArrayString) Validate ¶

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

Validate validates this Api result array string

type APIResultArtifact ¶

type APIResultArtifact struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Artifact `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultArtifact Api result artifact swagger:model ApiResult«Artifact»

func (*APIResultArtifact) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultArtifact) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultArtifact) Validate ¶

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

Validate validates this Api result artifact

type APIResultAttribute ¶

type APIResultAttribute struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Attribute `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultAttribute Api result attribute swagger:model ApiResult«Attribute»

func (*APIResultAttribute) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultAttribute) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultAttribute) Validate ¶

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

Validate validates this Api result attribute

type APIResultAttributeDefinition ¶

type APIResultAttributeDefinition struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *AttributeDefinition `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultAttributeDefinition Api result attribute definition swagger:model ApiResult«Attribute Definition»

func (*APIResultAttributeDefinition) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultAttributeDefinition) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultAttributeDefinition) Validate ¶

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

Validate validates this Api result attribute definition

type APIResultAuthenticationEntity ¶

type APIResultAuthenticationEntity struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *AuthenticationEntity `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultAuthenticationEntity Api result authentication entity swagger:model ApiResult«Authentication Entity»

func (*APIResultAuthenticationEntity) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultAuthenticationEntity) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultAuthenticationEntity) Validate ¶

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

Validate validates this Api result authentication entity

type APIResultAuthenticationToken ¶

type APIResultAuthenticationToken struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *AuthenticationToken `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultAuthenticationToken Api result authentication token swagger:model ApiResult«Authentication Token»

func (*APIResultAuthenticationToken) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultAuthenticationToken) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultAuthenticationToken) Validate ¶

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

Validate validates this Api result authentication token

type APIResultBugFilingRequirementsResponse ¶

type APIResultBugFilingRequirementsResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *BugFilingRequirementsResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultBugFilingRequirementsResponse Api result bug filing requirements response swagger:model ApiResult«BugFilingRequirementsResponse»

func (*APIResultBugFilingRequirementsResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultBugFilingRequirementsResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultBugFilingRequirementsResponse) Validate ¶

Validate validates this Api result bug filing requirements response

type APIResultBugfieldTemplateGroupDto ¶

type APIResultBugfieldTemplateGroupDto struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *BugfieldTemplateGroupDto `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultBugfieldTemplateGroupDto Api result bugfield template group dto swagger:model ApiResult«BugfieldTemplateGroupDto»

func (*APIResultBugfieldTemplateGroupDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultBugfieldTemplateGroupDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultBugfieldTemplateGroupDto) Validate ¶

Validate validates this Api result bugfield template group dto

type APIResultCloudJob ¶

type APIResultCloudJob struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudJob `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudJob Api result cloud job swagger:model ApiResult«CloudJob»

func (*APIResultCloudJob) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudJob) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudJob) Validate ¶

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

Validate validates this Api result cloud job

type APIResultCloudPool ¶

type APIResultCloudPool struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudPool `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudPool Api result cloud pool swagger:model ApiResult«CloudPool»

func (*APIResultCloudPool) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudPool) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudPool) Validate ¶

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

Validate validates this Api result cloud pool

type APIResultCloudPoolMapping ¶

type APIResultCloudPoolMapping struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudPoolMapping `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudPoolMapping Api result cloud pool mapping swagger:model ApiResult«CloudPoolMapping»

func (*APIResultCloudPoolMapping) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudPoolMapping) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudPoolMapping) Validate ¶

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

Validate validates this Api result cloud pool mapping

type APIResultCloudPoolProjectVersionActionResponse ¶

type APIResultCloudPoolProjectVersionActionResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudPoolProjectVersionActionResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudPoolProjectVersionActionResponse Api result cloud pool project version action response swagger:model ApiResult«CloudPoolProjectVersionActionResponse»

func (*APIResultCloudPoolProjectVersionActionResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*APIResultCloudPoolProjectVersionActionResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*APIResultCloudPoolProjectVersionActionResponse) Validate ¶

Validate validates this Api result cloud pool project version action response

type APIResultCloudPoolWorkerActionResponse ¶

type APIResultCloudPoolWorkerActionResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudPoolWorkerActionResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudPoolWorkerActionResponse Api result cloud pool worker action response swagger:model ApiResult«CloudPoolWorkerActionResponse»

func (*APIResultCloudPoolWorkerActionResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudPoolWorkerActionResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudPoolWorkerActionResponse) Validate ¶

Validate validates this Api result cloud pool worker action response

type APIResultCloudSystemMetrics ¶

type APIResultCloudSystemMetrics struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudSystemMetrics `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudSystemMetrics Api result cloud system metrics swagger:model ApiResult«CloudSystemMetrics»

func (*APIResultCloudSystemMetrics) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudSystemMetrics) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudSystemMetrics) Validate ¶

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

Validate validates this Api result cloud system metrics

type APIResultCloudSystemPollStatus ¶

type APIResultCloudSystemPollStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudSystemPollStatus `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudSystemPollStatus Api result cloud system poll status swagger:model ApiResult«CloudSystemPollStatus»

func (*APIResultCloudSystemPollStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudSystemPollStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudSystemPollStatus) Validate ¶

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

Validate validates this Api result cloud system poll status

type APIResultCloudSystemSettings ¶

type APIResultCloudSystemSettings struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudSystemSettings `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudSystemSettings Api result cloud system settings swagger:model ApiResult«CloudSystemSettings»

func (*APIResultCloudSystemSettings) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudSystemSettings) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudSystemSettings) Validate ¶

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

Validate validates this Api result cloud system settings

type APIResultCloudWorker ¶

type APIResultCloudWorker struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CloudWorker `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCloudWorker Api result cloud worker swagger:model ApiResult«CloudWorker»

func (*APIResultCloudWorker) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCloudWorker) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCloudWorker) Validate ¶

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

Validate validates this Api result cloud worker

type APIResultConfigProperties ¶

type APIResultConfigProperties struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ConfigProperties `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultConfigProperties Api result config properties swagger:model ApiResult«ConfigProperties»

func (*APIResultConfigProperties) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultConfigProperties) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultConfigProperties) Validate ¶

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

Validate validates this Api result config properties

type APIResultConfigProperty ¶

type APIResultConfigProperty struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ConfigProperty `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultConfigProperty Api result config property swagger:model ApiResult«ConfigProperty»

func (*APIResultConfigProperty) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultConfigProperty) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultConfigProperty) Validate ¶

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

Validate validates this Api result config property

type APIResultCustomTag ¶

type APIResultCustomTag struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *CustomTag `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultCustomTag Api result custom tag swagger:model ApiResult«Custom tag»

func (*APIResultCustomTag) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultCustomTag) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultCustomTag) Validate ¶

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

Validate validates this Api result custom tag

type APIResultDynamicScanRequest ¶

type APIResultDynamicScanRequest struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *DynamicScanRequest `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultDynamicScanRequest Api result dynamic scan request swagger:model ApiResult«DynamicScanRequest»

func (*APIResultDynamicScanRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultDynamicScanRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultDynamicScanRequest) Validate ¶

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

Validate validates this Api result dynamic scan request

type APIResultDynamicScanRequestTemplate ¶

type APIResultDynamicScanRequestTemplate struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *DynamicScanRequestTemplate `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultDynamicScanRequestTemplate Api result dynamic scan request template swagger:model ApiResult«DynamicScanRequestTemplate»

func (*APIResultDynamicScanRequestTemplate) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultDynamicScanRequestTemplate) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultDynamicScanRequestTemplate) Validate ¶

Validate validates this Api result dynamic scan request template

type APIResultDynamicScanRequestsSummary ¶

type APIResultDynamicScanRequestsSummary struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *DynamicScanRequestsSummary `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultDynamicScanRequestsSummary Api result dynamic scan requests summary swagger:model ApiResult«DynamicScanRequestsSummary»

func (*APIResultDynamicScanRequestsSummary) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultDynamicScanRequestsSummary) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultDynamicScanRequestsSummary) Validate ¶

Validate validates this Api result dynamic scan requests summary

type APIResultFeature ¶

type APIResultFeature struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Feature `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultFeature Api result feature swagger:model ApiResult«Feature»

func (*APIResultFeature) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultFeature) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultFeature) Validate ¶

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

Validate validates this Api result feature

type APIResultFileToken ¶

type APIResultFileToken struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *FileToken `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultFileToken Api result file token swagger:model ApiResult«File token»

func (*APIResultFileToken) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultFileToken) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultFileToken) Validate ¶

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

Validate validates this Api result file token

type APIResultFolder ¶

type APIResultFolder struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Folder `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultFolder Api result folder swagger:model ApiResult«Folder»

func (*APIResultFolder) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultFolder) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultFolder) Validate ¶

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

Validate validates this Api result folder

type APIResultIIDMigration ¶

type APIResultIIDMigration struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IIDMigration `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIIDMigration Api result i ID migration swagger:model ApiResult«IID Migration»

func (*APIResultIIDMigration) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIIDMigration) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIIDMigration) Validate ¶

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

Validate validates this Api result i ID migration

type APIResultIssueActionResponse ¶

type APIResultIssueActionResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueActionResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueActionResponse Api result issue action response swagger:model ApiResult«IssueActionResponse»

func (*APIResultIssueActionResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueActionResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueActionResponse) Validate ¶

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

Validate validates this Api result issue action response

type APIResultIssueAgingPortlet ¶

type APIResultIssueAgingPortlet struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueAgingPortlet `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueAgingPortlet Api result issue aging portlet swagger:model ApiResult«IssueAgingPortlet»

func (*APIResultIssueAgingPortlet) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueAgingPortlet) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueAgingPortlet) Validate ¶

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

Validate validates this Api result issue aging portlet

type APIResultIssueAssignment ¶

type APIResultIssueAssignment struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueAssignment `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueAssignment Api result issue assignment swagger:model ApiResult«Issue Assignment»

func (*APIResultIssueAssignment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueAssignment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueAssignment) Validate ¶

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

Validate validates this Api result issue assignment

type APIResultIssueAttachment ¶

type APIResultIssueAttachment struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueAttachment `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueAttachment Api result issue attachment swagger:model ApiResult«Issue Attachment»

func (*APIResultIssueAttachment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueAttachment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueAttachment) Validate ¶

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

Validate validates this Api result issue attachment

type APIResultIssueAuditComment ¶

type APIResultIssueAuditComment struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueAuditComment `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueAuditComment Api result issue audit comment swagger:model ApiResult«Issue Audit Comment»

func (*APIResultIssueAuditComment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueAuditComment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueAuditComment) Validate ¶

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

Validate validates this Api result issue audit comment

type APIResultIssueFileBugResponse ¶

type APIResultIssueFileBugResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueFileBugResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueFileBugResponse Api result issue file bug response swagger:model ApiResult«IssueFileBugResponse»

func (*APIResultIssueFileBugResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueFileBugResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueFileBugResponse) Validate ¶

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

Validate validates this Api result issue file bug response

type APIResultIssueFilterSelectorSet ¶

type APIResultIssueFilterSelectorSet struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueFilterSelectorSet `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueFilterSelectorSet Api result issue filter selector set swagger:model ApiResult«IssueFilterSelectorSet»

func (*APIResultIssueFilterSelectorSet) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueFilterSelectorSet) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueFilterSelectorSet) Validate ¶

Validate validates this Api result issue filter selector set

type APIResultIssueTemplate ¶

type APIResultIssueTemplate struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueTemplate `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueTemplate Api result issue template swagger:model ApiResult«Issue Template»

func (*APIResultIssueTemplate) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueTemplate) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueTemplate) Validate ¶

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

Validate validates this Api result issue template

type APIResultIssueViewTemplate ¶

type APIResultIssueViewTemplate struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *IssueViewTemplate `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultIssueViewTemplate Api result issue view template swagger:model ApiResult«IssueViewTemplate»

func (*APIResultIssueViewTemplate) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultIssueViewTemplate) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultIssueViewTemplate) Validate ¶

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

Validate validates this Api result issue view template

type APIResultJob ¶

type APIResultJob struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Job `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultJob Api result job swagger:model ApiResult«Job»

func (*APIResultJob) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultJob) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultJob) Validate ¶

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

Validate validates this Api result job

type APIResultLDAPEntity ¶

type APIResultLDAPEntity struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *LDAPEntity `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultLDAPEntity Api result l d a p entity swagger:model ApiResult«LDAP entity»

func (*APIResultLDAPEntity) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultLDAPEntity) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultLDAPEntity) Validate ¶

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

Validate validates this Api result l d a p entity

type APIResultLdapRefreshResponse ¶

type APIResultLdapRefreshResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *LdapRefreshResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultLdapRefreshResponse Api result ldap refresh response swagger:model ApiResult«LdapRefreshResponse»

func (*APIResultLdapRefreshResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultLdapRefreshResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultLdapRefreshResponse) Validate ¶

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

Validate validates this Api result ldap refresh response

type APIResultLdapServerDto ¶

type APIResultLdapServerDto struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *LdapServerDto `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultLdapServerDto Api result ldap server dto swagger:model ApiResult«LdapServerDto»

func (*APIResultLdapServerDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultLdapServerDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultLdapServerDto) Validate ¶

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

Validate validates this Api result ldap server dto

type APIResultLicense ¶

type APIResultLicense struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *License `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultLicense Api result license swagger:model ApiResult«License»

func (*APIResultLicense) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultLicense) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultLicense) Validate ¶

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

Validate validates this Api result license

type APIResultListAATrainingStatus ¶

type APIResultListAATrainingStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAATrainingStatus Api result list a a training status swagger:model ApiResult«List«AATrainingStatus»»

func (*APIResultListAATrainingStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAATrainingStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAATrainingStatus) Validate ¶

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

Validate validates this Api result list a a training status

type APIResultListActivityFeed ¶

type APIResultListActivityFeed struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListActivityFeed Api result list activity feed swagger:model ApiResult«List«Activity Feed»»

func (*APIResultListActivityFeed) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListActivityFeed) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListActivityFeed) Validate ¶

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

Validate validates this Api result list activity feed

type APIResultListAlertDefinitionDto ¶

type APIResultListAlertDefinitionDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAlertDefinitionDto Api result list alert definition dto swagger:model ApiResult«List«AlertDefinitionDto»»

func (*APIResultListAlertDefinitionDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAlertDefinitionDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAlertDefinitionDto) Validate ¶

Validate validates this Api result list alert definition dto

type APIResultListAlertHistoryEntry ¶

type APIResultListAlertHistoryEntry struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAlertHistoryEntry Api result list alert history entry swagger:model ApiResult«List«Alert History Entry»»

func (*APIResultListAlertHistoryEntry) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAlertHistoryEntry) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAlertHistoryEntry) Validate ¶

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

Validate validates this Api result list alert history entry

type APIResultListAlertableEventType ¶

type APIResultListAlertableEventType struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAlertableEventType Api result list alertable event type swagger:model ApiResult«List«AlertableEventType»»

func (*APIResultListAlertableEventType) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAlertableEventType) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAlertableEventType) Validate ¶

Validate validates this Api result list alertable event type

type APIResultListArtifact ¶

type APIResultListArtifact struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListArtifact Api result list artifact swagger:model ApiResult«List«Artifact»»

func (*APIResultListArtifact) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListArtifact) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListArtifact) Validate ¶

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

Validate validates this Api result list artifact

type APIResultListAttribute ¶

type APIResultListAttribute struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAttribute Api result list attribute swagger:model ApiResult«List«Attribute»»

func (*APIResultListAttribute) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAttribute) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAttribute) Validate ¶

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

Validate validates this Api result list attribute

type APIResultListAttributeDefinition ¶

type APIResultListAttributeDefinition struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAttributeDefinition Api result list attribute definition swagger:model ApiResult«List«Attribute Definition»»

func (*APIResultListAttributeDefinition) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAttributeDefinition) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAttributeDefinition) Validate ¶

Validate validates this Api result list attribute definition

type APIResultListAuditAssistantStatus ¶

type APIResultListAuditAssistantStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAuditAssistantStatus Api result list audit assistant status swagger:model ApiResult«List«AuditAssistantStatus»»

func (*APIResultListAuditAssistantStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAuditAssistantStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAuditAssistantStatus) Validate ¶

Validate validates this Api result list audit assistant status

type APIResultListAuthenticationEntity ¶

type APIResultListAuthenticationEntity struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAuthenticationEntity Api result list authentication entity swagger:model ApiResult«List«Authentication Entity»»

func (*APIResultListAuthenticationEntity) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAuthenticationEntity) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAuthenticationEntity) Validate ¶

Validate validates this Api result list authentication entity

type APIResultListAuthenticationToken ¶

type APIResultListAuthenticationToken struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListAuthenticationToken Api result list authentication token swagger:model ApiResult«List«Authentication Token»»

func (*APIResultListAuthenticationToken) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListAuthenticationToken) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListAuthenticationToken) Validate ¶

Validate validates this Api result list authentication token

type APIResultListBugFilingRequirements ¶

type APIResultListBugFilingRequirements struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListBugFilingRequirements Api result list bug filing requirements swagger:model ApiResult«List«BugFilingRequirements»»

func (*APIResultListBugFilingRequirements) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListBugFilingRequirements) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListBugFilingRequirements) Validate ¶

Validate validates this Api result list bug filing requirements

type APIResultListBugTracker ¶

type APIResultListBugTracker struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListBugTracker Api result list bug tracker swagger:model ApiResult«List«Bug Tracker»»

func (*APIResultListBugTracker) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListBugTracker) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListBugTracker) Validate ¶

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

Validate validates this Api result list bug tracker

type APIResultListBugfieldTemplateGroupDto ¶

type APIResultListBugfieldTemplateGroupDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListBugfieldTemplateGroupDto Api result list bugfield template group dto swagger:model ApiResult«List«BugfieldTemplateGroupDto»»

func (*APIResultListBugfieldTemplateGroupDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListBugfieldTemplateGroupDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListBugfieldTemplateGroupDto) Validate ¶

Validate validates this Api result list bugfield template group dto

type APIResultListBulkResponseItem ¶

type APIResultListBulkResponseItem struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListBulkResponseItem Api result list bulk response item swagger:model ApiResult«List«Bulk Response Item»»

func (*APIResultListBulkResponseItem) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListBulkResponseItem) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListBulkResponseItem) Validate ¶

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

Validate validates this Api result list bulk response item

type APIResultListCloudJob ¶

type APIResultListCloudJob struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListCloudJob Api result list cloud job swagger:model ApiResult«List«CloudJob»»

func (*APIResultListCloudJob) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListCloudJob) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListCloudJob) Validate ¶

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

Validate validates this Api result list cloud job

type APIResultListCloudPool ¶

type APIResultListCloudPool struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListCloudPool Api result list cloud pool swagger:model ApiResult«List«CloudPool»»

func (*APIResultListCloudPool) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListCloudPool) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListCloudPool) Validate ¶

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

Validate validates this Api result list cloud pool

type APIResultListCloudPoolMapping ¶

type APIResultListCloudPoolMapping struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListCloudPoolMapping Api result list cloud pool mapping swagger:model ApiResult«List«CloudPoolMapping»»

func (*APIResultListCloudPoolMapping) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListCloudPoolMapping) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListCloudPoolMapping) Validate ¶

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

Validate validates this Api result list cloud pool mapping

type APIResultListCloudWorker ¶

type APIResultListCloudWorker struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListCloudWorker Api result list cloud worker swagger:model ApiResult«List«CloudWorker»»

func (*APIResultListCloudWorker) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListCloudWorker) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListCloudWorker) Validate ¶

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

Validate validates this Api result list cloud worker

type APIResultListCustomTag ¶

type APIResultListCustomTag struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListCustomTag Api result list custom tag swagger:model ApiResult«List«Custom tag»»

func (*APIResultListCustomTag) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListCustomTag) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListCustomTag) Validate ¶

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

Validate validates this Api result list custom tag

type APIResultListDashboardVersion ¶

type APIResultListDashboardVersion struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data []DashboardVersion `json:"data"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListDashboardVersion Api result list dashboard version swagger:model ApiResult«List«Dashboard Version»»

func (*APIResultListDashboardVersion) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListDashboardVersion) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListDashboardVersion) Validate ¶

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

Validate validates this Api result list dashboard version

type APIResultListDataExport ¶

type APIResultListDataExport struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListDataExport Api result list data export swagger:model ApiResult«List«Data Export»»

func (*APIResultListDataExport) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListDataExport) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListDataExport) Validate ¶

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

Validate validates this Api result list data export

type APIResultListDynamicScanRequest ¶

type APIResultListDynamicScanRequest struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListDynamicScanRequest Api result list dynamic scan request swagger:model ApiResult«List«DynamicScanRequest»»

func (*APIResultListDynamicScanRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListDynamicScanRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListDynamicScanRequest) Validate ¶

Validate validates this Api result list dynamic scan request

type APIResultListEngineType ¶

type APIResultListEngineType struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListEngineType Api result list engine type swagger:model ApiResult«List«Engine type»»

func (*APIResultListEngineType) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListEngineType) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListEngineType) Validate ¶

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

Validate validates this Api result list engine type

type APIResultListEventLog ¶

type APIResultListEventLog struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListEventLog Api result list event log swagger:model ApiResult«List«EventLog»»

func (*APIResultListEventLog) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListEventLog) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListEventLog) Validate ¶

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

Validate validates this Api result list event log

type APIResultListFeature ¶

type APIResultListFeature struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListFeature Api result list feature swagger:model ApiResult«List«Feature»»

func (*APIResultListFeature) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListFeature) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListFeature) Validate ¶

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

Validate validates this Api result list feature

type APIResultListFilterSet ¶

type APIResultListFilterSet struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListFilterSet Api result list filter set swagger:model ApiResult«List«Filter Set»»

func (*APIResultListFilterSet) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListFilterSet) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListFilterSet) Validate ¶

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

Validate validates this Api result list filter set

type APIResultListFolder ¶

type APIResultListFolder struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListFolder Api result list folder swagger:model ApiResult«List«Folder»»

func (*APIResultListFolder) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListFolder) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListFolder) Validate ¶

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

Validate validates this Api result list folder

type APIResultListIIDMigration ¶

type APIResultListIIDMigration struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIIDMigration Api result list i ID migration swagger:model ApiResult«List«IID Migration»»

func (*APIResultListIIDMigration) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIIDMigration) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIIDMigration) Validate ¶

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

Validate validates this Api result list i ID migration

type APIResultListIssueAgingDto ¶

type APIResultListIssueAgingDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueAgingDto Api result list issue aging dto swagger:model ApiResult«List«IssueAgingDto»»

func (*APIResultListIssueAgingDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueAgingDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueAgingDto) Validate ¶

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

Validate validates this Api result list issue aging dto

type APIResultListIssueAgingGroupDto ¶

type APIResultListIssueAgingGroupDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueAgingGroupDto Api result list issue aging group dto swagger:model ApiResult«List«IssueAgingGroupDto»»

func (*APIResultListIssueAgingGroupDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueAgingGroupDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueAgingGroupDto) Validate ¶

Validate validates this Api result list issue aging group dto

type APIResultListIssueAssignment ¶

type APIResultListIssueAssignment struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueAssignment Api result list issue assignment swagger:model ApiResult«List«Issue Assignment»»

func (*APIResultListIssueAssignment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueAssignment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueAssignment) Validate ¶

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

Validate validates this Api result list issue assignment

type APIResultListIssueAttachment ¶

type APIResultListIssueAttachment struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueAttachment Api result list issue attachment swagger:model ApiResult«List«Issue Attachment»»

func (*APIResultListIssueAttachment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueAttachment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueAttachment) Validate ¶

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

Validate validates this Api result list issue attachment

type APIResultListIssueAuditComment ¶

type APIResultListIssueAuditComment struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueAuditComment Api result list issue audit comment swagger:model ApiResult«List«Issue Audit Comment»»

func (*APIResultListIssueAuditComment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueAuditComment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueAuditComment) Validate ¶

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

Validate validates this Api result list issue audit comment

type APIResultListIssueAuditHistoryDto ¶

type APIResultListIssueAuditHistoryDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueAuditHistoryDto Api result list issue audit history dto swagger:model ApiResult«List«IssueAuditHistoryDto»»

func (*APIResultListIssueAuditHistoryDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueAuditHistoryDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueAuditHistoryDto) Validate ¶

Validate validates this Api result list issue audit history dto

type APIResultListIssueStatistics ¶

type APIResultListIssueStatistics struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueStatistics Api result list issue statistics swagger:model ApiResult«List«Issue Statistics»»

func (*APIResultListIssueStatistics) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueStatistics) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueStatistics) Validate ¶

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

Validate validates this Api result list issue statistics

type APIResultListIssueSummary ¶

type APIResultListIssueSummary struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueSummary Api result list issue summary swagger:model ApiResult«List«Issue Summary»»

func (*APIResultListIssueSummary) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueSummary) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueSummary) Validate ¶

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

Validate validates this Api result list issue summary

type APIResultListIssueTemplate ¶

type APIResultListIssueTemplate struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueTemplate Api result list issue template swagger:model ApiResult«List«Issue Template»»

func (*APIResultListIssueTemplate) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueTemplate) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueTemplate) Validate ¶

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

Validate validates this Api result list issue template

type APIResultListIssueViewTemplate ¶

type APIResultListIssueViewTemplate struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListIssueViewTemplate Api result list issue view template swagger:model ApiResult«List«IssueViewTemplate»»

func (*APIResultListIssueViewTemplate) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListIssueViewTemplate) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListIssueViewTemplate) Validate ¶

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

Validate validates this Api result list issue view template

type APIResultListJob ¶

type APIResultListJob struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListJob Api result list job swagger:model ApiResult«List«Job»»

func (*APIResultListJob) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListJob) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListJob) Validate ¶

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

Validate validates this Api result list job

type APIResultListJobPriorityChangeCategoryWarning ¶

type APIResultListJobPriorityChangeCategoryWarning struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListJobPriorityChangeCategoryWarning Api result list job priority change category warning swagger:model ApiResult«List«JobPriorityChangeCategoryWarning»»

func (*APIResultListJobPriorityChangeCategoryWarning) MarshalBinary ¶

MarshalBinary interface implementation

func (*APIResultListJobPriorityChangeCategoryWarning) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*APIResultListJobPriorityChangeCategoryWarning) Validate ¶

Validate validates this Api result list job priority change category warning

type APIResultListLDAPEntity ¶

type APIResultListLDAPEntity struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListLDAPEntity Api result list l d a p entity swagger:model ApiResult«List«LDAP entity»»

func (*APIResultListLDAPEntity) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListLDAPEntity) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListLDAPEntity) Validate ¶

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

Validate validates this Api result list l d a p entity

type APIResultListLdapServerDto ¶

type APIResultListLdapServerDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListLdapServerDto Api result list ldap server dto swagger:model ApiResult«List«LdapServerDto»»

func (*APIResultListLdapServerDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListLdapServerDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListLdapServerDto) Validate ¶

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

Validate validates this Api result list ldap server dto

type APIResultListLocalUser ¶

type APIResultListLocalUser struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListLocalUser Api result list local user swagger:model ApiResult«List«Local User»»

func (*APIResultListLocalUser) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListLocalUser) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListLocalUser) Validate ¶

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

Validate validates this Api result list local user

type APIResultListPerformanceIndicator ¶

type APIResultListPerformanceIndicator struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListPerformanceIndicator Api result list performance indicator swagger:model ApiResult«List«PerformanceIndicator»»

func (*APIResultListPerformanceIndicator) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListPerformanceIndicator) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListPerformanceIndicator) Validate ¶

Validate validates this Api result list performance indicator

type APIResultListPerformanceIndicatorHistory ¶

type APIResultListPerformanceIndicatorHistory struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListPerformanceIndicatorHistory Api result list performance indicator history swagger:model ApiResult«List«Performance Indicator History»»

func (*APIResultListPerformanceIndicatorHistory) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListPerformanceIndicatorHistory) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListPerformanceIndicatorHistory) Validate ¶

Validate validates this Api result list performance indicator history

type APIResultListPermission ¶

type APIResultListPermission struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListPermission Api result list permission swagger:model ApiResult«List«Permission»»

func (*APIResultListPermission) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListPermission) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListPermission) Validate ¶

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

Validate validates this Api result list permission

type APIResultListPluginMetaData ¶

type APIResultListPluginMetaData struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListPluginMetaData Api result list plugin meta data swagger:model ApiResult«List«Plugin Meta Data»»

func (*APIResultListPluginMetaData) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListPluginMetaData) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListPluginMetaData) Validate ¶

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

Validate validates this Api result list plugin meta data

type APIResultListProject ¶

type APIResultListProject struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListProject Api result list project swagger:model ApiResult«List«Project»»

func (*APIResultListProject) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListProject) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListProject) Validate ¶

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

Validate validates this Api result list project

type APIResultListProjectVersion ¶

type APIResultListProjectVersion struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListProjectVersion Api result list project version swagger:model ApiResult«List«Project Version»»

func (*APIResultListProjectVersion) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListProjectVersion) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListProjectVersion) Validate ¶

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

Validate validates this Api result list project version

type APIResultListProjectVersionBugTracker ¶

type APIResultListProjectVersionBugTracker struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListProjectVersionBugTracker Api result list project version bug tracker swagger:model ApiResult«List«Project version bug tracker»»

func (*APIResultListProjectVersionBugTracker) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListProjectVersionBugTracker) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListProjectVersionBugTracker) Validate ¶

Validate validates this Api result list project version bug tracker

type APIResultListProjectVersionIssue ¶

type APIResultListProjectVersionIssue struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListProjectVersionIssue Api result list project version issue swagger:model ApiResult«List«Project version issue»»

func (*APIResultListProjectVersionIssue) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListProjectVersionIssue) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListProjectVersionIssue) Validate ¶

Validate validates this Api result list project version issue

type APIResultListProjectVersionIssueDetails ¶

type APIResultListProjectVersionIssueDetails struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListProjectVersionIssueDetails Api result list project version issue details swagger:model ApiResult«List«Project version issue details»»

func (*APIResultListProjectVersionIssueDetails) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListProjectVersionIssueDetails) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListProjectVersionIssueDetails) Validate ¶

Validate validates this Api result list project version issue details

type APIResultListProjectVersionIssueGroup ¶

type APIResultListProjectVersionIssueGroup struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListProjectVersionIssueGroup Api result list project version issue group swagger:model ApiResult«List«Project version issue group»»

func (*APIResultListProjectVersionIssueGroup) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListProjectVersionIssueGroup) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListProjectVersionIssueGroup) Validate ¶

Validate validates this Api result list project version issue group

type APIResultListReportDefinition ¶

type APIResultListReportDefinition struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListReportDefinition Api result list report definition swagger:model ApiResult«List«Report Definition»»

func (*APIResultListReportDefinition) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListReportDefinition) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListReportDefinition) Validate ¶

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

Validate validates this Api result list report definition

type APIResultListReportLibrary ¶

type APIResultListReportLibrary struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListReportLibrary Api result list report library swagger:model ApiResult«List«Report Library»»

func (*APIResultListReportLibrary) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListReportLibrary) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListReportLibrary) Validate ¶

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

Validate validates this Api result list report library

type APIResultListResponsibilityAssignment ¶

type APIResultListResponsibilityAssignment struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListResponsibilityAssignment Api result list responsibility assignment swagger:model ApiResult«List«Responsibility Assignment»»

func (*APIResultListResponsibilityAssignment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListResponsibilityAssignment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListResponsibilityAssignment) Validate ¶

Validate validates this Api result list responsibility assignment

type APIResultListResultProcessingRule ¶

type APIResultListResultProcessingRule struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListResultProcessingRule Api result list result processing rule swagger:model ApiResult«List«Result processing rule»»

func (*APIResultListResultProcessingRule) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListResultProcessingRule) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListResultProcessingRule) Validate ¶

Validate validates this Api result list result processing rule

type APIResultListRole ¶

type APIResultListRole struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListRole Api result list role swagger:model ApiResult«List«Role»»

func (*APIResultListRole) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListRole) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListRole) Validate ¶

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

Validate validates this Api result list role

type APIResultListRulepackCore ¶

type APIResultListRulepackCore struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListRulepackCore Api result list rulepack core swagger:model ApiResult«List«Rulepack Core»»

func (*APIResultListRulepackCore) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListRulepackCore) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListRulepackCore) Validate ¶

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

Validate validates this Api result list rulepack core

type APIResultListRulepackStatus ¶

type APIResultListRulepackStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListRulepackStatus Api result list rulepack status swagger:model ApiResult«List«RulepackStatus»»

func (*APIResultListRulepackStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListRulepackStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListRulepackStatus) Validate ¶

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

Validate validates this Api result list rulepack status

type APIResultListRulepacksBatchProcessStatus ¶

type APIResultListRulepacksBatchProcessStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListRulepacksBatchProcessStatus Api result list rulepacks batch process status swagger:model ApiResult«List«RulepacksBatchProcessStatus»»

func (*APIResultListRulepacksBatchProcessStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListRulepacksBatchProcessStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListRulepacksBatchProcessStatus) Validate ¶

Validate validates this Api result list rulepacks batch process status

type APIResultListSavedReport ¶

type APIResultListSavedReport struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListSavedReport Api result list saved report swagger:model ApiResult«List«Saved Report»»

func (*APIResultListSavedReport) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListSavedReport) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListSavedReport) Validate ¶

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

Validate validates this Api result list saved report

type APIResultListScan ¶

type APIResultListScan struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListScan Api result list scan swagger:model ApiResult«List«Scan»»

func (*APIResultListScan) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListScan) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListScan) Validate ¶

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

Validate validates this Api result list scan

type APIResultListScanError ¶

type APIResultListScanError struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListScanError Api result list scan error swagger:model ApiResult«List«scan error»»

func (*APIResultListScanError) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListScanError) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListScanError) Validate ¶

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

Validate validates this Api result list scan error

type APIResultListSourceFileDto ¶

type APIResultListSourceFileDto struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListSourceFileDto Api result list source file dto swagger:model ApiResult«List«SourceFileDto»»

func (*APIResultListSourceFileDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListSourceFileDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListSourceFileDto) Validate ¶

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

Validate validates this Api result list source file dto

type APIResultListSystemConfiguration ¶

type APIResultListSystemConfiguration struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListSystemConfiguration Api result list system configuration swagger:model ApiResult«List«System Configuration»»

func (*APIResultListSystemConfiguration) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListSystemConfiguration) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListSystemConfiguration) Validate ¶

Validate validates this Api result list system configuration

type APIResultListTokenDefinition ¶

type APIResultListTokenDefinition struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListTokenDefinition Api result list token definition swagger:model ApiResult«List«Token Definition»»

func (*APIResultListTokenDefinition) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListTokenDefinition) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListTokenDefinition) Validate ¶

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

Validate validates this Api result list token definition

type APIResultListUserSessionState ¶

type APIResultListUserSessionState struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListUserSessionState Api result list user session state swagger:model ApiResult«List«UserSessionState»»

func (*APIResultListUserSessionState) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListUserSessionState) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListUserSessionState) Validate ¶

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

Validate validates this Api result list user session state

type APIResultListVariable ¶

type APIResultListVariable struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListVariable Api result list variable swagger:model ApiResult«List«Variable»»

func (*APIResultListVariable) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListVariable) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListVariable) Validate ¶

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

Validate validates this Api result list variable

type APIResultListVariableHistory ¶

type APIResultListVariableHistory struct {

	// count
	Count int64 `json:"count,omitempty"`

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

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultListVariableHistory Api result list variable history swagger:model ApiResult«List«Variable History»»

func (*APIResultListVariableHistory) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultListVariableHistory) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultListVariableHistory) Validate ¶

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

Validate validates this Api result list variable history

type APIResultLocalUser ¶

type APIResultLocalUser struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *LocalUser `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultLocalUser Api result local user swagger:model ApiResult«Local User»

func (*APIResultLocalUser) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultLocalUser) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultLocalUser) Validate ¶

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

Validate validates this Api result local user

type APIResultPasswordStrengthCheckResponse ¶

type APIResultPasswordStrengthCheckResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *PasswordStrengthCheckResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultPasswordStrengthCheckResponse Api result password strength check response swagger:model ApiResult«PasswordStrengthCheckResponse»

func (*APIResultPasswordStrengthCheckResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultPasswordStrengthCheckResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultPasswordStrengthCheckResponse) Validate ¶

Validate validates this Api result password strength check response

type APIResultPerformanceIndicator ¶

type APIResultPerformanceIndicator struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *PerformanceIndicator `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultPerformanceIndicator Api result performance indicator swagger:model ApiResult«PerformanceIndicator»

func (*APIResultPerformanceIndicator) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultPerformanceIndicator) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultPerformanceIndicator) Validate ¶

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

Validate validates this Api result performance indicator

type APIResultPerformanceIndicatorHistory ¶

type APIResultPerformanceIndicatorHistory struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *PerformanceIndicatorHistory `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultPerformanceIndicatorHistory Api result performance indicator history swagger:model ApiResult«Performance Indicator History»

func (*APIResultPerformanceIndicatorHistory) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultPerformanceIndicatorHistory) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultPerformanceIndicatorHistory) Validate ¶

Validate validates this Api result performance indicator history

type APIResultPermission ¶

type APIResultPermission struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Permission `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultPermission Api result permission swagger:model ApiResult«Permission»

func (*APIResultPermission) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultPermission) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultPermission) Validate ¶

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

Validate validates this Api result permission

type APIResultPluginLocalization ¶

type APIResultPluginLocalization struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data map[string]interface{} `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultPluginLocalization Api result plugin localization swagger:model ApiResult«Plugin Localization»

func (*APIResultPluginLocalization) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultPluginLocalization) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultPluginLocalization) Validate ¶

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

Validate validates this Api result plugin localization

type APIResultPluginMetaData ¶

type APIResultPluginMetaData struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *PluginMetaData `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultPluginMetaData Api result plugin meta data swagger:model ApiResult«Plugin Meta Data»

func (*APIResultPluginMetaData) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultPluginMetaData) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultPluginMetaData) Validate ¶

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

Validate validates this Api result plugin meta data

type APIResultProject ¶

type APIResultProject struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Project `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultProject Api result project swagger:model ApiResult«Project»

func (*APIResultProject) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultProject) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultProject) Validate ¶

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

Validate validates this Api result project

type APIResultProjectVersion ¶

type APIResultProjectVersion struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ProjectVersion `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultProjectVersion Api result project version swagger:model ApiResult«Project Version»

func (*APIResultProjectVersion) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultProjectVersion) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultProjectVersion) Validate ¶

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

Validate validates this Api result project version

type APIResultProjectVersionIssue ¶

type APIResultProjectVersionIssue struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ProjectVersionIssue `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultProjectVersionIssue Api result project version issue swagger:model ApiResult«Project version issue»

func (*APIResultProjectVersionIssue) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultProjectVersionIssue) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultProjectVersionIssue) Validate ¶

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

Validate validates this Api result project version issue

type APIResultProjectVersionIssueDetails ¶

type APIResultProjectVersionIssueDetails struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ProjectVersionIssueDetails `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultProjectVersionIssueDetails Api result project version issue details swagger:model ApiResult«Project version issue details»

func (*APIResultProjectVersionIssueDetails) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultProjectVersionIssueDetails) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultProjectVersionIssueDetails) Validate ¶

Validate validates this Api result project version issue details

type APIResultProjectVersionRefreshResponse ¶

type APIResultProjectVersionRefreshResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ProjectVersionRefreshResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultProjectVersionRefreshResponse Api result project version refresh response swagger:model ApiResult«ProjectVersionRefreshResponse»

func (*APIResultProjectVersionRefreshResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultProjectVersionRefreshResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultProjectVersionRefreshResponse) Validate ¶

Validate validates this Api result project version refresh response

type APIResultProjectVersionTestResponse ¶

type APIResultProjectVersionTestResponse struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ProjectVersionTestResponse `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultProjectVersionTestResponse Api result project version test response swagger:model ApiResult«ProjectVersionTestResponse»

func (*APIResultProjectVersionTestResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultProjectVersionTestResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultProjectVersionTestResponse) Validate ¶

Validate validates this Api result project version test response

type APIResultRefreshAuditAssistantPoliciesRequest ¶

type APIResultRefreshAuditAssistantPoliciesRequest struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *RefreshAuditAssistantPoliciesRequest `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultRefreshAuditAssistantPoliciesRequest Api result refresh audit assistant policies request swagger:model ApiResult«RefreshAuditAssistantPoliciesRequest»

func (*APIResultRefreshAuditAssistantPoliciesRequest) MarshalBinary ¶

MarshalBinary interface implementation

func (*APIResultRefreshAuditAssistantPoliciesRequest) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*APIResultRefreshAuditAssistantPoliciesRequest) Validate ¶

Validate validates this Api result refresh audit assistant policies request

type APIResultReportDefinition ¶

type APIResultReportDefinition struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ReportDefinition `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultReportDefinition Api result report definition swagger:model ApiResult«Report Definition»

func (*APIResultReportDefinition) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultReportDefinition) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultReportDefinition) Validate ¶

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

Validate validates this Api result report definition

type APIResultReportLibrary ¶

type APIResultReportLibrary struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ReportLibrary `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultReportLibrary Api result report library swagger:model ApiResult«Report Library»

func (*APIResultReportLibrary) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultReportLibrary) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultReportLibrary) Validate ¶

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

Validate validates this Api result report library

type APIResultResponsibilityAssignment ¶

type APIResultResponsibilityAssignment struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ResponsibilityAssignment `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultResponsibilityAssignment Api result responsibility assignment swagger:model ApiResult«Responsibility Assignment»

func (*APIResultResponsibilityAssignment) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultResponsibilityAssignment) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultResponsibilityAssignment) Validate ¶

Validate validates this Api result responsibility assignment

type APIResultRole ¶

type APIResultRole struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Role `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultRole Api result role swagger:model ApiResult«Role»

func (*APIResultRole) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultRole) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultRole) Validate ¶

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

Validate validates this Api result role

type APIResultSavedReport ¶

type APIResultSavedReport struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *SavedReport `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultSavedReport Api result saved report swagger:model ApiResult«Saved Report»

func (*APIResultSavedReport) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultSavedReport) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultSavedReport) Validate ¶

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

Validate validates this Api result saved report

type APIResultScan ¶

type APIResultScan struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Scan `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultScan Api result scan swagger:model ApiResult«Scan»

func (*APIResultScan) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultScan) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultScan) Validate ¶

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

Validate validates this Api result scan

type APIResultSearchIndexStatus ¶

type APIResultSearchIndexStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *SearchIndexStatus `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultSearchIndexStatus Api result search index status swagger:model ApiResult«SearchIndexStatus»

func (*APIResultSearchIndexStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultSearchIndexStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultSearchIndexStatus) Validate ¶

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

Validate validates this Api result search index status

type APIResultSystemConfiguration ¶

type APIResultSystemConfiguration struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *SystemConfiguration `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultSystemConfiguration Api result system configuration swagger:model ApiResult«System Configuration»

func (*APIResultSystemConfiguration) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultSystemConfiguration) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultSystemConfiguration) Validate ¶

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

Validate validates this Api result system configuration

type APIResultUserIssueSearchOptions ¶

type APIResultUserIssueSearchOptions struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *UserIssueSearchOptions `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultUserIssueSearchOptions Api result user issue search options swagger:model ApiResult«UserIssueSearchOptions»

func (*APIResultUserIssueSearchOptions) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultUserIssueSearchOptions) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultUserIssueSearchOptions) Validate ¶

Validate validates this Api result user issue search options

type APIResultUserPreferences ¶

type APIResultUserPreferences struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *UserPreferences `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultUserPreferences Api result user preferences swagger:model ApiResult«User preferences»

func (*APIResultUserPreferences) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultUserPreferences) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultUserPreferences) Validate ¶

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

Validate validates this Api result user preferences

type APIResultUserSessionInformation ¶

type APIResultUserSessionInformation struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *UserSessionInformation `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultUserSessionInformation Api result user session information swagger:model ApiResult«User session information»

func (*APIResultUserSessionInformation) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultUserSessionInformation) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultUserSessionInformation) Validate ¶

Validate validates this Api result user session information

type APIResultValidationStatus ¶

type APIResultValidationStatus struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *ValidationStatus `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultValidationStatus Api result validation status swagger:model ApiResult«Validation Status»

func (*APIResultValidationStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultValidationStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultValidationStatus) Validate ¶

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

Validate validates this Api result validation status

type APIResultVariable ¶

type APIResultVariable struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *Variable `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultVariable Api result variable swagger:model ApiResult«Variable»

func (*APIResultVariable) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultVariable) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultVariable) Validate ¶

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

Validate validates this Api result variable

type APIResultVariableHistory ¶

type APIResultVariableHistory struct {

	// count
	Count int64 `json:"count,omitempty"`

	// data
	Data *VariableHistory `json:"data,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultVariableHistory Api result variable history swagger:model ApiResult«Variable History»

func (*APIResultVariableHistory) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultVariableHistory) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultVariableHistory) Validate ¶

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

Validate validates this Api result variable history

type APIResultVoid ¶

type APIResultVoid struct {

	// count
	Count int64 `json:"count,omitempty"`

	// error code
	ErrorCode int32 `json:"errorCode,omitempty"`

	// links
	Links interface{} `json:"links,omitempty"`

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

	// response code
	ResponseCode int32 `json:"responseCode,omitempty"`

	// stack trace
	StackTrace string `json:"stackTrace,omitempty"`

	// success count
	SuccessCount int64 `json:"successCount,omitempty"`
}

APIResultVoid Api result void swagger:model ApiResult«Void»

func (*APIResultVoid) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*APIResultVoid) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*APIResultVoid) Validate ¶

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

Validate validates this Api result void

type ActivityFeed ¶

type ActivityFeed struct {

	// Entity
	// Read Only: true
	AuthEntity *AuthenticationEntity `json:"authEntity,omitempty"`

	// detailed note
	// Read Only: true
	DetailedNote string `json:"detailedNote,omitempty"`

	// entity Id
	// Read Only: true
	EntityID int64 `json:"entityId,omitempty"`

	// event date
	// Read Only: true
	// Format: date-time
	EventDate Iso8601MilliDateTime `json:"eventDate,omitempty"`

	// event type
	// Read Only: true
	// Enum: [WEBUI_LOGIN_SUCCESS WEBUI_LOGIN_FAILED WEBUI_LOGOUT WS_LOGIN_SUCCESS WS_LOGIN_FAILED LOCAL_USER_CREATED LOCAL_USER_UPDATED LOCAL_USER_DELETED AGENT_CREDENTIAL_CREATED AGENT_CREDENTIAL_UPDATED AGENT_CREDENTIAL_DELETED LDAP_ENTITY_CREATED LDAP_ENTITY_UPDATED LDAP_ENTITY_DELETED LDAP_CACHE_REFRESH_REQUESTED LDAP_CACHE_REFRESH_STARTED LDAP_CACHE_REFRESH_COMPLETED PROJECT_VERSION_CREATED PROJECT_VERSION_CREATED_FROM_PREVIOUS PROJECT_VERSION_UPDATED PROJECT_VERSION_DELETED PROJECT_VERSION_METADATA_UPDATED PROJECT_VERSION_ACCESS_ADDED PROJECT_VERSION_ACCESS_REMOVED PROJECT_VERSION_BUG_TRACKER_UPDATED SCA_RESULT_PROCESSED RUNTIME_RESULT_PROCESSED EXTERNAL_RESULT_PROCESSED PTA_RESULT_PROCESSED RTA_RESULT_PROCESSED ARTIFACT_UPLOAD_REQUESTED ARTIFACT_UPLOAD_STARTED ARTIFACT_UPLOAD_COMPLETED ARTIFACT_UPLOAD_FAILED ARTIFACT_UPLOAD_CANCELLED ARTIFACT_DELETE_REQUESTED ARTIFACT_DELETE_STARTED ARTIFACT_DELETE_COMPLETED ARTIFACT_DELETE_FAILED ARTIFACT_DELETE_CANCELLED JOB_CANCELLED ARTIFACT_PURGE_REQUESTED ARTIFACT_PURGE_REQUEST_STARTED ARTIFACT_PURGE_COMPLETED ARTIFACT_PURGE_FAILED ARTIFACT_PURGE_REQUEST_FINISHED ARTIFACT_PURGE_CANCELLED HISTORICAL_SNAPSHOT_COLLECTION_STARTED HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_COMPLETED HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_FAILED HISTORICAL_SNAPSHOT_COLLECTION_NO_UPDATES AUDIT_PERFORMED ARTIFACT_UPLOAD_REQUIRES_AUTH SOURCE_CODE_UPLOADED FILTERSET_FOLDER_REFRESH_REQUESTED FILTERSET_FOLDER_REFRESH_COMPLETED FILTERSET_FOLDER_REFRESH_FAILED DYNAMIC_SCAN_CREATED DYNAMIC_SCAN_EDITED DYNAMIC_SCAN_CANCELED DYNAMIC_SCAN_COMPLETED DYNAMIC_SCAN_PICKED_UP BATCH_BUG_FILING_REQUESTED BATCH_BUG_FILING_REQUEST_FAILED BATCH_BUG_FILING_STARTED BATCH_BUG_FILING_ENDED BATCH_BUG_FILING_FAILED BUG_FILED BUG_FAILED_TO_FILE BUG_STATE_MANAGEMENT_STARTED BUG_STATE_MANAGEMENT_ENDED BUG_STATE_MANAGEMENT_ENDED_WITH_ERRORS BUG_UPDATED BUG_FAILED_TO_UPDATE COMMENT_ADDED_TO_ISSUE AUDIT_ASSISTANT_ISSUES_SUBMITTED AUDIT_ASSISTANT_ISSUES_RETRIEVED AUDIT_ASSISTANT_FPR_UPLOAD_STARTED AUDIT_ASSISTANT_TRAINING_SENT AUDIT_ASSISTANT_TEST_CONNECTION_FAILED AUDIT_ASSISTANT_ISSUES_SUBMIT_FAILED AUDIT_ASSISTANT_ISSUES_RETRIEVE_FAILED AUDIT_ASSISTANT_FPR_UPLOAD_FAILED AUDIT_ASSISTANT_TRAINING_SENT_FAILED AUDIT_ASSISTANT_PROJECT_PREDICTION_POLICY_CHANGED AUDIT_ASSISTANT_DEFAULT_PREDICTION_POLICY_CHANGED AUDIT_ASSISTANT_TAG_MAPPING_CHANGED AUDIT_ASSISTANT_PREDICTION_POLICIES_REFRESHED REPORT_GENERATION_REQUESTED REPORT_GENERATION_COMPLETED REPORT_GENERATION_FAILED REPORT_GENERATION_CANCELLED REPORT_DELETED RULEPACK_SERVER_UPDATE RULEPACK_USER_UPLOAD RULEPACK_DELETED RULEPACK_DOWNLOAD RULEPACK_CLIENT_UPDATE DOCUMENT_ARTIFACT_CREATED DOCUMENT_ARTIFACT_UPDATED DOCUMENT_ARTIFACT_DELETED TASK_INSTANCE_CREATED TASK_INSTANCE_UPDATED TASK_INSTANCE_DELETED TASK_INSTANCE_SIGNOFF_UPDATED ACTIVITY_INSTANCE_SIGNOFF_UPDATED REQUIREMENT_INSTANCE_SIGNOFF_UPDATED REQUIREMENT_TEMPLATE_INSTANCE_SIGNOFF_UPDATED TASK_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF ACTIVITY_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF REQUIREMENT_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF REQUIREMENT_TEMPLATE_DUE_DATE_PASSED_NO_SIGNOFF SDL_COMMENT_CREATED PROJECT_PERSONA_ASSIGNMENT_UPDATED PERSONA_ASSIGNMENT_UPDATED WORK_OWNER_UPDATED DUE_DATE_UPDATED SESSION_TIMEOUT REQ_TEMPLATE_CREATED REQ_TEMPLATE_UPDATED ACTIVITY_CREATED ACTIVITY_UPDATED VARIABLE_CREATED VARIABLE_UPDATED VARIABLE_DELETED MEASUREMENT_AGENT_CREATED MEASUREMENT_AGENT_UPDATED MEASUREMENT_AGENT_DELETED DOCUMENT_DEF_CREATED DOCUMENT_DEF_UPDATED PROJECT_TEMPLATE_CREATED PROJECT_TEMPLATE_UPDATED PROJECT_TEMPLATE_DELETED ASSIGNMENT_RULES_UPDATED PERSONA_CREATED PERSONA_UPDATED PERSONA_DELETED ATTR_CREATED ATTR_UPDATED ATTR_DELETED ATTRIBUTE_DEFINITION_CREATED ATTRIBUTE_DEFINITION_UPDATED ATTRIBUTE_DEFINITION_DELETED PROJECT_VERSION_CUSTOM_TAG_ASSIGNMENT PROJECT_VERSION_PRIMARY_TAG_UPDATE REPORT_DEFINITION_CREATED REPORT_DEFINITION_UPDATED REPORT_DEFINITION_DELETED REPORT_LIBRARY_CREATED REPORT_LIBRARY_UPDATED REPORT_LIBRARY_DELETED RUNTIME_HOST_CONNECTED RUNTIME_HOST_DISCONNECTED RUNTIME_HOST_CREATED RUNTIME_HOST_DELETED RUNTIME_HOST_DISCOVERED RUNTIME_HOST_ENABLED RUNTIME_HOST_DISABLED RUNTIME_HOST_AUTH_RESET ACCEPT_NEW_HOSTS_ENABLED ACCEPT_NEW_HOSTS_DISABLED DISABLED_HOST_CONNECTION RUNTIME_APPLICATION_ASSIGNMENT_RULES_UPDATED REAPPLY_APPLICATION_ASSIGNMENT_RULES_REQUESTED REAPPLY_APPLICATION_ASSIGNMENT_RULES_COMPLETED REAPPLY_APPLICATION_ASSIGNMENT_RULES_FAILED RUNTIME_CONFIGURATION_CREATED RUNTIME_CONFIGURATION_UPDATED RUNTIME_CONFIGURATION_DELETED RUNTIME_CONFIGURATION_TEMPLATE_UPDATED RUNTIME_EH_CREATED RUNTIME_EH_UPDATED RUNTIME_EH_DELETED RUNTIME_SETTINGS_UPDATED RUNTIME_RULEPACK_CONFIG_UPDATED RUNTIME_EVENT_RECEIVED RUNTIME_ALERT_RECEIVED FEDERATION_CREATED FEDERATION_UPDATED FEDERATION_DELETED RTAPP_CREATED RTAPP_UPDATED RTAPP_DELETED RTAPP_ACCESS_ADDED RTAPP_ACCESS_REMOVED USERROLE_CREATED USERROLE_UPDATED USERROLE_DELETED CLOUD_SCAN_POLLED CLOUD_POOL_CREATED CLOUD_POOL_UPDATED CLOUD_POOL_DELETED CLOUD_POOL_AVS_UPDATED CLOUD_POOL_SENSORS_UPDATED CLOUD_JOB_CANCELED CLOUD_JOB_FPR_DOWNLOADED CLOUD_JOB_LOG_DOWNLOADED INDEX_MAINTENANCE_STARTED INDEX_MAINTENANCE_COMPLETED FULL_REINDEX_STARTED FULL_REINDEX_COMPLETED INDEX_NEW_ISSUES_STARTED INDEX_NEW_ISSUES_COMPLETED SSC_CONFIGURATION_UPDATED LDAP_CONFIG_CREATED LDAP_CONFIG_UPDATED LDAP_CONFIG_DELETED LDAP_CONFIG_DEFAULT_CHANGED SEED_BUNDLE_UPLOAD_COMPLETED SEED_BUNDLE_UPLOAD_FAILED SEED_BUNDLE_COMPLETED SEED_BUNDLE_FAILED]
	EventType string `json:"eventType,omitempty"`

	// Description
	// Read Only: true
	EventTypeDesc string `json:"eventTypeDesc,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// project version Id
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// user name
	// Read Only: true
	UserName string `json:"userName,omitempty"`
}

ActivityFeed Activity Feed DTO object swagger:model Activity Feed

func (*ActivityFeed) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ActivityFeed) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ActivityFeed) Validate ¶

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

Validate validates this activity feed

type AlertDefinitionDto ¶

type AlertDefinitionDto struct {

	// alert all children
	AlertAllChildren bool `json:"alertAllChildren,omitempty"`

	// alert stakeholders
	AlertStakeholders bool `json:"alertStakeholders,omitempty"`

	// alert triggers
	// Required: true
	AlertTriggers []*AlertTriggerDto `json:"alertTriggers"`

	// created by
	CreatedBy string `json:"createdBy,omitempty"`

	// creation date
	// Format: date-time
	CreationDate Iso8601MilliDateTime `json:"creationDate,omitempty"`

	// Required field for Scheduled alerts, Optional for other types
	// Required: true
	CustomMessage *string `json:"customMessage"`

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

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

	// end date
	// Format: date-time
	EndDate Iso8601MilliDateTime `json:"endDate,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// monitor all apps
	MonitorAllApps bool `json:"monitorAllApps,omitempty"`

	// monitored entity name
	MonitoredEntityName string `json:"monitoredEntityName,omitempty"`

	// monitored entity type
	// Required: true
	// Enum: [RT_INSTANCE REQ_INSTANCE ACTIVITY_INSTANCE MEASUREMENT_AGENT VARIABLE RUNTIME_ALERT EVENT SCHEDULED_ALERT]
	MonitoredEntityType *string `json:"monitoredEntityType"`

	// monitored instance Id
	MonitoredInstanceID int64 `json:"monitoredInstanceId,omitempty"`

	// monitors project versions
	MonitorsProjectVersions bool `json:"monitorsProjectVersions,omitempty"`

	// monitors runtime app
	MonitorsRuntimeApp bool `json:"monitorsRuntimeApp,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// project version ids
	ProjectVersionIds []int64 `json:"projectVersionIds"`

	// recipient type
	// Required: true
	// Enum: [ME_ONLY PROCESS_ENTITY_STAKEHOLDERS ALL_USERS ALL_SYSTEM_USERS]
	RecipientType *string `json:"recipientType"`

	// remind periodically
	RemindPeriodically bool `json:"remindPeriodically,omitempty"`

	// reminder period
	ReminderPeriod int32 `json:"reminderPeriod,omitempty"`

	// start at due date
	StartAtDueDate bool `json:"startAtDueDate,omitempty"`

	// start date
	// Format: date-time
	StartDate Iso8601MilliDateTime `json:"startDate,omitempty"`

	// trigger description
	TriggerDescription string `json:"triggerDescription,omitempty"`

	// trigger description name
	TriggerDescriptionName string `json:"triggerDescriptionName,omitempty"`

	// trigger description operation
	TriggerDescriptionOperation string `json:"triggerDescriptionOperation,omitempty"`

	// trigger description value
	TriggerDescriptionValue string `json:"triggerDescriptionValue,omitempty"`

	// user can modify
	UserCanModify bool `json:"userCanModify,omitempty"`
}

AlertDefinitionDto Alert definitions can include variable or performance indicator to determine when Software Security Center is to generate an alert notification in the Todo List on the Dashboard. swagger:model AlertDefinitionDto

func (*AlertDefinitionDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AlertDefinitionDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AlertDefinitionDto) Validate ¶

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

Validate validates this alert definition dto

type AlertHistoryEntry ¶

type AlertHistoryEntry struct {

	// active
	Active bool `json:"active,omitempty"`

	// alert custom message
	AlertCustomMessage string `json:"alertCustomMessage,omitempty"`

	// alert definition name
	AlertDefinitionName string `json:"alertDefinitionName,omitempty"`

	// alert message
	AlertMessage string `json:"alertMessage,omitempty"`

	// alert history id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// monitored entity type
	MonitoredEntityType string `json:"monitoredEntityType,omitempty"`

	// project and version label
	ProjectAndVersionLabel string `json:"projectAndVersionLabel,omitempty"`

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// triggered date
	// Format: date-time
	TriggeredDate Iso8601MilliDateTime `json:"triggeredDate,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`
}

AlertHistoryEntry Alert history entry contains information about firede alert, like trigger date, user name for which alert was triggered, information abotu alert definition. swagger:model Alert History Entry

func (*AlertHistoryEntry) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AlertHistoryEntry) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AlertHistoryEntry) Validate ¶

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

Validate validates this alert history entry

type AlertSetStatusRequest ¶

type AlertSetStatusRequest struct {

	// Alert history ids to set status
	// Required: true
	AlertHistoryIds []int64 `json:"alertHistoryIds"`

	// Status of alerts, classified as read or unread
	// Required: true
	Status *string `json:"status"`
}

AlertSetStatusRequest Request to set status for alerts swagger:model AlertSetStatusRequest

func (*AlertSetStatusRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AlertSetStatusRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AlertSetStatusRequest) Validate ¶

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

Validate validates this alert set status request

type AlertTriggerDto ¶

type AlertTriggerDto struct {

	// alert definition Id
	AlertDefinitionID int64 `json:"alertDefinitionId,omitempty"`

	// monitored attribute
	// Enum: [SIGN_OFF_STATE VALUE_GT VALUE_LT VALUE_EQ VALUE_GTE VALUE_LTE EVENT_TYPE SCHEDULED_ALERT_TIME]
	MonitoredAttribute string `json:"monitoredAttribute,omitempty"`

	// reset after triggering
	ResetAfterTriggering bool `json:"resetAfterTriggering,omitempty"`

	// triggered value
	TriggeredValue string `json:"triggeredValue,omitempty"`
}

AlertTriggerDto alert trigger dto swagger:model AlertTriggerDto

func (*AlertTriggerDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AlertTriggerDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AlertTriggerDto) Validate ¶

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

Validate validates this alert trigger dto

type AlertableEventType ¶

type AlertableEventType struct {

	// category
	// Enum: [USER_ADMINISTRATION PV_ADMINISTRATION PV_ISSUES REPORT GENERAL_ADMINISTRATION GOVERNANCE RUNTIME_HOST RUNTIME_FEDERATION RUNTIME_CONFIGURATION RUNTIME_APP_ADMINISTRATION FULLTEXT CLOUDSCAN]
	Category string `json:"category,omitempty"`

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// event type constant
	EventTypeConstant string `json:"eventTypeConstant,omitempty"`

	// scope
	// Enum: [PROJECT_VERSION RUNTIME_APP NONE ALL]
	Scope string `json:"scope,omitempty"`
}

AlertableEventType alertable event type swagger:model AlertableEventType

func (*AlertableEventType) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AlertableEventType) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AlertableEventType) Validate ¶

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

Validate validates this alertable event type

type ApplicationNameTestRequest ¶

type ApplicationNameTestRequest struct {

	// application name to test
	// Required: true
	ApplicationName *string `json:"applicationName"`
}

ApplicationNameTestRequest Request to test whether application with provided name exists swagger:model ApplicationNameTestRequest

func (*ApplicationNameTestRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ApplicationNameTestRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ApplicationNameTestRequest) Validate ¶

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

Validate validates this application name test request

type ApplicationNameTestResponse ¶

type ApplicationNameTestResponse struct {

	// If application founds
	// Read Only: true
	Found *bool `json:"found,omitempty"`
}

ApplicationNameTestResponse Response of testing whether application exists swagger:model ApplicationNameTestResponse

func (*ApplicationNameTestResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ApplicationNameTestResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ApplicationNameTestResponse) Validate ¶

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

Validate validates this application name test response

type ApplicationState ¶

type ApplicationState struct {

	// Indicates whether SSC application is in auto configuration mode
	// Read Only: true
	AutoConfigurationMode *bool `json:"autoConfigurationMode,omitempty"`

	// Indicates whether a config visit is needed
	// Read Only: true
	ConfigVisitRequired *bool `json:"configVisitRequired,omitempty"`

	// Indicates whether SSC application is in maintenance mode
	MaintenanceMode bool `json:"maintenanceMode,omitempty"`

	// Indicates whether a restart is needed
	// Read Only: true
	RestartRequired *bool `json:"restartRequired,omitempty"`
}

ApplicationState Application state DTO object swagger:model Application State

func (*ApplicationState) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ApplicationState) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ApplicationState) Validate ¶

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

Validate validates this application state

type Artifact ¶

type Artifact struct {

	// embed
	Embed *EmbeddedScans `json:"_embed,omitempty"`

	// allow approve
	AllowApprove bool `json:"allowApprove,omitempty"`

	// allow delete
	AllowDelete bool `json:"allowDelete,omitempty"`

	// allow purge
	AllowPurge bool `json:"allowPurge,omitempty"`

	// approval comment
	ApprovalComment string `json:"approvalComment,omitempty"`

	// approval date
	// Format: date-time
	ApprovalDate Iso8601MilliDateTime `json:"approvalDate,omitempty"`

	// approval username
	ApprovalUsername string `json:"approvalUsername,omitempty"`

	// artifact type
	// Enum: [ Fpr FprPreProcess AnalysisArtifact SourceArchive RuntimeEventLog]
	ArtifactType string `json:"artifactType,omitempty"`

	// audit updated
	AuditUpdated bool `json:"auditUpdated,omitempty"`

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

	// file size
	FileSize int64 `json:"fileSize,omitempty"`

	// file URL
	FileURL string `json:"fileURL,omitempty"`

	// Artifact id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// in modifying status
	InModifyingStatus bool `json:"inModifyingStatus,omitempty"`

	// indexed
	Indexed bool `json:"indexed,omitempty"`

	// last scan date
	// Format: date-time
	LastScanDate Iso8601MilliDateTime `json:"lastScanDate,omitempty"`

	// message count
	MessageCount int64 `json:"messageCount,omitempty"`

	// messages
	Messages string `json:"messages,omitempty"`

	// original file name
	OriginalFileName string `json:"originalFileName,omitempty"`

	// other status
	// Enum: [ NotExist Ignored Processed]
	OtherStatus string `json:"otherStatus,omitempty"`

	// purged
	Purged bool `json:"purged,omitempty"`

	// runtime status
	// Enum: [ NotExist Ignored Processed]
	RuntimeStatus string `json:"runtimeStatus,omitempty"`

	// sca status
	// Enum: [ NotExist Ignored Processed]
	ScaStatus string `json:"scaStatus,omitempty"`

	// scan errors count
	ScanErrorsCount int64 `json:"scanErrorsCount,omitempty"`

	// status
	// Enum: [NONE SCHED_PROCESSING PROCESSING PROCESS_COMPLETE ERROR_PROCESSING REQUIRE_AUTH DELETING ERROR_DELETING DELETED PURGING PURGED ERROR_PURGING DISPATCH_ANALYSIS DISPATCH_REAUDIT ERROR_DISPATCH QUEUED_ANALYSIS REQUEUED_ANALYSIS ANALYZING ANALYSIS_COMPLETE ERROR_ANALYZING UNKNOWN AUDIT_FAILED]
	Status string `json:"status,omitempty"`

	// upload date
	// Format: date-time
	UploadDate Iso8601MilliDateTime `json:"uploadDate,omitempty"`

	// upload IP
	UploadIP string `json:"uploadIP,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`

	// version number
	VersionNumber int32 `json:"versionNumber,omitempty"`

	// web inspect status
	// Enum: [ NotExist Ignored Processed]
	WebInspectStatus string `json:"webInspectStatus,omitempty"`
}

Artifact Application version artifact that contains scan results. swagger:model Artifact

func (*Artifact) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*Artifact) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*Artifact) Validate ¶

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

Validate validates this artifact

type ArtifactApproveRequest ¶

type ArtifactApproveRequest struct {

	// List containing single artifact ID to approve
	// Required: true
	ArtifactIds []int64 `json:"artifactIds"`

	// Approval comments
	// Required: true
	Comment *string `json:"comment"`
}

ArtifactApproveRequest Request to approve artifact swagger:model ArtifactApproveRequest

func (*ArtifactApproveRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ArtifactApproveRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ArtifactApproveRequest) Validate ¶

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

Validate validates this artifact approve request

type ArtifactPurgeRequest ¶

type ArtifactPurgeRequest struct {

	// List containing single artifact ID to purge
	// Required: true
	ArtifactIds []int64 `json:"artifactIds"`
}

ArtifactPurgeRequest Request to purge artifacts swagger:model ArtifactPurgeRequest

func (*ArtifactPurgeRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ArtifactPurgeRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ArtifactPurgeRequest) Validate ¶

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

Validate validates this artifact purge request

type AssignedUser ¶

type AssignedUser struct {

	// whether the assigned user currently has access to the application version in current context
	// Required: true
	// Read Only: true
	HasAccess bool `json:"hasAccess"`

	// username assigned to issue
	// Required: true
	// Read Only: true
	UserName string `json:"userName"`
}

AssignedUser user assigned to issue swagger:model AssignedUser

func (*AssignedUser) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AssignedUser) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AssignedUser) Validate ¶

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

Validate validates this assigned user

type Attribute ¶

type Attribute struct {

	// ID required when referencing an existing Attribute Definition.
	// Required: true
	AttributeDefinitionID *int64 `json:"attributeDefinitionId"`

	// ID required when referencing an existing Attribute.
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Attribute value - should be set if Attribute Definition type is NUMBER/STRING/BOOLEAN/DATE/FILE
	// Required: true
	Value *string `json:"value"`

	// Attribute Options associated with Attribute Definition with type=SINGLE/MULTIPLE
	// Required: true
	Values []*AttributeOption `json:"values"`
}

Attribute Attribute DTO object. swagger:model Attribute

func (*Attribute) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*Attribute) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*Attribute) Validate ¶

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

Validate validates this attribute

type AttributeDefinition ¶

type AttributeDefinition struct {

	// Application Entity Type
	// Required: true
	// Enum: [PROJECT_VERSION RUNTIME_APP NONE ALL]
	AppEntityType *string `json:"appEntityType"`

	// Attribute Definition Category
	// Required: true
	// Enum: [TECHNICAL BUSINESS DYNAMIC_SCAN_REQUEST ORGANIZATION]
	Category *string `json:"category"`

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

	// Unique string identifier for this Attribute Definition
	// Required: true
	GUID *string `json:"guid"`

	// Set to true if this Attribute Definition should be the default
	// Required: true
	HasDefault *bool `json:"hasDefault"`

	// Set to true if this Attribute Definition is hidden
	Hidden bool `json:"hidden,omitempty"`

	// ID required when referencing an existing Attribute Definition
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Can Attribute Definition be deleted
	// Read Only: true
	IsDeletable *bool `json:"isDeletable,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// List of options (i.e. values) associated with this Attribute Definition
	Options []*AttributeOption `json:"options"`

	// publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`

	// Set to true if this Attribute Definition is required
	// Required: true
	Required *bool `json:"required"`

	// sequence number
	SequenceNumber int64 `json:"sequenceNumber,omitempty"`

	// System Usage Type
	// Required: true
	// Enum: [HP_DEFINED_DELETABLE HP_DEFINED_NON_DELETABLE USER_DEFINED_DELETABLE USER_DEFINED_NON_DELETABLE]
	SystemUsage *string `json:"systemUsage"`

	// Attribute Definition Type
	// Required: true
	// Enum: [TEXT SINGLE MULTIPLE LONG_TEXT SENSITIVE_TEXT BOOLEAN INTEGER DATE FILE]
	Type *string `json:"type"`
}

AttributeDefinition Attribute Definition DTO object. swagger:model Attribute Definition

func (*AttributeDefinition) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AttributeDefinition) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AttributeDefinition) Validate ¶

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

Validate validates this attribute definition

type AttributeOption ¶

type AttributeOption struct {

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

	// Unique string identifier for an Attribute Option
	// Required: true
	GUID *string `json:"guid"`

	// Set to true if this option is to be hidden
	Hidden bool `json:"hidden,omitempty"`

	// ID required with referencing an existing Attribute Option
	// Required: true
	ID *int64 `json:"id"`

	// Set to true if this option is being used
	InUse bool `json:"inUse,omitempty"`

	// Index of this option in list of options
	// Required: true
	Index *int32 `json:"index"`

	// Name
	// Required: true
	Name *string `json:"name"`

	// object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// ID of Attribute Definition this option is associated with
	// Required: true
	ProjectMetaDataDefID *int64 `json:"projectMetaDataDefId"`

	// publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`
}

AttributeOption Attribute Option DTO object swagger:model Attribute Option

func (*AttributeOption) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AttributeOption) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AttributeOption) Validate ¶

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

Validate validates this attribute option

type AuditAssistantStatus ¶

type AuditAssistantStatus struct {

	// fpr file path
	FprFilePath string `json:"fprFilePath,omitempty"`

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

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// server Id
	ServerID int64 `json:"serverId,omitempty"`

	// server status
	ServerStatus int32 `json:"serverStatus,omitempty"`

	// status
	// Enum: [NONE PRE_PREDICT_FAILURE PREDICT_QUEUED PREDICT_PREP PREDICT_SUBMITTED PREDICT_COMPLETE PREDICT_FAILED PREDICTIONS_RETRIEVING PREDICTIONS_RETRIEVED PREDICTIONS_RETRIEVE_FAILED UPLOAD_FPR_FAILED]
	Status string `json:"status,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`
}

AuditAssistantStatus AuditAssistantStatus DTO object swagger:model AuditAssistantStatus

func (*AuditAssistantStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AuditAssistantStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AuditAssistantStatus) Validate ¶

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

Validate validates this audit assistant status

type AuthTokenRevokeRequest ¶

type AuthTokenRevokeRequest struct {

	// A list of tokens (atleast one) to revoke
	// Required: true
	Tokens []string `json:"tokens"`
}

AuthTokenRevokeRequest Request for revoking tokens by value swagger:model AuthTokenRevokeRequest

func (*AuthTokenRevokeRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AuthTokenRevokeRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AuthTokenRevokeRequest) Validate ¶

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

Validate validates this auth token revoke request

type AuthenticationEntity ¶

type AuthenticationEntity struct {

	// embed
	Embed *EmbeddedRoles `json:"_embed,omitempty"`

	// Display Name supports the use of wildcard matching. So, for example, "L*" will match Lando Calrissian and Lara Croft.
	DisplayName string `json:"displayName,omitempty"`

	// email
	Email string `json:"email,omitempty"`

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

	// first name
	FirstName string `json:"firstName,omitempty"`

	// Authentication entity id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// is ldap
	IsLdap bool `json:"isLdap,omitempty"`

	// last name
	LastName string `json:"lastName,omitempty"`

	// Distinguished Name (DN) that is only set for LDAP user accounts
	LdapDn string `json:"ldapDn,omitempty"`

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

	// user photo
	UserPhoto *UserPhoto `json:"userPhoto,omitempty"`
}

AuthenticationEntity A user account that can be used to authenticate in SSC. There are currently two types of user accounts that fall into this category: SSC users and LDAP users registered with SSC. swagger:model Authentication Entity

func (*AuthenticationEntity) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AuthenticationEntity) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AuthenticationEntity) Validate ¶

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

Validate validates this authentication entity

type AuthenticationToken ¶

type AuthenticationToken struct {

	// Date and time the token was created (in ISO 8601 format)
	// Read Only: true
	// Format: date-time
	CreationDate Iso8601MilliDateTime `json:"creationDate,omitempty"`

	// Purpose for which the token was requested.
	Description string `json:"description,omitempty"`

	// Unique identifier of token
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// The remaining number of api calls that can be made using this token. A value of -1 denotes unlimited number of calls.
	// Read Only: true
	RemainingUsages int32 `json:"remainingUsages,omitempty"`

	// Date and time the token expires (in ISO 8601 format). If not specified, it will default to the maximum lifetime for this token type.
	// Format: date-time
	TerminalDate Iso8601MilliDateTime `json:"terminalDate,omitempty"`

	// String that represents the authentication token. (For security reasons, this value is null except for a successful token creation response.)
	// Read Only: true
	Token string `json:"token,omitempty"`

	// Token type
	// Required: true
	// Read Only: true
	Type string `json:"type"`

	// Username of token owner
	// Read Only: true
	Username string `json:"username,omitempty"`
}

AuthenticationToken Token to use for authentication swagger:model Authentication Token

func (*AuthenticationToken) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*AuthenticationToken) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*AuthenticationToken) Validate ¶

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

Validate validates this authentication token

type BugFilingRequirements ¶

type BugFilingRequirements struct {

	// bug params
	BugParams []*BugParam `json:"bugParams"`

	// bug tracker long display name
	BugTrackerLongDisplayName string `json:"bugTrackerLongDisplayName,omitempty"`

	// bug tracker short display name
	BugTrackerShortDisplayName string `json:"bugTrackerShortDisplayName,omitempty"`

	// requires authentication
	RequiresAuthentication bool `json:"requiresAuthentication,omitempty"`
}

BugFilingRequirements bug filing requirements swagger:model BugFilingRequirements

func (*BugFilingRequirements) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugFilingRequirements) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugFilingRequirements) Validate ¶

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

Validate validates this bug filing requirements

type BugFilingRequirementsRequest ¶

type BugFilingRequirementsRequest struct {

	// Password
	// Required: true
	Password *string `json:"password"`

	// Username
	// Required: true
	Username *string `json:"username"`
}

BugFilingRequirementsRequest Request of credentials required to file the bug swagger:model BugFilingRequirementsRequest

func (*BugFilingRequirementsRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugFilingRequirementsRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugFilingRequirementsRequest) Validate ¶

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

Validate validates this bug filing requirements request

type BugFilingRequirementsResponse ¶

type BugFilingRequirementsResponse struct {

	// Requirements to file the bugs
	// Read Only: true
	BugFilingRequirements *BugFilingRequirements `json:"bugFilingRequirements,omitempty"`
}

BugFilingRequirementsResponse Response of validating connection credentials and returns bug filing requirements swagger:model BugFilingRequirementsResponse

func (*BugFilingRequirementsResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugFilingRequirementsResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugFilingRequirementsResponse) Validate ¶

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

Validate validates this bug filing requirements response

type BugParam ¶

type BugParam struct {

	// bug param type
	// Enum: [BUGPARAM_TEXT BUGPARAM_TEXTAREA BUGPARAM_CHOICE]
	BugParamType string `json:"bugParamType,omitempty"`

	// choice list
	ChoiceList []string `json:"choiceList"`

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

	// display label
	DisplayLabel string `json:"displayLabel,omitempty"`

	// has dependent params
	HasDependentParams bool `json:"hasDependentParams,omitempty"`

	// identifier
	Identifier string `json:"identifier,omitempty"`

	// max length
	MaxLength int32 `json:"maxLength,omitempty"`

	// required
	Required bool `json:"required,omitempty"`

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

BugParam bug param swagger:model BugParam

func (*BugParam) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugParam) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugParam) Validate ¶

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

Validate validates this bug param

type BugStateManagementCfg ¶

type BugStateManagementCfg struct {

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

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

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// username
	Username string `json:"username,omitempty"`
}

BugStateManagementCfg bug state management cfg swagger:model BugStateManagementCfg

func (*BugStateManagementCfg) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugStateManagementCfg) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugStateManagementCfg) Validate ¶

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

Validate validates this bug state management cfg

type BugTracker ¶

type BugTracker struct {

	// Authentication required
	// Required: true
	AuthenticationRequired *bool `json:"authenticationRequired"`

	// Bug tracker configuration
	BugTrackerConfigs []*BugTrackerConfiguration `json:"bugTrackerConfigs"`

	// Bug tracker identifier
	// Read Only: true
	ID string `json:"id,omitempty"`

	// Long display name
	LongDisplayName string `json:"longDisplayName,omitempty"`

	// Class name
	// Required: true
	PluginClassName *string `json:"pluginClassName"`

	// Bug tracker plugin identifier
	// Required: true
	PluginID *string `json:"pluginId"`

	// Short display name
	// Required: true
	ShortDisplayName *string `json:"shortDisplayName"`
}

BugTracker Bug tracker DTO object swagger:model Bug Tracker

func (*BugTracker) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugTracker) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugTracker) Validate ¶

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

Validate validates this bug tracker

type BugTrackerConfiguration ¶

type BugTrackerConfiguration struct {

	// Description
	// Required: true
	Description *string `json:"description"`

	// Configuration name
	// Required: true
	DisplayLabel *string `json:"displayLabel"`

	// Identifier
	// Required: true
	Identifier *string `json:"identifier"`

	// Set to true if configuration is required
	// Required: true
	Required *bool `json:"required"`

	// Configuration value
	// Required: true
	Value *string `json:"value"`
}

BugTrackerConfiguration Bug tracker Configuration DTO object swagger:model Bug Tracker Configuration

func (*BugTrackerConfiguration) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugTrackerConfiguration) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugTrackerConfiguration) Validate ¶

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

Validate validates this bug tracker configuration

type BugTrackerRequest ¶

type BugTrackerRequest struct {

	// Bugtracker plugin information to test connection
	// Required: true
	TestPlugin *ProjectVersionBugTracker `json:"testPlugin"`
}

BugTrackerRequest Request to test bugtracker plugin connection swagger:model BugTrackerRequest

func (*BugTrackerRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugTrackerRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugTrackerRequest) Validate ¶

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

Validate validates this bug tracker request

type BugfieldTemplateDto ¶

type BugfieldTemplateDto struct {

	// unique name of bugfield template.
	// Required: true
	FieldName *string `json:"fieldName"`

	// description for bugfield template .
	FieldValue string `json:"fieldValue,omitempty"`

	// unique identifier of bugfield template.
	// Read Only: true
	ID int64 `json:"id,omitempty"`
}

BugfieldTemplateDto Bugfield Template swagger:model BugfieldTemplateDto

func (*BugfieldTemplateDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugfieldTemplateDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugfieldTemplateDto) Validate ¶

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

Validate validates this bugfield template dto

type BugfieldTemplateGroupDto ¶

type BugfieldTemplateGroupDto struct {

	// Identifier of the bug tracker plugin associated with this template group.
	// Required: true
	// Read Only: true
	BugTrackerPluginID string `json:"bugTrackerPluginId"`

	// Flag that says if bugfield template group can be deleted.
	// Required: true
	// Read Only: true
	Deletable bool `json:"deletable"`

	// description for bugfield template group.
	Description string `json:"description,omitempty"`

	// unique identifier of bugfield template group.
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// short name of associated bug tracker plugin. (May be null if plugin is not currently enabled.)
	// Required: true
	Name *string `json:"name"`

	// version of bugfield template group stored on the server. This value is used for optimistic locking to prevent concurrent modification by different users at the same time.
	// Required: true
	// Read Only: true
	ObjectVersion int32 `json:"objectVersion"`

	// Collection of all templates belonging to this bugfield template group.
	// Required: true
	ValueList []*BugfieldTemplateDto `json:"valueList"`
}

BugfieldTemplateGroupDto Bugfield Template Group swagger:model BugfieldTemplateGroupDto

func (*BugfieldTemplateGroupDto) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BugfieldTemplateGroupDto) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BugfieldTemplateGroupDto) Validate ¶

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

Validate validates this bugfield template group dto

type BulkRequestData ¶

type BulkRequestData struct {

	// A list of bulk request items that represents requests that could have been issued independently (or use HATEOAS "response" scheme requests that map to individual requests).
	Requests []*APIBulkRequestItem `json:"requests"`
}

BulkRequestData bulk request data swagger:model Bulk Request Data

func (*BulkRequestData) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BulkRequestData) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BulkRequestData) Validate ¶

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

Validate validates this bulk request data

type BulkResponseItem ¶

type BulkResponseItem struct {

	// request
	Request *APIBulkRequestItem `json:"request,omitempty"`

	// responses
	Responses []*APIBulkResponseItemResponse `json:"responses"`
}

BulkResponseItem bulk response item swagger:model Bulk Response Item

func (*BulkResponseItem) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*BulkResponseItem) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*BulkResponseItem) Validate ¶

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

Validate validates this bulk response item

type CloudJob ¶

type CloudJob struct {

	// cloud pool
	CloudPool *CloudPool `json:"cloudPool,omitempty"`

	// cloud worker
	CloudWorker *CloudWorker `json:"cloudWorker,omitempty"`

	// job cancellable
	JobCancellable bool `json:"jobCancellable,omitempty"`

	// job duration
	JobDuration int64 `json:"jobDuration,omitempty"`

	// job expiry time
	// Format: date-time
	JobExpiryTime Iso8601MilliDateTime `json:"jobExpiryTime,omitempty"`

	// job finished time
	// Format: date-time
	JobFinishedTime Iso8601MilliDateTime `json:"jobFinishedTime,omitempty"`

	// job has fpr
	JobHasFpr bool `json:"jobHasFpr,omitempty"`

	// job has log
	JobHasLog bool `json:"jobHasLog,omitempty"`

	// job queued time
	// Format: date-time
	JobQueuedTime Iso8601MilliDateTime `json:"jobQueuedTime,omitempty"`

	// job started time
	// Format: date-time
	JobStartedTime Iso8601MilliDateTime `json:"jobStartedTime,omitempty"`

	// job state
	JobState string `json:"jobState,omitempty"`

	// job token
	// Read Only: true
	JobToken string `json:"jobToken,omitempty"`

	// project Id
	ProjectID int64 `json:"projectId,omitempty"`

	// project name
	ProjectName string `json:"projectName,omitempty"`

	// pv Id
	PvID int64 `json:"pvId,omitempty"`

	// pv name
	PvName string `json:"pvName,omitempty"`

	// queued duration
	QueuedDuration int64 `json:"queuedDuration,omitempty"`

	// sca args
	ScaArgs string `json:"scaArgs,omitempty"`

	// sca build Id
	ScaBuildID string `json:"scaBuildId,omitempty"`

	// sca version
	ScaVersion string `json:"scaVersion,omitempty"`

	// scan duration
	ScanDuration int64 `json:"scanDuration,omitempty"`

	// submitter email
	SubmitterEmail string `json:"submitterEmail,omitempty"`

	// submitter Ip address
	SubmitterIPAddress string `json:"submitterIpAddress,omitempty"`

	// submitter user name
	SubmitterUserName string `json:"submitterUserName,omitempty"`
}

CloudJob Cloudscan job swagger:model CloudJob

func (*CloudJob) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudJob) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudJob) Validate ¶

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

Validate validates this cloud job

type CloudJobCancelRequest ¶

type CloudJobCancelRequest struct {

	// List containing single cloud job token to cancel
	// Required: true
	JobTokens []string `json:"jobTokens"`
}

CloudJobCancelRequest Request to cancel cloudscan jobs swagger:model CloudJobCancelRequest

func (*CloudJobCancelRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudJobCancelRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudJobCancelRequest) Validate ¶

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

Validate validates this cloud job cancel request

type CloudPool ¶

type CloudPool struct {

	// child of global pool
	ChildOfGlobalPool bool `json:"childOfGlobalPool,omitempty"`

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

	// is deletable
	// Read Only: true
	IsDeletable *bool `json:"isDeletable,omitempty"`

	// Cloudscan pool name
	// Required: true
	Name *string `json:"name"`

	// Cloudscan pool path
	// Read Only: true
	Path string `json:"path,omitempty"`

	// stats
	// Read Only: true
	Stats *CloudPoolStats `json:"stats,omitempty"`

	// Cloudscan pool UUID
	// Read Only: true
	UUID string `json:"uuid,omitempty"`
}

CloudPool Cloudscan worker pool swagger:model CloudPool

func (*CloudPool) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPool) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPool) Validate ¶

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

Validate validates this cloud pool

type CloudPoolMapping ¶

type CloudPoolMapping struct {

	// cloud pool
	CloudPool *CloudPool `json:"cloudPool,omitempty"`

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`
}

CloudPoolMapping Application version to CloudScan pool mapping swagger:model CloudPoolMapping

func (*CloudPoolMapping) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolMapping) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolMapping) Validate ¶

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

Validate validates this cloud pool mapping

type CloudPoolProjectVersionActionResponse ¶

type CloudPoolProjectVersionActionResponse struct {

	// List of application version ids
	// Read Only: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

CloudPoolProjectVersionActionResponse Result of cloud pool actions relating to application versions swagger:model CloudPoolProjectVersionActionResponse

func (*CloudPoolProjectVersionActionResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolProjectVersionActionResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolProjectVersionActionResponse) Validate ¶

Validate validates this cloud pool project version action response

type CloudPoolProjectVersionAssignRequest ¶

type CloudPoolProjectVersionAssignRequest struct {

	// List of application version ids to assign to cloud pool
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

CloudPoolProjectVersionAssignRequest Request to assign application versions to the cloud pool swagger:model CloudPoolProjectVersionAssignRequest

func (*CloudPoolProjectVersionAssignRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolProjectVersionAssignRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolProjectVersionAssignRequest) Validate ¶

Validate validates this cloud pool project version assign request

type CloudPoolProjectVersionReplaceRequest ¶

type CloudPoolProjectVersionReplaceRequest struct {

	// List of application version ids to replace in cloud pool
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

CloudPoolProjectVersionReplaceRequest Request to replace application versions in the cloud pool swagger:model CloudPoolProjectVersionReplaceRequest

func (*CloudPoolProjectVersionReplaceRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolProjectVersionReplaceRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolProjectVersionReplaceRequest) Validate ¶

Validate validates this cloud pool project version replace request

type CloudPoolStats ¶

type CloudPoolStats struct {

	// active worker count
	ActiveWorkerCount int64 `json:"activeWorkerCount,omitempty"`

	// idle worker count
	IdleWorkerCount int64 `json:"idleWorkerCount,omitempty"`

	// inactive worker count
	InactiveWorkerCount int64 `json:"inactiveWorkerCount,omitempty"`

	// pending job count
	PendingJobCount int64 `json:"pendingJobCount,omitempty"`

	// processing worker count
	ProcessingWorkerCount int64 `json:"processingWorkerCount,omitempty"`

	// project version count
	ProjectVersionCount int64 `json:"projectVersionCount,omitempty"`

	// running job count
	RunningJobCount int64 `json:"runningJobCount,omitempty"`

	// stale worker count
	StaleWorkerCount int64 `json:"staleWorkerCount,omitempty"`

	// total worker count
	TotalWorkerCount int64 `json:"totalWorkerCount,omitempty"`
}

CloudPoolStats Cloudscan worker pool statistics swagger:model CloudPoolStats

func (*CloudPoolStats) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolStats) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolStats) Validate ¶

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

Validate validates this cloud pool stats

type CloudPoolWorkerActionResponse ¶

type CloudPoolWorkerActionResponse struct {

	// Cloud scan worker uuids
	// Read Only: true
	WorkerUuids []string `json:"workerUuids"`
}

CloudPoolWorkerActionResponse Result of cloud scan workers related actions swagger:model CloudPoolWorkerActionResponse

func (*CloudPoolWorkerActionResponse) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolWorkerActionResponse) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolWorkerActionResponse) Validate ¶

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

Validate validates this cloud pool worker action response

type CloudPoolWorkerAssignRequest ¶

type CloudPoolWorkerAssignRequest struct {

	// List of worker UUIds to assign to the cloud pool
	// Required: true
	WorkerUuids []string `json:"workerUuids"`
}

CloudPoolWorkerAssignRequest Request to assign cloud workers to cloud pool swagger:model CloudPoolWorkerAssignRequest

func (*CloudPoolWorkerAssignRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolWorkerAssignRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolWorkerAssignRequest) Validate ¶

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

Validate validates this cloud pool worker assign request

type CloudPoolWorkerDisableRequest ¶

type CloudPoolWorkerDisableRequest struct {

	// List of worker UUIds to disable from the cloud pool
	// Required: true
	WorkerUuids []string `json:"workerUuids"`
}

CloudPoolWorkerDisableRequest Request to disable workers from the cloud pool swagger:model CloudPoolWorkerDisableRequest

func (*CloudPoolWorkerDisableRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolWorkerDisableRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolWorkerDisableRequest) Validate ¶

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

Validate validates this cloud pool worker disable request

type CloudPoolWorkerReplaceRequest ¶

type CloudPoolWorkerReplaceRequest struct {

	// List of worker UUIds to replace in the cloud pool
	// Required: true
	WorkerUuids []string `json:"workerUuids"`
}

CloudPoolWorkerReplaceRequest Request to replace workers in the cloud pool swagger:model CloudPoolWorkerReplaceRequest

func (*CloudPoolWorkerReplaceRequest) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudPoolWorkerReplaceRequest) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudPoolWorkerReplaceRequest) Validate ¶

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

Validate validates this cloud pool worker replace request

type CloudScanConfig ¶

type CloudScanConfig struct {

	// cloud scan enabled
	CloudScanEnabled bool `json:"cloudScanEnabled,omitempty"`
}

CloudScanConfig Cloud Scan Config DTO object swagger:model CloudScanConfig

func (*CloudScanConfig) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudScanConfig) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudScanConfig) Validate ¶

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

Validate validates this cloud scan config

type CloudSystemMetrics ¶

type CloudSystemMetrics struct {

	// Free disk space in controller's job directory [bytes]
	// Required: true
	// Read Only: true
	ControllerDiskFree int64 `json:"controllerDiskFree"`

	// Disk space used by files in controller's job directory [bytes]
	// Required: true
	// Read Only: true
	ControllerDiskUsed int64 `json:"controllerDiskUsed"`

	// controller start time
	// Required: true
	// Read Only: true
	// Format: date-time
	ControllerStartTime Iso8601MilliDateTime `json:"controllerStartTime"`
}

CloudSystemMetrics Cloudscan system metrics swagger:model CloudSystemMetrics

func (*CloudSystemMetrics) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudSystemMetrics) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudSystemMetrics) Validate ¶

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

Validate validates this cloud system metrics

type CloudSystemPollStatus ¶

type CloudSystemPollStatus struct {

	// last poll successful
	// Required: true
	// Read Only: true
	LastPollSuccessful bool `json:"lastPollSuccessful"`

	// last poll time
	// Required: true
	// Read Only: true
	// Format: date-time
	LastPollTime Iso8601MilliDateTime `json:"lastPollTime"`

	// last successful poll time
	// Required: true
	// Read Only: true
	// Format: date-time
	LastSuccessfulPollTime Iso8601MilliDateTime `json:"lastSuccessfulPollTime"`
}

CloudSystemPollStatus Cloudscan system poll status swagger:model CloudSystemPollStatus

func (*CloudSystemPollStatus) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudSystemPollStatus) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudSystemPollStatus) Validate ¶

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

Validate validates this cloud system poll status

type CloudSystemSettings ¶

type CloudSystemSettings struct {

	// cleanup period seconds
	// Required: true
	// Read Only: true
	CleanupPeriodSeconds int64 `json:"cleanupPeriodSeconds"`

	// controller max upload size
	// Required: true
	// Read Only: true
	ControllerMaxUploadSize int64 `json:"controllerMaxUploadSize"`

	// controller system Url
	// Required: true
	// Read Only: true
	ControllerSystemURL string `json:"controllerSystemUrl"`

	// is ssc lockdown mode
	// Required: true
	// Read Only: true
	IsSscLockdownMode bool `json:"isSscLockdownMode"`

	// job expiry delay seconds
	// Required: true
	// Read Only: true
	JobExpiryDelaySeconds int64 `json:"jobExpiryDelaySeconds"`

	// pool mapping mode
	// Required: true
	// Read Only: true
	PoolMappingMode string `json:"poolMappingMode"`

	// smtp from address
	// Required: true
	// Read Only: true
	SMTPFromAddress string `json:"smtpFromAddress"`

	// smtp host
	// Required: true
	// Read Only: true
	SMTPHost string `json:"smtpHost"`

	// smtp port
	// Required: true
	// Read Only: true
	SMTPPort int32 `json:"smtpPort"`

	// ssc Url
	// Required: true
	// Read Only: true
	SscURL string `json:"sscUrl"`

	// worker expiry delay seconds
	// Required: true
	// Read Only: true
	WorkerExpiryDelaySeconds int64 `json:"workerExpiryDelaySeconds"`

	// worker inactive delay seconds
	// Required: true
	// Read Only: true
	WorkerInactiveDelaySeconds int64 `json:"workerInactiveDelaySeconds"`

	// worker stale delay seconds
	// Required: true
	// Read Only: true
	WorkerStaleDelaySeconds int64 `json:"workerStaleDelaySeconds"`
}

CloudSystemSettings Cloudscan system settings swagger:model CloudSystemSettings

func (*CloudSystemSettings) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudSystemSettings) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudSystemSettings) Validate ¶

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

Validate validates this cloud system settings

type CloudWorker ¶

type CloudWorker struct {

	// available processors
	// Required: true
	// Read Only: true
	AvailableProcessors int32 `json:"availableProcessors"`

	// cloud pool
	// Required: true
	// Read Only: true
	CloudPool *CloudPool `json:"cloudPool"`

	// host name
	// Required: true
	// Read Only: true
	HostName string `json:"hostName"`

	// ip address
	// Required: true
	// Read Only: true
	IPAddress string `json:"ipAddress"`

	// last activity
	// Required: true
	// Read Only: true
	LastActivity string `json:"lastActivity"`

	// last seen
	// Required: true
	// Read Only: true
	// Format: date-time
	LastSeen Iso8601MilliDateTime `json:"lastSeen"`

	// os architecture
	// Required: true
	// Read Only: true
	OsArchitecture string `json:"osArchitecture"`

	// os name
	// Required: true
	// Read Only: true
	OsName string `json:"osName"`

	// os version
	// Required: true
	// Read Only: true
	OsVersion string `json:"osVersion"`

	// process Uuid
	// Required: true
	// Read Only: true
	ProcessUUID string `json:"processUuid"`

	// sca version
	// Required: true
	// Read Only: true
	ScaVersion string `json:"scaVersion"`

	// state
	// Required: true
	// Read Only: true
	State string `json:"state"`

	// total physical memory
	// Required: true
	// Read Only: true
	TotalPhysicalMemory int64 `json:"totalPhysicalMemory"`

	// uuid
	// Required: true
	// Read Only: true
	UUID string `json:"uuid"`

	// vm name
	// Required: true
	// Read Only: true
	VMName string `json:"vmName"`

	// worker expiry time
	// Required: true
	// Read Only: true
	// Format: date-time
	WorkerExpiryTime Iso8601MilliDateTime `json:"workerExpiryTime"`

	// worker start time
	// Required: true
	// Read Only: true
	// Format: date-time
	WorkerStartTime Iso8601MilliDateTime `json:"workerStartTime"`
}

CloudWorker Cloudscan worker swagger:model CloudWorker

func (*CloudWorker) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*CloudWorker) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*CloudWorker) Validate ¶

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

Validate validates this cloud worker

type ConfigProperties ¶

type ConfigProperties struct {

	// Collection of configuration properties defined in the system
	Properties []*ConfigProperty `json:"properties"`
}

ConfigProperties Collection of SSC application configuration properties swagger:model ConfigProperties

func (*ConfigProperties) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ConfigProperties) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ConfigProperties) Validate ¶

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

Validate validates this config properties

type ConfigProperty ¶

type ConfigProperty struct {

	// Should the SSC server be restarted after changing value of the property to apply the changes.
	// Read Only: true
	AppliedAfterRestarting *bool `json:"appliedAfterRestarting,omitempty"`

	// Meta information about how the property's value should be validated on the client side.
	// Read Only: true
	ConfigPropertyValueValidation *ConfigPropertyValueValidation `json:"configPropertyValueValidation,omitempty"`

	// Property description.
	// Read Only: true
	Description string `json:"description,omitempty"`

	// Parent group name the property belongs to.
	// Read Only: true
	Group string `json:"group,omitempty"`

	// Flag is set to TRUE if property is allowed to be edited on UI.
	// Read Only: true
	GroupSwitchEnabled *bool `json:"groupSwitchEnabled,omitempty"`

	// Configuration property unique name.
	// Required: true
	// Read Only: true
	Name string `json:"name"`

	// Property value type.
	// Read Only: true
	// Enum: [BOOLEAN INTEGER STRING STRINGMULTILINE OPTIONLIST DYNAMIC_OPTIONLIST ENCODED ENCODEDHIDDEN EMAIL URL HOSTNAME MULTI_EMAIL DISTINGUISHED_NAME ENCODED_DISTINGUISHED_NAME DISTINGUISHED_NAMES;]
	PropertyType string `json:"propertyType,omitempty"`

	// If special permission is required to get value of this property.
	// Read Only: true
	ProtectedOption *bool `json:"protectedOption,omitempty"`

	// Flag is set to TRUE if this property is required and always must have non empty value.
	// Read Only: true
	Required *bool `json:"required,omitempty"`

	// Parent subgroup name the property belongs to.
	// Read Only: true
	SubGroup string `json:"subGroup,omitempty"`

	// Configuration property value.
	// Required: true
	// Enum: [Depends on property type. It can be number string URL email or value from values list.]
	Value *string `json:"value"`

	// List of allowed property values if property type is OPTIONLIST or DYNAMIC_OPTIONLIST.
	// Read Only: true
	ValuesList []*ConfigPropertyValueItem `json:"valuesList"`

	// Configuration property version stored on the server. This value is used for optimistic locking of the property object to prevent concurrent changes of the property value by different users at the same time.
	// Required: true
	// Read Only: true
	Version int32 `json:"version"`
}

ConfigProperty SSC application configuration property swagger:model ConfigProperty

func (*ConfigProperty) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ConfigProperty) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ConfigProperty) Validate ¶

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

Validate validates this config property

type ConfigPropertyValueItem ¶

type ConfigPropertyValueItem struct {

	// Value display name. This string is displayed on UI in the option values list.
	// Read Only: true
	DisplayName string `json:"displayName,omitempty"`

	// Value that is sent to server if this option is selected on UI.
	// Read Only: true
	Value string `json:"value,omitempty"`
}

ConfigPropertyValueItem Allowed values of the property which type is OPTIONLIST or DYNAMIC_OPTIONLIST. swagger:model ConfigPropertyValueItem

func (*ConfigPropertyValueItem) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ConfigPropertyValueItem) UnmarshalBinary ¶

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

UnmarshalBinary interface implementation

func (*ConfigPropertyValueItem) Validate ¶

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

Validate validates this config property value item

type ConfigPropertyValueValidation ¶

type ConfigPropertyValueValidation struct {

	// validation type
	// Enum: [NOT_SET POSITIVE_INTEGER MIXED_VALUES]
	ValidationType string `json:"validationType,omitempty"`
}

ConfigPropertyValueValidation SSC configuration property value validation type swagger:model ConfigPropertyValueValidation

func (*ConfigPropertyValueValidation) MarshalBinary ¶

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

MarshalBinary interface implementation

func (*ConfigPropertyValueValidation) UnmarshalBinary ¶

func (m *ConfigPropertyValueValidation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ConfigPropertyValueValidation) Validate ¶

func (m *ConfigPropertyValueValidation) Validate(formats strfmt.Registry) error

Validate validates this config property value validation

type CustomTag ¶

type CustomTag struct {

	// Custom tag type.
	// Required: true
	// Enum: [UNKNOWN CUSTOM HYBRID METAGROUP SYSTEM AUDITASSISTANT]
	CustomTagType *string `json:"customTagType"`

	// Default value of the custom tag. Actual string value is presented here.
	// Read Only: true
	DefaultValue string `json:"defaultValue,omitempty"`

	// Index of default value of the custom tag. This is ordinal number of the item in CustomTagLookup collection.
	DefaultValueIndex int32 `json:"defaultValueIndex,omitempty"`

	// Flag that says if custom tag can be deleted. Custom tag which values are currently in use cannot be deleted.
	// Read Only: true
	Deletable *bool `json:"deletable,omitempty"`

	// Custom tag description.
	Description string `json:"description,omitempty"`

	// Flag that says if custom tag is extensible or not.
	// Required: true
	Extensible *bool `json:"extensible"`

	// Custom tag GUID.
	// Required: true
	// Read Only: true
	GUID string `json:"guid"`

	// Is custom tag hidden or not.
	// Required: true
	Hidden *bool `json:"hidden"`

	// Custom tag id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Is custom tag values are selected for any issues in the system.
	// Read Only: true
	InUse *bool `json:"inUse,omitempty"`

	// Custom tag unique name.
	// Required: true
	Name *string `json:"name"`

	// Custom tag version stored on the server. This value is used for optimistic locking of the custom tag object to prevent concurrent modification of the custom tag by different users at the same time.
	// Required: true
	// Read Only: true
	ObjectVersion int32 `json:"objectVersion"`

	// If this custom tag is set as primary tag for a specific application version. This value is initialized only if custom tags for specific application version are requested.
	// Read Only: true
	PrimaryTag *bool `json:"primaryTag,omitempty"`

	// Flag is set to true if special permission is required to set values of this custom tag.
	Restriction bool `json:"restriction,omitempty"`

	// Special permission type if restriction is set to TRUE.
	// Enum: [NONE RESTRICTED READONLY]
	RestrictionType string `json:"restrictionType,omitempty"`

	// Collection of all possible custom tag values.
	ValueList []*CustomTagLookup `json:"valueList"`

	// Custom tag value type.
	// Required: true
	// Enum: [LIST DECIMAL DATE TEXT]
	ValueType *string `json:"valueType"`
}

CustomTag custom tag swagger:model Custom tag

func (*CustomTag) MarshalBinary ¶

func (m *CustomTag) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomTag) UnmarshalBinary ¶

func (m *CustomTag) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomTag) Validate ¶

func (m *CustomTag) Validate(formats strfmt.Registry) error

Validate validates this custom tag

type CustomTagInfo ¶

type CustomTagInfo struct {

	// Custom tag GUID
	// Read Only: true
	GUID string `json:"guid,omitempty"`

	// Custom tag id
	// Required: true
	ID *int64 `json:"id"`

	// Custom tag unique name
	// Read Only: true
	Name string `json:"name,omitempty"`

	// Collection of custom tag values
	ValueList []*CustomTagLookupInfo `json:"valueList"`
}

CustomTagInfo Holds the details about existed custom tag that is assigned or linked with some other entity swagger:model customTagInfo

func (*CustomTagInfo) MarshalBinary ¶

func (m *CustomTagInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomTagInfo) UnmarshalBinary ¶

func (m *CustomTagInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomTagInfo) Validate ¶

func (m *CustomTagInfo) Validate(formats strfmt.Registry) error

Validate validates this custom tag info

type CustomTagLookup ¶

type CustomTagLookup struct {

	// Flag that should be used to mark values that mean "not an issue" or "false positive".
	ConsideredIssue bool `json:"consideredIssue,omitempty"`

	// GUID of the parent custom tag this value belongs to.
	// Read Only: true
	CustomTagGUID string `json:"customTagGuid,omitempty"`

	// Flag that says if this value is default custom tag value and should be selected automatically in the values list on issue audit screen.
	DefaultValue bool `json:"defaultValue,omitempty"`

	// Flag that says if this value can be removed from custom tag. Value cannot be removed if it is selected for some issue in the system.
	// Read Only: true
	Deletable *bool `json:"deletable,omitempty"`

	// Custom tag value description.
	Description string `json:"description,omitempty"`

	// Flag that says that this value is hidden and cannot be selected in issue audit mode.
	Hidden bool `json:"hidden,omitempty"`

	// Current value index in values list.
	// Required: true
	LookupIndex *int32 `json:"lookupIndex"`

	// Plain text custom tag value.
	// Required: true
	LookupValue *string `json:"lookupValue"`

	// List of relying custom tags and their values this value depends on. This list should be set to automatically reflect relying custom tags values changes to this custom tag value
	RelyingCustomTags []*CustomTagInfo `json:"relyingCustomTags"`

	// Custom tag value sequence number.
	// Required: true
	SeqNumber *int32 `json:"seqNumber"`
}

CustomTagLookup Custom tag value swagger:model CustomTagLookup

func (*CustomTagLookup) MarshalBinary ¶

func (m *CustomTagLookup) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomTagLookup) UnmarshalBinary ¶

func (m *CustomTagLookup) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomTagLookup) Validate ¶

func (m *CustomTagLookup) Validate(formats strfmt.Registry) error

Validate validates this custom tag lookup

type CustomTagLookupInfo ¶

type CustomTagLookupInfo struct {

	// Current value index in values list
	// Required: true
	LookupIndex *int32 `json:"lookupIndex"`

	// Plain text custom tag value
	// Read Only: true
	LookupValue string `json:"lookupValue,omitempty"`
}

CustomTagLookupInfo Holds the details about existed list custom tag value that is assigned or linked with some other entity swagger:model customTagLookupInfo

func (*CustomTagLookupInfo) MarshalBinary ¶

func (m *CustomTagLookupInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomTagLookupInfo) UnmarshalBinary ¶

func (m *CustomTagLookupInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomTagLookupInfo) Validate ¶

func (m *CustomTagLookupInfo) Validate(formats strfmt.Registry) error

Validate validates this custom tag lookup info

type DashboardVersion ¶

type DashboardVersion map[string]interface{}

DashboardVersion dashboard version swagger:model Dashboard Version

func (DashboardVersion) Validate ¶

func (m DashboardVersion) Validate(formats strfmt.Registry) error

Validate validates this dashboard version

type DataExport ¶

type DataExport struct {

	// Application version id - required if DatasetName = "Audit"
	AppVersionID int64 `json:"appVersionId,omitempty"`

	// Application version name
	AppVersionName string `json:"appVersionName,omitempty"`

	// Dataset name - e.g. "Audit", "Issue Stats" - corresponds to page from which data is exported
	// Required: true
	DatasetName *string `json:"datasetName"`

	// Document Info id for file blob
	DocumentInfoID int64 `json:"documentInfoId,omitempty"`

	// Data export file expiration in days
	Expiration int32 `json:"expiration,omitempty"`

	// Export date
	// Format: date-time
	ExportDate Iso8601MilliDateTime `json:"exportDate,omitempty"`

	// Name of data export file
	// Required: true
	FileName *string `json:"fileName"`

	// File type, e.g. CSV
	FileType string `json:"fileType,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Note, i.e. comments or info related to data being exported
	Note string `json:"note,omitempty"`

	// Data export status
	// Enum: [EXPORT_PROCESS_STARTED EXPORT_PROCESS_COMPLETED EXPORT_PROCESS_FAILED]
	Status string `json:"status,omitempty"`

	// User name of user who initiated the data export
	UserName string `json:"userName,omitempty"`
}

DataExport Data Export DTO object swagger:model Data Export

func (*DataExport) MarshalBinary ¶

func (m *DataExport) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DataExport) UnmarshalBinary ¶

func (m *DataExport) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DataExport) Validate ¶

func (m *DataExport) Validate(formats strfmt.Registry) error

Validate validates this data export

type DynamicScanCancelRequest ¶

type DynamicScanCancelRequest struct {

	// List containing a single dynamic scan request id to cancel
	// Required: true
	DynamicScanRequestIds []int64 `json:"dynamicScanRequestIds"`
}

DynamicScanCancelRequest Request for cancelling a dynamic scan request swagger:model DynamicScanCancelRequest

func (*DynamicScanCancelRequest) MarshalBinary ¶

func (m *DynamicScanCancelRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanCancelRequest) UnmarshalBinary ¶

func (m *DynamicScanCancelRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanCancelRequest) Validate ¶

func (m *DynamicScanCancelRequest) Validate(formats strfmt.Registry) error

Validate validates this dynamic scan cancel request

type DynamicScanRequest ¶

type DynamicScanRequest struct {

	// Unique identifier of dynamic scan request
	// Required: true
	ID *int64 `json:"id"`

	// The date that the dynamic scan request was updated
	// Format: date-time
	LastUpdateDate Iso8601MilliDateTime `json:"lastUpdateDate,omitempty"`

	// The object version of the dynamic scan request
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// Parameters that are needed for dynamic scan request
	// Required: true
	Parameters []*DynamicScanRequestParameter `json:"parameters"`

	// The date that the dynamic scan request was submitted
	// Format: date-time
	RequestedDate Iso8601MilliDateTime `json:"requestedDate,omitempty"`

	// The status of the dynamic scan request
	// Enum: [SUBMITTED PICKED_UP CANCELED COMPLETED]
	Status string `json:"status,omitempty"`

	// The id of the user who submitted the dynamic scan request
	Submitter string `json:"submitter,omitempty"`
}

DynamicScanRequest Dynamic Scan Request object swagger:model DynamicScanRequest

func (*DynamicScanRequest) MarshalBinary ¶

func (m *DynamicScanRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanRequest) UnmarshalBinary ¶

func (m *DynamicScanRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanRequest) Validate ¶

func (m *DynamicScanRequest) Validate(formats strfmt.Registry) error

Validate validates this dynamic scan request

type DynamicScanRequestParameter ¶

type DynamicScanRequestParameter struct {

	// The file value document info id for an upload file
	FileValueDocumentInfoID int64 `json:"fileValueDocumentInfoId,omitempty"`

	// The name of an uploaded file
	FileValueName string `json:"fileValueName,omitempty"`

	// The id of the parameter
	ID int64 `json:"id,omitempty"`

	// The objecct version of this parameter
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// The definition for this parameter
	ParameterDefinition *DynamicScanRequestParameterDefinition `json:"parameterDefinition,omitempty"`

	// The value of the parameter
	Value string `json:"value,omitempty"`

	// The name of the uploaded file
	ValueOptions []*DynamicScanRequestParameterOption `json:"valueOptions"`

	// A list of possible values for this parameter
	Values []*DynamicScanRequestParameterOption `json:"values"`
}

DynamicScanRequestParameter Dynamic Scan Request Parameter DTO object swagger:model DynamicScanRequestParameter

func (*DynamicScanRequestParameter) MarshalBinary ¶

func (m *DynamicScanRequestParameter) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanRequestParameter) UnmarshalBinary ¶

func (m *DynamicScanRequestParameter) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanRequestParameter) Validate ¶

func (m *DynamicScanRequestParameter) Validate(formats strfmt.Registry) error

Validate validates this dynamic scan request parameter

type DynamicScanRequestParameterDefinition ¶

type DynamicScanRequestParameterDefinition struct {

	// description
	Description string `json:"description,omitempty"`

	// Unique string identifier for this parameter definition
	// Required: true
	GUID *string `json:"guid"`

	// Unique id for this parameter definition
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// Set to true if required
	// Required: true
	Required *bool `json:"required"`

	// sequence number
	SequenceNumber int64 `json:"sequenceNumber,omitempty"`

	// Attribute Definition Type from which this parameter definition is based on
	// Required: true
	// Enum: [TEXT SINGLE MULTIPLE LONG_TEXT SENSITIVE_TEXT BOOLEAN INTEGER DATE FILE]
	Type *string `json:"type"`
}

DynamicScanRequestParameterDefinition Attribute Definition DTO object. swagger:model DynamicScanRequestParameterDefinition

func (*DynamicScanRequestParameterDefinition) MarshalBinary ¶

func (m *DynamicScanRequestParameterDefinition) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanRequestParameterDefinition) UnmarshalBinary ¶

func (m *DynamicScanRequestParameterDefinition) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanRequestParameterDefinition) Validate ¶

Validate validates this dynamic scan request parameter definition

type DynamicScanRequestParameterOption ¶

type DynamicScanRequestParameterOption struct {

	// description
	Description string `json:"description,omitempty"`

	// Unique string identifier for a Dynamic Scan Request Parameter Option
	GUID string `json:"guid,omitempty"`

	// Unique ID for this parameter option
	// Required: true
	ID *int64 `json:"id"`

	// Index of this option in list of options
	// Required: true
	Index *int32 `json:"index"`

	// Name
	// Required: true
	Name *string `json:"name"`
}

DynamicScanRequestParameterOption Dynamic Scan Request Parameter Option DTO object swagger:model DynamicScanRequestParameterOption

func (*DynamicScanRequestParameterOption) MarshalBinary ¶

func (m *DynamicScanRequestParameterOption) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanRequestParameterOption) UnmarshalBinary ¶

func (m *DynamicScanRequestParameterOption) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanRequestParameterOption) Validate ¶

Validate validates this dynamic scan request parameter option

type DynamicScanRequestTemplate ¶

type DynamicScanRequestTemplate struct {

	// Parameters that are needed for dynamic scan request
	// Required: true
	Parameters []*DynamicScanRequestParameter `json:"parameters"`
}

DynamicScanRequestTemplate Dynamic Scan Request Template object swagger:model DynamicScanRequestTemplate

func (*DynamicScanRequestTemplate) MarshalBinary ¶

func (m *DynamicScanRequestTemplate) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanRequestTemplate) UnmarshalBinary ¶

func (m *DynamicScanRequestTemplate) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanRequestTemplate) Validate ¶

func (m *DynamicScanRequestTemplate) Validate(formats strfmt.Registry) error

Validate validates this dynamic scan request template

type DynamicScanRequestsSummary ¶

type DynamicScanRequestsSummary struct {

	// Flag that indicates whether the user may edit or cancel the dynamic scan request
	CanEditOrCancel bool `json:"canEditOrCancel,omitempty"`

	// Flag that indicates whether the user can submit dynamic scan requests
	CanSubmit bool `json:"canSubmit,omitempty"`

	// Flag that indicates whether dynamic scan request is disabled
	DynamicScanDisabled bool `json:"dynamicScanDisabled,omitempty"`

	// A message indicating the reason for why dynamic scan is disabled
	DynamicScanDisabledMessage string `json:"dynamicScanDisabledMessage,omitempty"`

	// The id of the last dynamic scan request
	LastScanID int64 `json:"lastScanId,omitempty"`

	// Holds information about the last dynamic scan request
	LastScanSummary string `json:"lastScanSummary,omitempty"`
}

DynamicScanRequestsSummary Dynamic Scan Requests Summary object swagger:model DynamicScanRequestsSummary

func (*DynamicScanRequestsSummary) MarshalBinary ¶

func (m *DynamicScanRequestsSummary) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DynamicScanRequestsSummary) UnmarshalBinary ¶

func (m *DynamicScanRequestsSummary) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DynamicScanRequestsSummary) Validate ¶

func (m *DynamicScanRequestsSummary) Validate(formats strfmt.Registry) error

Validate validates this dynamic scan requests summary

type EmbeddedReportDefinition ¶

type EmbeddedReportDefinition struct {

	// fields to null with exclusions
	FieldsToNullWithExclusions []string `json:"fieldsToNullWithExclusions"`

	// report definition
	ReportDefinition *ReportDefinition `json:"reportDefinition,omitempty"`
}

EmbeddedReportDefinition embedded report definition swagger:model EmbeddedReportDefinition

func (*EmbeddedReportDefinition) MarshalBinary ¶

func (m *EmbeddedReportDefinition) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmbeddedReportDefinition) UnmarshalBinary ¶

func (m *EmbeddedReportDefinition) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmbeddedReportDefinition) Validate ¶

func (m *EmbeddedReportDefinition) Validate(formats strfmt.Registry) error

Validate validates this embedded report definition

type EmbeddedRoles ¶

type EmbeddedRoles struct {

	// roles
	Roles []*Role `json:"roles"`
}

EmbeddedRoles embedded roles swagger:model EmbeddedRoles

func (*EmbeddedRoles) MarshalBinary ¶

func (m *EmbeddedRoles) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmbeddedRoles) UnmarshalBinary ¶

func (m *EmbeddedRoles) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmbeddedRoles) Validate ¶

func (m *EmbeddedRoles) Validate(formats strfmt.Registry) error

Validate validates this embedded roles

type EmbeddedScans ¶

type EmbeddedScans struct {

	// scans
	Scans []*Scan `json:"scans"`
}

EmbeddedScans embedded scans swagger:model EmbeddedScans

func (*EmbeddedScans) MarshalBinary ¶

func (m *EmbeddedScans) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EmbeddedScans) UnmarshalBinary ¶

func (m *EmbeddedScans) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EmbeddedScans) Validate ¶

func (m *EmbeddedScans) Validate(formats strfmt.Registry) error

Validate validates this embedded scans

type EngineType ¶

type EngineType struct {

	// name
	// Read Only: true
	Name string `json:"name,omitempty"`

	// served by plugin
	// Read Only: true
	ServedByPlugin *bool `json:"servedByPlugin,omitempty"`
}

EngineType Types of the analyzers (engines) that produces issues swagger:model Engine type

func (*EngineType) MarshalBinary ¶

func (m *EngineType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EngineType) UnmarshalBinary ¶

func (m *EngineType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EngineType) Validate ¶

func (m *EngineType) Validate(formats strfmt.Registry) error

Validate validates this engine type

type EntityStateIdentifier ¶

type EntityStateIdentifier struct {

	// API entity identifier.
	// Required: true
	// Read Only: true
	ID int64 `json:"id"`

	// API entity revision.
	// Required: true
	// Read Only: true
	Revision int32 `json:"revision"`
}

EntityStateIdentifier Simple API entity that contains only ID and revision. swagger:model EntityStateIdentifier

func (*EntityStateIdentifier) MarshalBinary ¶

func (m *EntityStateIdentifier) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EntityStateIdentifier) UnmarshalBinary ¶

func (m *EntityStateIdentifier) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EntityStateIdentifier) Validate ¶

func (m *EntityStateIdentifier) Validate(formats strfmt.Registry) error

Validate validates this entity state identifier

type EventLog ¶

type EventLog struct {

	// detailed note
	// Read Only: true
	DetailedNote string `json:"detailedNote,omitempty"`

	// entity Id
	// Read Only: true
	EntityID int64 `json:"entityId,omitempty"`

	// event date
	// Read Only: true
	// Format: date-time
	EventDate Iso8601MilliDateTime `json:"eventDate,omitempty"`

	// event type
	// Read Only: true
	// Enum: [WEBUI_LOGIN_SUCCESS WEBUI_LOGIN_FAILED WEBUI_LOGOUT WS_LOGIN_SUCCESS WS_LOGIN_FAILED LOCAL_USER_CREATED LOCAL_USER_UPDATED LOCAL_USER_DELETED AGENT_CREDENTIAL_CREATED AGENT_CREDENTIAL_UPDATED AGENT_CREDENTIAL_DELETED LDAP_ENTITY_CREATED LDAP_ENTITY_UPDATED LDAP_ENTITY_DELETED LDAP_CACHE_REFRESH_REQUESTED LDAP_CACHE_REFRESH_STARTED LDAP_CACHE_REFRESH_COMPLETED PROJECT_VERSION_CREATED PROJECT_VERSION_CREATED_FROM_PREVIOUS PROJECT_VERSION_UPDATED PROJECT_VERSION_DELETED PROJECT_VERSION_METADATA_UPDATED PROJECT_VERSION_ACCESS_ADDED PROJECT_VERSION_ACCESS_REMOVED PROJECT_VERSION_BUG_TRACKER_UPDATED SCA_RESULT_PROCESSED RUNTIME_RESULT_PROCESSED EXTERNAL_RESULT_PROCESSED PTA_RESULT_PROCESSED RTA_RESULT_PROCESSED ARTIFACT_UPLOAD_REQUESTED ARTIFACT_UPLOAD_STARTED ARTIFACT_UPLOAD_COMPLETED ARTIFACT_UPLOAD_FAILED ARTIFACT_UPLOAD_CANCELLED ARTIFACT_DELETE_REQUESTED ARTIFACT_DELETE_STARTED ARTIFACT_DELETE_COMPLETED ARTIFACT_DELETE_FAILED ARTIFACT_DELETE_CANCELLED JOB_CANCELLED ARTIFACT_PURGE_REQUESTED ARTIFACT_PURGE_REQUEST_STARTED ARTIFACT_PURGE_COMPLETED ARTIFACT_PURGE_FAILED ARTIFACT_PURGE_REQUEST_FINISHED ARTIFACT_PURGE_CANCELLED HISTORICAL_SNAPSHOT_COLLECTION_STARTED HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_COMPLETED HISTORICAL_SNAPSHOT_COLLECTION_ITERATION_FAILED HISTORICAL_SNAPSHOT_COLLECTION_NO_UPDATES AUDIT_PERFORMED ARTIFACT_UPLOAD_REQUIRES_AUTH SOURCE_CODE_UPLOADED FILTERSET_FOLDER_REFRESH_REQUESTED FILTERSET_FOLDER_REFRESH_COMPLETED FILTERSET_FOLDER_REFRESH_FAILED DYNAMIC_SCAN_CREATED DYNAMIC_SCAN_EDITED DYNAMIC_SCAN_CANCELED DYNAMIC_SCAN_COMPLETED DYNAMIC_SCAN_PICKED_UP BATCH_BUG_FILING_REQUESTED BATCH_BUG_FILING_REQUEST_FAILED BATCH_BUG_FILING_STARTED BATCH_BUG_FILING_ENDED BATCH_BUG_FILING_FAILED BUG_FILED BUG_FAILED_TO_FILE BUG_STATE_MANAGEMENT_STARTED BUG_STATE_MANAGEMENT_ENDED BUG_STATE_MANAGEMENT_ENDED_WITH_ERRORS BUG_UPDATED BUG_FAILED_TO_UPDATE COMMENT_ADDED_TO_ISSUE AUDIT_ASSISTANT_ISSUES_SUBMITTED AUDIT_ASSISTANT_ISSUES_RETRIEVED AUDIT_ASSISTANT_FPR_UPLOAD_STARTED AUDIT_ASSISTANT_TRAINING_SENT AUDIT_ASSISTANT_TEST_CONNECTION_FAILED AUDIT_ASSISTANT_ISSUES_SUBMIT_FAILED AUDIT_ASSISTANT_ISSUES_RETRIEVE_FAILED AUDIT_ASSISTANT_FPR_UPLOAD_FAILED AUDIT_ASSISTANT_TRAINING_SENT_FAILED AUDIT_ASSISTANT_PROJECT_PREDICTION_POLICY_CHANGED AUDIT_ASSISTANT_DEFAULT_PREDICTION_POLICY_CHANGED AUDIT_ASSISTANT_TAG_MAPPING_CHANGED AUDIT_ASSISTANT_PREDICTION_POLICIES_REFRESHED REPORT_GENERATION_REQUESTED REPORT_GENERATION_COMPLETED REPORT_GENERATION_FAILED REPORT_GENERATION_CANCELLED REPORT_DELETED RULEPACK_SERVER_UPDATE RULEPACK_USER_UPLOAD RULEPACK_DELETED RULEPACK_DOWNLOAD RULEPACK_CLIENT_UPDATE DOCUMENT_ARTIFACT_CREATED DOCUMENT_ARTIFACT_UPDATED DOCUMENT_ARTIFACT_DELETED TASK_INSTANCE_CREATED TASK_INSTANCE_UPDATED TASK_INSTANCE_DELETED TASK_INSTANCE_SIGNOFF_UPDATED ACTIVITY_INSTANCE_SIGNOFF_UPDATED REQUIREMENT_INSTANCE_SIGNOFF_UPDATED REQUIREMENT_TEMPLATE_INSTANCE_SIGNOFF_UPDATED TASK_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF ACTIVITY_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF REQUIREMENT_INSTANCE_DUE_DATE_PASSED_NO_SIGNOFF REQUIREMENT_TEMPLATE_DUE_DATE_PASSED_NO_SIGNOFF SDL_COMMENT_CREATED PROJECT_PERSONA_ASSIGNMENT_UPDATED PERSONA_ASSIGNMENT_UPDATED WORK_OWNER_UPDATED DUE_DATE_UPDATED SESSION_TIMEOUT REQ_TEMPLATE_CREATED REQ_TEMPLATE_UPDATED ACTIVITY_CREATED ACTIVITY_UPDATED VARIABLE_CREATED VARIABLE_UPDATED VARIABLE_DELETED MEASUREMENT_AGENT_CREATED MEASUREMENT_AGENT_UPDATED MEASUREMENT_AGENT_DELETED DOCUMENT_DEF_CREATED DOCUMENT_DEF_UPDATED PROJECT_TEMPLATE_CREATED PROJECT_TEMPLATE_UPDATED PROJECT_TEMPLATE_DELETED ASSIGNMENT_RULES_UPDATED PERSONA_CREATED PERSONA_UPDATED PERSONA_DELETED ATTR_CREATED ATTR_UPDATED ATTR_DELETED ATTRIBUTE_DEFINITION_CREATED ATTRIBUTE_DEFINITION_UPDATED ATTRIBUTE_DEFINITION_DELETED PROJECT_VERSION_CUSTOM_TAG_ASSIGNMENT PROJECT_VERSION_PRIMARY_TAG_UPDATE REPORT_DEFINITION_CREATED REPORT_DEFINITION_UPDATED REPORT_DEFINITION_DELETED REPORT_LIBRARY_CREATED REPORT_LIBRARY_UPDATED REPORT_LIBRARY_DELETED RUNTIME_HOST_CONNECTED RUNTIME_HOST_DISCONNECTED RUNTIME_HOST_CREATED RUNTIME_HOST_DELETED RUNTIME_HOST_DISCOVERED RUNTIME_HOST_ENABLED RUNTIME_HOST_DISABLED RUNTIME_HOST_AUTH_RESET ACCEPT_NEW_HOSTS_ENABLED ACCEPT_NEW_HOSTS_DISABLED DISABLED_HOST_CONNECTION RUNTIME_APPLICATION_ASSIGNMENT_RULES_UPDATED REAPPLY_APPLICATION_ASSIGNMENT_RULES_REQUESTED REAPPLY_APPLICATION_ASSIGNMENT_RULES_COMPLETED REAPPLY_APPLICATION_ASSIGNMENT_RULES_FAILED RUNTIME_CONFIGURATION_CREATED RUNTIME_CONFIGURATION_UPDATED RUNTIME_CONFIGURATION_DELETED RUNTIME_CONFIGURATION_TEMPLATE_UPDATED RUNTIME_EH_CREATED RUNTIME_EH_UPDATED RUNTIME_EH_DELETED RUNTIME_SETTINGS_UPDATED RUNTIME_RULEPACK_CONFIG_UPDATED RUNTIME_EVENT_RECEIVED RUNTIME_ALERT_RECEIVED FEDERATION_CREATED FEDERATION_UPDATED FEDERATION_DELETED RTAPP_CREATED RTAPP_UPDATED RTAPP_DELETED RTAPP_ACCESS_ADDED RTAPP_ACCESS_REMOVED USERROLE_CREATED USERROLE_UPDATED USERROLE_DELETED CLOUD_SCAN_POLLED CLOUD_POOL_CREATED CLOUD_POOL_UPDATED CLOUD_POOL_DELETED CLOUD_POOL_AVS_UPDATED CLOUD_POOL_SENSORS_UPDATED CLOUD_JOB_CANCELED CLOUD_JOB_FPR_DOWNLOADED CLOUD_JOB_LOG_DOWNLOADED INDEX_MAINTENANCE_STARTED INDEX_MAINTENANCE_COMPLETED FULL_REINDEX_STARTED FULL_REINDEX_COMPLETED INDEX_NEW_ISSUES_STARTED INDEX_NEW_ISSUES_COMPLETED SSC_CONFIGURATION_UPDATED LDAP_CONFIG_CREATED LDAP_CONFIG_UPDATED LDAP_CONFIG_DELETED LDAP_CONFIG_DEFAULT_CHANGED SEED_BUNDLE_UPLOAD_COMPLETED SEED_BUNDLE_UPLOAD_FAILED SEED_BUNDLE_COMPLETED SEED_BUNDLE_FAILED]
	EventType string `json:"eventType,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// project version Id
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// user name
	// Read Only: true
	UserName string `json:"userName,omitempty"`
}

EventLog Event Log DTO object swagger:model EventLog

func (*EventLog) MarshalBinary ¶

func (m *EventLog) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EventLog) UnmarshalBinary ¶

func (m *EventLog) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EventLog) Validate ¶

func (m *EventLog) Validate(formats strfmt.Registry) error

Validate validates this event log

type ExportAuditToCSVRequest ¶

type ExportAuditToCSVRequest struct {

	// Aggregateby
	AggregateBy string `json:"aggregateBy,omitempty"`

	// Will collapse issues in exported files
	CollapseIssues bool `json:"collapseIssues,omitempty"`

	// Dataset name (Audit)
	// Required: true
	DatasetName *string `json:"datasetName"`

	// File name to save
	// Required: true
	FileName *string `json:"fileName"`

	// Filter
	Filter string `json:"filter,omitempty"`

	// Filterby
	FilterBy string `json:"filterBy,omitempty"`

	// Filterset
	// Required: true
	FilterSet *string `json:"filterSet"`

	// Will include comments in history
	IncludeCommentsInHistory bool `json:"includeCommentsInHistory,omitempty"`

	// Will include hidden issues
	IncludeHidden bool `json:"includeHidden,omitempty"`

	// Will include removed issues
	IncludeRemoved bool `json:"includeRemoved,omitempty"`

	// Will include suppressed issues
	IncludeSuppressed bool `json:"includeSuppressed,omitempty"`

	// Search issue query
	IssueSearch string `json:"issueSearch,omitempty"`

	// Limit
	Limit int32 `json:"limit,omitempty"`

	// Note
	Note string `json:"note,omitempty"`

	// Orderby
	// Required: true
	OrderBy *string `json:"orderBy"`

	// Application version id to export audit data
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`

	// will restrict to user issues
	RestrictToUsersIssues bool `json:"restrictToUsersIssues,omitempty"`

	// Start
	Start int32 `json:"start,omitempty"`

	// Will use short file names
	UseShortFileNames bool `json:"useShortFileNames,omitempty"`
}

ExportAuditToCSVRequest Request to export audit information to CSV file swagger:model ExportAuditToCSVRequest

func (*ExportAuditToCSVRequest) MarshalBinary ¶

func (m *ExportAuditToCSVRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ExportAuditToCSVRequest) UnmarshalBinary ¶

func (m *ExportAuditToCSVRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ExportAuditToCSVRequest) Validate ¶

func (m *ExportAuditToCSVRequest) Validate(formats strfmt.Registry) error

Validate validates this export audit to c s v request

type ExportIssueStatsToCSVRequest ¶

type ExportIssueStatsToCSVRequest struct {

	// Dataset name (Issue Stat)
	// Required: true
	DatasetName *string `json:"datasetName"`

	// Csv file name
	// Required: true
	FileName *string `json:"fileName"`

	// Limit
	Limit int32 `json:"limit,omitempty"`

	// Note for csv export
	Note string `json:"note,omitempty"`

	// Start
	Start int32 `json:"start,omitempty"`
}

ExportIssueStatsToCSVRequest Request to export issue stats to CSV file swagger:model ExportIssueStatsToCSVRequest

func (*ExportIssueStatsToCSVRequest) MarshalBinary ¶

func (m *ExportIssueStatsToCSVRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ExportIssueStatsToCSVRequest) UnmarshalBinary ¶

func (m *ExportIssueStatsToCSVRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ExportIssueStatsToCSVRequest) Validate ¶

func (m *ExportIssueStatsToCSVRequest) Validate(formats strfmt.Registry) error

Validate validates this export issue stats to c s v request

type ExternalBugInfo ¶

type ExternalBugInfo struct {

	// Link to a bug the user can navigate to by clicking the link
	// Required: true
	ExternalBugDeepLink *string `json:"externalBugDeepLink"`

	// ID of the bug
	// Required: true
	ExternalBugID *string `json:"externalBugId"`

	// True if user wants to file a bug for all selected issues in UI
	// Required: true
	FileBugForSelectAll *bool `json:"fileBugForSelectAll"`

	// Count of issues for which a bug is filed
	// Required: true
	IssueCount *int64 `json:"issueCount"`

	// List of Issue Instance IDs
	// Required: true
	IssueInstanceIds []string `json:"issueInstanceIds"`
}

ExternalBugInfo External Bug Info DTO object swagger:model External Bug Info

func (*ExternalBugInfo) MarshalBinary ¶

func (m *ExternalBugInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ExternalBugInfo) UnmarshalBinary ¶

func (m *ExternalBugInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ExternalBugInfo) Validate ¶

func (m *ExternalBugInfo) Validate(formats strfmt.Registry) error

Validate validates this external bug info

type Feature ¶

type Feature struct {

	// Feature description
	// Required: true
	// Read Only: true
	Description string `json:"description"`

	// Feature id
	// Required: true
	// Read Only: true
	ID string `json:"id"`

	// Feature name
	// Required: true
	// Read Only: true
	Name string `json:"name"`
}

Feature A feature that is available on the server instance swagger:model Feature

func (*Feature) MarshalBinary ¶

func (m *Feature) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Feature) UnmarshalBinary ¶

func (m *Feature) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Feature) Validate ¶

func (m *Feature) Validate(formats strfmt.Registry) error

Validate validates this feature

type File ¶

type File struct {

	// absolute
	Absolute bool `json:"absolute,omitempty"`

	// absolute file
	AbsoluteFile *File `json:"absoluteFile,omitempty"`

	// absolute path
	AbsolutePath string `json:"absolutePath,omitempty"`

	// canonical file
	CanonicalFile *File `json:"canonicalFile,omitempty"`

	// canonical path
	CanonicalPath string `json:"canonicalPath,omitempty"`

	// directory
	Directory bool `json:"directory,omitempty"`

	// executable
	Executable bool `json:"executable,omitempty"`

	// file
	File bool `json:"file,omitempty"`

	// free space
	FreeSpace int64 `json:"freeSpace,omitempty"`

	// hidden
	Hidden bool `json:"hidden,omitempty"`

	// last modified
	LastModified int64 `json:"lastModified,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// parent
	Parent string `json:"parent,omitempty"`

	// parent file
	ParentFile *File `json:"parentFile,omitempty"`

	// path
	Path string `json:"path,omitempty"`

	// readable
	Readable bool `json:"readable,omitempty"`

	// total space
	TotalSpace int64 `json:"totalSpace,omitempty"`

	// usable space
	UsableSpace int64 `json:"usableSpace,omitempty"`

	// writable
	Writable bool `json:"writable,omitempty"`
}

File file swagger:model File

func (*File) MarshalBinary ¶

func (m *File) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*File) UnmarshalBinary ¶

func (m *File) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*File) Validate ¶

func (m *File) Validate(formats strfmt.Registry) error

Validate validates this file

type FileToken ¶

type FileToken struct {

	// Type of single-use file token
	// Required: true
	// Enum: [UPLOAD DOWNLOAD PREVIEW_FILE REPORT_FILE]
	FileTokenType *string `json:"fileTokenType"`

	// Value of single-use token to be used as the 'mat' URL parameter during a file operation
	// Read Only: true
	Token string `json:"token,omitempty"`
}

FileToken Token to upload or download files swagger:model File token

func (*FileToken) MarshalBinary ¶

func (m *FileToken) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FileToken) UnmarshalBinary ¶

func (m *FileToken) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FileToken) Validate ¶

func (m *FileToken) Validate(formats strfmt.Registry) error

Validate validates this file token

type FilterSet ¶

type FilterSet struct {

	// whether this filter set is the default within its issue template
	// Required: true
	// Read Only: true
	DefaultFilterSet bool `json:"defaultFilterSet"`

	// description
	// Required: true
	// Read Only: true
	Description string `json:"description"`

	// List of folders defined in filter set
	// Required: true
	// Read Only: true
	Folders []*FolderDto `json:"folders"`

	// GUID of filter set
	// Required: true
	// Read Only: true
	GUID string `json:"guid"`

	// name of filter set
	// Required: true
	// Read Only: true
	Title string `json:"title"`
}

FilterSet basic info on a filter set (does not include filters) swagger:model Filter Set

func (*FilterSet) MarshalBinary ¶

func (m *FilterSet) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterSet) UnmarshalBinary ¶

func (m *FilterSet) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterSet) Validate ¶

func (m *FilterSet) Validate(formats strfmt.Registry) error

Validate validates this filter set

type Folder ¶

type Folder struct {

	// Color that should be used to represent folder on UI
	// Read Only: true
	Color string `json:"color,omitempty"`

	// Folder description
	// Read Only: true
	Description string `json:"description,omitempty"`

	// Is folder editable
	// Read Only: true
	Editable *bool `json:"editable,omitempty"`

	// Folder GUID. Guid is unique across all the folders defined for a application version
	// Read Only: true
	GUID string `json:"guid,omitempty"`

	// Folder id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Folder name
	// Read Only: true
	Name string `json:"name,omitempty"`

	// Numeric value used for ordering folder from the most important to the least important
	// Read Only: true
	OrderIndex int32 `json:"orderIndex,omitempty"`

	// ID of the application version for which folder is defined
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`
}

Folder folder swagger:model Folder

func (*Folder) MarshalBinary ¶

func (m *Folder) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Folder) UnmarshalBinary ¶

func (m *Folder) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Folder) Validate ¶

func (m *Folder) Validate(formats strfmt.Registry) error

Validate validates this folder

type FolderDto ¶

type FolderDto struct {

	// Folder color. Folder will be marked by this color on UI
	// Read Only: true
	Color string `json:"color,omitempty"`

	// Folder GUID.
	// Read Only: true
	GUID string `json:"guid,omitempty"`

	// Unique identifier of the folder.
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Folder unique name.
	// Read Only: true
	Name string `json:"name,omitempty"`
}

FolderDto Issues folder. This is a readonly object, it cannot be created using SSC API. swagger:model FolderDto

func (*FolderDto) MarshalBinary ¶

func (m *FolderDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FolderDto) UnmarshalBinary ¶

func (m *FolderDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FolderDto) Validate ¶

func (m *FolderDto) Validate(formats strfmt.Registry) error

Validate validates this folder dto

type FortifyJob ¶

type FortifyJob struct {

	// id
	// Required: true
	// Read Only: true
	ID string `json:"id"`

	// SSC username which initiated the job
	// Required: true
	// Read Only: true
	InvokingUserName string `json:"invokingUserName"`

	// job state
	// Required: true
	// Read Only: true
	JobState int32 `json:"jobState"`

	// job type
	// Required: true
	// Read Only: true
	JobType int32 `json:"jobType"`
}

FortifyJob Fortify job DTO object, carries less information than the main Job DTO. Used primarily for the snapshot refresh which be initiated by a non-admin user swagger:model Fortify job

func (*FortifyJob) MarshalBinary ¶

func (m *FortifyJob) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FortifyJob) UnmarshalBinary ¶

func (m *FortifyJob) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FortifyJob) Validate ¶

func (m *FortifyJob) Validate(formats strfmt.Registry) error

Validate validates this fortify job

type IIDMigration ¶

type IIDMigration struct {

	// artifact Id
	ArtifactID int64 `json:"artifactId,omitempty"`

	// IID migration id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// mappings
	Mappings []*IidMapping `json:"mappings"`

	// processing date
	// Format: date-time
	ProcessingDate Iso8601MilliDateTime `json:"processingDate,omitempty"`

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// status
	// Enum: [NONE SCHED_PROCESSING PROCESSING PROCESS_COMPLETE ERROR_PROCESSING REQUIRE_AUTH DELETING ERROR_DELETING DELETED PURGING PURGED ERROR_PURGING DISPATCH_ANALYSIS DISPATCH_REAUDIT ERROR_DISPATCH QUEUED_ANALYSIS REQUEUED_ANALYSIS ANALYZING ANALYSIS_COMPLETE ERROR_ANALYZING UNKNOWN AUDIT_FAILED]
	Status string `json:"status,omitempty"`
}

IIDMigration i ID migration swagger:model IID Migration

func (*IIDMigration) MarshalBinary ¶

func (m *IIDMigration) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IIDMigration) UnmarshalBinary ¶

func (m *IIDMigration) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IIDMigration) Validate ¶

func (m *IIDMigration) Validate(formats strfmt.Registry) error

Validate validates this i ID migration

type IidMapping ¶

type IidMapping struct {

	// from iid
	FromIid string `json:"fromIid,omitempty"`

	// to iid
	ToIid string `json:"toIid,omitempty"`
}

IidMapping iid mapping swagger:model IidMapping

func (*IidMapping) MarshalBinary ¶

func (m *IidMapping) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IidMapping) UnmarshalBinary ¶

func (m *IidMapping) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IidMapping) Validate ¶

func (m *IidMapping) Validate(formats strfmt.Registry) error

Validate validates this iid mapping

type InputReportParameter ¶

type InputReportParameter struct {

	// identifier
	// Required: true
	Identifier *string `json:"identifier"`

	// name
	// Required: true
	Name *string `json:"name"`

	// Value of this parameter
	// Required: true
	ParamValue interface{} `json:"paramValue"`

	// type
	// Required: true
	// Enum: [SINGLE_PROJECT SINGLE_RUNTIME_APP SINGLE_SSA_PROJECT MULTI_PROJECT MULTI_RUNTIME_APP MULTI_SSA_PROJECT PROJECT_ATTRIBUTE STRING BOOLEAN DATE SINGLE_SELECT_DEFAULT METADEF_GUID]
	Type *string `json:"type"`
}

InputReportParameter InputReportParameter DTO object swagger:model Input Report Parameter

func (*InputReportParameter) MarshalBinary ¶

func (m *InputReportParameter) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InputReportParameter) UnmarshalBinary ¶

func (m *InputReportParameter) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InputReportParameter) Validate ¶

func (m *InputReportParameter) Validate(formats strfmt.Registry) error

Validate validates this input report parameter

type InputStream ¶

type InputStream interface{}

InputStream input stream swagger:model InputStream

type Iso8601MilliDateTime ¶

type Iso8601MilliDateTime time.Time

Iso8601MilliDateTime is a time but it serializes to ISO8601 format with millis It knows how to read 3 different variations of a RFC3339 date time. Most APIs we encounter want either millisecond or second precision times. This just tries to make it worry-free.

swagger:strfmt date-time

func NewIso8601MilliDateTime ¶

func NewIso8601MilliDateTime() Iso8601MilliDateTime

NewIso8601MilliDateTime is a representation of zero value for Iso8601MilliDateTime type

func ParseIso8601MilliDateTime ¶

func ParseIso8601MilliDateTime(data string) (Iso8601MilliDateTime, error)

ParseIso8601MilliDateTime parses a string that represents an ISO8601 time or a unix epoch

func (*Iso8601MilliDateTime) DeepCopy ¶

DeepCopy copies the receiver into a new Iso8601MilliDateTime.

func (*Iso8601MilliDateTime) DeepCopyInto ¶

func (t *Iso8601MilliDateTime) DeepCopyInto(out *Iso8601MilliDateTime)

DeepCopyInto copies the receiver and writes its value into out.

func (Iso8601MilliDateTime) MarshalJSON ¶

func (t Iso8601MilliDateTime) MarshalJSON() ([]byte, error)

MarshalJSON returns the Iso8601MilliDateTime as JSON

func (Iso8601MilliDateTime) MarshalText ¶

func (t Iso8601MilliDateTime) MarshalText() ([]byte, error)

MarshalText implements the text marshaller interface

func (*Iso8601MilliDateTime) Scan ¶

func (t *Iso8601MilliDateTime) Scan(raw interface{}) error

Scan scans a Iso8601MilliDateTime value from database driver type.

func (Iso8601MilliDateTime) String ¶

func (t Iso8601MilliDateTime) String() string

String converts this time to a string

func (*Iso8601MilliDateTime) UnmarshalJSON ¶

func (t *Iso8601MilliDateTime) UnmarshalJSON(data []byte) error

UnmarshalJSON sets the Iso8601MilliDateTime from JSON

func (*Iso8601MilliDateTime) UnmarshalText ¶

func (t *Iso8601MilliDateTime) UnmarshalText(text []byte) error

UnmarshalText implements the text unmarshaller interface

func (Iso8601MilliDateTime) Value ¶

func (t Iso8601MilliDateTime) Value() (driver.Value, error)

Value converts Iso8601MilliDateTime to a primitive value ready to written to a database.

type IssueActionResponse ¶

type IssueActionResponse struct {

	// Result of issue audit
	// Read Only: true
	Data []*IssueAuditResult `json:"data"`
}

IssueActionResponse Result of issue audit action swagger:model IssueActionResponse

func (*IssueActionResponse) MarshalBinary ¶

func (m *IssueActionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueActionResponse) UnmarshalBinary ¶

func (m *IssueActionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueActionResponse) Validate ¶

func (m *IssueActionResponse) Validate(formats strfmt.Registry) error

Validate validates this issue action response

type IssueAgingDto ¶

type IssueAgingDto struct {

	// Average number of days to fix issues in application versions.
	// Read Only: true
	AverageDaysToRemediate int32 `json:"averageDaysToRemediate,omitempty"`

	// Average number of days to review issues in application versions.
	// Read Only: true
	AverageDaysToReview int32 `json:"averageDaysToReview,omitempty"`

	// Bug density per 10 000 of scanned lines of code.
	// Read Only: true
	BugDensity float64 `json:"bugDensity,omitempty"`

	// Number of files that were scanned in all application versions.
	// Read Only: true
	FilesScanned int64 `json:"filesScanned,omitempty"`

	// This is dynamic attribute which value depend of the aggregation attribute. It can be application ID, application version ID or application version attribute GUID.
	// Read Only: true
	ID string `json:"id,omitempty"`

	// Number of issues that are pending review in all application versions.
	// Read Only: true
	IssuesPendingReview int64 `json:"issuesPendingReview,omitempty"`

	// Number of lines of code that were scanned by scans which results are stored in the application versions.
	// Read Only: true
	LinesOfCode int64 `json:"linesOfCode,omitempty"`

	// This is dynamic attribute which value depend of the aggregation attribute. It can be application name, application version name or application version attribute name.
	// Read Only: true
	Name string `json:"name,omitempty"`

	// Number of application versions in the application.
	// Read Only: true
	NumberOfApplicationVersions int32 `json:"numberOfApplicationVersions,omitempty"`

	// Issue audites that have been done after this date have been taken into account for average days to review calculation.
	// Read Only: true
	// Format: date-time
	OldestScanDate Iso8601MilliDateTime `json:"oldestScanDate,omitempty"`

	// Number of not remediated issues in all application versions.
	// Read Only: true
	OpenIssues int64 `json:"openIssues,omitempty"`

	// Flag that indicates that application metrics state was changed and it metrics are going to be recalculated.
	// Read Only: true
	SnapshotOutOfDate *bool `json:"snapshotOutOfDate,omitempty"`
}

IssueAgingDto Issue aging object contains application metrics. swagger:model IssueAgingDto

func (*IssueAgingDto) MarshalBinary ¶

func (m *IssueAgingDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAgingDto) UnmarshalBinary ¶

func (m *IssueAgingDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAgingDto) Validate ¶

func (m *IssueAgingDto) Validate(formats strfmt.Registry) error

Validate validates this issue aging dto

type IssueAgingGroupDto ¶

type IssueAgingGroupDto struct {

	// ID of issue aging table grouping attribute. This ID should be passed to issue aging endpoint to return issue aging items that belongs only to this group
	// Required: true
	// Read Only: true
	ID string `json:"id"`

	// Name of the group to display it on UI.
	// Required: true
	// Read Only: true
	Name string `json:"name"`
}

IssueAgingGroupDto Issue aging group object contains definition of application version attribute that can be used for issue aging table grouping. swagger:model IssueAgingGroupDto

func (*IssueAgingGroupDto) MarshalBinary ¶

func (m *IssueAgingGroupDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAgingGroupDto) UnmarshalBinary ¶

func (m *IssueAgingGroupDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAgingGroupDto) Validate ¶

func (m *IssueAgingGroupDto) Validate(formats strfmt.Registry) error

Validate validates this issue aging group dto

type IssueAgingPortlet ¶

type IssueAgingPortlet struct {

	// application versions
	ApplicationVersions int32 `json:"applicationVersions,omitempty"`

	// average days to remediate
	AverageDaysToRemediate int32 `json:"averageDaysToRemediate,omitempty"`

	// average days to review
	AverageDaysToReview int32 `json:"averageDaysToReview,omitempty"`

	// files scanned
	FilesScanned int64 `json:"filesScanned,omitempty"`

	// issues pending review
	IssuesPendingReview int64 `json:"issuesPendingReview,omitempty"`

	// issues remediated
	IssuesRemediated int64 `json:"issuesRemediated,omitempty"`

	// lines of code
	LinesOfCode int64 `json:"linesOfCode,omitempty"`

	// open issues
	OpenIssues int64 `json:"openIssues,omitempty"`

	// open issues reviewed
	OpenIssuesReviewed int64 `json:"openIssuesReviewed,omitempty"`
}

IssueAgingPortlet Issue aging portlet object contains application and issue metrics. swagger:model IssueAgingPortlet

func (*IssueAgingPortlet) MarshalBinary ¶

func (m *IssueAgingPortlet) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAgingPortlet) UnmarshalBinary ¶

func (m *IssueAgingPortlet) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAgingPortlet) Validate ¶

func (m *IssueAgingPortlet) Validate(formats strfmt.Registry) error

Validate validates this issue aging portlet

type IssueAssignUserRequest ¶

type IssueAssignUserRequest struct {

	// Issues to audit
	// Required: true
	Issues []*EntityStateIdentifier `json:"issues"`

	// Username to assign
	// Required: true
	User *string `json:"user"`
}

IssueAssignUserRequest Request to assign user to the issues swagger:model IssueAssignUserRequest

func (*IssueAssignUserRequest) MarshalBinary ¶

func (m *IssueAssignUserRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAssignUserRequest) UnmarshalBinary ¶

func (m *IssueAssignUserRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAssignUserRequest) Validate ¶

func (m *IssueAssignUserRequest) Validate(formats strfmt.Registry) error

Validate validates this issue assign user request

type IssueAssignment ¶

type IssueAssignment struct {

	// total number of issues assigned to user across all application versions
	// Required: true
	// Read Only: true
	IssueCountAllProjectVer int32 `json:"issueCountAllProjectVer"`

	// number of issues assigned to user in current application version
	// Required: true
	// Read Only: true
	IssueCountCertainProjectVer int32 `json:"issueCountCertainProjectVer"`

	// project version Id
	// Required: true
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId"`

	// user name
	// Required: true
	// Read Only: true
	UserName string `json:"userName"`
}

IssueAssignment counts of issues assigned to user swagger:model Issue Assignment

func (*IssueAssignment) MarshalBinary ¶

func (m *IssueAssignment) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAssignment) UnmarshalBinary ¶

func (m *IssueAssignment) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAssignment) Validate ¶

func (m *IssueAssignment) Validate(formats strfmt.Registry) error

Validate validates this issue assignment

type IssueAttachment ¶

type IssueAttachment struct {

	// description
	Description string `json:"description,omitempty"`

	// document ID referencing the attachment
	// Required: true
	// Read Only: true
	FileDocID int64 `json:"fileDocId"`

	// id
	// Required: true
	// Read Only: true
	ID int64 `json:"id"`

	// image
	// Format: byte
	Image strfmt.Base64 `json:"image,omitempty"`

	// original file name
	OriginalFileName string `json:"originalFileName,omitempty"`

	// update time
	// Required: true
	// Read Only: true
	// Format: date-time
	UpdateTime Iso8601MilliDateTime `json:"updateTime"`
}

IssueAttachment attachment (such as screenshot) associated with issue swagger:model Issue Attachment

func (*IssueAttachment) MarshalBinary ¶

func (m *IssueAttachment) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAttachment) UnmarshalBinary ¶

func (m *IssueAttachment) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAttachment) Validate ¶

func (m *IssueAttachment) Validate(formats strfmt.Registry) error

Validate validates this issue attachment

type IssueAuditComment ¶

type IssueAuditComment struct {

	// audit time
	// Required: true
	// Read Only: true
	// Format: date-time
	AuditTime Iso8601MilliDateTime `json:"auditTime"`

	// comment
	// Required: true
	Comment *string `json:"comment"`

	// issue engine type
	// Read Only: true
	IssueEngineType string `json:"issueEngineType,omitempty"`

	// issue Id
	// Required: true
	// Read Only: true
	IssueID int64 `json:"issueId"`

	// issue instance Id
	// Read Only: true
	IssueInstanceID string `json:"issueInstanceId,omitempty"`

	// issue name
	// Read Only: true
	IssueName string `json:"issueName,omitempty"`

	// project name
	// Read Only: true
	ProjectName string `json:"projectName,omitempty"`

	// project version Id
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// project version name
	// Read Only: true
	ProjectVersionName string `json:"projectVersionName,omitempty"`

	// seq number
	// Required: true
	// Read Only: true
	SeqNumber int32 `json:"seqNumber"`

	// user name
	// Required: true
	// Read Only: true
	UserName string `json:"userName"`
}

IssueAuditComment An audit comment associated with an issue swagger:model Issue Audit Comment

func (*IssueAuditComment) MarshalBinary ¶

func (m *IssueAuditComment) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAuditComment) UnmarshalBinary ¶

func (m *IssueAuditComment) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAuditComment) Validate ¶

func (m *IssueAuditComment) Validate(formats strfmt.Registry) error

Validate validates this issue audit comment

type IssueAuditHistoryDto ¶

type IssueAuditHistoryDto struct {

	// Changed attribute name.
	// Required: true
	// Read Only: true
	AttributeName string `json:"attributeName"`

	// Date and time when audit was performed.
	// Required: true
	// Read Only: true
	// Format: date-time
	AuditDateTime Iso8601MilliDateTime `json:"auditDateTime"`

	// Flag that indicates if there were any conflicts when audit information was merged.
	// Required: true
	// Read Only: true
	Conflict bool `json:"conflict"`

	// ID of the issue the history record belongs to
	// Required: true
	// Read Only: true
	IssueID int64 `json:"issueId"`

	// Attribute value after audit.
	// Required: true
	// Read Only: true
	NewValue string `json:"newValue"`

	// Attribute value before audit.
	// Required: true
	// Read Only: true
	OldValue string `json:"oldValue"`

	// Sequence number of the history record in the list of all audit history records for the issue.
	// Required: true
	// Read Only: true
	SequenceNumber int32 `json:"sequenceNumber"`

	// Name of the user who performed the audit.
	// Required: true
	// Read Only: true
	UserName string `json:"userName"`

	// Attribute type.
	// Required: true
	// Read Only: true
	// Enum: [LIST DECIMAL DATE TEXT]
	ValueType string `json:"valueType"`
}

IssueAuditHistoryDto Issue audit history record. swagger:model IssueAuditHistoryDto

func (*IssueAuditHistoryDto) MarshalBinary ¶

func (m *IssueAuditHistoryDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAuditHistoryDto) UnmarshalBinary ¶

func (m *IssueAuditHistoryDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAuditHistoryDto) Validate ¶

func (m *IssueAuditHistoryDto) Validate(formats strfmt.Registry) error

Validate validates this issue audit history dto

type IssueAuditRequest ¶

type IssueAuditRequest struct {

	// Comment
	Comment string `json:"comment,omitempty"`

	// Custom tag values that are set for the issue.
	CustomTagAudit []*CustomTag `json:"customTagAudit"`

	// Issues to audit
	// Required: true
	Issues []*EntityStateIdentifier `json:"issues"`

	// Will suppress the issue
	Suppressed bool `json:"suppressed,omitempty"`

	// Username to assign
	User string `json:"user,omitempty"`
}

IssueAuditRequest Request to audit issues swagger:model IssueAuditRequest

func (*IssueAuditRequest) MarshalBinary ¶

func (m *IssueAuditRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAuditRequest) UnmarshalBinary ¶

func (m *IssueAuditRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAuditRequest) Validate ¶

func (m *IssueAuditRequest) Validate(formats strfmt.Registry) error

Validate validates this issue audit request

type IssueAuditResult ¶

type IssueAuditResult struct {

	// Custom tag values that are set for the issue.
	// Required: true
	// Read Only: true
	CustomTagValues []*CustomTag `json:"customTagValues"`

	// Audited issue ID.
	// Required: true
	// Read Only: true
	ID int64 `json:"id"`

	// Issue instance ID.
	// Required: true
	// Read Only: true
	IssueInstanceID string `json:"issueInstanceId"`

	// ID of the application version the audited issue belongs to.
	// Required: true
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId"`

	// Audited issue revision.
	// Required: true
	// Read Only: true
	Revision int32 `json:"revision"`

	// Is issue suppressed.
	// Required: true
	// Read Only: true
	Suppressed bool `json:"suppressed"`

	// User assigned to the audited issue.
	// Required: true
	// Read Only: true
	UserName string `json:"userName"`
}

IssueAuditResult Issue audit result contains the most rescent issue audit information after performing issue audit. swagger:model IssueAuditResult

func (*IssueAuditResult) MarshalBinary ¶

func (m *IssueAuditResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueAuditResult) UnmarshalBinary ¶

func (m *IssueAuditResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueAuditResult) Validate ¶

func (m *IssueAuditResult) Validate(formats strfmt.Registry) error

Validate validates this issue audit result

type IssueFileBugRequest ¶

type IssueFileBugRequest struct {

	// Bug param to file the bug
	// Required: true
	BugParams []*BugParam `json:"bugParams"`

	// Filter by property
	// Required: true
	FilterBy []string `json:"filterBy"`

	// Filterset
	// Required: true
	FilterSet *string `json:"filterSet"`

	// Instance id of issues that need to be filed as bugs
	// Required: true
	IssueInstanceIds []string `json:"issueInstanceIds"`
}

IssueFileBugRequest Request to file the bug from the issues swagger:model IssueFileBugRequest

func (*IssueFileBugRequest) MarshalBinary ¶

func (m *IssueFileBugRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueFileBugRequest) UnmarshalBinary ¶

func (m *IssueFileBugRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueFileBugRequest) Validate ¶

func (m *IssueFileBugRequest) Validate(formats strfmt.Registry) error

Validate validates this issue file bug request

type IssueFileBugResponse ¶

type IssueFileBugResponse struct {

	// Filed bugs
	// Read Only: true
	Data *ExternalBugInfo `json:"data,omitempty"`
}

IssueFileBugResponse Result of field bug action swagger:model IssueFileBugResponse

func (*IssueFileBugResponse) MarshalBinary ¶

func (m *IssueFileBugResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueFileBugResponse) UnmarshalBinary ¶

func (m *IssueFileBugResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueFileBugResponse) Validate ¶

func (m *IssueFileBugResponse) Validate(formats strfmt.Registry) error

Validate validates this issue file bug response

type IssueFilterSelector ¶

type IssueFilterSelector struct {

	// Selector set's description.
	// Required: true
	// Read Only: true
	Description string `json:"description"`

	// Selector set's display name.
	// Required: true
	// Read Only: true
	DisplayName string `json:"displayName"`

	// Type of the issue attriute that can be used for ordering or filtering.
	// Required: true
	// Read Only: true
	// Enum: [UNDEFINED ISSUE EXTERNALLIST CUSTOMTAG HYBRIDTAG FOLDER]
	EntityType string `json:"entityType"`

	// If value of the selector can be chose from the list of predefined values, or if it can contain any value defined by user.
	// Required: true
	// Read Only: true
	// Enum: [LIST DECIMAL DATE TEXT]
	FilterSelectorType string `json:"filterSelectorType"`

	// Selector set's GUID.
	// Required: true
	// Read Only: true
	GUID string `json:"guid"`

	// Selector set's options.
	// Required: true
	// Read Only: true
	SelectorOptions []*SelectorOption `json:"selectorOptions"`

	// Selector set's value that must be sent to backend when this option is selected.
	// Required: true
	// Read Only: true
	Value string `json:"value"`
}

IssueFilterSelector DTO object that holds the information about specific issue attribute that can be used for filtering issues list. swagger:model IssueFilterSelector

func (*IssueFilterSelector) MarshalBinary ¶

func (m *IssueFilterSelector) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueFilterSelector) UnmarshalBinary ¶

func (m *IssueFilterSelector) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueFilterSelector) Validate ¶

func (m *IssueFilterSelector) Validate(formats strfmt.Registry) error

Validate validates this issue filter selector

type IssueFilterSelectorSet ¶

type IssueFilterSelectorSet struct {

	// List of all possible issues filterring attributes.
	// Required: true
	// Read Only: true
	FilterBySet []*IssueFilterSelector `json:"filterBySet"`

	// List of all possible issues grouping attributes.
	// Required: true
	// Read Only: true
	GroupBySet []*IssueSelector `json:"groupBySet"`
}

IssueFilterSelectorSet Composite object that holds information about issue attributes that can be used for issue list filtering and grouping. swagger:model IssueFilterSelectorSet

func (*IssueFilterSelectorSet) MarshalBinary ¶

func (m *IssueFilterSelectorSet) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueFilterSelectorSet) UnmarshalBinary ¶

func (m *IssueFilterSelectorSet) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueFilterSelectorSet) Validate ¶

func (m *IssueFilterSelectorSet) Validate(formats strfmt.Registry) error

Validate validates this issue filter selector set

type IssuePrimaryTag ¶

type IssuePrimaryTag struct {

	// tag Guid
	TagGUID string `json:"tagGuid,omitempty"`

	// tag Id
	TagID int64 `json:"tagId,omitempty"`

	// tag name
	TagName string `json:"tagName,omitempty"`

	// tag value
	TagValue string `json:"tagValue,omitempty"`
}

IssuePrimaryTag Store the information about issue primary custom tag swagger:model Issue Primary Tag

func (*IssuePrimaryTag) MarshalBinary ¶

func (m *IssuePrimaryTag) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssuePrimaryTag) UnmarshalBinary ¶

func (m *IssuePrimaryTag) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssuePrimaryTag) Validate ¶

func (m *IssuePrimaryTag) Validate(formats strfmt.Registry) error

Validate validates this issue primary tag

type IssueSelector ¶

type IssueSelector struct {

	// Description
	// Required: true
	Description *string `json:"description"`

	// Display name for issue selector
	// Required: true
	DisplayName *string `json:"displayName"`

	// Issue selector entity type
	// Required: true
	// Enum: [UNDEFINED ISSUE EXTERNALLIST CUSTOMTAG HYBRIDTAG FOLDER]
	EntityType *string `json:"entityType"`

	// Issue selector global unique identifier
	// Required: true
	GUID *string `json:"guid"`

	// Issue selector value
	// Required: true
	Value *string `json:"value"`
}

IssueSelector Issue selector DTO object swagger:model Issue selector

func (*IssueSelector) MarshalBinary ¶

func (m *IssueSelector) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueSelector) UnmarshalBinary ¶

func (m *IssueSelector) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueSelector) Validate ¶

func (m *IssueSelector) Validate(formats strfmt.Registry) error

Validate validates this issue selector

type IssueStatistics ¶

type IssueStatistics struct {

	// Filter set identifier
	// Required: true
	FilterSetID *int64 `json:"filterSetId"`

	// Total number of hidden issues in the application version
	// Required: true
	HiddenCount *int32 `json:"hiddenCount"`

	// Number of displayable hidden issues in the application version
	// Required: true
	// Read Only: true
	HiddenDisplayableCount int32 `json:"hiddenDisplayableCount"`

	// Application version identifier
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`

	// Total number of removed issues
	// Required: true
	RemovedCount *int32 `json:"removedCount"`

	// Number of displayable removed issues  in the application version
	// Read Only: true
	RemovedDisplayableCount int32 `json:"removedDisplayableCount,omitempty"`

	// Total number of suppressed issues in the application version
	// Required: true
	SuppressedCount *int32 `json:"suppressedCount"`

	// Number of displayable suppressed issues in the application version
	// Read Only: true
	SuppressedDisplayableCount int32 `json:"suppressedDisplayableCount,omitempty"`
}

IssueStatistics Issue Statistics DTO object swagger:model Issue Statistics

func (*IssueStatistics) MarshalBinary ¶

func (m *IssueStatistics) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueStatistics) UnmarshalBinary ¶

func (m *IssueStatistics) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueStatistics) Validate ¶

func (m *IssueStatistics) Validate(formats strfmt.Registry) error

Validate validates this issue statistics

type IssueSummary ¶

type IssueSummary struct {

	// Name
	// Read Only: true
	Name string `json:"name,omitempty"`

	// series
	// Read Only: true
	Series []interface{} `json:"series"`

	// total issue count
	// Read Only: true
	TotalIssueCount int64 `json:"totalIssueCount,omitempty"`
}

IssueSummary Used to chart variable and performance indicators of application version's issues. swagger:model Issue Summary

func (*IssueSummary) MarshalBinary ¶

func (m *IssueSummary) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueSummary) UnmarshalBinary ¶

func (m *IssueSummary) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueSummary) Validate ¶

func (m *IssueSummary) Validate(formats strfmt.Registry) error

Validate validates this issue summary

type IssueSuppressRequest ¶

type IssueSuppressRequest struct {

	// Issues to suppress
	// Required: true
	Issues []*EntityStateIdentifier `json:"issues"`

	// Will suppress the issue
	// Required: true
	Suppressed *bool `json:"suppressed"`
}

IssueSuppressRequest Request to suppress issues swagger:model IssueSuppressRequest

func (*IssueSuppressRequest) MarshalBinary ¶

func (m *IssueSuppressRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueSuppressRequest) UnmarshalBinary ¶

func (m *IssueSuppressRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueSuppressRequest) Validate ¶

func (m *IssueSuppressRequest) Validate(formats strfmt.Registry) error

Validate validates this issue suppress request

type IssueTemplate ¶

type IssueTemplate struct {

	// Deprecated - value is always null.
	CustomTagIds []int64 `json:"customTagIds"`

	// default template
	DefaultTemplate bool `json:"defaultTemplate,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// Issue template id
	// Read Only: true
	ID string `json:"id,omitempty"`

	// Is the template in use
	InUse bool `json:"inUse,omitempty"`

	// master attr Guid
	MasterAttrGUID string `json:"masterAttrGuid,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// obsolete
	Obsolete bool `json:"obsolete,omitempty"`

	// original file name
	// Required: true
	OriginalFileName *string `json:"originalFileName"`

	// publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`
}

IssueTemplate Issue Template DTO object. swagger:model Issue Template

func (*IssueTemplate) MarshalBinary ¶

func (m *IssueTemplate) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueTemplate) UnmarshalBinary ¶

func (m *IssueTemplate) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueTemplate) Validate ¶

func (m *IssueTemplate) Validate(formats strfmt.Registry) error

Validate validates this issue template

type IssueUpdateTagRequest ¶

type IssueUpdateTagRequest struct {

	// Custom tag values that are set for the issue.
	// Required: true
	CustomTagAudit *CustomTag `json:"customTagAudit"`

	// Issues to audit
	// Required: true
	Issues []*EntityStateIdentifier `json:"issues"`
}

IssueUpdateTagRequest Request to update custom tag for the issues swagger:model IssueUpdateTagRequest

func (*IssueUpdateTagRequest) MarshalBinary ¶

func (m *IssueUpdateTagRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueUpdateTagRequest) UnmarshalBinary ¶

func (m *IssueUpdateTagRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueUpdateTagRequest) Validate ¶

func (m *IssueUpdateTagRequest) Validate(formats strfmt.Registry) error

Validate validates this issue update tag request

type IssueViewTemplate ¶

type IssueViewTemplate struct {

	// Issue data version for which template is created.
	DataVersion int64 `json:"dataVersion,omitempty"`

	// Template description.
	Description string `json:"description,omitempty"`

	// Engine type for which template is created.
	EngineType string `json:"engineType,omitempty"`

	// Unique identifier of the issue view template.
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Id of the plugin meta data for which template is created.
	MetadataID int64 `json:"metadataId,omitempty"`

	// Object version.
	// Required: true
	ObjectVersion *int32 `json:"objectVersion"`

	// Actual template JSON data.
	TemplateData [][]TemplateItem `json:"templateData"`
}

IssueViewTemplate Issue view template DTO object. swagger:model IssueViewTemplate

func (*IssueViewTemplate) MarshalBinary ¶

func (m *IssueViewTemplate) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IssueViewTemplate) UnmarshalBinary ¶

func (m *IssueViewTemplate) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IssueViewTemplate) Validate ¶

func (m *IssueViewTemplate) Validate(formats strfmt.Registry) error

Validate validates this issue view template

type Job ¶

type Job struct {

	// Artifact name related to this job
	// Required: true
	ArtifactName *string `json:"artifactName"`

	// Set to true if job is cancelable
	// Required: true
	Cancellable *bool `json:"cancellable"`

	// Job execution order
	// Required: true
	ExecutionOrder *float64 `json:"executionOrder"`

	// End time of job
	// Required: true
	// Format: date-time
	FinishTime *Iso8601MilliDateTime `json:"finishTime"`

	// Job class
	// Required: true
	JobClass *string `json:"jobClass"`

	// Job data
	// Required: true
	JobData interface{} `json:"jobData"`

	// Job group
	// Required: true
	JobGroup *string `json:"jobGroup"`

	// identifier of job
	// Read Only: true
	JobName string `json:"jobName,omitempty"`

	// Job priority
	// Required: true
	Priority *int32 `json:"priority"`

	// Application name related to this job
	// Required: true
	ProjectName *string `json:"projectName"`

	// Application version identifier related to this job
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`

	// Application version name related to this job
	// Required: true
	ProjectVersionName *string `json:"projectVersionName"`

	// Start time of job
	// Required: true
	// Format: date-time
	StartTime *Iso8601MilliDateTime `json:"startTime"`

	// Job State
	// Required: true
	// Enum: [PREPARED FINISHED RUNNING DEFERRED FAILED CANCELLED]
	State *string `json:"state"`

	// Name of user this job was created by
	// Required: true
	UserName *string `json:"userName"`
}

Job Job DTO object swagger:model Job

func (*Job) MarshalBinary ¶

func (m *Job) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Job) UnmarshalBinary ¶

func (m *Job) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Job) Validate ¶

func (m *Job) Validate(formats strfmt.Registry) error

Validate validates this job

type JobCancelRequest ¶

type JobCancelRequest struct {

	// List containing single job ID to cancel
	// Required: true
	JobIds []string `json:"jobIds"`
}

JobCancelRequest Request to cancel jobs swagger:model JobCancelRequest

func (*JobCancelRequest) MarshalBinary ¶

func (m *JobCancelRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*JobCancelRequest) UnmarshalBinary ¶

func (m *JobCancelRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*JobCancelRequest) Validate ¶

func (m *JobCancelRequest) Validate(formats strfmt.Registry) error

Validate validates this job cancel request

type JobPriorityChangeCategoryWarning ¶

type JobPriorityChangeCategoryWarning struct {

	// Job priority change warning category.
	// Required: true
	// Read Only: true
	WarningCategory string `json:"warningCategory"`

	// Detailed information about job priority change.
	// Required: true
	// Read Only: true
	WarningList []*JobPriorityChangeInfo `json:"warningList"`
}

JobPriorityChangeCategoryWarning Job priority change warning swagger:model JobPriorityChangeCategoryWarning

func (*JobPriorityChangeCategoryWarning) MarshalBinary ¶

func (m *JobPriorityChangeCategoryWarning) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*JobPriorityChangeCategoryWarning) UnmarshalBinary ¶

func (m *JobPriorityChangeCategoryWarning) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*JobPriorityChangeCategoryWarning) Validate ¶

Validate validates this job priority change category warning

type JobPriorityChangeInfo ¶

type JobPriorityChangeInfo struct {

	// Number of the warnings of for the specific job class.
	// Required: true
	// Read Only: true
	Count int32 `json:"count"`

	// Job class name.
	// Required: true
	// Read Only: true
	JobClassName string `json:"jobClassName"`
}

JobPriorityChangeInfo Job priority change information swagger:model JobPriorityChangeInfo

func (*JobPriorityChangeInfo) MarshalBinary ¶

func (m *JobPriorityChangeInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*JobPriorityChangeInfo) UnmarshalBinary ¶

func (m *JobPriorityChangeInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*JobPriorityChangeInfo) Validate ¶

func (m *JobPriorityChangeInfo) Validate(formats strfmt.Registry) error

Validate validates this job priority change info

type LDAPEntity ¶

type LDAPEntity struct {

	// Distinguished name of LDAP entity
	// Required: true
	DistinguishedName *string `json:"distinguishedName"`

	// Email of LDAP entity
	// Required: true
	Email *string `json:"email"`

	// First name of LDAP entity
	// Required: true
	FirstName *string `json:"firstName"`

	// LDAP entity identifier
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Last name of LDAP entity
	// Required: true
	LastName *string `json:"lastName"`

	// Type of LDAP entity.
	// Required: true
	// Enum: [NONE GROUP USER ORG_UNIT]
	LdapType *string `json:"ldapType"`

	// LDAP entity name
	// Required: true
	Name *string `json:"name"`

	// List of roles pertaining to this LDAP entity
	// Required: true
	Roles []*Role `json:"roles"`

	// Photo object if LDAP entity is user
	UserPhoto *UserPhoto `json:"userPhoto,omitempty"`
}

LDAPEntity An LDAP entity like user, group or organization swagger:model LDAP entity

func (*LDAPEntity) MarshalBinary ¶

func (m *LDAPEntity) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LDAPEntity) UnmarshalBinary ¶

func (m *LDAPEntity) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LDAPEntity) Validate ¶

func (m *LDAPEntity) Validate(formats strfmt.Registry) error

Validate validates this l d a p entity

type LdapRefreshResponse ¶

type LdapRefreshResponse struct {

	// LDAP refresh job information
	// Read Only: true
	Data *Job `json:"data,omitempty"`
}

LdapRefreshResponse Result of refreshing ldap server swagger:model LdapRefreshResponse

func (*LdapRefreshResponse) MarshalBinary ¶

func (m *LdapRefreshResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LdapRefreshResponse) UnmarshalBinary ¶

func (m *LdapRefreshResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LdapRefreshResponse) Validate ¶

func (m *LdapRefreshResponse) Validate(formats strfmt.Registry) error

Validate validates this ldap refresh response

type LdapServerDto ¶

type LdapServerDto struct {

	// attribute distinguished name
	// Required: true
	AttributeDistinguishedName *string `json:"attributeDistinguishedName"`

	// attribute email
	// Required: true
	AttributeEmail *string `json:"attributeEmail"`

	// attribute first name
	// Required: true
	AttributeFirstName *string `json:"attributeFirstName"`

	// attribute groupname
	// Required: true
	AttributeGroupname *string `json:"attributeGroupname"`

	// attribute last name
	// Required: true
	AttributeLastName *string `json:"attributeLastName"`

	// attribute member
	// Required: true
	AttributeMember *string `json:"attributeMember"`

	// attribute member of
	// Required: true
	AttributeMemberOf *string `json:"attributeMemberOf"`

	// attribute object class
	// Required: true
	AttributeObjectClass *string `json:"attributeObjectClass"`

	// attribute object sid
	AttributeObjectSid string `json:"attributeObjectSid,omitempty"`

	// attribute orgunit name
	// Required: true
	AttributeOrgunitName *string `json:"attributeOrgunitName"`

	// attribute password
	// Required: true
	AttributePassword *string `json:"attributePassword"`

	// attribute thumbnail mime default
	AttributeThumbnailMimeDefault string `json:"attributeThumbnailMimeDefault,omitempty"`

	// attribute thumbnail photo
	AttributeThumbnailPhoto string `json:"attributeThumbnailPhoto,omitempty"`

	// attribute user name
	// Required: true
	AttributeUserName *string `json:"attributeUserName"`

	// authenticator type
	// Required: true
	// Enum: [BIND_AUTHENTICATOR PASSWORD_COMPARISON_AUTHENTICATOR]
	AuthenticatorType *string `json:"authenticatorType"`

	// Distinguished name (DN) of root (base) LDAP entity SSC has access to. If value is set to not empty entity's DN, SSC has access only to this entity and all its children. If value of this attribute is an empty string, SSC has access to whole LDAP entities tree
	// Required: true
	BaseDn *string `json:"baseDn"`

	// base object sid
	BaseObjectSid string `json:"baseObjectSid,omitempty"`

	// cache enabled
	// Required: true
	CacheEnabled *bool `json:"cacheEnabled"`

	// cache eviction time
	// Required: true
	CacheEvictionTime *int32 `json:"cacheEvictionTime"`

	// cache executor pool size
	// Required: true
	CacheExecutorPoolSize *int32 `json:"cacheExecutorPoolSize"`

	// cache executor pool size max
	// Required: true
	CacheExecutorPoolSizeMax *int32 `json:"cacheExecutorPoolSizeMax"`

	// cache max threads per cache
	// Required: true
	CacheMaxThreadsPerCache *int32 `json:"cacheMaxThreadsPerCache"`

	// check ssl hostname
	// Required: true
	CheckSslHostname *bool `json:"checkSslHostname"`

	// check ssl trust
	// Required: true
	CheckSslTrust *bool `json:"checkSslTrust"`

	// class group
	// Required: true
	ClassGroup *string `json:"classGroup"`

	// class orgunit
	// Required: true
	ClassOrgunit *string `json:"classOrgunit"`

	// class user
	// Required: true
	ClassUser *string `json:"classUser"`

	// Boolean flag that marks LDAP server as default. Default means the server which configuration was imported from ldap.properties legacy configuration file
	// Required: true
	DefaultServer *bool `json:"defaultServer"`

	// Flag that marks server as enabled. All enabled servers are used by SSC. Server can be temporary disabled if it is temporary down.
	// Required: true
	Enabled *bool `json:"enabled"`

	// LDAP Server id
	// Required: true
	// Read Only: true
	ID int64 `json:"id"`

	// ignore partial result exception
	// Required: true
	IgnorePartialResultException *bool `json:"ignorePartialResultException"`

	// nested groups enabled
	// Required: true
	NestedGroupsEnabled *bool `json:"nestedGroupsEnabled"`

	// Version of the LDAP server entity to support editing LDAP server entity by multiply administrators
	// Required: true
	// Read Only: true
	ObjectVersion int32 `json:"objectVersion"`

	// page size
	// Required: true
	PageSize *int32 `json:"pageSize"`

	// paging enabled
	// Required: true
	PagingEnabled *bool `json:"pagingEnabled"`

	// password encoder type
	// Required: true
	// Enum: [NOT_SET LDAP_SHA_PASSWORD_ENCODER MD4_PASSWORD_ENCODER MD5_PASSWORD_ENCODER SHA_PASSWORD_ENCODER]
	PasswordEncoderType *string `json:"passwordEncoderType"`

	// referrals processing strategy
	// Required: true
	// Enum: [ignore follow]
	ReferralsProcessingStrategy *string `json:"referralsProcessingStrategy"`

	// save without validation
	SaveWithoutValidation bool `json:"saveWithoutValidation,omitempty"`

	// search Dns
	SearchDNS string `json:"searchDns,omitempty"`

	// Name of the LDAP server to distinguish it from other servers
	// Required: true
	ServerName *string `json:"serverName"`

	// url
	// Required: true
	URL *string `json:"url"`

	// user dn
	// Required: true
	UserDn *string `json:"userDn"`

	// user password
	// Required: true
	UserPassword *string `json:"userPassword"`

	// user photo enabled
	// Required: true
	UserPhotoEnabled *bool `json:"userPhotoEnabled"`

	// validation idle time
	// Required: true
	ValidationIdleTime *int32 `json:"validationIdleTime"`

	// validation time limit
	// Required: true
	ValidationTimeLimit *int32 `json:"validationTimeLimit"`
}

LdapServerDto ldap server dto swagger:model LdapServerDto

func (*LdapServerDto) MarshalBinary ¶

func (m *LdapServerDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LdapServerDto) UnmarshalBinary ¶

func (m *LdapServerDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LdapServerDto) Validate ¶

func (m *LdapServerDto) Validate(formats strfmt.Registry) error

Validate validates this ldap server dto

type LdapServerTestRequest ¶

type LdapServerTestRequest struct {

	// LDAP server information
	// Required: true
	LdapConfig *LdapServerDto `json:"ldapConfig"`
}

LdapServerTestRequest Request to test ldap server swagger:model LdapServerTestRequest

func (*LdapServerTestRequest) MarshalBinary ¶

func (m *LdapServerTestRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LdapServerTestRequest) UnmarshalBinary ¶

func (m *LdapServerTestRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LdapServerTestRequest) Validate ¶

func (m *LdapServerTestRequest) Validate(formats strfmt.Registry) error

Validate validates this ldap server test request

type License ¶

type License struct {

	// List of all license capabilities
	// Read Only: true
	Capabilities []*LicenseCapability `json:"capabilities"`

	// Date when license was created
	// Read Only: true
	// Format: date-time
	CreationDate Iso8601MilliDateTime `json:"creationDate,omitempty"`

	// License description
	// Read Only: true
	Description string `json:"description,omitempty"`

	// Date when license is going to be expired
	// Read Only: true
	// Format: date-time
	ExpirationDate Iso8601MilliDateTime `json:"expirationDate,omitempty"`

	// Name of the license owner
	// Read Only: true
	OwnerName string `json:"ownerName,omitempty"`
}

License license swagger:model License

func (*License) MarshalBinary ¶

func (m *License) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*License) UnmarshalBinary ¶

func (m *License) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*License) Validate ¶

func (m *License) Validate(formats strfmt.Registry) error

Validate validates this license

type LicenseCapability ¶

type LicenseCapability struct {

	// License capability expiration date
	// Required: true
	// Format: date-time
	ExpirationDate *Iso8601MilliDateTime `json:"expirationDate"`

	// License capability identifier
	// Required: true
	Key *string `json:"key"`

	// License capability value
	// Required: true
	Value *string `json:"value"`
}

LicenseCapability License capability swagger:model License capability

func (*LicenseCapability) MarshalBinary ¶

func (m *LicenseCapability) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LicenseCapability) UnmarshalBinary ¶

func (m *LicenseCapability) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LicenseCapability) Validate ¶

func (m *LicenseCapability) Validate(formats strfmt.Registry) error

Validate validates this license capability

type LocalUser ¶

type LocalUser struct {

	// admin password
	AdminPassword string `json:"adminPassword,omitempty"`

	// clear password
	ClearPassword string `json:"clearPassword,omitempty"`

	// Date user's account was frozen
	// Required: true
	// Format: date-time
	DateFrozen *Iso8601MilliDateTime `json:"dateFrozen"`

	// email
	// Required: true
	Email *string `json:"email"`

	// Number of failed login attempts
	// Required: true
	FailedLoginAttempts *int32 `json:"failedLoginAttempts"`

	// first name
	// Required: true
	FirstName *string `json:"firstName"`

	// ID required when referencing an existing Local User
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// last name
	// Required: true
	LastName *string `json:"lastName"`

	// True if user's password never expires
	// Required: true
	PasswordNeverExpire *bool `json:"passwordNeverExpire"`

	// Is user required to change password on first login?
	// Required: true
	RequirePasswordChange *bool `json:"requirePasswordChange"`

	// List of Roles assigned to user
	// Required: true
	Roles []*Role `json:"roles"`

	// True if user's account is locked
	// Required: true
	Suspended *bool `json:"suspended"`

	// user name
	// Required: true
	UserName *string `json:"userName"`
}

LocalUser Local User DTO object swagger:model Local User

func (*LocalUser) MarshalBinary ¶

func (m *LocalUser) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LocalUser) UnmarshalBinary ¶

func (m *LocalUser) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LocalUser) Validate ¶

func (m *LocalUser) Validate(formats strfmt.Registry) error

Validate validates this local user

type ObsoletePolicy ¶

type ObsoletePolicy struct {

	// True if this obsolete policy is also configured as system default policy
	DefaultPolicy bool `json:"defaultPolicy,omitempty"`

	// Count of application versions where this obsolete policy has been found
	// Read Only: true
	ObsoleteAvCount int64 `json:"obsoleteAvCount,omitempty"`

	// Obsolete prediction policy name found in application version
	// Read Only: true
	PolicyName string `json:"policyName,omitempty"`
}

ObsoletePolicy Audit Assistant obsolete prediction policy swagger:model Obsolete policy

func (*ObsoletePolicy) MarshalBinary ¶

func (m *ObsoletePolicy) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ObsoletePolicy) UnmarshalBinary ¶

func (m *ObsoletePolicy) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ObsoletePolicy) Validate ¶

func (m *ObsoletePolicy) Validate(formats strfmt.Registry) error

Validate validates this obsolete policy

type PasswordStrengthCheckRequest ¶

type PasswordStrengthCheckRequest struct {

	// Get additional words to add to dictionary. If null, current user data will be added (for example: username, first name, last name, email).
	ExtraDictionary []string `json:"extraDictionary"`

	// Get password or its part from input
	// Required: true
	Password *string `json:"password"`
}

PasswordStrengthCheckRequest Password strength check request swagger:model PasswordStrengthCheckRequest

func (*PasswordStrengthCheckRequest) MarshalBinary ¶

func (m *PasswordStrengthCheckRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PasswordStrengthCheckRequest) UnmarshalBinary ¶

func (m *PasswordStrengthCheckRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PasswordStrengthCheckRequest) Validate ¶

func (m *PasswordStrengthCheckRequest) Validate(formats strfmt.Registry) error

Validate validates this password strength check request

type PasswordStrengthCheckResponse ¶

type PasswordStrengthCheckResponse struct {

	// Password strength score
	// Read Only: true
	Score int32 `json:"score,omitempty"`
}

PasswordStrengthCheckResponse Result of checking strength of password swagger:model PasswordStrengthCheckResponse

func (*PasswordStrengthCheckResponse) MarshalBinary ¶

func (m *PasswordStrengthCheckResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PasswordStrengthCheckResponse) UnmarshalBinary ¶

func (m *PasswordStrengthCheckResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PasswordStrengthCheckResponse) Validate ¶

func (m *PasswordStrengthCheckResponse) Validate(formats strfmt.Registry) error

Validate validates this password strength check response

type PerformanceIndicator ¶

type PerformanceIndicator struct {

	// description
	Description string `json:"description,omitempty"`

	// equation
	// Required: true
	Equation *string `json:"equation"`

	// guid
	GUID string `json:"guid,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// in use
	InUse bool `json:"inUse,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`

	// range
	// Required: true
	// Enum: [Integer Percent]
	Range *string `json:"range"`

	// type
	// Enum: [SYSTEM_DEFINED USER_DEFINED]
	Type string `json:"type,omitempty"`

	// variables
	Variables []*Variable `json:"variables"`
}

PerformanceIndicator Performance indicators enable you to combine variables into metrics that are normalized across application version boundaries swagger:model PerformanceIndicator

func (*PerformanceIndicator) MarshalBinary ¶

func (m *PerformanceIndicator) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PerformanceIndicator) UnmarshalBinary ¶

func (m *PerformanceIndicator) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PerformanceIndicator) Validate ¶

func (m *PerformanceIndicator) Validate(formats strfmt.Registry) error

Validate validates this performance indicator

type PerformanceIndicatorHistory ¶

type PerformanceIndicatorHistory struct {

	// description
	Description string `json:"description,omitempty"`

	// ID required when referencing an existing Performance Indicator History object
	// Read Only: true
	ID string `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// Range of values
	Range string `json:"range,omitempty"`

	// timestamp
	// Format: date-time
	Timestamp Iso8601MilliDateTime `json:"timestamp,omitempty"`

	// Required if referencing an existing Performance Indicator History  object
	// Required: true
	Value *float32 `json:"value"`
}

PerformanceIndicatorHistory Performance Indicator History DTO object. swagger:model Performance Indicator History

func (*PerformanceIndicatorHistory) MarshalBinary ¶

func (m *PerformanceIndicatorHistory) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PerformanceIndicatorHistory) UnmarshalBinary ¶

func (m *PerformanceIndicatorHistory) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PerformanceIndicatorHistory) Validate ¶

func (m *PerformanceIndicatorHistory) Validate(formats strfmt.Registry) error

Validate validates this performance indicator history

type Permission ¶

type Permission struct {

	// assign by default
	AssignByDefault bool `json:"assignByDefault,omitempty"`

	// Set of permissions this permission requires
	// Required: true
	// Read Only: true
	DependsOnPermission []*Permission `json:"dependsOnPermission"`

	// Permission description
	// Required: true
	// Read Only: true
	Description string `json:"description"`

	// Permission id
	// Read Only: true
	ID string `json:"id,omitempty"`

	// Permission name
	// Required: true
	// Read Only: true
	Name string `json:"name"`

	// Actions this permission is allowed to perform
	// Required: true
	// Read Only: true
	PermittedActions []string `json:"permittedActions"`

	// Flag is true if this permission can only be assigned to users, and not groups or organizations
	// Required: true
	// Read Only: true
	UserOnly bool `json:"userOnly"`
}

Permission A permission in the server swagger:model Permission

func (*Permission) MarshalBinary ¶

func (m *Permission) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Permission) UnmarshalBinary ¶

func (m *Permission) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Permission) Validate ¶

func (m *Permission) Validate(formats strfmt.Registry) error

Validate validates this permission

type PluginConfiguration ¶

type PluginConfiguration struct {

	// parameter name
	ParameterName string `json:"parameterName,omitempty"`

	// parameter type
	ParameterType string `json:"parameterType,omitempty"`
}

PluginConfiguration additional configuration needed for a plugin. swagger:model PluginConfiguration

func (*PluginConfiguration) MarshalBinary ¶

func (m *PluginConfiguration) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginConfiguration) UnmarshalBinary ¶

func (m *PluginConfiguration) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginConfiguration) Validate ¶

func (m *PluginConfiguration) Validate(formats strfmt.Registry) error

Validate validates this plugin configuration

type PluginDisableRequest ¶

type PluginDisableRequest struct {

	// List containing single plugin ID to disable
	// Required: true
	PluginIds []int64 `json:"pluginIds"`
}

PluginDisableRequest Request to disable plugin swagger:model PluginDisableRequest

func (*PluginDisableRequest) MarshalBinary ¶

func (m *PluginDisableRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginDisableRequest) UnmarshalBinary ¶

func (m *PluginDisableRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginDisableRequest) Validate ¶

func (m *PluginDisableRequest) Validate(formats strfmt.Registry) error

Validate validates this plugin disable request

type PluginEnableRequest ¶

type PluginEnableRequest struct {

	// List containing single plugin ID to enable
	// Required: true
	PluginIds []int64 `json:"pluginIds"`
}

PluginEnableRequest Request to enable plugin swagger:model PluginEnableRequest

func (*PluginEnableRequest) MarshalBinary ¶

func (m *PluginEnableRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginEnableRequest) UnmarshalBinary ¶

func (m *PluginEnableRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginEnableRequest) Validate ¶

func (m *PluginEnableRequest) Validate(formats strfmt.Registry) error

Validate validates this plugin enable request

type PluginLocalization ¶

type PluginLocalization map[string]interface{}

PluginLocalization plugin localization swagger:model Plugin Localization

func (PluginLocalization) Validate ¶

func (m PluginLocalization) Validate(formats strfmt.Registry) error

Validate validates this plugin localization

type PluginMetaData ¶

type PluginMetaData struct {

	// Version string of the SSC plugin api used to develop the plugin
	// Required: true
	APIVersion *string `json:"apiVersion"`

	// An integer used to tag the set of issue attributes provided by this plugin.
	// Required: true
	DataVersion *int32 `json:"dataVersion"`

	// Plugin description
	// Read Only: true
	Description string `json:"description,omitempty"`

	// Name of the scan engine supported by the plugin. Value is defined for parser plugins only
	// Read Only: true
	EngineType string `json:"engineType,omitempty"`

	// Plugin unique identifier
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Tracks whether this plugin instance was the most recently used of its kind
	// Required: true
	LastUsedOfKind *bool `json:"lastUsedOfKind"`

	// Additional configuration properties used by the plugin
	// Required: true
	PluginConfiguration []*PluginConfiguration `json:"pluginConfiguration"`

	// Identifier of the plugin, usually a fully-qualified classname. Non-unique when multiple versions of same plugin exist
	// Required: true
	PluginID *string `json:"pluginId"`

	// A string name for the plugin
	// Required: true
	PluginName *string `json:"pluginName"`

	// State of the plugin instance
	// Required: true
	// Enum: [STOPPED STARTING STARTED STOPPING FAILED_TO_START FAILED_TO_STOP UNKNOWN]
	PluginState *string `json:"pluginState"`

	// Denotes functionality of the plugin instance, such as scan parsing, bugtracker integration.
	// Required: true
	// Enum: [SCAN_PARSER BUG_TRACKER LEGACY_BUG_TRACKER]
	PluginType *string `json:"pluginType"`

	// A version string of the implementation code of the plugin
	// Required: true
	PluginVersion *string `json:"pluginVersion"`

	// Versions of the scan engine results supported by the plugin. Value is defined for parser plugins only
	// Read Only: true
	SupportedEngineVersions string `json:"supportedEngineVersions,omitempty"`

	// whether the plugin instance was installed by adding the jar to a special system folder
	// Required: true
	SystemInstalled *bool `json:"systemInstalled"`

	// Name of the company / organization that developed the plugin
	// Read Only: true
	VendorName string `json:"vendorName,omitempty"`

	// Plugin vendor's web site URL
	// Read Only: true
	VendorURL string `json:"vendorUrl,omitempty"`
}

PluginMetaData plugin meta data holds attributes of the plugins installed in the application. swagger:model Plugin Meta Data

func (*PluginMetaData) MarshalBinary ¶

func (m *PluginMetaData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginMetaData) UnmarshalBinary ¶

func (m *PluginMetaData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginMetaData) Validate ¶

func (m *PluginMetaData) Validate(formats strfmt.Registry) error

Validate validates this plugin meta data

type PolicyReplacement ¶

type PolicyReplacement struct {

	// from policy
	FromPolicy string `json:"fromPolicy,omitempty"`

	// to policy
	ToPolicy string `json:"toPolicy,omitempty"`
}

PolicyReplacement Audit Assistant prediction policy replacement mapping swagger:model Policy replacement

func (*PolicyReplacement) MarshalBinary ¶

func (m *PolicyReplacement) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PolicyReplacement) UnmarshalBinary ¶

func (m *PolicyReplacement) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PolicyReplacement) Validate ¶

func (m *PolicyReplacement) Validate(formats strfmt.Registry) error

Validate validates this policy replacement

type Project ¶

type Project struct {

	// User that created this application
	// Required: true
	CreatedBy *string `json:"createdBy"`

	// Remove CreationDate since format is causing parsing issues
	// Date created
	// Required: true
	// Read Only: true
	// Format: date-time
	CreationDate Iso8601MilliDateTime `json:"creationDate"`

	// Description
	Description string `json:"description,omitempty"`

	// Id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Id of the Issue Template used
	// Required: true
	IssueTemplateID *string `json:"issueTemplateId"`

	// Name
	// Required: true
	Name *string `json:"name"`
}

Project An application on the server swagger:model Project

func (*Project) MarshalBinary ¶

func (m *Project) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Project) UnmarshalBinary ¶

func (m *Project) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Project) Validate ¶

func (m *Project) Validate(formats strfmt.Registry) error

Validate validates this project

type ProjectVersion ¶

type ProjectVersion struct {

	// True if this version is active
	// Required: true
	Active *bool `json:"active"`

	// assigned issues count
	AssignedIssuesCount int64 `json:"assignedIssuesCount,omitempty"`

	// attachments out of date
	AttachmentsOutOfDate bool `json:"attachmentsOutOfDate,omitempty"`

	// true if auto-prediction is enabled for this application version; false otherwise. This property modification is protected by AUDITASSISTANT_MANAGE permission.
	AutoPredict bool `json:"autoPredict,omitempty"`

	// true if the bug tracker plugin assigned to the application version is currently enabled in the system
	// Required: true
	BugTrackerEnabled *bool `json:"bugTrackerEnabled"`

	// identifier of the bug tracker plugin (if any) assigned to this application version
	// Required: true
	BugTrackerPluginID *string `json:"bugTrackerPluginId"`

	// True if this version is committed and ready to be used
	// Required: true
	Committed *bool `json:"committed"`

	// User that created this version
	// Required: true
	CreatedBy *string `json:"createdBy"`

	// Date this version was created
	// Required: true
	// Format: date-time
	CreationDate *Iso8601MilliDateTime `json:"creationDate"`

	// current state
	CurrentState *ProjectVersionState `json:"currentState,omitempty"`

	// true if custom tag values auto-apply is enabled for this application version; false otherwise. This property modification is protected by AUDITASSISTANT_MANAGE permission.
	CustomTagValuesAutoApply bool `json:"customTagValuesAutoApply,omitempty"`

	// Description
	// Required: true
	Description *string `json:"description"`

	// Id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Id of the Issue Template used by this version
	// Required: true
	IssueTemplateID *string `json:"issueTemplateId"`

	// Last time the Issue Template was modified
	// Required: true
	IssueTemplateModifiedTime *int64 `json:"issueTemplateModifiedTime"`

	// Name of the Issue Template used by this version
	// Required: true
	IssueTemplateName *string `json:"issueTemplateName"`

	// id of the latest scan uploaded to application version
	// Required: true
	LatestScanID *int64 `json:"latestScanId"`

	// load properties
	LoadProperties string `json:"loadProperties,omitempty"`

	// Guid of the primary custom tag for this version
	// Required: true
	MasterAttrGUID *string `json:"masterAttrGuid"`

	// migration version
	MigrationVersion float32 `json:"migrationVersion,omitempty"`

	// mode
	// Enum: [NONE ASSESSMENT BASIC FULL]
	Mode string `json:"mode,omitempty"`

	// Name
	// Required: true
	Name *string `json:"name"`

	// obfuscated Id
	ObfuscatedID string `json:"obfuscatedId,omitempty"`

	// Owner of this version
	// Required: true
	Owner *string `json:"owner"`

	// Name of the policy to be used for predictions for this application version. Modification of this property is protected by AUDITASSISTANT_MANAGE permission.
	PredictionPolicy string `json:"predictionPolicy,omitempty"`

	// project
	Project *Project `json:"project,omitempty"`

	// refresh required
	RefreshRequired bool `json:"refreshRequired,omitempty"`

	// security group
	SecurityGroup string `json:"securityGroup,omitempty"`

	// Server version this version's data supports
	// Required: true
	ServerVersion *float32 `json:"serverVersion"`

	// site Id
	SiteID string `json:"siteId,omitempty"`

	// True if the most recent snapshot is not accurate
	// Required: true
	SnapshotOutOfDate *bool `json:"snapshotOutOfDate"`

	// source base path
	SourceBasePath string `json:"sourceBasePath,omitempty"`

	// True if this version's Issue Template has changed or been modified
	// Required: true
	StaleIssueTemplate *bool `json:"staleIssueTemplate"`

	// status
	// Enum: [ACTIVE DELETING ARCHIVED COPYING_ISSUES]
	Status string `json:"status,omitempty"`

	// traces out of date
	TracesOutOfDate bool `json:"tracesOutOfDate,omitempty"`
}

ProjectVersion A version of an application on the server swagger:model Project Version

func (*ProjectVersion) MarshalBinary ¶

func (m *ProjectVersion) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersion) UnmarshalBinary ¶

func (m *ProjectVersion) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersion) Validate ¶

func (m *ProjectVersion) Validate(formats strfmt.Registry) error

Validate validates this project version

type ProjectVersionAuditByAssistantRequest ¶

type ProjectVersionAuditByAssistantRequest struct {

	// List containing single application version ID to send audit assistant
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

ProjectVersionAuditByAssistantRequest Request to send the application version's data to Audit Assistant for assessment swagger:model ProjectVersionAuditByAssistantRequest

func (*ProjectVersionAuditByAssistantRequest) MarshalBinary ¶

func (m *ProjectVersionAuditByAssistantRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionAuditByAssistantRequest) UnmarshalBinary ¶

func (m *ProjectVersionAuditByAssistantRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionAuditByAssistantRequest) Validate ¶

Validate validates this project version audit by assistant request

type ProjectVersionAuthEntityAssignRequest ¶

type ProjectVersionAuthEntityAssignRequest struct {

	// Application version ids to assign auth entity
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

ProjectVersionAuthEntityAssignRequest Request to associate application versions to auth entity swagger:model ProjectVersionAuthEntityAssignRequest

func (*ProjectVersionAuthEntityAssignRequest) MarshalBinary ¶

func (m *ProjectVersionAuthEntityAssignRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionAuthEntityAssignRequest) UnmarshalBinary ¶

func (m *ProjectVersionAuthEntityAssignRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionAuthEntityAssignRequest) Validate ¶

Validate validates this project version auth entity assign request

type ProjectVersionBugTracker ¶

type ProjectVersionBugTracker struct {

	// the short display name of the bug tracker. (will be null if no bugtracker is assigned or if there is no currently installed plugin matching the assigned pluginId.)
	// Required: true
	AssignedBugtrackerShortNameIfKnown *string `json:"assignedBugtrackerShortNameIfKnown"`

	// identifier of the bug tracker plugin assigned to the application version. (Bug tracker integration will be active only if the plugin is also enabled in the system.)
	// Required: true
	AssignedPluginID *string `json:"assignedPluginId"`

	// Bug state management configuration
	// Required: true
	BugStateManagementConfig *BugStateManagementCfg `json:"bugStateManagementConfig"`

	// Bug tracker (note that this field will be null if the assigned bug tracker is not enabled in the SSC plugin framework.)
	// Required: true
	BugTracker *BugTracker `json:"bugTracker"`

	// indicates whether a bug tracker is assigned to the application version
	// Required: true
	BugtrackerIsAssigned *bool `json:"bugtrackerIsAssigned"`

	// clear app version bugs
	ClearAppVersionBugs bool `json:"clearAppVersionBugs,omitempty"`
}

ProjectVersionBugTracker Object containing application version and bug tracker related data swagger:model Project version bug tracker

func (*ProjectVersionBugTracker) MarshalBinary ¶

func (m *ProjectVersionBugTracker) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionBugTracker) UnmarshalBinary ¶

func (m *ProjectVersionBugTracker) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionBugTracker) Validate ¶

func (m *ProjectVersionBugTracker) Validate(formats strfmt.Registry) error

Validate validates this project version bug tracker

type ProjectVersionClearBugLinksRequest ¶

type ProjectVersionClearBugLinksRequest struct {

	// Identifying information for the bug links to be cleared. (The format of an externalBugId depends on the SSC bug tracker plugin which filed the bug)
	// Required: true
	ExternalBugIds []string `json:"externalBugIds"`
}

ProjectVersionClearBugLinksRequest Request to clear the specified bug links from the application version swagger:model ProjectVersionClearBugLinksRequest

func (*ProjectVersionClearBugLinksRequest) MarshalBinary ¶

func (m *ProjectVersionClearBugLinksRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionClearBugLinksRequest) UnmarshalBinary ¶

func (m *ProjectVersionClearBugLinksRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionClearBugLinksRequest) Validate ¶

Validate validates this project version clear bug links request

type ProjectVersionCopyCurrentStateRequest ¶

type ProjectVersionCopyCurrentStateRequest struct {

	// Previous application version id
	// Required: true
	PreviousProjectVersionID *int64 `json:"previousProjectVersionId"`

	// Application version id
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`
}

ProjectVersionCopyCurrentStateRequest Request to copy the current state from one application version to another swagger:model ProjectVersionCopyCurrentStateRequest

func (*ProjectVersionCopyCurrentStateRequest) MarshalBinary ¶

func (m *ProjectVersionCopyCurrentStateRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionCopyCurrentStateRequest) UnmarshalBinary ¶

func (m *ProjectVersionCopyCurrentStateRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionCopyCurrentStateRequest) Validate ¶

Validate validates this project version copy current state request

type ProjectVersionCopyPartialRequest ¶

type ProjectVersionCopyPartialRequest struct {

	// Will copy analysis processing rules
	// Required: true
	CopyAnalysisProcessingRules *bool `json:"copyAnalysisProcessingRules"`

	// Will copy bugtracker configuration
	// Required: true
	CopyBugTrackerConfiguration *bool `json:"copyBugTrackerConfiguration"`

	// Will copy custom tags
	// Required: true
	CopyCustomTags *bool `json:"copyCustomTags"`

	// Previous application version id
	// Required: true
	PreviousProjectVersionID *int64 `json:"previousProjectVersionId"`

	// Application version id
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`
}

ProjectVersionCopyPartialRequest Request to copy data selectively from one application version to another swagger:model ProjectVersionCopyPartialRequest

func (*ProjectVersionCopyPartialRequest) MarshalBinary ¶

func (m *ProjectVersionCopyPartialRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionCopyPartialRequest) UnmarshalBinary ¶

func (m *ProjectVersionCopyPartialRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionCopyPartialRequest) Validate ¶

Validate validates this project version copy partial request

type ProjectVersionIssue ¶

type ProjectVersionIssue struct {

	// Analyzer
	// Required: true
	Analyzer *string `json:"analyzer"`

	// Flag is set for issues that has been audited and primary tag value was set for this issue.
	Audited bool `json:"audited,omitempty"`

	// Bug url
	// Required: true
	BugURL *string `json:"bugURL"`

	// Issue confidence
	// Required: true
	Confidence *float32 `json:"confidence"`

	// Display name for engine type
	// Required: true
	DisplayEngineType *string `json:"displayEngineType"`

	// Engine category
	// Required: true
	// Enum: [STATIC DYNAMIC]
	EngineCategory *string `json:"engineCategory"`

	// Engine type
	// Required: true
	EngineType *string `json:"engineType"`

	// Identifying information for the bug in the external bug tracking system. The actual format depends on the bug tracker plugin which filed the bug.
	// Required: true
	ExternalBugID *string `json:"externalBugId"`

	// Issue folder globally unique identifier
	// Required: true
	FolderGUID *string `json:"folderGuid"`

	// Deprecated - Issue folder identifier.  This may be incorrect or invalid.  Please use folderGuid instead.
	// Required: true
	FolderID *int64 `json:"folderId"`

	// Date when issue found
	// Required: true
	// Format: date-time
	FoundDate *Iso8601MilliDateTime `json:"foundDate"`

	// Friority
	// Required: true
	Friority *string `json:"friority"`

	// Full file name where issue found
	// Required: true
	FullFileName *string `json:"fullFileName"`

	// Set to true if issue has attachments
	// Required: true
	HasAttachments *bool `json:"hasAttachments"`

	// Set to true if issue has other correlated issues
	// Required: true
	HasCorrelatedIssues *bool `json:"hasCorrelatedIssues"`

	// Set to true if issue is hidden
	// Required: true
	Hidden *bool `json:"hidden"`

	// Application version issue identifier
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Issue impact
	// Required: true
	Impact *float32 `json:"impact"`

	// Issue instance identifier
	// Required: true
	IssueInstanceID *string `json:"issueInstanceId"`

	// Issue name
	// Required: true
	IssueName *string `json:"issueName"`

	// Flag represents issue review status and can have 3 types of values: Unreviewed, Under Review, Reviewed.
	IssueStatus string `json:"issueStatus,omitempty"`

	// Kingdom
	// Required: true
	Kingdom *string `json:"kingdom"`

	// ID of the latest scan that found the issue
	LastScanID int64 `json:"lastScanId,omitempty"`

	// Likelihood of issue
	// Required: true
	Likelihood *float32 `json:"likelihood"`

	// Line number where issue found
	// Required: true
	LineNumber *int32 `json:"lineNumber"`

	// Issue primary location
	// Required: true
	PrimaryLocation *string `json:"primaryLocation"`

	// Primary rule global unique identifier
	// Required: true
	PrimaryRuleGUID *string `json:"primaryRuleGuid"`

	// Issue primary tag
	// Required: true
	PrimaryTag *string `json:"primaryTag"`

	// Flag equals true if value of custom tag was applied automatically
	PrimaryTagValueAutoApplied bool `json:"primaryTagValueAutoApplied,omitempty"`

	// Application name
	// Required: true
	ProjectName *string `json:"projectName"`

	// Application version identifier
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`

	// Application version name
	// Required: true
	ProjectVersionName *string `json:"projectVersionName"`

	// Set to true if issue is suppressed
	// Required: true
	Removed *bool `json:"removed"`

	// Date when issue removed
	// Required: true
	// Format: date-time
	RemovedDate *Iso8601MilliDateTime `json:"removedDate"`

	// Issue reviewer
	// Required: true
	Reviewed *string `json:"reviewed"`

	// Application version revision
	// Required: true
	Revision *int32 `json:"revision"`

	// Scan status
	// Required: true
	ScanStatus *string `json:"scanStatus"`

	// Issue severity
	// Required: true
	Severity *float32 `json:"severity"`

	// Set to true if issue is suppressed
	// Required: true
	Suppressed *bool `json:"suppressed"`

	// Set to true if issue has comments
	// Required: true
	HasComments *bool `json:"hasComments"`
}

ProjectVersionIssue Application version issue DTO object swagger:model Project version issue

func (*ProjectVersionIssue) MarshalBinary ¶

func (m *ProjectVersionIssue) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionIssue) UnmarshalBinary ¶

func (m *ProjectVersionIssue) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionIssue) Validate ¶

func (m *ProjectVersionIssue) Validate(formats strfmt.Registry) error

Validate validates this project version issue

type ProjectVersionIssueDetails ¶

type ProjectVersionIssueDetails struct {

	// Vulnerability accuracy
	// Read Only: true
	Accuracy float32 `json:"accuracy,omitempty"`

	// Analyzer
	// Required: true
	Analyzer *string `json:"analyzer"`

	// A link to access application security training for this issue (available only if the SSC administrator has enabled it)
	// Read Only: true
	AppSecTrainingURL string `json:"appSecTrainingUrl,omitempty"`

	// User assigned to issue
	// Required: true
	AssignedUser *AssignedUser `json:"assignedUser"`

	// Attack payload
	// Required: true
	AttackPayload *string `json:"attackPayload"`

	// Attack type
	// Required: true
	// Enum: [URL REQUEST_HEADER REQUEST_COOKIE PARAMETER MULTIPLE]
	AttackType *string `json:"attackType"`

	// Attribute is set to true if issue is audited (primary tag values is set for this issue)
	// Required: true
	Audited *bool `json:"audited"`

	// Issue brief
	// Required: true
	Brief *string `json:"brief"`

	// Name of class where the vulnerability has been found
	// Read Only: true
	ClassName string `json:"className,omitempty"`

	// Issue confidence
	// Required: true
	Confidence *float32 `json:"confidence"`

	// Cookie
	// Required: true
	Cookie *string `json:"cookie"`

	// All the additional custom attributes defined for the issue by parser plugin
	// Read Only: true
	CustomAttributes interface{} `json:"customAttributes,omitempty"`

	// Custom tag values
	// Required: true
	CustomTagValues []*CustomTag `json:"customTagValues"`

	// Version of the issue data. This attribute is initialized only for issues parsed by 3rd party parsers and is not set for the issues parsed by standard parsers included in SSC installation.
	// Read Only: true
	DataVersion int32 `json:"dataVersion,omitempty"`

	// Issue detail
	// Required: true
	Detail *string `json:"detail"`

	// Display engine type
	// Required: true
	DisplayEngineType *string `json:"displayEngineType"`

	// Request contains binary or large data
	// Required: true
	DownloadRequest *bool `json:"downloadRequest"`

	// Response contains binary or large data"
	// Required: true
	DownloadResponse *bool `json:"downloadResponse"`

	// Engine category
	// Required: true
	// Enum: [STATIC DYNAMIC]
	EngineCategory *string `json:"engineCategory"`

	// Engine type
	// Required: true
	EngineType *string `json:"engineType"`

	// Issue found date
	// Required: true
	// Format: date-time
	FoundDate *Iso8601MilliDateTime `json:"foundDate"`

	// Fortify priority order (Friority)
	// Required: true
	Friority *string `json:"friority"`

	// Full file name where issue found
	// Required: true
	FullFileName *string `json:"fullFileName"`

	// Name of function located in the file where the vulnerability has been found
	// Read Only: true
	FunctionName string `json:"functionName,omitempty"`

	// Flag that indicates if there is a view template that should be used to display issue details on UI.
	// Read Only: true
	HasViewTemplate *bool `json:"hasViewTemplate,omitempty"`

	// Set to true if issue is hidden
	// Required: true
	Hidden *bool `json:"hidden"`

	// Identifier
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Issue impact
	// Required: true
	Impact *float32 `json:"impact"`

	// Issue instance identifier
	// Required: true
	IssueInstanceID *string `json:"issueInstanceId"`

	// Name of the issue category
	// Required: true
	IssueName *string `json:"issueName"`

	// Flag represents issue state and says if issue is not an issue or open issue. Rule to calculate value of thi flag is defined in issue template.
	// Required: true
	IssueState *string `json:"issueState"`

	// Flag represents issue review status
	// Enum: [Unreviewed Under Review Reviewed]
	IssueStatus string `json:"issueStatus,omitempty"`

	// Issue kingdom
	// Required: true
	Kingdom *string `json:"kingdom"`

	// ID of the latest scan that found the issue
	LastScanID int64 `json:"lastScanId,omitempty"`

	// Issue likelihood
	// Required: true
	Likelihood *float32 `json:"likelihood"`

	// Line number in the file where the vulnerability has been found
	// Read Only: true
	LineNumber int32 `json:"lineNumber,omitempty"`

	// Name of the Fortify category of the vulnerability
	// Read Only: true
	MappedCategory string `json:"mappedCategory,omitempty"`

	// Method where issue found
	// Required: true
	Method *string `json:"method"`

	// Confidence level which estimates that vulnerability found in virtual (overridden) function will be executed by tainted source
	// Read Only: true
	MinVirtualCallConfidence float32 `json:"minVirtualCallConfidence,omitempty"`

	// Name of package where the vulnerability has been found
	// Read Only: true
	PackageName string `json:"packageName,omitempty"`

	// Primary rule global unique identifier
	// Required: true
	PrimaryRuleGUID *string `json:"primaryRuleGuid"`

	// Identifier, name and value of the custom tag that is selected as a primary tag for the application version the issue belongs to.
	PrimaryTag *IssuePrimaryTag `json:"primaryTag,omitempty"`

	// Vulnerability probability
	// Read Only: true
	Probability float32 `json:"probability,omitempty"`

	// Application version identifier
	// Required: true
	ProjectVersionID *int64 `json:"projectVersionId"`

	// Issue recommendation
	// Required: true
	Recommendation *string `json:"recommendation"`

	// References
	// Required: true
	References *string `json:"references"`

	// Level of complexity to fix this vulnerability
	// Read Only: true
	RemediationConstant float32 `json:"remediationConstant,omitempty"`

	// Issue removed date
	// Required: true
	// Format: date-time
	RemovedDate *Iso8601MilliDateTime `json:"removedDate"`

	// Request body
	// Required: true
	RequestBody *string `json:"requestBody"`

	// Request header
	// Required: true
	RequestHeader *string `json:"requestHeader"`

	// Request parameter
	// Required: true
	RequestParameter *string `json:"requestParameter"`

	// Triggers in the request
	// Read Only: true
	RequestTriggers []*Trigger `json:"requestTriggers"`

	// Response
	// Required: true
	Response *string `json:"response"`

	// Response header
	// Required: true
	ResponseHeader *string `json:"responseHeader"`

	// Triggers in the response
	// Read Only: true
	ResponseTriggers []*Trigger `json:"responseTriggers"`

	// Revision number
	// Required: true
	Revision *int32 `json:"revision"`

	// Scan status
	// Required: true
	ScanStatus *string `json:"scanStatus"`

	// Issue severity
	// Required: true
	Severity *float32 `json:"severity"`

	// Short file name where issue found
	// Required: true
	ShortFileName *string `json:"shortFileName"`

	// Taint sink name
	// Read Only: true
	Sink string `json:"sink,omitempty"`

	// Name of the context that contains vulnerability sink
	// Read Only: true
	SinkContext string `json:"sinkContext,omitempty"`

	// Name of the a program point where tainted data enter the program
	// Read Only: true
	Source string `json:"source,omitempty"`

	// Name of the context that contains vulnerability sources
	// Read Only: true
	SourceContext string `json:"sourceContext,omitempty"`

	// File name where vulnerability source is located.
	// Read Only: true
	SourceFile string `json:"sourceFile,omitempty"`

	// Line number in the source file where vulnerability source is located
	// Read Only: true
	SourceLine int32 `json:"sourceLine,omitempty"`

	// Set to true if issue is suppressed
	// Required: true
	Suppressed *bool `json:"suppressed"`

	// An attribute of tainted data that enables the data flow analyzer to discriminate between different types of taint
	// Read Only: true
	TaintFlag string `json:"taintFlag,omitempty"`

	// Issue tips
	// Required: true
	Tips *string `json:"tips"`

	// Issue trace nodes
	// Required: true
	TraceNodes [][]*TraceNodeDto `json:"traceNodes"`

	// Trigger string
	// Required: true
	TriggerString *string `json:"triggerString"`

	// Issue url
	// Required: true
	URL *string `json:"url"`

	// Vulnerable parameter
	// Required: true
	VulnerableParameter *string `json:"vulnerableParameter"`
}

ProjectVersionIssueDetails Application version issue details DTO object swagger:model Project version issue details

func (*ProjectVersionIssueDetails) MarshalBinary ¶

func (m *ProjectVersionIssueDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionIssueDetails) UnmarshalBinary ¶

func (m *ProjectVersionIssueDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionIssueDetails) Validate ¶

func (m *ProjectVersionIssueDetails) Validate(formats strfmt.Registry) error

Validate validates this project version issue details

type ProjectVersionIssueGroup ¶

type ProjectVersionIssueGroup struct {

	// Audited issue count
	// Required: true
	AuditedCount *int32 `json:"auditedCount"`

	// Issue group name not containing count, dashes etc
	// Required: true
	CleanName *string `json:"cleanName"`

	// Identifier
	// Required: true
	ID *string `json:"id"`

	// Issue group name
	// Required: true
	Name *string `json:"name"`

	// Issue total count
	// Required: true
	TotalCount *int32 `json:"totalCount"`

	// Visible issues count
	// Required: true
	VisibleCount *int32 `json:"visibleCount"`
}

ProjectVersionIssueGroup Application version issue group DTO object swagger:model Project version issue group

func (*ProjectVersionIssueGroup) MarshalBinary ¶

func (m *ProjectVersionIssueGroup) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionIssueGroup) UnmarshalBinary ¶

func (m *ProjectVersionIssueGroup) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionIssueGroup) Validate ¶

func (m *ProjectVersionIssueGroup) Validate(formats strfmt.Registry) error

Validate validates this project version issue group

type ProjectVersionPurgeRequest ¶

type ProjectVersionPurgeRequest struct {

	// List containing single application version ID to purge
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

ProjectVersionPurgeRequest Request to purge the artifacts in application versions swagger:model ProjectVersionPurgeRequest

func (*ProjectVersionPurgeRequest) MarshalBinary ¶

func (m *ProjectVersionPurgeRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionPurgeRequest) UnmarshalBinary ¶

func (m *ProjectVersionPurgeRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionPurgeRequest) Validate ¶

func (m *ProjectVersionPurgeRequest) Validate(formats strfmt.Registry) error

Validate validates this project version purge request

type ProjectVersionRefreshRequest ¶

type ProjectVersionRefreshRequest struct {

	// List containing single application version ID to refresh
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

ProjectVersionRefreshRequest Request to refresh the application versions and trigger the historical snapshot job swagger:model ProjectVersionRefreshRequest

func (*ProjectVersionRefreshRequest) MarshalBinary ¶

func (m *ProjectVersionRefreshRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionRefreshRequest) UnmarshalBinary ¶

func (m *ProjectVersionRefreshRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionRefreshRequest) Validate ¶

func (m *ProjectVersionRefreshRequest) Validate(formats strfmt.Registry) error

Validate validates this project version refresh request

type ProjectVersionRefreshResponse ¶

type ProjectVersionRefreshResponse struct {

	// Triggered history snapshot job information
	// Read Only: true
	Data *FortifyJob `json:"data,omitempty"`
}

ProjectVersionRefreshResponse Response of refreshing application version and triggered history snapshot job swagger:model ProjectVersionRefreshResponse

func (*ProjectVersionRefreshResponse) MarshalBinary ¶

func (m *ProjectVersionRefreshResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionRefreshResponse) UnmarshalBinary ¶

func (m *ProjectVersionRefreshResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionRefreshResponse) Validate ¶

func (m *ProjectVersionRefreshResponse) Validate(formats strfmt.Registry) error

Validate validates this project version refresh response

type ProjectVersionState ¶

type ProjectVersionState struct {

	// analysis results exist
	// Required: true
	AnalysisResultsExist *bool `json:"analysisResultsExist"`

	// analysis upload enabled
	// Required: true
	AnalysisUploadEnabled *bool `json:"analysisUploadEnabled"`

	// attention required
	// Required: true
	AttentionRequired *bool `json:"attentionRequired"`

	// audit enabled
	// Required: true
	AuditEnabled *bool `json:"auditEnabled"`

	// batch bug submission exists
	// Required: true
	BatchBugSubmissionExists *bool `json:"batchBugSubmissionExists"`

	// False if application version is in an incomplete state
	// Required: true
	Committed *bool `json:"committed"`

	// critical priority issue count delta
	// Required: true
	CriticalPriorityIssueCountDelta *int32 `json:"criticalPriorityIssueCountDelta"`

	// delta period
	// Required: true
	DeltaPeriod *int32 `json:"deltaPeriod"`

	// extra message
	// Required: true
	ExtraMessage *string `json:"extraMessage"`

	// has custom issues
	// Required: true
	HasCustomIssues *bool `json:"hasCustomIssues"`

	// id
	// Required: true
	ID *int64 `json:"id"`

	// issue count delta
	// Required: true
	IssueCountDelta *int32 `json:"issueCountDelta"`

	// last fpr upload date
	// Required: true
	// Format: date-time
	LastFprUploadDate *Iso8601MilliDateTime `json:"lastFprUploadDate"`

	// metric evaluation date
	// Required: true
	// Format: date-time
	MetricEvaluationDate *Iso8601MilliDateTime `json:"metricEvaluationDate"`

	// percent audited delta
	// Required: true
	PercentAuditedDelta *float32 `json:"percentAuditedDelta"`

	// percent critical priority issues audited delta
	// Required: true
	PercentCriticalPriorityIssuesAuditedDelta *float32 `json:"percentCriticalPriorityIssuesAuditedDelta"`
}

ProjectVersionState Application Version State DTO object swagger:model Project Version State

func (*ProjectVersionState) MarshalBinary ¶

func (m *ProjectVersionState) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionState) UnmarshalBinary ¶

func (m *ProjectVersionState) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionState) Validate ¶

func (m *ProjectVersionState) Validate(formats strfmt.Registry) error

Validate validates this project version state

type ProjectVersionTestRequest ¶

type ProjectVersionTestRequest struct {

	// Application name to search
	// Required: true
	ProjectName *string `json:"projectName"`

	// Application version name to search
	// Required: true
	ProjectVersionName *string `json:"projectVersionName"`
}

ProjectVersionTestRequest Request to check whether a application version already exists in the system swagger:model ProjectVersionTestRequest

func (*ProjectVersionTestRequest) MarshalBinary ¶

func (m *ProjectVersionTestRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionTestRequest) UnmarshalBinary ¶

func (m *ProjectVersionTestRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionTestRequest) Validate ¶

func (m *ProjectVersionTestRequest) Validate(formats strfmt.Registry) error

Validate validates this project version test request

type ProjectVersionTestResponse ¶

type ProjectVersionTestResponse struct {

	// Whether the application version was found
	// Read Only: true
	Found *bool `json:"found,omitempty"`
}

ProjectVersionTestResponse Response of testing whether application version with name and exists in specified application swagger:model ProjectVersionTestResponse

func (*ProjectVersionTestResponse) MarshalBinary ¶

func (m *ProjectVersionTestResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionTestResponse) UnmarshalBinary ¶

func (m *ProjectVersionTestResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionTestResponse) Validate ¶

func (m *ProjectVersionTestResponse) Validate(formats strfmt.Registry) error

Validate validates this project version test response

type ProjectVersionTrainAuditAssistantRequest ¶

type ProjectVersionTrainAuditAssistantRequest struct {

	// List containing single application version ID to send training for audit assistant
	// Required: true
	ProjectVersionIds []int64 `json:"projectVersionIds"`
}

ProjectVersionTrainAuditAssistantRequest Request to send the application version's data to Audit Assistant for training swagger:model ProjectVersionTrainAuditAssistantRequest

func (*ProjectVersionTrainAuditAssistantRequest) MarshalBinary ¶

func (m *ProjectVersionTrainAuditAssistantRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProjectVersionTrainAuditAssistantRequest) UnmarshalBinary ¶

func (m *ProjectVersionTrainAuditAssistantRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProjectVersionTrainAuditAssistantRequest) Validate ¶

Validate validates this project version train audit assistant request

type RefreshAuditAssistantPoliciesRequest ¶

type RefreshAuditAssistantPoliciesRequest struct {

	// A list with current policy names from Audit Assistant server.
	CurrentPolicies []string `json:"currentPolicies"`

	// A list of policy objects containing existing obsolete AV policy names as a result of comparison with current server policies.
	ObsoletePolicies []*ObsoletePolicy `json:"obsoletePolicies"`

	// Mapping between old (obsolete) and new (existing) policy names; current AV policies and/or system default policy are to be replaced
	PolicyReplacements []*PolicyReplacement `json:"policyReplacements"`

	// Audit Assistant server configuration properties to be used policies retrieval from Fortify Scan Analytics server
	// Required: true
	Properties []*ConfigProperty `json:"properties"`
}

RefreshAuditAssistantPoliciesRequest Audit Assistant server configuration (mandatory) and policy replacement mapping (optional) swagger:model RefreshAuditAssistantPoliciesRequest

func (*RefreshAuditAssistantPoliciesRequest) MarshalBinary ¶

func (m *RefreshAuditAssistantPoliciesRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RefreshAuditAssistantPoliciesRequest) UnmarshalBinary ¶

func (m *RefreshAuditAssistantPoliciesRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RefreshAuditAssistantPoliciesRequest) Validate ¶

Validate validates this refresh audit assistant policies request

type ReportAuthEntity ¶

type ReportAuthEntity struct {

	// First name
	FirstName string `json:"firstName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// Last name
	LastName string `json:"lastName,omitempty"`

	// User name
	// Required: true
	UserName *string `json:"userName"`
}

ReportAuthEntity The Fortify User or Ldap User associated with a report swagger:model Report Auth Entity

func (*ReportAuthEntity) MarshalBinary ¶

func (m *ReportAuthEntity) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportAuthEntity) UnmarshalBinary ¶

func (m *ReportAuthEntity) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportAuthEntity) Validate ¶

func (m *ReportAuthEntity) Validate(formats strfmt.Registry) error

Validate validates this report auth entity

type ReportDefinition ¶

type ReportDefinition struct {

	// True if report applies to multiple application versions
	CrossApp bool `json:"crossApp,omitempty"`

	// Report description
	Description string `json:"description,omitempty"`

	// The name of the report definition file
	FileName string `json:"fileName,omitempty"`

	// Report definition GUID
	GUID string `json:"guid,omitempty"`

	// Report definition identifier
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// Indicates whether the report definition is in use
	InUse bool `json:"inUse,omitempty"`

	// Report name
	// Required: true
	Name *string `json:"name"`

	// Object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// List of report parameters
	Parameters []*ReportParameter `json:"parameters"`

	// Publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`

	// The engine used to render the report, e.g. BIRT
	RenderingEngine string `json:"renderingEngine,omitempty"`

	// Template doc identifier
	TemplateDocID int64 `json:"templateDocId,omitempty"`

	// Type of report
	// Required: true
	// Enum: [PROJECT SSA_PROJECT SSA_PORTFOLIO PORTFOLIO COMPLIANCE ISSUE RUNTIME_REPORTS]
	Type *string `json:"type"`

	// Report type default text
	TypeDefaultText string `json:"typeDefaultText,omitempty"`
}

ReportDefinition Report Definition DTO object swagger:model Report Definition

func (*ReportDefinition) MarshalBinary ¶

func (m *ReportDefinition) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportDefinition) UnmarshalBinary ¶

func (m *ReportDefinition) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportDefinition) Validate ¶

func (m *ReportDefinition) Validate(formats strfmt.Registry) error

Validate validates this report definition

type ReportLibrary ¶

type ReportLibrary struct {

	// description
	Description string `json:"description,omitempty"`

	// Report library file doc identifier
	FileDocID int64 `json:"fileDocId,omitempty"`

	// Report library unique identifier
	// Required: true
	GUID *string `json:"guid"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// Object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// Publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`
}

ReportLibrary Report Library DTO object swagger:model Report Library

func (*ReportLibrary) MarshalBinary ¶

func (m *ReportLibrary) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportLibrary) UnmarshalBinary ¶

func (m *ReportLibrary) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportLibrary) Validate ¶

func (m *ReportLibrary) Validate(formats strfmt.Registry) error

Validate validates this report library

type ReportParameter ¶

type ReportParameter struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// Report parameter identifier
	// Required: true
	Identifier *string `json:"identifier"`

	// name
	Name string `json:"name,omitempty"`

	// Order in which the parameter should appear
	ParamOrder int32 `json:"paramOrder,omitempty"`

	// Report definition identifier
	// Required: true
	ReportDefinitionID *int64 `json:"reportDefinitionId"`

	// Report parameter options
	ReportParameterOptions []*ReportParameterOption `json:"reportParameterOptions"`

	// Report parameter type
	// Required: true
	// Enum: [SINGLE_PROJECT SINGLE_RUNTIME_APP SINGLE_SSA_PROJECT MULTI_PROJECT MULTI_RUNTIME_APP MULTI_SSA_PROJECT PROJECT_ATTRIBUTE STRING BOOLEAN DATE SINGLE_SELECT_DEFAULT METADEF_GUID]
	Type *string `json:"type"`
}

ReportParameter Report Parameter DTO object swagger:model Report Parameter

func (*ReportParameter) MarshalBinary ¶

func (m *ReportParameter) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportParameter) UnmarshalBinary ¶

func (m *ReportParameter) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportParameter) Validate ¶

func (m *ReportParameter) Validate(formats strfmt.Registry) error

Validate validates this report parameter

type ReportParameterOption ¶

type ReportParameterOption struct {

	// Indicates whether option is the default value
	DefaultValue bool `json:"defaultValue,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// Report parameter option display value
	// Required: true
	DisplayValue *string `json:"displayValue"`

	// id
	ID int64 `json:"id,omitempty"`

	// Order in which the parameter option should appear
	Order int32 `json:"order,omitempty"`

	// Report parameter option report value
	// Required: true
	ReportValue *string `json:"reportValue"`
}

ReportParameterOption Report Parameter Option DTO object swagger:model Report Parameter Option

func (*ReportParameterOption) MarshalBinary ¶

func (m *ReportParameterOption) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportParameterOption) UnmarshalBinary ¶

func (m *ReportParameterOption) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportParameterOption) Validate ¶

func (m *ReportParameterOption) Validate(formats strfmt.Registry) error

Validate validates this report parameter option

type ReportProject ¶

type ReportProject struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// Count of application versions
	ProjectVersionsCount int32 `json:"projectVersionsCount,omitempty"`

	// List of report application versions
	Versions []*ReportProjectVersion `json:"versions"`
}

ReportProject Report application DTO object swagger:model Report Project

func (*ReportProject) MarshalBinary ¶

func (m *ReportProject) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportProject) UnmarshalBinary ¶

func (m *ReportProject) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportProject) Validate ¶

func (m *ReportProject) Validate(formats strfmt.Registry) error

Validate validates this report project

type ReportProjectVersion ¶

type ReportProjectVersion struct {

	// Report application version development phase
	// Required: true
	DevelopmentPhase *string `json:"developmentPhase"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

ReportProjectVersion The application version that is associated to a report swagger:model Report project Version

func (*ReportProjectVersion) MarshalBinary ¶

func (m *ReportProjectVersion) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReportProjectVersion) UnmarshalBinary ¶

func (m *ReportProjectVersion) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReportProjectVersion) Validate ¶

func (m *ReportProjectVersion) Validate(formats strfmt.Registry) error

Validate validates this report project version

type Resource ¶

type Resource struct {

	// description
	Description string `json:"description,omitempty"`

	// file
	File *File `json:"file,omitempty"`

	// filename
	Filename string `json:"filename,omitempty"`

	// input stream
	InputStream InputStream `json:"inputStream,omitempty"`

	// open
	Open bool `json:"open,omitempty"`

	// readable
	Readable bool `json:"readable,omitempty"`

	// uri
	URI *URI `json:"uri,omitempty"`

	// url
	URL *URL `json:"url,omitempty"`
}

Resource resource swagger:model Resource

func (*Resource) MarshalBinary ¶

func (m *Resource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Resource) UnmarshalBinary ¶

func (m *Resource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Resource) Validate ¶

func (m *Resource) Validate(formats strfmt.Registry) error

Validate validates this resource

type ResponsibilityAssignment ¶

type ResponsibilityAssignment struct {

	// Email of user assigned to responsibility
	// Required: true
	Email *string `json:"email"`

	// First name of user assigned to responsibility
	// Required: true
	FirstName *string `json:"firstName"`

	// Last name of user assigned to responsibility
	// Required: true
	LastName *string `json:"lastName"`

	// Responsibility description
	// Required: true
	ResponsibilityDescription *string `json:"responsibilityDescription"`

	// Responsibility global unique identifier
	// Required: true
	ResponsibilityGUID *string `json:"responsibilityGuid"`

	// Responsibility name
	// Required: true
	ResponsibilityName *string `json:"responsibilityName"`

	// ID of user assigned to responsibility
	// Required: true
	UserID *int64 `json:"userId"`

	// Name of user assigned to responsibility
	// Required: true
	UserName *string `json:"userName"`
}

ResponsibilityAssignment A Responsibility that a user in SSC is assigned to. There are currently a few responsibilities like Project Manager, Security Manager, Developer etc per Application. swagger:model Responsibility Assignment

func (*ResponsibilityAssignment) MarshalBinary ¶

func (m *ResponsibilityAssignment) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ResponsibilityAssignment) UnmarshalBinary ¶

func (m *ResponsibilityAssignment) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ResponsibilityAssignment) Validate ¶

func (m *ResponsibilityAssignment) Validate(formats strfmt.Registry) error

Validate validates this responsibility assignment

type ResultProcessingRule ¶

type ResultProcessingRule struct {

	// display name
	// Required: true
	// Read Only: true
	DisplayName string `json:"displayName"`

	// displayable
	// Required: true
	// Read Only: true
	Displayable bool `json:"displayable"`

	// enabled
	// Required: true
	// Read Only: true
	Enabled bool `json:"enabled"`

	// identifier
	// Required: true
	// Read Only: true
	Identifier string `json:"identifier"`
}

ResultProcessingRule Rule to be checked when processing an FPR swagger:model Result processing rule

func (*ResultProcessingRule) MarshalBinary ¶

func (m *ResultProcessingRule) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ResultProcessingRule) UnmarshalBinary ¶

func (m *ResultProcessingRule) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ResultProcessingRule) Validate ¶

func (m *ResultProcessingRule) Validate(formats strfmt.Registry) error

Validate validates this result processing rule

type Role ¶

type Role struct {

	// True if a user with this Role has access to all Application Versions
	// Required: true
	AllApplicationRole *bool `json:"allApplicationRole"`

	// True if this Role is currently assigned to entities that are not users(groups, organizations, etc.)
	// Required: true
	AssignedToNonUsers *bool `json:"assignedToNonUsers"`

	// True if this Role is a default Fortify Role
	// Required: true
	BuiltIn *bool `json:"builtIn"`

	// default
	Default bool `json:"default,omitempty"`

	// deletable
	Deletable bool `json:"deletable,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// id
	// Read Only: true
	ID string `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// Ids of the permissions this Role has
	// Required: true
	PermissionIds []string `json:"permissionIds"`

	// publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`

	// True if this Role can only be assigned to entities that are users
	// Required: true
	UserOnly *bool `json:"userOnly"`
}

Role Role used by the server to determine user permissions swagger:model Role

func (*Role) MarshalBinary ¶

func (m *Role) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Role) UnmarshalBinary ¶

func (m *Role) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Role) Validate ¶

func (m *Role) Validate(formats strfmt.Registry) error

Validate validates this role

type RulepackCore ¶

type RulepackCore struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	// Required: true
	ID *int64 `json:"id"`

	// language
	// Required: true
	Language *string `json:"language"`

	// locale
	Locale string `json:"locale,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// rulepack GUID
	// Required: true
	RulepackGUID *string `json:"rulepackGUID"`

	// rulepack type
	// Required: true
	// Enum: [SCA RTA CATPACK]
	RulepackType *string `json:"rulepackType"`

	// sku
	// Required: true
	Sku *string `json:"sku"`

	// version
	// Required: true
	Version *string `json:"version"`

	// versions
	Versions []*RulepackCore `json:"versions"`
}

RulepackCore Rulepack Core DTO object swagger:model Rulepack Core

func (*RulepackCore) MarshalBinary ¶

func (m *RulepackCore) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RulepackCore) UnmarshalBinary ¶

func (m *RulepackCore) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RulepackCore) Validate ¶

func (m *RulepackCore) Validate(formats strfmt.Registry) error

Validate validates this rulepack core

type RulepackStatus ¶

type RulepackStatus struct {

	// Numeric processing code.
	// Read Only: true
	Code int32 `json:"code,omitempty"`

	// Processing message.
	// Read Only: true
	Message string `json:"message,omitempty"`

	// Identifier of successfully created rulepack.
	// Read Only: true
	RulepackResourceID int64 `json:"rulepackResourceId,omitempty"`
}

RulepackStatus Object represents rulepack individual process status. This is readonly object. swagger:model RulepackStatus

func (*RulepackStatus) MarshalBinary ¶

func (m *RulepackStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RulepackStatus) UnmarshalBinary ¶

func (m *RulepackStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RulepackStatus) Validate ¶

func (m *RulepackStatus) Validate(formats strfmt.Registry) error

Validate validates this rulepack status

type RulepacksBatchProcessStatus ¶

type RulepacksBatchProcessStatus struct {

	// Numeric processing code.
	// Read Only: true
	Code int32 `json:"code,omitempty"`

	// Processing message.
	// Read Only: true
	Message string `json:"message,omitempty"`

	// Child rulepacks processing statuses.
	// Read Only: true
	Statuses []*RulepacksBatchProcessStatus `json:"statuses"`
}

RulepacksBatchProcessStatus Object represents rulepack processing status. This is readonly object. swagger:model RulepacksBatchProcessStatus

func (*RulepacksBatchProcessStatus) MarshalBinary ¶

func (m *RulepacksBatchProcessStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RulepacksBatchProcessStatus) UnmarshalBinary ¶

func (m *RulepacksBatchProcessStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RulepacksBatchProcessStatus) Validate ¶

func (m *RulepacksBatchProcessStatus) Validate(formats strfmt.Registry) error

Validate validates this rulepacks batch process status

type SavedReport ¶

type SavedReport struct {

	// embed
	Embed *EmbeddedReportDefinition `json:"_embed,omitempty"`

	// The Fortify User or Ldap User associated with the report
	AuthEntity *ReportAuthEntity `json:"authEntity,omitempty"`

	// Saved report output format
	// Required: true
	// Enum: [PDF DOC XLS]
	Format *string `json:"format"`

	// Saved report output format default text
	FormatDefaultText string `json:"formatDefaultText,omitempty"`

	// Generation date
	// Format: date-time
	GenerationDate Iso8601MilliDateTime `json:"generationDate,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// List of report parameters
	InputReportParameters []*InputReportParameter `json:"inputReportParameters"`

	// Indicates whether saved report is published
	IsPublished bool `json:"isPublished,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// Saved report notes
	Note string `json:"note,omitempty"`

	// List of application versions
	// Required: true
	Projects []*ReportProject `json:"projects"`

	// published
	Published bool `json:"published,omitempty"`

	// Report definition identifier
	// Required: true
	ReportDefinitionID *int64 `json:"reportDefinitionId"`

	// Count of report applications
	ReportProjectsCount int32 `json:"reportProjectsCount,omitempty"`

	// Saved report status
	// Enum: [Scheduled for Processing Processing Processing Complete Error Processing]
	Status string `json:"status,omitempty"`

	// Saved report status default text
	StatusDefaultText string `json:"statusDefaultText,omitempty"`

	// Saved report type
	// Required: true
	// Enum: [PROJECT SSA_PROJECT SSA_PORTFOLIO PORTFOLIO COMPLIANCE ISSUE RUNTIME_REPORTS]
	Type *string `json:"type"`

	// Saved report type default text
	TypeDefaultText string `json:"typeDefaultText,omitempty"`
}

SavedReport Saved Report DTO object swagger:model Saved Report

func (*SavedReport) MarshalBinary ¶

func (m *SavedReport) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SavedReport) UnmarshalBinary ¶

func (m *SavedReport) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SavedReport) Validate ¶

func (m *SavedReport) Validate(formats strfmt.Registry) error

Validate validates this saved report

type Scan ¶

type Scan struct {

	// identifier of parent artifact object which contains this scan object
	// Required: true
	// Read Only: true
	ArtifactID int64 `json:"artifactId"`

	// optional string identifier provided by the user when scanning
	// Required: true
	// Read Only: true
	BuildID string `json:"buildId"`

	// optional string identifier provided by the user when scanning
	// Required: true
	// Read Only: true
	BuildLabel string `json:"buildLabel"`

	// optional string identifier provided by the user when scanning
	// Required: true
	// Read Only: true
	BuildProject string `json:"buildProject"`

	// optional string identifier provided by the user when scanning
	// Required: true
	// Read Only: true
	BuildVersion string `json:"buildVersion"`

	// indicates whether the checksum on the analysis result is valid
	// Required: true
	// Read Only: true
	Certification string `json:"certification"`

	// analysis duration
	// Required: true
	// Read Only: true
	ElapsedTime string `json:"elapsedTime"`

	// version of analysis engine
	// Required: true
	// Read Only: true
	EngineVersion string `json:"engineVersion"`

	// total executable lines of code included in sources (excluding comments etc.)
	// Required: true
	// Read Only: true
	ExecLOC int32 `json:"execLOC"`

	// lines of code with annotations
	// Required: true
	// Read Only: true
	FortifyAnnotationsLOC int32 `json:"fortifyAnnotationsLOC"`

	// globally unique id of scan object
	// Required: true
	// Read Only: true
	GUID string `json:"guid"`

	// hostname
	// Required: true
	// Read Only: true
	Hostname string `json:"hostname"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// number of source files included in scan
	// Required: true
	// Read Only: true
	NoOfFiles int32 `json:"noOfFiles"`

	// total lines of code included in sources (includes comments etc.)
	// Required: true
	// Read Only: true
	TotalLOC int32 `json:"totalLOC"`

	// indicates the type of analyzer that produced it, such as SCA or WEBINSPECT
	// Required: true
	// Read Only: true
	Type string `json:"type"`

	// upload date
	// Required: true
	// Read Only: true
	// Format: date-time
	UploadDate Iso8601MilliDateTime `json:"uploadDate"`
}

Scan provides high-level information on the result of a single Fortify analysis, usually embedded inside an Artifact object swagger:model Scan

func (*Scan) MarshalBinary ¶

func (m *Scan) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Scan) UnmarshalBinary ¶

func (m *Scan) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Scan) Validate ¶

func (m *Scan) Validate(formats strfmt.Registry) error

Validate validates this scan

type ScanError ¶

type ScanError struct {

	// error code
	// Required: true
	// Read Only: true
	ErrorCode string `json:"errorCode"`

	// error description
	// Required: true
	// Read Only: true
	ErrorDescription string `json:"errorDescription"`

	// id
	// Required: true
	// Read Only: true
	ID int64 `json:"id"`

	// id of scan associated with the error
	// Required: true
	// Read Only: true
	ScanID int64 `json:"scanId"`
}

ScanError error reported by SCA during the scan swagger:model scan error

func (*ScanError) MarshalBinary ¶

func (m *ScanError) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ScanError) UnmarshalBinary ¶

func (m *ScanError) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ScanError) Validate ¶

func (m *ScanError) Validate(formats strfmt.Registry) error

Validate validates this scan error

type SearchIndexStatus ¶

type SearchIndexStatus struct {

	// Is index configured
	// Read Only: true
	Configured *bool `json:"configured,omitempty"`

	// Is the index Healthy
	// Read Only: true
	HealthyIndex *bool `json:"healthyIndex,omitempty"`

	// Is the indexing job running
	// Read Only: true
	IndexingJobRunning *bool `json:"indexingJobRunning,omitempty"`
}

SearchIndexStatus Status of search index swagger:model SearchIndexStatus

func (*SearchIndexStatus) MarshalBinary ¶

func (m *SearchIndexStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SearchIndexStatus) UnmarshalBinary ¶

func (m *SearchIndexStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SearchIndexStatus) Validate ¶

func (m *SearchIndexStatus) Validate(formats strfmt.Registry) error

Validate validates this search index status

type SelectorOption ¶

type SelectorOption struct {

	// Option's display name.
	// Required: true
	// Read Only: true
	DisplayName string `json:"displayName"`

	// Option's unique GUID.
	// Required: true
	// Read Only: true
	GUID string `json:"guid"`

	// Option's value that must be sent to backend when this option is selected.
	// Required: true
	// Read Only: true
	Value string `json:"value"`
}

SelectorOption Single option of IssueFilterSelector. Every filtering option is associated with some specific issue attribute's value. swagger:model SelectorOption

func (*SelectorOption) MarshalBinary ¶

func (m *SelectorOption) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SelectorOption) UnmarshalBinary ¶

func (m *SelectorOption) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SelectorOption) Validate ¶

func (m *SelectorOption) Validate(formats strfmt.Registry) error

Validate validates this selector option

type SourceFileDto ¶

type SourceFileDto struct {

	// Source file checksum.
	// Required: true
	// Read Only: true
	Checksum string `json:"checksum"`

	// Source file encoding.
	// Required: true
	// Read Only: true
	Encoding string `json:"encoding"`

	// Scanned source file content.
	// Required: true
	// Read Only: true
	FileContent string `json:"fileContent"`

	// Full path to source file on the machine where scan was performed.
	// Required: true
	// Read Only: true
	FilePath string `json:"filePath"`

	// Source file programming language name.
	// Required: true
	// Read Only: true
	LanguageName string `json:"languageName"`

	// Application version identifier that contains this source file.
	// Required: true
	// Read Only: true
	ProjectVersionID int64 `json:"projectVersionId"`
}

SourceFileDto Source file content where vulnerabilities were found. swagger:model SourceFileDto

func (*SourceFileDto) MarshalBinary ¶

func (m *SourceFileDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SourceFileDto) UnmarshalBinary ¶

func (m *SourceFileDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SourceFileDto) Validate ¶

func (m *SourceFileDto) Validate(formats strfmt.Registry) error

Validate validates this source file dto

type SystemConfiguration ¶

type SystemConfiguration struct {

	// Configuration name
	// Required: true
	Name *string `json:"name"`

	// Configuration value
	// Required: true
	Value *string `json:"value"`
}

SystemConfiguration System Configuration defined by key and values swagger:model System Configuration

func (*SystemConfiguration) MarshalBinary ¶

func (m *SystemConfiguration) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SystemConfiguration) UnmarshalBinary ¶

func (m *SystemConfiguration) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SystemConfiguration) Validate ¶

func (m *SystemConfiguration) Validate(formats strfmt.Registry) error

Validate validates this system configuration

type TemplateItem ¶

type TemplateItem map[string]interface{}

TemplateItem template item swagger:model TemplateItem

func (TemplateItem) Validate ¶

func (m TemplateItem) Validate(formats strfmt.Registry) error

Validate validates this template item

type TokenDefinition ¶

type TokenDefinition struct {

	// Describes what tokens generated from this token specification can be used for. Note that these capabilities are subordinate to the actual roles/permissions granted to the owner of the token
	// Read Only: true
	CapabilityDescription string `json:"capabilityDescription,omitempty"`

	// Maximum allowable lifetime (in nominal days) of token. At the time of token creation/edit, the exact value for its max expiration is calculated by adding maxDaysToLive * MilliSecondsPerDay to the current datetime
	// Read Only: true
	MaxDaysToLive int32 `json:"maxDaysToLive,omitempty"`

	// Maximum number of api calls that can be made using this token type. A value of -1 denotes unlimited number of calls.
	// Read Only: true
	MaxUsages int32 `json:"maxUsages,omitempty"`

	// Token type
	// Read Only: true
	Type string `json:"type,omitempty"`
}

TokenDefinition Metadata of a Software Security Center token swagger:model Token Definition

func (*TokenDefinition) MarshalBinary ¶

func (m *TokenDefinition) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TokenDefinition) UnmarshalBinary ¶

func (m *TokenDefinition) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TokenDefinition) Validate ¶

func (m *TokenDefinition) Validate(formats strfmt.Registry) error

Validate validates this token definition

type TraceNodeDto ¶

type TraceNodeDto struct {

	// Child nodes of the current node.
	// Required: true
	// Read Only: true
	ChildNodes []*TraceNodeDto `json:"childNodes"`

	// Detail node marker.
	// Required: true
	// Read Only: true
	Detail bool `json:"detail"`

	// Node evidence text.
	// Required: true
	// Read Only: true
	Evidence string `json:"evidence"`

	// Name of the file associated with this node.
	// Required: true
	// Read Only: true
	File string `json:"file"`

	// Full path to source file associated with this node.
	// Required: true
	// Read Only: true
	FullPath string `json:"fullPath"`

	// Source file line number where issue was found.
	// Required: true
	// Read Only: true
	Line int32 `json:"line"`

	// Type of the trace node.
	// Required: true
	// Read Only: true
	// Enum: [IN_CALL OUT_CALL IN_OUT_CALL READ READ_GLOBAL ASSIGN ASSIGN_GLOBAL ALIAS COMPARE RETURN REF DEREF END_SCOPE JUMP BRANCH_TAKEN BRANCH_NOT_TAKEN EXTERNAL_ENTRY RUNTIME_SINK RUNTIME_SOURCE RUNTIME_VALIDATION RUNTIME_TRACE TRACE_RUNTIME_SOURCE TRACE_RUNTIME_SINK TAINT_CHANGE GENERIC]
	NodeType string `json:"nodeType"`

	// Primry node marker.
	// Required: true
	// Read Only: true
	Primary bool `json:"primary"`

	// Node display text.
	// Required: true
	// Read Only: true
	Text string `json:"text"`

	// Node description/tooltip.
	// Required: true
	// Read Only: true
	ToolTip string `json:"toolTip"`
}

TraceNodeDto Issue analysis trace node DTO. swagger:model TraceNodeDto

func (*TraceNodeDto) MarshalBinary ¶

func (m *TraceNodeDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TraceNodeDto) UnmarshalBinary ¶

func (m *TraceNodeDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TraceNodeDto) Validate ¶

func (m *TraceNodeDto) Validate(formats strfmt.Registry) error

Validate validates this trace node dto

type Trigger ¶

type Trigger struct {

	// length
	Length int32 `json:"length,omitempty"`

	// location
	Location int32 `json:"location,omitempty"`

	// trigger string
	TriggerString string `json:"triggerString,omitempty"`
}

Trigger Trigger in a request or response that identifies a vulnerability swagger:model Trigger

func (*Trigger) MarshalBinary ¶

func (m *Trigger) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Trigger) UnmarshalBinary ¶

func (m *Trigger) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Trigger) Validate ¶

func (m *Trigger) Validate(formats strfmt.Registry) error

Validate validates this trigger

type URI ¶

type URI struct {

	// absolute
	Absolute bool `json:"absolute,omitempty"`

	// authority
	Authority string `json:"authority,omitempty"`

	// fragment
	Fragment string `json:"fragment,omitempty"`

	// host
	Host string `json:"host,omitempty"`

	// opaque
	Opaque bool `json:"opaque,omitempty"`

	// path
	Path string `json:"path,omitempty"`

	// port
	Port int32 `json:"port,omitempty"`

	// query
	Query string `json:"query,omitempty"`

	// raw authority
	RawAuthority string `json:"rawAuthority,omitempty"`

	// raw fragment
	RawFragment string `json:"rawFragment,omitempty"`

	// raw path
	RawPath string `json:"rawPath,omitempty"`

	// raw query
	RawQuery string `json:"rawQuery,omitempty"`

	// raw scheme specific part
	RawSchemeSpecificPart string `json:"rawSchemeSpecificPart,omitempty"`

	// raw user info
	RawUserInfo string `json:"rawUserInfo,omitempty"`

	// scheme
	Scheme string `json:"scheme,omitempty"`

	// scheme specific part
	SchemeSpecificPart string `json:"schemeSpecificPart,omitempty"`

	// user info
	UserInfo string `json:"userInfo,omitempty"`
}

URI URI swagger:model URI

func (*URI) MarshalBinary ¶

func (m *URI) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*URI) UnmarshalBinary ¶

func (m *URI) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*URI) Validate ¶

func (m *URI) Validate(formats strfmt.Registry) error

Validate validates this URI

type URL ¶

type URL struct {

	// authority
	Authority string `json:"authority,omitempty"`

	// content
	Content interface{} `json:"content,omitempty"`

	// default port
	DefaultPort int32 `json:"defaultPort,omitempty"`

	// deserialized fields
	DeserializedFields URLStreamHandler `json:"deserializedFields,omitempty"`

	// file
	File string `json:"file,omitempty"`

	// host
	Host string `json:"host,omitempty"`

	// path
	Path string `json:"path,omitempty"`

	// port
	Port int32 `json:"port,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// query
	Query string `json:"query,omitempty"`

	// ref
	Ref string `json:"ref,omitempty"`

	// serialized hash code
	SerializedHashCode int32 `json:"serializedHashCode,omitempty"`

	// user info
	UserInfo string `json:"userInfo,omitempty"`
}

URL URL swagger:model URL

func (*URL) MarshalBinary ¶

func (m *URL) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*URL) UnmarshalBinary ¶

func (m *URL) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*URL) Validate ¶

func (m *URL) Validate(formats strfmt.Registry) error

Validate validates this URL

type URLStreamHandler ¶

type URLStreamHandler interface{}

URLStreamHandler URL stream handler swagger:model URLStreamHandler

type UserIssueSearchOptions ¶

type UserIssueSearchOptions struct {

	// If 'true', comments are included in issue audit history. Used only by flex UI.
	IncludeCommentsInHistory bool `json:"includeCommentsInHistory,omitempty"`

	// Application version ID the option values belong to. Value is empty for default options that can be applied to any application version user has access to if application version specific options are not defined.
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// If 'true', include hidden issues in search results. If 'false', exclude hidden issues from search results. If no options are set, use application version profile settings to get value of this option.
	ShowHidden bool `json:"showHidden,omitempty"`

	// If 'true', include removed issues in search results. If 'false', exclude removed issues from search results. If no options are set, use application version profile settings to get value of this option.
	ShowRemoved bool `json:"showRemoved,omitempty"`

	// If 'true', only short file names will be displayed in issues list.
	ShowShortFileNames bool `json:"showShortFileNames,omitempty"`

	// If 'true', include suppressed issues in search results. If 'false', exclude suppressed issues from search results. If no options are set, use application version profile settings to get value of this option.
	ShowSuppressed bool `json:"showSuppressed,omitempty"`
}

UserIssueSearchOptions User specific options that can be used for customizing issue search result. swagger:model UserIssueSearchOptions

func (*UserIssueSearchOptions) MarshalBinary ¶

func (m *UserIssueSearchOptions) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserIssueSearchOptions) UnmarshalBinary ¶

func (m *UserIssueSearchOptions) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserIssueSearchOptions) Validate ¶

func (m *UserIssueSearchOptions) Validate(formats strfmt.Registry) error

Validate validates this user issue search options

type UserPhoto ¶

type UserPhoto struct {

	// Photo in byte array
	// Required: true
	// Format: byte
	Photo *strfmt.Base64 `json:"photo"`

	// Mime type of user photo. Eg .bmp, .jpg etc
	// Required: true
	PhotoMimeType *string `json:"photoMimeType"`
}

UserPhoto User photo object swagger:model User photo

func (*UserPhoto) MarshalBinary ¶

func (m *UserPhoto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserPhoto) UnmarshalBinary ¶

func (m *UserPhoto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserPhoto) Validate ¶

func (m *UserPhoto) Validate(formats strfmt.Registry) error

Validate validates this user photo

type UserPreferences ¶

type UserPreferences struct {

	// Preferred date format
	// Required: true
	DateFormat *string `json:"dateFormat"`

	// User email
	// Required: true
	Email *string `json:"email"`

	// Receive email alerts if set to true
	// Required: true
	EmailAlerts *bool `json:"emailAlerts"`

	// Monitors all runtime applications if set to true
	// Required: true
	MonitorAllRuntimeApps *bool `json:"monitorAllRuntimeApps"`

	// Enum for ProjectVersionListMode with values DEFAULT, CUSTOM, ALL
	// Required: true
	ProjectVersionListMode *string `json:"projectVersionListMode"`

	// Receive runtime alerts if set to true
	// Required: true
	ReceiveRuntimeAlerts *bool `json:"receiveRuntimeAlerts"`

	// Runtime alert definition identifier
	// Required: true
	RuntimeAlertDefinitionID *int64 `json:"runtimeAlertDefinitionId"`

	// Preferred time format
	// Required: true
	TimeFormat *string `json:"timeFormat"`

	// User name
	// Required: true
	Username *string `json:"username"`
}

UserPreferences Object containing user preferences such as date/time format swagger:model User preferences

func (*UserPreferences) MarshalBinary ¶

func (m *UserPreferences) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserPreferences) UnmarshalBinary ¶

func (m *UserPreferences) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserPreferences) Validate ¶

func (m *UserPreferences) Validate(formats strfmt.Registry) error

Validate validates this user preferences

type UserSessionInformation ¶

type UserSessionInformation struct {

	// Application context path
	// Required: true
	ApplicationContextPath *string `json:"applicationContextPath"`

	// Cloud scan configuration
	// Required: true
	CloudScanConfig *CloudScanConfig `json:"cloudScanConfig"`

	// Set to true if collaboration module is enabled
	// Required: true
	CollabModuleEnabled *bool `json:"collabModuleEnabled"`

	// Display user details if set to true
	// Required: true
	DisplayUserDetails *bool `json:"displayUserDetails"`

	// User email
	// Required: true
	Email *string `json:"email"`

	// User first name
	// Required: true
	FirstName *string `json:"firstName"`

	// Fortify user type eg. LOCAL
	// Required: true
	FortifyUserType *string `json:"fortifyUserType"`

	// User last name
	// Required: true
	LastName *string `json:"lastName"`

	// List of license capabilities
	// Required: true
	LicenseCapabilities []*LicenseCapability `json:"licenseCapabilities"`

	// Set to true if on demand mode is enabled
	// Required: true
	OnDemandMode *bool `json:"onDemandMode"`

	// User permissions
	// Required: true
	Permissions []string `json:"permissions"`

	// User preferences
	// Required: true
	Preferences *UserPreferences `json:"preferences"`

	// User roles
	// Required: true
	Roles []*Role `json:"roles"`

	// User session id
	// Required: true
	SessionID *string `json:"sessionId"`

	// User Photo
	// Required: true
	UserPhoto *UserPhoto `json:"userPhoto"`

	// User Type integer eg. 0 for Local
	// Required: true
	UserType *int32 `json:"userType"`

	// User name
	// Required: true
	Username *string `json:"username"`

	// Web application version
	// Required: true
	WebappVersion *string `json:"webappVersion"`

	// WebInspect enterprise configuration
	// Required: true
	WieConfig *WIEConfiguration `json:"wieConfig"`
}

UserSessionInformation Object containing user session information swagger:model User session information

func (*UserSessionInformation) MarshalBinary ¶

func (m *UserSessionInformation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserSessionInformation) UnmarshalBinary ¶

func (m *UserSessionInformation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserSessionInformation) Validate ¶

func (m *UserSessionInformation) Validate(formats strfmt.Registry) error

Validate validates this user session information

type UserSessionState ¶

type UserSessionState struct {

	// category
	// Required: true
	Category *string `json:"category"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// project version Id
	ProjectVersionID int64 `json:"projectVersionId,omitempty"`

	// username
	// Required: true
	Username *string `json:"username"`

	// value
	Value string `json:"value,omitempty"`
}

UserSessionState User session state is used to persist UI state swagger:model UserSessionState

func (*UserSessionState) MarshalBinary ¶

func (m *UserSessionState) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserSessionState) UnmarshalBinary ¶

func (m *UserSessionState) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserSessionState) Validate ¶

func (m *UserSessionState) Validate(formats strfmt.Registry) error

Validate validates this user session state

type ValidationRequest ¶

type ValidationRequest struct {

	// String to validate
	// Required: true
	StringToValidate *string `json:"stringToValidate"`
}

ValidationRequest Validation Request DTO object swagger:model Validation Request

func (*ValidationRequest) MarshalBinary ¶

func (m *ValidationRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ValidationRequest) UnmarshalBinary ¶

func (m *ValidationRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ValidationRequest) Validate ¶

func (m *ValidationRequest) Validate(formats strfmt.Registry) error

Validate validates this validation request

type ValidationStatus ¶

type ValidationStatus struct {

	// Validation status message
	// Required: true
	Msg *string `json:"msg"`

	// Indicates whether validation was successful
	// Required: true
	Valid *bool `json:"valid"`
}

ValidationStatus Validation Status DTO object swagger:model Validation Status

func (*ValidationStatus) MarshalBinary ¶

func (m *ValidationStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ValidationStatus) UnmarshalBinary ¶

func (m *ValidationStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ValidationStatus) Validate ¶

func (m *ValidationStatus) Validate(formats strfmt.Registry) error

Validate validates this validation status

type Variable ¶

type Variable struct {

	// attribute for operation
	AttributeForOperation string `json:"attributeForOperation,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// Select a folder from the default filter set to associate with the variable.
	// Required: true
	FolderName *string `json:"folderName"`

	// guid
	GUID string `json:"guid,omitempty"`

	// id
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// in use
	InUse bool `json:"inUse,omitempty"`

	// name
	// Required: true
	Name *string `json:"name"`

	// object version
	ObjectVersion int32 `json:"objectVersion,omitempty"`

	// operation
	// Enum: [COUNT SUM]
	Operation string `json:"operation,omitempty"`

	// publish version
	PublishVersion int32 `json:"publishVersion,omitempty"`

	// search string
	// Required: true
	SearchString *string `json:"searchString"`

	// variable type
	// Enum: [SYSTEM_DEFINED USER_DEFINED]
	VariableType string `json:"variableType,omitempty"`
}

Variable Variables count issues, conditions, and other categories of numeric data. swagger:model Variable

func (*Variable) MarshalBinary ¶

func (m *Variable) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Variable) UnmarshalBinary ¶

func (m *Variable) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Variable) Validate ¶

func (m *Variable) Validate(formats strfmt.Registry) error

Validate validates this variable

type VariableHistory ¶

type VariableHistory struct {

	// Variable id
	// Read Only: true
	ID string `json:"id,omitempty"`

	// Variable Name
	// Required: true
	Name *string `json:"name"`

	// The Date the variable value was taken
	// Required: true
	// Format: date-time
	Timestamp *Iso8601MilliDateTime `json:"timestamp"`

	// Variable value
	// Required: true
	Value *int32 `json:"value"`
}

VariableHistory An instance of a variable in an Application Version's snapshot. swagger:model Variable History

func (*VariableHistory) MarshalBinary ¶

func (m *VariableHistory) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VariableHistory) UnmarshalBinary ¶

func (m *VariableHistory) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VariableHistory) Validate ¶

func (m *VariableHistory) Validate(formats strfmt.Registry) error

Validate validates this variable history

type WIEConfiguration ¶

type WIEConfiguration struct {

	// WebInspect Enterprise url
	// Required: true
	WieInstanceURL *string `json:"wieInstanceUrl"`

	// Set to true if WebInspect Enterprise is registered
	// Required: true
	WieRegistered *bool `json:"wieRegistered"`
}

WIEConfiguration WebInspect enterprise configuration object swagger:model WIE Configuration

func (*WIEConfiguration) MarshalBinary ¶

func (m *WIEConfiguration) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WIEConfiguration) UnmarshalBinary ¶

func (m *WIEConfiguration) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WIEConfiguration) Validate ¶

func (m *WIEConfiguration) Validate(formats strfmt.Registry) error

Validate validates this w i e configuration

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL