approval Rules
Parameters
value
Array of approval rules to deploy, with each described by a hash. Elements in the approval_rules
should be one of user_id
, group_id
or access_level
.
Parameters
values
Array of approval rules to deploy, with each described by a hash. Elements in the approval_rules
should be one of user_id
, group_id
or access_level
.
suspend fun approvalRules(argument: List<suspend ProjectProtectedEnvironmentApprovalRuleArgsBuilder.() -> Unit>)
suspend fun approvalRules(vararg argument: suspend ProjectProtectedEnvironmentApprovalRuleArgsBuilder.() -> Unit)
suspend fun approvalRules(argument: suspend ProjectProtectedEnvironmentApprovalRuleArgsBuilder.() -> Unit)
Parameters
argument
Array of approval rules to deploy, with each described by a hash. Elements in the approval_rules
should be one of user_id
, group_id
or access_level
.