Class IacTemplateParameters


  • @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2021-01-26T11:29:52.304914+05:30[Asia/Kolkata]")
    public class IacTemplateParameters
    extends Object
    IacTemplateParameters
    • Constructor Detail

      • IacTemplateParameters

        public IacTemplateParameters()
    • Method Detail

      • getVariables

        public Map<String,​String> getVariables()
        Template variables and values list to be used for evaluation
        Returns:
        variables
      • setVariables

        public void setVariables​(Map<String,​String> variables)
      • getVariableFiles

        public List<String> getVariableFiles()
        Names of template variable files inside the template package to be used. Specify file path relative to the root of the zip file you uploaded
        Returns:
        variableFiles
      • setVariableFiles

        public void setVariableFiles​(List<String> variableFiles)
      • getPolicyIdFilters

        public List<String> getPolicyIdFilters()
        If list is populated, IaC scan service will evaluate with only policies that have IDs in this list
        Returns:
        policyIdFilters
      • setPolicyIdFilters

        public void setPolicyIdFilters​(List<String> policyIdFilters)
      • getFiles

        public List<String> getFiles()
        If you specify file paths, the IaC scan service will evaluate only files in this list. Specify file paths relative to the root of the zip file you uploaded
        Returns:
        files
      • setFiles

        public void setFiles​(List<String> files)
      • getFolders

        public List<String> getFolders()
        If you specify folder paths, the IaC scan service will evaluate only folders in the list. Specify folder paths relative to the root of the zip file you uploaded
        Returns:
        folders
      • setFolders

        public void setFolders​(List<String> folders)
      • isScanPlanFilesOnly

        public Boolean isScanPlanFilesOnly()
        If you specify this option, the IaC scan service will evaluate only the plan files and ignore the rest
        Returns:
        scanPlanFilesOnly
      • setScanPlanFilesOnly

        public void setScanPlanFilesOnly​(Boolean scanPlanFilesOnly)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object