OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs

data class OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs(val path: Output<String>, val ref: Output<String>? = null, val repositoryId: Output<Int>) : ConvertibleToJava<OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs>

Constructors

constructor(path: Output<String>, ref: Output<String>? = null, repositoryId: Output<Int>)

Properties

Link copied to clipboard
val path: Output<String>

(String) The path to the YAML definition file of the workflow.

Link copied to clipboard
val ref: Output<String>? = null

(String) The optional ref from which to fetch the workflow. Defaults to master.

Link copied to clipboard
val repositoryId: Output<Int>

The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with repository_name.

Functions

Link copied to clipboard
open override fun toJava(): OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs