allowed Actions Config
suspend fun allowedActionsConfig(value: Output<EnterpriseActionsPermissionsAllowedActionsConfigArgs>)
Parameters
value
Sets the actions that are allowed in an enterprise. Only available when allowed_actions
= selected
. See Allowed Actions Config below for details.
suspend fun allowedActionsConfig(argument: suspend EnterpriseActionsPermissionsAllowedActionsConfigArgsBuilder.() -> Unit)
Parameters
argument
Sets the actions that are allowed in an enterprise. Only available when allowed_actions
= selected
. See Allowed Actions Config below for details.