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 GroupProtectedEnvironmentApprovalRuleArgsBuilder.() -> Unit>)
suspend fun approvalRules(vararg argument: suspend GroupProtectedEnvironmentApprovalRuleArgsBuilder.() -> Unit)
suspend fun approvalRules(argument: suspend GroupProtectedEnvironmentApprovalRuleArgsBuilder.() -> 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.